body
{
	background-color: #ffdd99;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Arial, Helvetica, Verdana;
}

#gesamt
{
	position: relative;
	top: 50px;
	width: 800px;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/street.jpg);
	background-repeat: no-repeat;
	border: 3px solid #000000;
	background-color: #86868e;
	
}

h1, h2, h3, h4
{
	margin-top: 0;
	margin-bottom: 5px;
	padding: 0;
}

a, a:visited
{
	text-decoration: none;
	color: #0a5380;
  font-variant: small-caps;
}

a:hover, a:active
{
	color: #529dcc;
	text-decoration: underline;
}

#header
{
	height: 91px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}

#beschreibung
{
	height: 20px;
	font-size: 18px;
	font-weight: 300;
	margin-top: 15px;
	margin-left: 70px;
	width: 260px;
	color: #ffffff;
}

#innen_gesamt
{
	width: 750px;
	min-height: 400px;
	margin-left: auto;
	margin-right:auto;
	margin-top: 20px;
}

#innen_gesamt_top
{
	height: 13px;
	background-image: url(../images/innen_gesamt_top.png);
	background-repeat: no-repeat;
}

* html #innen_gesamt_top
{
	margin-bottom: -5px;
}

#innen_gesamt_middle
{
	min-height: 400px;
	background-image: url(../images/innen_gesamt_mid.png);
	background-repeat: repeat-y;
}

#innen_gesamt_bottom
{
	height: 13px;
	background-image: url(../images/innen_gesamt_bottom.png);
	background-repeat: no-repeat;
}


#navigation_left ul, #navigation_right ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
margin-top:15px;
	
}

#navigation_left
{
	width: 40px;
	padding: 0;
	float: left;
	min-height: 400px;
}

#navigation_left a, #navigation_left a:visited, #navigation_right a, #navigation_right a:visited
{
	display:block;
	height:40px;
	text-indent:-9999px;
	outline:none;
	margin-bottom: 27px;
}

#left1
{
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
}

#left2
{
	background-image: url(../images/news.png);
	background-repeat: no-repeat;
}

#left3
{
	background-image: url(../images/unterricht.png);
	background-repeat: no-repeat;
}

#left4
{
	background-image: url(../images/wir.png);
	background-repeat: no-repeat;
}

#left5
{
	background-image: url(../images/anmeldung.png);
	background-repeat: no-repeat;
}

#left6
{
	background-image: url(../images/fahrzeuge.png);
	background-repeat: no-repeat;
}


#gesamt #navigation_right
{
	width: 40px;
	padding: 0;
	position: absolute;
	right:28px;
	min-height: 400px;
}

*+html #navigation_right
{
	width: 40px;
	padding-left: 0;
	position: relative;
	left: 709px;
	min-height: 400px;
	
}

* html #navigation_right
{
	width: 40px;
	padding-left: 0;
	position: relative;
	left: 709px;
	min-height: 400px;
	
}


#right1
{
	background-image: url(../images/preise.png);
	background-repeat: no-repeat;
}

#right2
{
	background-image: url(../images/seminare.png);
	background-repeat: no-repeat;
}

#right3
{
	background-image: url(../images/lustiges.png);
	background-repeat: no-repeat;
}

#right4
{
	background-image: url(../images/gaestebuch.png);
	background-repeat: no-repeat;
}

#right5
{
	background-image: url(../images/kontakt.png);
	background-repeat: no-repeat;
}

#right6
{
	background-image: url(../images/links.png);
	background-repeat: no-repeat;
}

#navigation_left a:hover
{
	border-left: 2px solid white;
}

#navigation_right a:hover
{
	border-right: 2px solid white;
}

#content
{
	width: 667px;
	height: auto !important; 
	height: 375px;            
	min-height: 375px;
	float: left;
}

#content_top
{
	height: 26px;
	background-image: url(../images/content_top.png);
	background-repeat: no-repeat;
}

#content_middle
{
	background-image: url(../images/content_mid.png);
	background-repeat: repeat-y;
	height: auto !important; 
	height: 349px;          
	min-height: 349px;  
	
}

#content_bottom
{
	height: 26px;
	background-image: url(../images/content_bottom.png);
	background-repeat: no-repeat;
}

#main_content
{
	padding: 0 10px 5px 20px;
	height: auto !important; 
	height: 349px;          
	min-height: 349px;  
	display: block;

}

p
{
	font-size: 14px;
	line-height: 1.5;
}

#footer
{
	clear: both;
	font-size: 11px;
	text-align: right;
	padding: 3px;
}

