body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	background-color: #f0f0f0;
	color: #666;
}

h1 {
	font-family: Verdana, Arial, Helvetica;
	color: black;
	font-size: 18px;
	font-weight: normal;
}

h2 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	color: black;
	font-weight: normal;
}

h3 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: black;
	font-weight: normal;
	margin-bottom: 5px;
}

h4 {
	font-family: Verdana, Arial, Helvetica;
	color: black;
	font-weight: bold;
	margin-bottom: 00px;
}


img {
	border: 1px solid #666;
}


#wrapper {
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
}
		
#header {
	color: white;
	width: 100%;
	background-color: #ee0000;
	margin-bottom: 10px;
	height: 120px;
}
		
#footer {
	width: 100%;
	margin-top: 10px;
	border-top: 1px solid #ccc;
	margin-bottom: 10px;
}


.spacer {
	margin-top: 20px;
	margin-bottom: 20	px;
	border-top: 1px solid #ccc;

}

.fliesstext_links {
	line-height: 1.8em;
}


.fliesstext_rechts {
	line-height: 1.6em;
	padding-bottom: 10px;
}

.pagewrapper {
	width: 100%;
	margin-top: 20px;	
}

.contentbox {
	vertical-align: top;
	position: relative;
	padding-right: 10px;
	width: 500px;
}

.indexbox {
	vertical-align: top;	
	padding: 10px;
	background-color: #eee	;
	border:	 1px solid #ccc;
	width: 290px;
}



/* Fahrzeuge */

#fahrzeug {
	color: #333;
	background-color: white;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	width: 320px;
}


#fahrzeug img {
	border: none;
	text-align: center;
}


#fahrzeug table {
	border: 1px solid #666;
	padding: 3px;
	width: 312px;
}

#fahrzeug tr {
	font-size: 10px;
	color: #333;
}

#fahrzeug tr.even {
	background-color: #ccc;
}

#fahrzeug tr.odd {
	background-color: #eee;
}



/* admin-Seiten */

#admin .hilfe {
	color: green;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}


.testen {
	color: lime;
	font-size: 14px;
	border: 1 px solid #ccc; 
}

.fliesstext {
	line-height: 1.6em;
}

.bilder {
	width: 480px;
	margin-bottom: 10px;
}