
body {
    background: #fff url('../gfx/header2.png') 50% 0 no-repeat;
    text-align: center;
}
h1,h2,h3,h4,h5,h6,a,b,u,i,div,p,ul,li,ol,dl,dt,dd,hr,img,
form,input,select,option,textarea,button,
table,thead,tfoot,th,td,tr {
    background: none;
    border: 0;
    color: #000;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: normal;
    list-style: none; 
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
}


h1 {
    background: transparent url('../gfx/title.png') 0 100% no-repeat;
    margin: 0 auto;
    padding: 30px 0 40px 0;
    text-indent: 20px;
    width: 950px;
}
h1 a {
    color: #204a87;
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
}

#navigation {
    background: transparent url('../gfx/navigation.png') 100% 0 no-repeat;
    clear: right;
    height: 47px;
    margin: -82px auto 0 auto;
    width: 950px;
}
#navigation li {
    float: right;
}
#navigation li a {
    color: #babdb6;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin: 15px 40px 0 0;
}
#body {
    background: transparent url('../gfx/background.png') 0 100% repeat-y;
    margin: 35px auto 0 auto;
    padding-bottom: 20px;
    width: 950px;
}
#left {
    background: transparent url('../gfx/left.png') right bottom no-repeat;
    border-bottom: 1px solid #73d216;
    clear: left;
    float: left;
    margin: 10px 10px 0 6px;
    padding: 15px 10px;
    width: 170px;
    overflow: hidden;
}
#left li {
    margin: 5px 0;
}
#left li a {
    background: transparent none 0 70% no-repeat;
    color: #2e3436;
    font-size: 13px;
    font-weight: bold;
    padding-left: 15px;
    white-space: nowrap;
}
#left li a.active,
#left li a:hover {
    background-image: url('../gfx/left_marker.png');
    color: #888a85;
}
body#klassen #left li.klassen a,
body#fahrstunden #left li.fahrstunden a,
body#oeffnungszeiten #left li.oeffnungszeiten a,
body#praktische_pruefung #left li.praktische_pruefung a,
body#theoretische_pruefung #left li.theoretische_pruefung a {
    background-image: url('../gfx/left_marker.png');
    color: #a40000;
}

#content {
    float: left;
    margin: 10px;
    width: 530px;
}
#content h2, #content h3 {
	margin-top: 5px;
} 
#content h2 {
    color: #555753;
    font-size: 18px;
    font-weight: bold;
}
#content h3 { 
    color: #2e3436;
    font-size: 13px;
    font-weight: bold; 
}
#content p {
    color: #2e3436;
	margin-bottom: 10px; 
}
/*
#content tr {
	display: block;
}
*/
#content th {
    white-space: nowrap;
    width: 150px;
}

#content ul li strong {
    display: block;
    margin-top: 10px;
}

#right {
    float: right;
    margin: 20px 6px 0 10px;
    width: 170px;
}
#right dl * {
	line-height: 15px;
}
#right dl dt {
	font-weight: bold;
}

#right h4 {
    font-size: 13px;
    margin: 15px 0 3px 0;
    padding: 5px 0 1px 25px;
}

#right h4#news {
    background: transparent url('../gfx/news.png') left bottom no-repeat;
    border-bottom: 1px solid #f57900;
}
#right h4#cars {
    background: transparent url('../gfx/cars.png') left bottom no-repeat;
	border-bottom: 1px solid #cc0000;
}

#footer {
    background: transparent url('../gfx/footer.png') 0 100% repeat-y;
    height: 30px;
    margin: 0 auto;
    width: 950px;
}

img.right {
    float: right;
    clear: right;
}
img.left {
    float: left;
    clear: left;
}

* html #body * {
	font-size: 11px;
}
* html #content h2 {
	font-size: 16px;
}
* html #content p {
    margin-top: 6px;
}
* html #content h3 {
	font-size: 11px;
	margin-top: 12px;
}
* html #left {
	margin-left: 3px;
	padding-left: 3px;
}
* html #left li a {
	font-size: 11px;
}
* html #right {
	margin-right: 3px;
}
* html #right h4 {
	font-size: 12px;
}
* html #navigation {
    width: 910px;
}
* html #navigation li a {
	font-size: 12px;
    margin-top: 20px;
}

ul.column {
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.column li {
    font-size: 98%;
    overflow: hidden;
}

ul.right {
    width: 270px;
    float: left;
}

ul.left {
    width: 240px;
    float: left;
}

