/* 
    Created on : 18.07.2014, 20:46:29
    Author     : Danny Tamm
*/
html, body {
    font-family: Verdana, Arial, sans-serif;
    background-color: #343535;
    color: #ccc;
    font-size: 14px;
    font-weight: bold;
}

body div {
    width: 1024px;
    margin: auto;
}

body div header {
    position: relative;
    height: 320px;
    width: 100%;
    font-size: 1.4em;
    float: left;
}

h1 {
    font-size: 1.8em;
}

h2{
    color: #4e98c8;
    font-size: 1em;
    margin-bottom: 0px;
}

h3{
    margin-top: 4em;
    margin-bottom: 0px;
    font-size: 0.8em;
    line-height: 1em;
}

table {
    width: 50%;
    border-spacing: 0px;
}

tr {
    margin: 0px;
}

td {
    vertical-align: text-top;
    font-size: 0.8em;
    line-height: 1em;
}

nav{
    width: 100%;
    font-size: 1.2em;
    font-style: italic;
    color: #5889de;
    float: left;
    margin-top: 100px;
}

nav ul {
    list-style: none;               /* keine Aufzählungspunkte */
}

nav ul li {
    margin-bottom: 1.3em;
}

body section header {
    width: 100%;
    height: 100px;
    float: left;
    margin: 0px;
}

main {
    width: 100%;
    line-height: 2em;
    float: left;
    min-height: 250px;
    margin: 0px;
    margin-bottom: 50px;
}

footer {
    font-size: 0.8em;
    width: 100%;
    color: #807d74;
    float: left;
    margin: 0px;
    margin-bottom: 25px;
}

main p {
    margin-bottom: 2em;
}

section > main > div {
    width: 100%;
}

A:link{
    color: #509ac9;
    text-decoration: none;
}

A:visited {    
    color: #509ac9;
    text-decoration: none;
}

A:hover{
    color: #ffffff;
}

A.mail:link{
    color: #d0ccc7;
    text-decoration: none;
}

A.mail:visited {    
    color: #d0ccc7;
    text-decoration: none;
}

A.mail:link{
    color: #d0ccc7;
    text-decoration: none;
}

A.mail:hover{
    color: #d0ccc7;
}

#headPicture{
    position: relative;
    margin: 0px;
    float: left;
}

#logo{
    position: absolute;
    top: 50px;
    right: 25px;
    margin: 0px;
    z-index: +1;
    float: left;
}

#section_left{
    width: 30%;
    float: left;
}

#section_right{
    width: 70%;
    float: left;
}

#section_right_kontakt{
    position: relative;
    top: -320px;
    width: 70%;
    float: left;
    margin-bottom: -320px;    
}

#kontakt > p{
    font-size: 1em;
    margin: 0px;
    margin-bottom: 1.5em;
    line-height: 1.2em;
}

#impressum > p{
    font-size: 0.8em;
    line-height: 1em;
    width: 80%;
}

.activeLink{
    color: #ffffff;
}
