
* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
 	}

body {
	background: url(../images/layout/bg.jpg) #57586A;
	font:  11px verdana, arial, georgia, sans-serif;
	color:#666666;
	overflow:visible;
	scrollbar-arrow-color: #666666;
	scrollbar-3dlight-color: #666666;
	scrollbar-highlight-color: #ffffff;
	scrollbar-face-color: #666666;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #666666;
	scrollbar-track-color: #666666;		
	}
	
*:first-child+html body {
	overflow-y:visible;
  }

*html body {
	overflow-y:visible;
  }


img{
	border:0px;
	}
	
h2, h3, p {
	margin-bottom:8px;
	}	


h1 { 
	margin:0 0 20px 0;
	font-size:  13px;
	font-weight: bold;
	letter-spacing:0.05em;
} 

h2 { 
	margin:15px 0 0px 0;
	font-size:11px;
	font-weight:bold;
}

 
h3 { 
	font-size:11px;
	font-weight:bold;
}

h4 { 
	font-size:11px;
	font-weight:bold;
	float:left;
	margin-right:5px;
}

a { 
	color:#666666;
  	text-decoration: underline;
  	}
  	
a:hover { 
	text-decoration:underline;
  	}

a.pfeil, #content a.pfeil { 
	background: url(../images/layout/pfeil.gif) 0 2px no-repeat;
	padding-left:20px;
  	}


ul{
	margin:10px 0 10px 50px;
	list-style-type:square;
}

ul li{
	margin-bottom:5px;
}


/* ------- ALLGEMEIN  -------- */

#container {
	width:991px; 
	position:relative;
	border:0px solid #000000;
	min-height:95%;
}


*html #container  {
	height:95%;
  }


#footer {
	text-align:center;
	font-size:10px;
	font-style:italic;
	margin-left:100px;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
	width: 845px;
	border-top:1px dotted #999999;
}

#footer  h3{
	text-transform:none;
	}



#header{
	background: url(../images/layout/bg-hd.jpg) no-repeat  #57586A;
	height:251px;
}

#header img, #header object{
	float:left;
}

#hdtext {
	float:left;
	background: url(../images/layout/bg-hd-text.jpg) no-repeat;
	text-align:center;
	width:282px;
	height:169px;
}

#hdtext h1{
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	margin-top:25px;
	line-height:30px;
	text-transform:uppercase;
	letter-spacing:0.1em;
}

#header #logo {
	height:82px;
}

#header #logo img {
	float:right;
}

#rubrik {
	margin:30px 0 50px 40px;
	padding-top:20px;
}

#rubrik h1{
	background: url(../images/layout/bg-rub.gif) repeat;
	color:#ffffff;
	padding-right: 10px;
	height:40px;
	line-height:37px;
	font-size:20px;
	font-weight:normal;
	text-align:right;
	width:520px;
}


#content {
	padding:0 50px 0 100px;
	line-height:16px;
	overflow:auto;
}


#clearer {
	float:none;
	clear:both;
	height:1px;
	border:1px solid #000000;
}


/* ------- PRODUKTE  -------- */

#sp {
	float:left;
	width:210px;
	padding-right:100px;
	text-align:justify;

}

#sp img{
	margin-bottom:10px;
}

#sp h1{
	text-align:center;
}

#sp.re {
	padding-right:0px;
}


/* ------- SPALTEN  -------- */

#sp21, #sp22 {
	float:left;
	width:400px;
	margin-right:50px;
}

#sp22 {
	width:300px;
	margin-right:0px;
}

/* ------- MONTAGE  -------- */

#imgdiv {
	float:left;
	width:400px;
	margin:0 10px 20px 0;
}

#imgdiv img{
	float:none;
	margin-bottom:2px;
}



/* ------- DATENBLATT  -------- */

table {
	border-bottom: 0px solid #666666;
	margin-bottom:10px;
}

td, th{
	vertical-align:top;
	text-align:left;
	white-space:nowrap;
	padding:2px 40px 2px 2px;
	}
	
th {
	background: url(../images/layout/bg-gruen.gif);
}

/* ------- NAVI  -------- */

#nav {
	float:left;
	line-height:14px;
  	}

#nav ul {
	margin:20px 0 0 16px;
	list-style-type:none;
  	}
	
#nav ul li {
	margin-bottom:10px;
  	}


#nav ul li a:link, #nav ul li a:visited, #nav ul li a:hover, #nav ul li a:active {
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	padding:2px;
  	}
	
#nav ul li a:hover, #nav ul li a:active { 
	color:#CCFF66;
 	}

#nav a.an:link, #nav a.an:visited, #nav a.an:hover, #nav a.an:active { 
	color:#CCFF66;	
  	}


