/* 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: #383838 url(img/feiner-asphalt.jpg) repeat 0 0;
    color: #aeb5bf;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 75.0%;
    line-height: 1.5;
    margin: 0 auto;
    padding: 0;
}      

/* Links */

a:link {
    color: #fff;
    text-decoration: underline;
}

a:visited {
    color: #fff;
    text-decoration: underline;
}

a:hover {
    color: #6e737d;
    text-decoration: underline;
}

/* Schriftgrößen */
/* (Skala: 6, 7, 8, 9, 10, 11, 12, 14, 16, 18, 21, 24, 36, 48, 60, 72) */

h1 {
    font-size: 1.7143em; /* 24px */ 
    line-height: 0.875;
}

h2 {
    font-size: 1.5em; /* 21px */
    line-height: 1.0;
}

h3 {
    font-size: 1.2857em;  /* 18px */
    line-height: 1.1667;
}

h4 {
    font-size: 1.1429em; /* 16px */
    line-height: 1.3125;
}

h5, h6 {
    font-size: 1.0em; /* 14px */
    line-height: 1.5;
}

/* Abstände */

p, ul, ol, dl, address, table, blockquote, pre, fieldset {
    margin-bottom: 1.5em; /* 21px */
    padding: 0 20px;
}

h1 {
    margin-bottom: 0.875em;
}

h2, h3, h4, h5, h6 {
    padding: 0 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2 {
    margin-bottom: 1.0em;
}

h3 {
    margin-bottom: 1.1667em;
}

h4 {
    margin-bottom: 1.3125em;
}

h5, h6 {
    margin-bottom: 1.5em;
}

ul ul, ol ol, ol ul, ul ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
 
/* Listen */

ul {
    list-style-type: circle;
    padding-left: 35px;
}

ol {
    list-style-type: decimal;
    padding-left: 45px;
}

/* Sonstiges */

strong {
    font-weight: bold;
}

em, dfn {
    font-style: italic;
}

dfn {
    font-weight: bold;
}

address {
    font-style: normal;
}

ins {
    text-decoration: underline;
}

del {
    text-decoration: line-through;
}

#galerie {
    width: 487px;
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
}

#galerie img {
    border: 3px solid #44474d;
    float: left;
    margin: 0 10px 10px 0;
}

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

#page {
    margin: 0 auto;
    background: url(img/grober-asphalt.png) no-repeat center 0;
    min-height: 700px;
}

#container {
    margin: 0 auto;
    padding: 0;
    width: 487px;
    min-height: 700px;
    background: url(img/container-bg.png) repeat-y 0 0;
    position: relative;
}

/* Header */

#header h1 {
    width: 487px;
    height: 155px;
    background: url(img/logo.png) no-repeat center bottom;
}

#header h1 a {
    width: 487px;
    height: 125px;
    display: block;
    text-indent: -1000em;
}

/* Navigation */

#nav {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #44474d;
    width: 200px;
    position: absolute;
    left: -220px;
    list-style: none;
    text-align: right;
    border-top: 1px solid #8d8d8d;
    padding: 0;
}

#nav li {
    border-bottom: 1px solid #8d8d8d;
}

#nav a:link, #nav a:visited {
    display: block;
    padding: 2px 10px;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none;
}

#nav a:hover, #nav a.aktiv {
    background: #212326;
    display: block;
}

/* Content */

#body {
    width: 478px;
}

#map {
    border: 3px solid #44474d;
    width: 440px;
    height: 250px;
    float: left;
    margin-left: 20px;
    margin-bottom: 1.5em;
}

#map span, #map a {
    font-size: 0;
}

/* Footer */

#footer {
    width: 458px;
    margin: 0 auto;
    clear: both;
    text-align: center;
    border-top: 1px solid #999;
    padding: 15px 0;
}

#footer p {
    margin: 0;
}