/* CSS Document */


body {background-color:#333333;
font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-size:70%;
line-height:130%;
}


h1,h2,h3,h4 {margin:0; padding:0;}
h1 {margin-bottom:15px; font-size:190%; color:#c00;}
h2 {padding-bottom:7px; font-size:170%; color:#c00; border-bottom:1px solid #000000;}
h3 {margin-bottom:10px; font-size:120%; line-height:130%;}
p {margin-bottom:8px;}

.bildlinks {float:left; margin:0 10px 5px 0; border:6px solid #fff;}
.bildrechts {float:right; margin:0 0 5px 10px; border:6px solid #fff;}

#date {
	float:right;
	color:#555555;
	padding-right:1em;
}


#container {
background-image:url(layout/lay_HG-mitte.jpg);
background-repeat:repeat-y;
width: 750px;
margin:0;
margin-left: auto;
margin-right: auto;
padding:0;
}

#flag {float:right;width:20px;height:10px;
margin-right:-30;}
#content {
background-image:url(layout/lay_HG-oben.jpg);
background-repeat:no-repeat;
padding:0 50px 0 220px;
width: 490px;
}



#footer {
background-image:url(layout/lay_HG-unten.jpg);
background-repeat:no-repeat;
height:154px;
margin-top:0;	
clear:both;
}

a img {border:none;}

#navcontainer {
margin-top:39px;
width:100%;
float:right;
padding-bottom:90px;
}

#navlist {

margin:0 0 0 100px;
	/*für IE-Bug:*/
	display: inline; 
}

#navlist li
{
list-style: none;
margin: 0 .5em 0 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.7em;
border: 1px solid #000;
border-bottom: none;
background: #c00;
color:#f9c803;
text-decoration: none;
}

#navlist li a:link { color: #f9c803; }
#navlist li a:visited { color: #f9c803; }

#navlist li a:hover
{
color: #000;
background: #f9c803;
border-color: #227;
}

#navlist li a#current
{
background:#f9c803;
color:#000;
border-bottom: 1px solid #f9c803;
}

