/* Positionierung, abstände, Hintergrund-bilder */
body,html{
padding: 0px;
margin: 0px;
}
body{
background-image: url('../pic/main_back.jpg');
background-repeat: repeat-x;
}
#cont{
position: relative;
width: 800px;
margin: 45px auto 0px auto;
}
#head{
width: 538px;
margin: 0px auto;
height: 100px;
position: relative;
}
#subnav{
width: 538px;
padding: 3px 0px;
margin: 0px auto;
border-bottom: 1px solid #900;
border-top: 1px solid #900;
}
#subnav a{
text-decoration: none;
}
#subnav b{
color: #900;
}
#bilder_cont{
padding: 20px 0px;
}
/* Navigation*/
#head a#home, #head div, #head a img,#head a.topl{
position: absolute;
}
#head a img{
position: absolute;
top: 0px;
left: 0px;
}
#head a#home,#head a#home:hover img{
top: 0px;
left: 0px;
}
#head div#show,#head div#bilder,#head div#stimmen,#head div#wir{
top: 40px;
}
#head a.topl{
height: 37px;
top: 0px;
left:0px;
width: 87px;
overflow: hidden;
}
#head a.topl img{
top: 0px;
left: 0px;
}
#head a.topl:hover img{
top: -37px;
}
#head div#show{
left: 230px;
width: 54px;
}
#head div#bilder{
left: 305px;
width: 62px;
}
#head div#stimmen{
left: 380px;
width: 87px;
}
#head div#wir{
left: 480px;
width: 39px;
}
#head div.over div.popup{
display: block;
}
#head div.popup{
left: 5px;
display: none;
width: auto;
text-align: left;
background-color: #FBEED0;
top: 37px;
border-color: #D0B986;
border-style: solid;
border-width: 1px 1px 0px 1px;
}
#head div.popup a,#head div.popup b{
display: block;
width: auto;
text-decoration: none;
border-bottom: 1px solid #D0B986;
padding: 4px 12px 4px 8px;
}
#head div.popup a:hover{
background-color: #ECDDBD;
}
div.popup b{
font-weight: bold;
color: #900;
}
/* Rahmen */
*{
border: none;
}
hr{
border-style: solid;
border-color: #900;
border-width: 1px 0px 0px 0px;
height: 0px;
}
/* schriften, textfluss, ausrichtung */
*{
font-family: verdana, sans-serif;
font-size: 13px;
color: #333;
}
body{
text-align: center;
}
/* farben */
body{
background-color: #EED18F;
}
#subnav a:hover{
color: #900;
}
/* galery Teil */
table{
width: auto;
margin: 0px auto;
}
td{
padding: 10px;
text-align: center;
}
