 *{margin: 0; padding: 0;}
 body{
	background-color: #013555;
 }
 
 #main{
	width: 1000px;
	margin: -40px auto 0 auto;
	font-family: verdana;
 }
 
 #main #header{
	height: 149px;
	width: 1000px;
	background-image: url(../img/header.jpg);
 }
 
#main #header #nav{
	position: relative;
	top: 111px;
	left: 265px;
	height: 38px;
	width: 730px;
 }
 
 #main #header #nav a{
	width: 142px;
	height: 28px;
	padding: 10px 0 0 0px;
	background: url(../img/nav-bg.jpg);
	float: left;
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
	color: white;
 }
 
 #main #header #nav a:hover{
	color: #3BE3FE;
 }
 
 #main #header #nav a.active{
	background: #FFF;
	color: black;
 }
 
 #main #content{
	width: 960px;
	height: 371px;
	padding: 25px 0 0 40px;
	background: url(../img/content.jpg);
}

#main #content #inhalt{
	width: 500px;
	height: 340px;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-face-color: #FFF;
	scrollbar-track-color: #FFF;
	scrollbar-darkshadow-color: #CCC;
	scrollbar-arrow-color: #CCC;
	scrollbar-highlight-color: #CCC;
	scrollbar-shadow-color: #CCC;
}


 #main #footer{
	width: 1000px;
	height: 212px;
	background: #0074A5 url(../img/footer.jpg) no-repeat;
}
#main #footer .fahrschule{
	width: 312px;
	height: 190px;
	color: white;
	float: left;
	margin-right: 32px;
}

#main #footer .fahrschule .name{
	font-size: 21px;
	line-height: 19px;	
	margin-left: 15px;
}

#main #footer .fahrschule .name a{
	font-size: 12px;
	line-height: 13px;	
	margin-left: 5px;
	text-decoration: none;
	color: #eee;
}

.fahrschule .inhalt{
	position: relative;
	height: 135px;
	margin-top: 15px;
	padding: 10px 0 0 15px  ;
	font-size: 12px;
	line-height: 15px;
	background: url(../img/info-bg.jpg);
}

.fahrschule .inhalt img{
	position: absolute;
	top: 5px;
	left: 195px;
	border: 1px solid #0B88B7;
}

#content small a {
	display: none;
}




/*kontakformular pimping*/
label {
	text-align:right;
	width:70px;
	float:left;
	text-transform:uppercase;
	font-size: 11px;
	margin: 5px 4px 0 0;
}

fieldset {
  border:solid 0 #fff; /* Opera doesn't get border:none or border:0 on fieldsets */
  width:300px;
}

legend {
	width:194px;
	height:30px;
	color:#fff;
	font-size:15px;
	padding-left:0.5em;
	background: transparent url("../images/legend_bg.gif") no-repeat;
	position:relative;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:-1px;
	white-space:pre; /* hack: make sure */
	
}

.br {display:none;}  
  
.textfield {
	color:#333 ;
	height:20px;
	border:solid 0 #fff;
	padding: 3px 8px;
	background: transparent url("../images/textfield_bg.gif") no-repeat fixed;
	width:200px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:187px;
	font-size: 11px;
}

fieldset>input.textfield {
	background: transparent url("../images/textfield_bg.gif") no-repeat;
}

textarea {
	font-size: 11px;
	color:#333 ;
	margin:3px;
	height:165px;
	border:solid 0 #fff;
	padding: 0 8px;
	background: transparent url("../images/textarea_bg.gif") no-repeat fixed;
	width:200px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:190px;
}

fieldset>textarea {
	background: transparent url("../images/textarea_bg.gif") no-repeat;
}

.submit {
	margin:3px;
	background: transparent url("../images/submit.gif") no-repeat;
	height:20px;
	border:solid 0 #fff;
	width:80px;
	font: 15px;
	color:#666;
	text-transform:uppercase;
}

#contactSuccess {
	padding: 40px;
	display: none;
	font-size: 25px;
	color: #6a6;
}

#footer #links {
	text-align: center;
}

#footer #links a{
	text-decoration: none;
	font-size: 12px;
	color: white;
}

#inhalt h1 {
	font-size: 17px;
	font-weight: normal;
}

img.fahrklasse {
	border: 1px solid black;
	margin: 5px;
	height: 50px;
	width: 50px;
	cursor: pointer;
}

div.fahrzeuge {
	width: 150px;
	height: 100px;
	border: 1px solid black;
	float: left;
	margin: 0 5px 5px 35px;
	overflow: hidden;
}
div.fahrzeuge img {
	width: 150px;
	height: 100px;
}

.klassenBeschreibung {
	font-size: 12px;
	padding: 0 0 0 10px;
}

.klassenBeschreibung h3 img {
	/*width: 30px;
	height: 30px;*/
	border: 1px solid black;
	float: right;
}

.klassenBeschreibung tr { 
	vertical-align: top 
} 

.klassenBeschreibung table {
	border: 0px;
	border-collapse:collapse;
	margin: 0 0 0 10px;
	/*display: none;*/
}
.klassenBeschreibung td {
	padding: 3px;
	border-bottom: 1px solid #e4e4e4;
}

.klassenBeschreibung tr.last td{
	border: 0px;
}

.klassenBeschreibung td.b {
	font-weight: bold;
}

.klassenBeschreibung hr {
	height: 1px;
	border: 0;
	border-bottom : 1px solid #989898;
	width: 99%;
	margin: 10px auto;
}


table.theoriUnterricht {
	border-collapse:collapse;	
	font-size:12px;
	margin: 0 auto 20px auto;
}


.theoriUnterricht td {
	border: 1px solid #e4e4e4;
	text-align: center;
}


.theoriUnterricht td.first {
	font-weight: bold;
}

.theoriUnterricht th {
	border: 1px solid #e4e4e4;
	background: #0074A5;
	color: white;
	height: 20px;
	padding: 2px 5px;
}

h3.heading {
	text-align: center;
	
}

#impressum {
	font-size: 12px;
}
