/* 
    Document   : style
    Created on : 23.11.2014, 18:32:09
    Author     : user
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

#wrapper {
    width:          750px;
    margin-top:     20px;
    margin-left:    auto;
    margin-right:   auto;
    border:         2px;
    border-style:   solid;
    border-color:   #18205E;  
    font-family:    Verdana , sans-serif;
    font-style:     normal;
    font-size:      1.1em;
    color:          #004B02;
}

#wrapper_impressum {
    width:          670px;
    margin-left:    auto;
    margin-right:   auto;
    padding:        0 2em;
    border:         2px;
    border-style:   solid;
    border-color:   #004B02;  
    font-family:    Verdana , sans-serif;
    font-style:     normal;
    font-size:      1.0em;
    color:          #004B02; 
    background-color:   white;    
}


header {
    height:         180px;
}

#header_logo {
    float:              left;
    margin-top:       47px;
}

#header_logo_img {
    width:  110px;
    height: auto;
}

#header_name {
    float: left;

    margin-left:        120px;
    margin-top:         44px;
    margin-right:       15px;

    font-size:     44px;
    font-weight:   900;
    text-shadow:   1px 3px 2px #B8B8B6;
}



#impressum_logo {
    margin-top: 40px;
    margin-bottom: 40px;
}


.header_left {
    float:              left;
    margin-left:        30px;
    margin-top:         30px;
    margin-right:       0px;
    background-color:   white;
}


.linkdeco {
    text-decoration: none;
    color:inherit
}

.linkdeco:hover {
    text-decoration: none;
    text-shadow: 1px 1px 1px #808080;
}

main {
    float: left;
    width: 100%;
}

#Adress1{
    float:          left;
    width:          330px;
    height:         200px;
    margin-top:     48px;
    margin-left:    2em;
}

#AdressName {
    font-size:      38px; 
    font-weight:    bold;
    margin-top:     -3px;
    margin-bottom:  4px;
}


#Adress2{
    float:          left;
    width:          350px;   
    margin-top:     48px;
    margin-left:    1.5em;
    margin-bottom:  0px;
}

#menue {
    clear:              both;
    height:             1.4em;
    padding-left:       2em;
    padding-right:      0;
    list-style-type:    disc;
    background-color:   white;
    margin-top:         0px;
    margin-bottom:      20px;
}

#menue li{
    float:              left;
    display:            block;
    margin-left:        0em;
    padding-left:       0em;
    padding-right:      auto;
    background-color:   white;
/*    width:              227px;    */
    font-size:          1.2em;
}

footer {
    clear: both;
}


#footer_left {
    float:              left;
    text-decoration:    none;
}

#footer_right {
    float:              right;
    text-decoration:    none;
}


