/* RESET
-------------------------------------------------------------------------- */

/* Based on http://meyerweb.com/eric/tools/css/reset/ */
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; }

/* GLOBAL
-------------------------------------------------------------------------- */

body {
    background: #e9e0d4 repeat 0 0;
    color: #0f253f;
    font-family: 'Palatino', Georgia, serif;
    font-size: 100%;
    line-height: 1.5;
    text-shadow: 0 1px 0 #fff;
}

/* Convert with http://www.fontsquirrel.com/fontface/generator */
@font-face {
    font-family: 'GraublauWebBold';
    src: url('fonts/graublauwebbold-webfont.eot');
    src: local('☺'), 
        url('fonts/graublauwebbold-webfont.woff') format('woff'),
        url('fonts/graublauwebbold-webfont.ttf') format('truetype'),
        url('fonts/graublauwebbold-webfont.svg#webfontjd7oqPVY') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GraublauWebRegular';
    src: url('fonts/graublauweb-webfont.eot');
    src: local('☺'), 
        url('fonts/graublauweb-webfont.woff') format('woff'),
        url('fonts/graublauweb-webfont.ttf') format('truetype'),
        url('fonts/graublauweb-webfont.svg#webfontWyOIFEPr') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* TYPOGRAPHY
-------------------------------------------------------------------------- */

h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-family: GraublauWebBold, "Trebuchet MS", sans-serif;
}

h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.col-wide h2 {
    position: relative;
    left: -300px;
}

h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #d30228;
}

p { margin-bottom: 20px; }

p.slogan {
    font-size: 18px;
    color: #d30228;
    font-family: GraublauWebBold, "Trebuchet MS", sans-serif;
    margin-bottom: 0;
}

blockquote {
    font-family: GraublauWebBold, "Trebuchet MS", sans-serif;
    color: #d30228;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
}

strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
sup, sub { line-height: 0; }
abbr { border-bottom: 1px dotted #666; cursor: help; }

#body ul, #body ol {
    margin: 20px 0 20px 20px;
}

#body ul li {
    list-style: none;
    background: url(img/listitem.png) no-repeat 0 4px;
    padding-left: 25px;
}

ol { list-style-type: decimal; }
dl { margin-top: -15px; margin-bottom: 20px; }
dl {
    width: 220px;
    clear: both;
}
dl dt {
    font-weight: bold;
    margin-top: 20px;
}

dd { font-size: 90%; }

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

hr {
    visibility: hidden;
    margin: 20px 0;
    clear: both;
}

/* LINKS
-------------------------------------------------------------------------- */

a:link { color: #0f253f; text-decoration: underline; font-weight: bold; }
a:visited { color: #0f253f; text-decoration: underline; font-weight: bold; }
a:hover { color: #d30228; }
a:focus { color: #d30228; }
a:active { color: #d30228; }

/* IMAGES
-------------------------------------------------------------------------- */

img { margin-bottom: 20px; }
img.left { float: left; margin: 0 20px 20px 0; }
img.right { float: right; margin: 0 0 20px 20px; }

/* STRUCTURE
-------------------------------------------------------------------------- */

.wrap {
    width: 880px;
    margin: 0 auto;
    position: relative;
}

#header .wrap {
    height: 290px;
}

#nav {
    font-family: GraublauWebBold, "Trebuchet MS", sans-serif;
    font-weight: bold;
    width: 580px;
    position: absolute;
    left: 300px;
    bottom: 20px;
    list-style: none;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(0,0,0,0.75);
}

#nav li {
    float: left;
    margin-right: 40px;
}

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

#nav a.active, #nav a:hover {
    color: #09a1d9;
}

#page { margin: 0 auto; }

#header {
    height: 290px;
    background: #13263f url(img/bg-header.png) repeat-x 0 0;
}

#header h1 {
    height: 250px;
    width: 230px;
    background: url(img/logo-trans.png) no-repeat 0 0;
    text-indent: -10000px;
    position: absolute;
    top: 20px;
    left: 0;
}

#header h1 a {
    height: 250px;
    width: 230px;
    display: block;
}

#header img {
    position: absolute;
    right: 0;
    top: 20px;
}

#footer {
    font-family: GraublauWebRegular, "Trebuchet MS", sans-serif;
    clear: both;
    height: 50px;
    background: #13263f url(img/bg-footer.png) repeat-x 0 0;
    color: #fff;
    text-align: center;
    text-shadow: none;
    padding: 30px 0;
}

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

#footer p {
    margin-bottom: 0;
}

#body {
    padding: 40px 0;
    overflow: hidden;
}

#main { width: 580px; float: right; }
#aside { width: 280px; float: left; }

.intro-box {
    width: 880px;
    position: relative;
    left: -300px;
}

.angebot-box {
    float: left;
    position: relative;
    left: -80px;
    margin-left: -220px;
}

.angebot-box p {
    margin-bottom: 5px;
    font-size: 14px;
}

.caption {
    margin-top: -20px;
}

.toplink {
    float: right;
}

#map {
    width: 580px;
    height: 350px;
    border: 1px solid #0f253f;
    margin-bottom: 20px;
}

#slideshow {
    height: 400px;
    overflow: hidden;
    margin-bottom: 20px;
}

#header #flag {
    position: absolute;
    right: 5px;
    top: 240px;
    box-shadow: 0 0 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.75);
}

#header #facebook {
    position: absolute;
    right: 65px;
    top: 240px;
    box-shadow: 0 0 65px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 0 65px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0 0 65px rgba(0,0,0,0.75);
}