/* Reset
------------------------------------------------------------------------- */

/* Based on http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, 
u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td { 
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
 
ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, 
q:before, q:after {
    content: ''; 
    content: none;
}
 
:focus { outline: 0; }

ins { text-decoration: none; }

del { text-decoration: line-through; }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a { outline: none; }

/* Generelle Stile
------------------------------------------------------------------------- */

/* Grundlagen */

body {
    background: #FFF;
    color: #333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 68.75%;
    line-height: 16px;
    margin: 0 auto;
    padding: 0;
}      

/* Links */

a:link {
    color: #0981f5;
    text-decoration: none;
}

a:visited {
    color: #0981f5;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    color: #F00;
}

a:active {
    color: #F00;
}  

/* Schriftgrößen */

h2 {
    font-size: 15px;
    font-weight: bold;
    color: #057ef4;
}

h3 {
    font-size: 13px;
}

/* Abstände */

p, ul, ol, dl, address, table, blockquote, pre, fieldset {
    margin-bottom: 16px;
}

h2 {
    margin-bottom: 16px;
}

h3 {
    margin-bottom: 16px;
}

#main h3 {
    margin-bottom: 0;
}


ul ul, ol ol, ol ul, ul ol {
    margin-bottom: 0;
    margin-left: 16px;
}
 
/* Listen */

ul {
    list-style-type: circle;
}

ol {
    list-style-type: decimal;
}

/* Sonstiges */

strong {
    font-weight: bold;
}

em, dfn {
    font-style: italic;
}

/* Seitenstruktur
------------------------------------------------------------------------- */

/* Header */

#header {
    height: 338px;
    background: url(img/header-bg.jpg) repeat-x 0 0;
    position: relative;
}

#header h1 {
    position: absolute;
    left: 760px;
    top: 0;
    width: 139px;
    height: 133px;
    background: url(img/logo.png) no-repeat 0 0;
    text-indent: -1000em;
}

#header h1 a {
    width: 139px;
    height: 133px;
    display: block;
}

#car {
    background: url(img/newbeatle.jpg) no-repeat 0 0;
    width: 646px;
    height: 275px;
    position: absolute;
    bottom: 0;
    text-indent: -1000em;
}

/* Navigation */

.nav {
    width: 900px;
    height: 42px;
    position: absolute;
    bottom: 23px;
}

.nav ul {
    list-style: none;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

.nav li {
    float: left;
    height: 42px;
    line-height: 42px;
    margin-left: 25px;
}

.nav a {
    text-decoration: none;
    color: #000;
}

.nav a:hover, .nav a.aktiv {
    color: #0c85f6;
}

/* Content */

#body {
    width: 900px;
    background: url(img/sidebar-bg.jpg) repeat-y 0 0;
    float: left;
}

#main {
    width: 580px;
    float: right;
    padding: 20px 0;
}

#side {
    width: 185px;
    padding: 20px 60px 20px 45px;
    float: left;
}

.box {
    background: url(img/box-border.png) repeat-x 0 bottom;
    padding-bottom: 6px;
    margin-bottom: 16px;
}

#map {
    width: 580px;
    height: 320px;
}

/* Footer */

#footer {
    clear: both;
    height: 10px;
    background: url(img/footer-bg.png) repeat-x;
}