#wrapper {
	margin: 0 auto;
	width: 750px;
	background-color: black;
	text-align: left;
}


h1 {text-align: center;}
h2 {text-align: center;}
h3 {text-align: center;}

a:link			{color: #C87231; font-weight: normal; text-decoration:none;}
a:visited 			{color: #C87231; font-weight: normal; text-decoration:none;}
a:hover 			{color: #D28543; font-weight: normal; text-decoration:underline;}

a:link.navilinks 		{color: #E2BE50; font-weight: bolder; text-decoration:none;}
a:visited.navilinks 	{color: #E2BE50; font-weight: bolder; text-decoration:none;}
a:hover.navilinks 	{color: #ECD379; font-weight: bolder; text-decoration:underline;}

a:link.newslinks 		{color: #840000; font-weight: bolder; text-decoration:none;}
a:visited.newslinks 	{color: #840000; font-weight: bolder; text-decoration:none;}
a:hover.newslinks 	{color: #840000; font-weight: bolder; text-decoration:underline;}



li {margin: 20px;}

table 		{
			font-size: 100%;
			font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
			
}



body 		{
			margin-top: 0px;
			margin-bottom: 20px;
			margin-left: 20px;
			margin-right: 20px;
			
			padding: 0;
			background: black;
			background-image:url(sand.jpg); 

			font-size: 90%;
			font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
			color: #E2BE50;
			text-align: center;
}

#kopf		{ 	
			margin: 0px; 
			border: 0px;
			padding: 0px; 
			background: black;
			background-image:url(sand.jpg); 

			text-align: center;
			
		}




#hauptnav 	{ 	
			margin:0px;
			padding-top: 15px; 
			padding-bottom: 5px; 
			padding-left: 0px; 
			padding-right: 0px; 
			background-image:url(navigation_hintergrund.jpg);
			text-align: center;
			font-size: 105%;
			font-weight: bold;
			color: black;


		}


#inhalt 	{ 	
			
			background: black;
			padding-left:10px;
			padding-right:10px;
			background-image:url(reifen_hintergrund.jpg); 


		}


#fuss 	{ 	
			margin-top:10px;
			padding-top: 0px; 
			padding-bottom: 12px; 
			padding-left: 0px; 
			padding-right: 0px; 
			background: brown;
			background-image:url(hintergrund_fuss.jpg); 
			text-align: center;
			font-size: 75%;
			color: black;



		}

#bild_zentriert		{ 	
			margin: 5px; 
			border: 0px;
			padding: 0px; 
			text-align: center;
			
		}

#kommentare {
text-align: left;
border: 1px solid #E2BE50;


}

.form { background-color:#E2BE50;}

fieldset {text-align: center; border-width:1px; border-style: solid; border-color: #E2BE50;}
legend {padding: 6px; border-width:0px; border-style: solid; border-color: #E2BE50;}



#lightbox {
	background-color: #C87231;
	background-image:url(lehm.jpg); 

	padding: 10px;
	border-bottom: 0x solid #666;
	border-right: 0px solid #666;
}
#overlay {
	background-image: url(lightbox_overlay.png);
	text-align: left;
}
#lightboxCaption {
	color: #333;
	background-color: #C87231;
	background-image:url(lehm.jpg); 
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxIndicator {
	border: 1px solid #fff;
}
#lightboxOverallView {
	background-image: url(lightbox_overlay.png);
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	background-image: url(lightbox_blank.gif);
	filter: Alpha(opacity=50);
}


