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: #eae4e1 ; font-weight: bold; text-decoration: none; transition-duration: 0.5s;
}

a.ex1:hover { color: dimgray; text-decoration: none;
}

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

hr {height: 50%; color: white; }


h1 {
font-size: 18px;
font-weight: normal;
font-family: sans-serif;
color: dimgrey;}

h2 {
font-size: 16px;
font-family: sans-serif;
color: dimgrey;clear:right;}

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

#banner {
border: 1px solid #efeee9;
border-radius: 3px;
background-color:#a39383;
    width: 1225px;
    height: 120px;
    margin-bottom: 5px;
    }

#navibereich { 
border: 1px solid #efeee9;
border-radius: 3px;
background: #a39383; 
float: left;
width: 220px;
height: 5000px;
text-align: center;
padding-bottom: 40px;
}


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


ol {
color: dimgrey;
list-style-type: circle;
line-height: 22px;
font-size: 17px
}


.imgtext { 
border: 1px solid dimgrey;
margin-bottom: 50px;
    margin-left:20px;
    margin-right: 30px;
    float: right;
}


.imgtext2 { 
border: 1px solid dimgrey;
margin-bottom: 50px;
    margin-left:20px;
    margin-right: 30px;
    float: left;
}




#bild2{margin-top: 25px;
    border: 1px solid dimgrey;
}


#textbereich {
width: 920px;
height: auto;
border-radius: 0px;
text-align: left;
margin-left: 265px;
padding-top: 25px;
}



#content { padding:10px; height: 1px; overflow: hidden; background-color: aqua; opacity: 0;}

a#showmore:focus + #content {height:auto; overflow: visible;  opacity: 1; transition-duration: 1s; background-color: #a09288;}

a#showless:focus + #content { height: 1px; overflow: hidden; background-color: aqua; opacity: 0;}


#thumbs { float:left; border: 2px solid dimgrey; margin-top:-20px; z-index: 8;
   }



