/* 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;
}

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

/* Grundlagen */

body {
    background: #6a3117;
    color: #fefefe;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 87.5%;
    line-height: 1.5;
}      

/* Links */

a:link, a:visited {
    color: #fefefe;
    text-decoration: underline;
}

a:hover {
    color: #26140C;
}

#map a, #map a:hover {
    color: #000;
}

/* 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 */

#body p, #body ul, #body ol, #body dl, #body table, #body blockquote {
    margin-bottom: 1.5em; /* 21px */
}

h1 {
    margin-bottom: 0.875em;
}

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;
}

ol {
    list-style-type: decimal;
}

dt {
    font-weight: bold;
}

/* Bilder */

img {
    border: 5px solid #3d2216;
}

img.floatleft {
    float: left;
    margin: 0 1.5em 0.5em 0;
}

img.floatright {
    float: right;
    margin: 0 0 0.5em 1.5em;
}

#side img {
    float: left;
    margin: 0 5px 5px 0;
}

/* 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;
}

hr {
    clear: both;
    visibility: hidden;
}

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

.content {
    width: 960px;
    margin: 0 auto;
}

/* Header */

#header {
    background: #6a3117 url(img/nav-bg.png) repeat-x 0 bottom;
    height: 4em;
}

#headerbar {
    height: 212px;
    background: #7d3f20 url(img/headerbar-bg.png) repeat-x 0 0;
    clear: both;
}

#headerbar .content {
    position: relative;
}

#headerbar h1 {
    width: 446px;
    height: 192px;
    text-indent: -1000em;
    background: url(img/logo.png) no-repeat 0 0;
    position: absolute;
    right: 10px;
    top: 10px;
}

#headerbar h1 a {
    width: 446px;
    height: 192px;
    display: block;
}

#feature {
    background: #321c13 url(img/feature-bg.png) repeat-x 0 0;
    font-size: 0.85em;
    height: 14em;
    padding: 25px 0;
}

#feature .col {
    width: 460px;
    margin: 0 10px;
    float: left;
}

#feature .col img {
    float: left;
    margin-right: 20px;
}

/* Navigation */

.nav {
    height: 3.43em;
    line-height: 3.43em;
    list-style: none;
    color: #26140c;
    font-size: 1.14em;
    margin-left: 10px;
}

.nav li {
    float: left;
    margin-right: 35px;
}

.nav a {
    float: left;
    display: block;
    height: 3.43em;
    color: #fefefe;
    text-decoration: none;
}

.nav a:hover {
    color: #000;
}

/* Content */

#body {
    background: url(img/body-bg.png) repeat-x 0 0;
    padding: 35px 0;
}

#main {
    width: 600px;
    margin-left: 10px;
    float: left;
}

#side {
    width: 300px;
    margin-right: 10px;
    float: right;
    color: #d6bcb1;
}

#map {
    width: 590px;
    height: 300px;
    border: 5px solid #3d2216;
    margin-bottom: 1.5em;
    color: #000;
}

/* Footer */

#footer {
    font-size: 0.85em;
    text-align: center;
    padding: 30px 0 15px 0;
    background: #7d3f20 url(img/footer-bg.png) repeat-x 0 0;
    clear: both;
}

#footer p {
    margin: 0 10px;
}
