/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */


body {
    padding:0px;
    margin:0px;
    background-color:#ffffff;   
    font-family: 'Lato','Cabin','Sans-Serif','Arial','Verdana','SunSans-Regular';
    color:#000000;
}


/* ----------------- Content-Divs id --------------------- */  


#Text {
     position:relative;
     margin: 0px auto 50px auto;
     width:100%;

}


#Footer_links {
     position:absolute;
     margin: 0px 50% 0px 0px;
     width:50%;
     padding-top:20px;
     padding-bottom:20px;
     background-color: #666666;
     color: #FFffff;
     font-size: 12px;
     text-align:left;
}

#Footer_rechts {
     position:absolute;
     margin: 0px 20px 20px 50%;
     width:50%;
     padding-top:20px;
     padding-bottom:20px;
     background-color: #666666;
     color: #FFffff;
     text-align: right;
}


/* ----------Formate allgemein: Links, P, Heads, Klassen-------- */

a {color: #009999;text-decoration:none;}
a:visited {color:#009999;text-decoration:none;}
a:hover {color: #FF0000;text-decoration:none;}
a:active { color:#ff0000;}


p {
    margin-top:12px;
    margin-bottom:0px;
    margin-left:40px;
    font-size: 14px;
    font-weight:400;
    line-height: 135%
}


h1 {
    margin-top:50px;
    margin-left:40px;
    font-size:20px;
    font-weight:900;
    color:#009999;
    text-transform: uppercase;
}


h2 {
    font-size: 14px;
    font-weight:600;
    margin-top:40px;
    margin-bottom:9px;
    margin-left:40px;
    text-transform: uppercase;
}

.ohneAbsatz {
    margin-top:0px;
    margin-left:40px;
    margin-right:0px;
    margin-bottom:0px;
    font-size: 14px;
}

.ohneAbsatz_Abstand {
    margin-top:0px;
    margin-left:40px;
    margin-right:0px;
    margin-bottom:6px;
    font-size: 14px;
}

.ohneAbsatz_gross {
    margin-top:0px;
    margin-left:40px;
    margin-right:0px;
    margin-bottom:0px;
    font-size: 20px;
}

.ohneAbsatz_rechts {
    margin-top:0px;
    margin-left:0px;
    margin-right:40px;
    margin-bottom:0px;
    font-size: 14px;
}

.ohneAbsatz_rechts_gross {
    margin-top:0px;
    margin-left:0px;
    margin-right:40px;
    margin-bottom:0px;
    font-size: 20px;
}


.auszeichnung {
     color:#666666;
}

 
/* ----------Formate nicht gebraucht -------- */


#Bild {
     position:relative;
     margin: 20px auto;
     width: 1000px;
     height: 600px;
     background:url(Bild-ProfWoelfel.jpg) center center no-repeat transparent;
     padding:0px;
     cursor:pointer;
 }
 

h3 {
    margin-top:0px;
    margin-left:0px;
    margin-bottom:0px;
    font-size:18px;
    font-weight:700;
    color:#8daab7;
}


ul {
    list-style-type:circle;
    font-size:16px;
    margin-top:10px;
    margin-left:4px;
    margin-right:4px;
    margin-bottom:9px;
}


li {
    margin-top:10px;
    margin-bottom:10px;
}


.auszeichnung2 {
    text-transform: uppercase;
}


.bildtext {
    color:#ffffff;
    margin-top:20px;
    margin-left:20px;
    margin-right:20px;
    margin-bottom:20px; 
}













