@charset "utf-8";
html[xmlns^="http"] { /* verhindert Mozilla-Zucken * > Firefox 1.5 */ overflow-y: scroll; }

* { outline:none; }

html, body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #2281BF;
	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: #333;
	margin: 0px;
	padding: 0px;
    }

#contentwrapper  {
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	margin-top: 0px;
	background-image:url(../../../data/_uploaded/image/_container.jpg);
	background-repeat:repeat-y;
    } 
#header  {
	height: 231px;
	width: 985px;
    } 
#topmenu {
	float: left;
	height: 50px;
	width: 960px;
	line-height: 30px;
	background-image:url(../../../data/_uploaded/image/_topmenu.jpg)
}
#menu  {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 240px;
	margin-left: 5px;
    }
#container {
	float: left;
	width: 715px;
	background-color:#FFF;
    } 
	
	#container h1 {
	color: #FF290B;
	font-size: 130%;
	margin-left: 20px;
}

#container h2 {
	color: #72B8E7;
	font-size: 100%;
	margin-left: 20px;
}

#container p {
	margin-right: 20px;
	margin-left: 20px;
}

#container a {
	color: #2281BF;
	text-decoration: none;
}
#container a:hover {
	color: #BDDAEC;
	text-decoration: none;
}


#container table {
	margin-left: 20px;
}

#container ul {
	width: 250px;
}


#container ul li {
	list-style-type: circle;
}


.imgright {
	float: right;
	margin-left: 20px;
}
.rabatte {
	color: #D20000;
}
.box  {
	font-family: Verdana, Geneva, sans-serif;
	border: 1px solid #2281BF;
	color: #666;
}
.button  {
	border: 1px solid #2281BF;
	background-color: #FFF;
}
.nachricht {
	width: 265px;
	border: 1px solid #2281BF;
}

	
#footer  {
	height: 100px;
	width: 961px;
	margin-top: 15px;
background-image: url(../../../data/_uploaded/image/_footer.png);
	background-repeat: no-repeat;
    } 
#footer a {
	font-size: 85%;
	color: #333;
	text-decoration: none;
}
    .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;
    }
html {
	height: 100%;
}
.rot {
	font-weight: bold;
	color: #FF290B;
}
.pruefung {
	color: #FFF;
	font-size: 23px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.tablePruefung {
	background-image: url(http://www.ferienfahrschule-zoellner.de/data/_uploaded/image/autobahn_pruefung.jpg);
	background-repeat: no-repeat;
}
#footer a.werbeagentur{
	margin-top: 90px;
	margin-right: 35px;
	width: 130px;
	float: right;
	color: #333;
	font-size: 85%;
	text-decoration: none;
}
#footer a.impr {
	font-size: 85%;
	color: #333;
	text-decoration: none;
	margin-top: 40px;
	float: left;
	margin-left: 30px;
}
#footer a.login {
	font-size: 85%;
	color: #333;
	text-decoration: none;
	margin-top: 40px;
	float: left;
	margin-left: 30px;
}

