@import url(reset.css); /* Reset CSS */

/* BODY ------------------------------------------------------------------ */

body {
    line-height: 1.5;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333;
    background: none;
    font-size: 10pt;
    word-spacing: 1pt;
    margin: 0;
    padding: 0;
}

/* HEADINGS ------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-shadow: 0 2px 5px rgba(0,0,0,0.25);
    color: #000;
    clear: both;
}

h1 { font-size: 24pt; line-height: 1.1; margin-bottom: 12pt; }
h2 { font-size: 18pt; line-height: 1.1; margin-bottom: 9pt; }
h3 { font-size: 14pt; line-height: 1.1; margin-bottom: 7pt; }
h4 { font-size: 12pt; line-height: 1.1; margin-bottom: 6pt; }

#header h1 { margin-bottom: 0; }

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

p, ul, ol, blockquote, table, form, fieldset { margin-bottom: 14pt; }

hr {
    background: #CCC;
    color: #CCC;
    width: 100%;
    height: 2px;
    margin: 2em 0;
    padding: 0;
    border: none;
}

blockquote {
    color: #8e8e8e;
    font-family: Palatino, Georgia, Times, "Times New Roman", serif;
    font-weight: normal;
    font-style: italic;
    text-shadow: 0 2px 5px rgba(0,0,0,0.25);
    font-size: 18px;
    line-height: 1.1;
    margin: 1.5em;
}

/* Standard Quotes */
:lang(de) { quotes: '\00BB' '\00AB' '\203A' '\2039'; }

/* Blockquotes */
blockquote { quotes: none; }
blockquote p:first-child:before { content: '\00BB'; margin-left: -0.5em;}
blockquote p:last-child:after  { content: '\00AB'; }

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

li ul, li ol { margin: 0; }
ul, ol { margin: 1.5em 0; }
ul { margin-left: 30pt; list-style-type: square; }
ol { margin-left: 30pt; list-style-type: decimal; }

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

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

a:link, a:visited {
    background: transparent;
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}

#header a, #footer a {
    text-decoration: none;
    color: #000;
}

a[href]:after {
    content: ' (' attr(href) ')';
    font-style: italic;
}

#header a[href]:after,
#footer a[href]:after {
    content: '';
}

/* IMAGES & VIDEOS ------------------------------------------------------ */

img {
    margin: 0 0 15px 0;
    border: 1px solid #000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -khtml-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -o-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}

/* LAYOUT --------------------------------------------------------------- */

#nav { display: none; }

#map {
    width: 15.0cm;
    height: 10.0cm;
    border: 1px solid #000;
}

#header, #footer {
    clear: both;
    background: #ddd;
    text-align: center;
    padding: 0.5cm;
}

#header { margin-bottom: 0.5cm; }
#footer p { margin-bottom: 0; }

