body { color: black; 
background-color: #E5E4E1;  
font-family: sans-serif;
}


p { color: dimgrey; font-size: 18px; font-family: sans-serif;
}

a:link { color: dimgrey; font-weight: normal; font-style: normal; text-decoration: none;
}

a:visited { color: dimgrey ; text-decoration: none; }

a:hover { color: #FF8F43 ; font-weight: bold; text-decoration: none; transition-duration: 0.5s;
}

a:active { color: #FF8F43 ; font-weight: bold; text-decoration: none;
}


h1 {
font-size: 20px;
font-family: sans-serif;
color: dimgrey;}

h2 {font-size: 16px;
font-family: sans-serif;
color: dimgrey;
margin-bottom: 0px;}

#wrapper { 
width: 1240px;
height: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#banner {margin: 10px;
}


.imgbanner {
border: 0px;
border-radius: 15px;    
}



#navibereich { 
background: #E5E4E1; 
float: left;
width: 170px;
margin-left: 0px;
}

li {
color: dimgrey;
}


ul {color: dimgrey; font-size: 17px; font-family: sans-serif; line-height: 30px; text-align: center; list-style-type: none;}

ol {list-style-image: url(bilder/p-orge10px.png);
text-align: left; line-height: 30px; font-size: 18px
}


.imgtext { 
border: 2px solid #FF8F43;
border-radius: 5px;
margin-bottom: 20px;   
}

.links {
float:left;
margin-right: 50px;
    border: 2px solid #FF8F43;
border-radius: 5px;
margin-bottom: 20px;  
}


#textbereich {
width: 869px;
border: 2px solid white;
border-radius: 5px;
background: #C9C4C0;
text-align: left;
margin-left: 220px;
padding-top: 25px;
padding-left: 60px;
padding-right: 60px;
padding-bottom: 20px;
box-shadow: 0px 0px 0px white;  
}


#fussbereich {
width: 889px;
border: 2px solid white;
border-radius: 5px;
background: #898580;
text-align: center;
color: white;
margin-top:10px;
margin-left: 220px;
padding-top: 5px;
padding-left: 50px;
padding-right: 50px;
padding-bottom: 20px;
box-shadow: 0px 0px 0px dimgrey;  
}


