/* 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: 980px;
margin: 0px auto;
}
#colum_l{
position: absolute;
left: -100px;
top:45px;
}
#colum_l p{
margin: 0px;
width: 540px;
}
#colum_r{
position: absolute;
top: 45px;
left: 440px;
width: 538px;
}
#head{
height: 116px;
position: relative;
}
#box_t{
background-image: url('../pic/box_top_back.gif');
background-repeat: no-repeat;
height: 32px;
}
#box_m{
background-image: url('../pic/box_main_back.gif');
background-repeat: repeat-y;
}
#text,#texthome{
padding: 0px 60px 10px 40px;
margin-right: 3px;
overflow: auto;
}
#text{
height: 300px;
}
#texthome{
height: 334px;
}
#box_b{
background-image: url('../pic/box_bott_back.gif');
background-repeat: no-repeat;
height: 30px;
}
#subnav{
padding: 10px 0px 5px 0px;
margin: 0px 60px 0px 40px;
border-bottom: 1px solid #900;
}
#subnav a{
text-decoration: none;
}
#subnav b{
font-size: 15px;
color: #900;
}
p{
margin: 5px 0px 5px 0px;
line-height: 1.4em;
}

p.erste_zeile{
margin-top: 20px;
}
/* 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:0px;
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;
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;
}
ul{
margin-top: 0px;
margin-bottom: 10px;
}
/* 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;
}
#colum_l p{
text-align: right;
}
#colum_r{
text-align: left;
}
h1{
font-size: 13px;
color: #900;
margin: 20px 0px 5px 0px;
}
/* farben */
body{
background-color: #EED18F;
}
#box_m{
background-color: #fff;
}
#subnav a:hover{
color: #900;
}
#text a:hover, #texthome a:hover{
color: #900;
}