/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28.08.2015, 10:16:46
    Author     : Andreas
*/

* {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serife;
}

body {
    background: url("tuer.jpg") fixed;
}
header {
    text-align: center;
}
header span {
    color:#008080;
    font-style: oblique;
    font-size: 1.2em;
}

body > header > h1 {
    padding-bottom: 30px;
}

section {
    /*margin-left: 33%;
    margin-right: 200px;*/
    margin: 40px 200px 0px 33%;
    /*border: 1px green solid;*/
}

section header span {
    color:#004080;
    font-style: italic;
    text-decoration: underline;
    font-size: 1.2em;
}

article ul {
    list-style-type: none;
    list-style-image: url("ball.gif");
    padding: 1.5em 33% 1.2em;
}

article li {
    color:#0000FF;
    font-style: italic;
    font-size: 1.1em;
    line-height: 2em;
    font-weight: bold;
}

article h2 {
    color:#004080;
    font-style: oblique;
    font-size: 1.3em;
    text-align: center;
}

nav {
    padding: 5px;
    float: left;
    width: 400px;
}

aside {
    float: right;
    width: 200px;
}

aside span {
    color:#008080;
    font-size: 0.8em;
    font-style: oblique;
    font-family: Times, "Times New Roman", serif;
}

aside p {
    font-size: 0.85em;
    padding-top: 15px;
}

footer {
    clear: both;
    padding-top: 15px;
    text-align: center;
    font-size: 1.2em;
}

#logo {
    width:232px;
    height:113px;
}

#anmerkung {
    text-align: center;
    font-size: 1.0em;
}

#txt {
    font-weight: lighter;
}

#z1 {
    color: #000099;
    padding-top: 15px
}

#z2 {
    color: #DE0903;
    padding-top: 15px;
    font-style: italic;
}

#copyright {
    padding: 20px 40px;
    text-align: right;
    font-size: 7pt;
    color: grey;
}

#welc1 {
    color:#008080;
    font-size: 1.3em;
    font-style: oblique;
    font-family: Times, "Times New Roman", serif;
}

#welc2 {
    padding-top: 10px;
    color:#008000;
    font-size: 1.0em;
    font-style: italic;
    font-weight: bold;
}

#welc3 {
    padding-top: 10px;
    color:#008000;
    font-size: 1.0em;
    font-style: italic;
}
