@charset "UTF-8";
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #E2E2E2;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: left; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
}
#wrapper {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/_wrapper.jpg);
	background-repeat: repeat-y;
	background-position: right;
	margin-top: 30px;
}
#mainContent td {
	font-size: 100%;
	padding-left: 20px;
}
#container  {
	text-align: left;
	background-color: #FCFFF0;
	width: 900px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-left-color: #333;
} 
#header  {
	background-color: #FDFFF1;
	height: 149px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
} 
#menu  {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 170px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	background-color: #FCFFF0;
}
#picture  {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 170px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	background-color: #FCFFF0;
}
#mainContent  {
	width: 530px;
	float: left;
	background-color: #FCFFF0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
} 
#mainContent li {
	list-style-type: circle;
}
#mainContent p {
	color: #333;
	margin-right: 20px;
	margin-left: 20px;
}
#mainContent a {
	color: #304C80;
	text-decoration: underline;
}
#mainContent h1 {
	font-size: 140%;
	color: #EAB904;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAB904;
	margin-right: 20px;
	font-weight: normal;
}
#mainContent h2 {
	font-size: 110%;
	color: #EAB904;
	margin-left: 20px;
	font-weight: normal;
}
#mainContent table td h2 {
	font-size: 110%;
	color: #EAB904;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#footer  {
	height: 25px;
	width: 910px;
	background-image: url(images/_footer.jpg);
	background-repeat: no-repeat;
	background-position: right;
} 
#footer p  {
	margin-right: 20;
	line-height: 25px;
}
#footer table tr td a{
	color: #333;
	text-decoration: none;
	line-height: 25px;
	font-size: 80%;
}
#picture img {
	margin-bottom: 10px;
}
#footer table {
	margin-left: 25px;
}
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.last {
	font-size: 100%;
}
.fahrertd {
	background-color: #EAB904;
	height: 20px;
	font-weight: bold;
}
.flash {
	float: right;
}
.logo {
	margin-top: 10px;
	margin-left: 10px;
}
.rahmen {
	border: 3px solid #EAB904;
	height: 60px;
	padding-top: 15px;
	width: 245px;
	padding-left: 15px;
	padding-right: 15px;
}

