html, body {
  margin:0;
  padding:0;
  text-align: center;
  font-size: 12px;
  font-family: verdana, arial, Helvetica, sans-serif;
  color: #333;
  background-image: url(img/bg.gif);
  background-repeat:repeat-x;
  background-color: #DBD5B7;
  width:100%;
  height:100%;
}


table {
  font-weight: normal;
  font-size: 10px;
  font-family: verdana, arial, Helvetica, sans-serif;  
}

td {
  background-color: #fff;
  padding: 3px;
  border-bottom-color: #999;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-right-color: #999;
  border-right-style: dashed;
  border-right-width: 1px;  
}

#top {
  position: absolute;
  width: 800px;
  height: 50px;
  vertical-align: top;
  text-align: left;
  left: 50%;
  margin-left: -400px;
  z-index: 99;
}

#maintoppos {
  position: absolute;
  width: 800px;
  top: 25px;
  left: 50%;
  margin-left: -400px;
  z-index: 50;

}
#mainmenu {
  float: left;
  margin-top: 30px;
  margin-left: 10px;
  width: 180px;
  height: 240px;
}

#mainimg {
  float:right;
  background: url(img/shadowAlpha.png) no-repeat bottom right !important;
  background: url(img/shadow.gif) no-repeat bottom right;
  margin: 10px 30px 0 10px !important;
  margin: 10px 10px 0 5px;
  }
#mimg {
  display: block;
  position: relative;
  background-color: #fff;
  border: 3px solid #fff;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 
  
#mainContent {
  position: absolute;
  padding-bottom: 25px;
  text-align: left;
  top: 350px;
  width: 800px;
  left: 50%;
  margin-left: -400px;
  z-index: 1;
}
#mainLeft {
  float: left;
  margin-top: 0px;
  margin-left: 10px;
  margin-bottom: 0px;
  width: 180px;
  min-height: 100px;
  text-align: center;
  background-color: #4E423A;
}
#innerMainleft {
  width: 100%;
  min-height: 40px;
  background-color: #4E423A;
  color: #DBD5B7;
  font-size: 10px;
  font-weight: normal;
  font-family: verdana, arial, Helvetica, sans-serif;    
}
#mainRight {
  float: right;
  margin-right: 35px;
  width: 560px;

}
#imgoverlay  {
  position: absolute;
  background-color: transparent;

  z-index: 9999;
}
#footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 15px;
  background-color: #4E423A;
  color: #DBD5B7;
  z-index: 999;
  overflow:auto;
  background-attachment:fixed;
  font-size: 10px;
  font-weight: normal;
  font-family: verdana, arial, Helvetica, sans-serif; 
}  

a, a:visited { 
	outline: none 
}

hr {
  width: 95%; 
  border : none;
  border-top : dashed 1px #DBD5B7;
  color : #4E423A;
  background-color : #4E423A;
  height : 1px;
}

/* menue - top */
#menu {
  list-style-type: none; 
  margin:0; 
  padding: 0px 0px 0px 0px; 
  width:180px; 
  border:0px solid black;
  font-size:0.8em; 
  line-height:1.4em; 
  color:#000;  
}
#menu a {
  display: block;
  width: 99%; 
  padding: 1px;
  padding-left: 5px;    
  border-bottom-color: #999;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  background-color: #4E423A;
  color: #DBD5B7;  
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
  font-family: verdana, arial, Helvetica, sans-serif;    
}
#menu a:hover, #menu a.aktiv {
  display: block;
  width: 99%; 
  padding: 1px;
  padding-left: 5px;  
  border-bottom-color: #999;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  background-color: #DBD5B7;
  color: #4E423A;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
  font-family: verdana, arial, Helvetica, sans-serif;    
}

h1 {
  text-align: left;
  font-size: 18px;
}

/* dock - top */
.dock {
	position: absolute; 
  top: -18px;
	right: 190px; 	
	height: 50px; 
	text-align: center;
	z-index: 99;
}
.dock-container {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	cursor: help; 
}
.dock-item img {
	border: none; 
	margin: 5px 5px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding: 3px;
	background-color: #fff;
}

#overlay {
  position:absolute;
  left:50%;
  top:50%;
  height:50px;
  width:200px;
  margin-top:-25x;
  margin-left:-100px;
  z-index:9999;
  display: none;
}

#warenkorbDiv { z-index:999;}
.popup {background:#FFF; border:1px solid #333; padding:1px;  }
.popup-header {height:24px; padding:7px; background:url("img/bgr_popup_header.jpg") repeat-x;}
.popup-header h2 {margin:0; padding:0; font-size:18px; float:left;}
.popup-header .close-link {float:right; font-size:11px;}
.popup-body {padding:10px; text-align:left; }

