/* CSS Document */

*{
margin: 0;
padding: 0;
}

html, body{
height:100%;
}

body{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#808000;
}

ul{
list-style:none;
}

p.endwrap{
text-align:center;
font-size:80%;
}

p.content, p.linksFuerAndereCSS, h4.content{
font-size:80%;
}

h1, h2, h3, h4, p{
padding-left:10px;
padding-right:10px;
}

h1, h3, h4{
padding-top:5px;
}

h3{
padding-bottom:5px;
}

/* LinkStyles  */

a:link{
color:#808000;
text-decoration:none;
}

a:visited{
text-decoration:none;
color:#999966;
}

a:hover{
color:#808000;
text-decoration:none;
font-weight: bold;
background-image:url(../Inhalt/BackgroundTile.gif);
}

a:active{
color:#808000;
text-decoration:none;
font-weight: bold;
background-color:#BBCED9;
}

/* Layout der Seite: normal */


#wrapper{
position:relative;
min-height:100%;
}

#startwrap{
position:fixed;
width:100%;
background-color:#FFFFFF;
height:100px;
}

#header{
background-color:#4F4F00;
color:#BBCED8;
height:80px;
}

#linksFuerAndereCSS{
height:20px;
padding-bottom:20px;
}

#mainbox{
padding-top:100px;
padding-bottom:100px;
margin-left:15%;
margin-right:15%;
}

#navigation{
position:fixed;
float:left;
}

#content{
padding-bottom:120px;
margin-right:60px;
margin-bottom:10px;
background-color:#BBCED8;
float:right;
width:60%;
}

#galerieEintritt{
padding-bottom:100px;
margin-right:60px;
margin-bottom:10px;
float:right;
width:60%;
}

#schlusslicht{
width:100%;
background-color:#FFFFFF;
height:20px;
padding-top:10px;
}

#footer{
color:#BBCED8;
background-color:#4F4F00;
height:80px;
padding-top:20px;
}

#endwrap{
position:fixed;
width:100%;
bottom:0;
height:100px;
background-color:#4F4F00;
margin-top:-110px;
clear:both;
}

/* IEmac fix \*/
*html #wrapper{
height: 100%;
}
/*  */