#footer a, #footer a:visited
{
  text-decoration: none;
  color: #CCC;
}

#footer a:hover
{
  color: #f7e3bb;
  text-decoration: underline;
}

input
{
	background-color: #fff1d5;
	border: 1px solid #ccc1ab;
	margin: 0.5em 0 0.7em;
	padding: 0.2em;
	width: 12em;
	
}

textarea
{
	background-color: #fff1d5;
	border: 1px solid #ccc1ab;
	margin: 0.5em 0 0.7em;
	padding: 0.2em;
}

input:hover, textarea:hover, input:focus, textarea:focus 
{
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #000000;
	cursor: pointer;
}


label
{
	display: block;
	font-weight: 600;
	font-size: 12px;
}

.submit
{
	width: 12.7em;
}

fieldset
{
	border 1px solid #000000;
}

legend
{
	font-size: 13px;
	font-weight: 400;
}

.checkbox
{
	display: inline;
	width: auto;
	border: 1px solid black;
  background-color: #fff1d5;
}

.checkbox:hover, .checkbox:focus
{
   background-color: #ffffff;
   border: 1px solid #ffffff;
}

#fehler
{
  border: 1px solid #ff3b3b;
  padding: 5px;
  width: 95%;
  background-color: #ffa5a5;
}

#kein_fehler
{
  border: 1px solid #1dc631;
  background-color: #a6d5ac;
  padding: 5px;
  width: 95%;
}

#gb_eintrag
{
  width: 95%;
  border: 1px solid #B0B0B0;
}

#gb_eintrag_content
{
  background-color: #d4d4d4;
  padding: 5px;
  clear:both;
}

#gb_header
{
  background-color: #CCCCCC; 
  font-size: 12px;
  padding: 5px;
  text-align: left;
  border: 1px solid #B0B0B0;
}


#news
{
	margin-top: 10px;
	border: 1px solid black;
	padding: 5px;
}


#klassen table
{
	border-collapse: collapse;
}

#klassen thead 
{
	background-color: #797979;
	font-weight: bold;
}

#klassen tbody 
{ 
	background-color: #797979; 
}

#klassen tbody td 
{
	background-color: #c0c0c0;
	font-size: 12px;
}

#klassen td, #klassen th
{
	border: 1px solid black;
	padding: 5px;
}

#preise_tabelle table
{
	border-collapse: collapse;
	width: 100%;	
}

#preise_tabelle thead
{
	background-color: #797979;
	font-weight: bold;
}

#preise_tabelle tbody
{
	background-color: #797979; 
}

#preise_tabelle tbody td
{
	background-color: #c0c0c0;
	font-size: 12px;
}

#preise_tabelle tfoot
{
	background-color: #6cb15e;
}

#preise_tabelle td, #preise_tabelle th
{
	border: 1px solid black;
}

#preise_tabelle input
{
	background-color: #c0c0c0;
	color: #000000;	
	font-weight: bold;
	height: 20px;	
	text-align: center;
	width: 40px;
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: middle;
}

#preise_tabelle #plus, #preise_tabelle #minus
{
	background-color: #fff1d5;
	text-align: center;
	width: 20px;
}

#preise_tabelle #summe
{
	background-color: #6cb15e;
}

.guestbook_top { height: 1.6em; padding: 0.3em 0.5em 0 }
.guestbook_big { float: left; font-size: 1.2em; font-weight: bold; margin-right: 0.5em }
.guestbook_small { float: left; font-size: 0.8em; font-weight: bold }
.guestbook_contact { float: right; margin-left: 0.5em }
.guestbook_content { padding: 0.5em; clear: right }
.guestbook_mod { float: right; margin-left: 0.5em }
.guestbook_extra { float: right; padding-bottom: 1em }
.guestbook_vote { float: right }
.smilie { vertical-align: sub }
.smilies { margin: 0.5em 0 0.5em 9.5em }
.smilieSelect { float: left; margin-right: 0.25em }
.vote { vertical-align: sub; margin-right: 0.25em }
.email {vertical-align: sub; margin-left: 0.5em}

.fahrzeug
{
 height: 200px; 
margin-bottom: 20px;
}

.fahrzeug img
{
 float: left;
}

.content_fahrzeuge
{
 float: right;
 width: 350px;
}

.fahrzeug_rechts
{
 height: 200px; 
 margin-bottom: 20px;
}

.fahrzeug_rechts img
{
 float: right;
}

.content_fahrzeuge_rechts
{
 float: left;
 width: 350px;
}