/* 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: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 87.5%; /* 14px */
    line-height: 1.5; /* 21px */
    margin: 0 auto;
}      

/* Links */

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

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

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

/* Abstände */

p, ul, ol {
    margin-bottom: 1.5em; /* 21px */
}

h2 {
    font-size: 30px;
    color: #234996;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 15px;
}

h3 {
    font-size: 18px;
}

/* Listen */

ul { list-style-type: circle; margin-left: 30px; }
ol { list-style-type: decimal; margin-left: 30px; }

/* Formulare */

label {
    font-weight: bold;
    cursor: pointer;
}

input {
    display: block;
    font-size: 1.0em;
    width: 460px;
}

input.button {
    width: auto;
}

textarea {
    height: 150px;
    width: 460px;
    font-family:  Arial, Helvetica, sans-serif;
}

/* Sonstiges */

strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { 
    font-weight: bold;
    cursor: help;
    border-bottom: 1px dotted #999;
}

ins { text-decoration: underline; }
del { text-decoration: line-through; }

/* Hinweise & Fehler */

.eingabefehler { color: #fff; background: #f00; }

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

#page {
    margin: 0 auto;
    width: 960px;
}

/* Header */

#header {
    height: 168px;
    position: relative;
}

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

#header h1 a {
    width: 204px;
    height: 66px;
    display: block;
}

/* Navigation */

#nav {
    background: #224a94 url(img/nav-bg.png) repeat-x 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 960px;
    height: 40px;
    line-height: 40px;
}

#nav ul {
    float: right;
    margin-right: 10px;
    list-style: none;
    font-size: 16px;
    text-transform: uppercase;
}

#nav li {
    float: left;
    margin: 0 15px;
}

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

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

/* Content */

#imgbar {
    background: #1c1714 url(img/imgbar.jpg) no-repeat 0 0;
    height: 200px;
    width: 960px;
}

#body {
    background: #f2f2f2 url(img/content-bg.png) repeat-y 0 0;
    width: 960px;
    float: left;
}

.col-50 {
    width: 460px;
    margin: 25px 10px;
    float: left;
}

.col-100 {
    width: 940px;
    margin: 25px 10px;
    float: left;
}

#gallery img {
    float: left;
    border: 3px solid #234996;
    margin: 0 20px 20px 0;
}

#gallery img.rand {
    margin-right: 0;
}

/* Footer */

#footer {
    clear: both;
    background: #224a94 url(img/footer-bg.png) repeat-x 0 0;
    height: 77px;
    text-align: center;
    color: #fff;
    padding-top: 30px;
    margin-bottom: 30px;
}

#footer p {
    margin-bottom: 0;
}

#footer a {
    color: #fff;
    text-decoration: none;
}
