
body {
	margin: 0px auto;
	padding-top: 4px;
	text-align: center;
	background-color: #fff;
	
	color: #474747;
	font-size: 12px;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif, swiss;
	}
	
	a:link     {text-decoration:none; color:#559E3D;}
	a:visited  {text-decoration:none; color:#559E3D;}
	a:hover    {text-decoration:underline; color:#559E3D;}
	a:active   {text-decoration:underline; color:#559E3D;}
	
tr, td {
 	vertical-align: top;
	}	

td.head {
	height:20px;
	padding-top:2px;
	padding-left:2px;
	background: url(../img/tdhead.gif) repeat-x;
	}



h1 {font-size: 15px; color: #559E3D; margin: 0 0 15px 0;}
h2 {font-size: 14px; color: #559E3D; margin:0 0 3px 0;}

.klein {
	font-size: 10px;
	}

hr {
 	background-color: #10C63E;
	border-color: #10C63E; 
	}

input[type=text] {
 	width: 130px; 	
	font-size: 12px;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif, swiss;
	}


input.lang {
 	width: 300px; 
	}

input.menge {
 	width: 24px; 	
	font-size: 11px;
 	text-align: right;
	}
	
	
#container {
	width: 804px;
	height: 400px;
	margin: 0px auto;
	text-align: left;
	}

    
/* ##### TOOLTIPP ################################################## */   
    
.tooltip {
	font: 11px arial,helvetica,sans-serif;
   color: #202020;
	text-align: center;
	text-decoration: none;
	width: 200px;
	}

.tooltip b.bottom {
	background: url(../img/bt.gif) no-repeat bottom;
	padding: 3px 8px 15px;
	}

.tooltip span.top {
	background: url(../img/bt.gif) no-repeat top;
	padding: 30px 8px 0;
	}
	
	
	
/* ##### BEREICH HEADER ################################################## */

#header {
	float: left;
	width: 804px;
	}
	
	
	#logo {
		float:left;
		width: 150px;
		height: 130px;
		margin: 0 0 5px 10px;
		background-image: url(../img/logo.gif);
		background-repeat: no-repeat;
		}
		
		
	#smallnav {
		float: right;
		display: inline;
		/*margin: 100px 72px 0 0; */
		margin: 100px 30px 0 0; 
		
		color:#6E6E6E;
		}
		
	#smallnav a:link     {text-decoration:none; color:#6E6E6E;}
	#smallnav a:visited  {text-decoration:none; color:#6E6E6E;}
	#smallnav a:hover    {text-decoration:underline; color:#6E6E6E;}
	#smallnav a:active   {text-decoration:none; color:#6E6E6E;}
		
		
	#mainnav {
		float: left;
		width: 804px;
		height: 26px;
		background-image: url(../img/nav.gif);
		background-repeat: no-repeat;
		}
		
		#mainnav_text {
			float: left;
			color: #fff;
			font-size: 15px;
			display: inline;
			margin: 4px 0 0 15px;
			}
			
		#mainnav_an {
			float: left;
			display: inline;
			margin: 4px 0 0 331px;
			color: #fff;
			font-size: 15px;
			}
			
	#mainnav a:link     {text-decoration:none; color:#fff;}
	#mainnav a:visited  {text-decoration:none; color:#fff;}
	#mainnav a:hover    {text-decoration:none; color:#6E6E6E;}
	#mainnav a:active   {text-decoration:none; color:#474747;}



		
/* ##### BEREICH CONTENT_LEFT ############################################# */

#content_left {
	float: left;
	width: 529px;
	margin: 30px 0 0 2px;
	} 
	
	
	#content_left_text {
		float: left;
		width: 509px;
		line-height: 16px;
		margin: 0 0 0 10px;
		}
		
		
	#footer {
		margin: 0;
		float: left;
		width: 529px;
		height: 15px;
		background-image: url(../img/footer.gif);
		background-repeat: no-repeat;
		}
		
		
	#empty {			/* <-- Fuer IE, damit ein Abstand zwischen footer */
		float: left;	/*     und Browserfenster erzeugt wird!			  */
		height: 70px;	
		}

	

	
/* ##### BEREICH CONTENT_RIGHT ############################################ */
	
#content_right {
	float: left;
	width: 250px;
	margin: 20px 0 0 18px;
	
	}
	
	                                       
	#content_right_top {
		width: 250px;                      
		height: 15px;
		background-image: url(../img/smallnav-top.jpg);
		background-repeat: no-repeat;
		}
		
		
	#content_right_middle {
		width: 250px;
		padding: 1px 0 1px 0;
		background-image: url(../img/smallnav-middle.jpg);
		}
		
		
		#content_right_middle_text {
			margin: 0px 15px 5px 20px;
			}
		
		
	#content_right_bottom {
		width: 250px;
		height: 15px;
		background-image: url(../img/smallnav-bottom.jpg);
		background-repeat: no-repeat;
		}
		
		
		
		
	#content_right_middle_norm {
		width: 250px;
		padding: 1px 0 1px 0;
		background-image: url(../img/smallnav-middle.jpg);
		}
		

	#content_right_middle_norm ul {
		padding: 0;
		margin: 0 0 0 18px;
		list-style-image: url(../img/pfeil.gif);
		line-height: 160%;
		}

	#content_right_middle_norm li {
		padding:0;
		margin:0;
		}
	
	#content_right_middle_norm a.aktiv:link, #content_right_middle_norm a.aktiv:visited {
		display:block;
		height:10px; /* diese Angabe ist nur für den IE, damit die ganze Linkfläche klickbar ist */
		}
	
	html>body #content_right_middle_norm a.aktiv:link, html>body #content_right_middle_norm a.aktiv:visited  {
		height:auto; /* hebt für nicht-IE Browser die Höhenangabe 1em wieder auf */ 
		}
	
	#content_right_middle_norm a:link, #content_right_middle_norm a:visited {
		display:block;
		height:10px; /* diese Angabe ist nur für den IE, damit die ganze Linkfläche klickbar ist */
		}
	
	
	html>body #content_right_middle_norm a:link, html>body #content_right_middle_norm a:visited {
		height:auto; /* hebt für nicht-IE Browser die Höhenangabe 1em wieder auf */ 
		}
	
	
	#content_right_middle_norm li a {
		color: #474747;
		text-decoration: none;
		}

		
	#content_right_middle_norm a:hover {
		color: #474747;
		text-decoration: none;
		background-color: #EEEEF5;
		}