*
{
margin: 0px;
padding: 0px;
}

body
{
overflow-y: scroll;
font-family: arial, sans-serif;
font-size: 0.7em;
color: #4A4947;
}

a:link, a:visited
{
color: #870F1C;
}

a:hover, a:active
{
color: #4A4947;
}

#header
{
position: fixed;
width: 100%;
height: 62px;
background: url("bilder/header.png") top center no-repeat scroll;
z-index: 3;
text-align: right;
padding-top: 5px;
}

#header a
{
margin-right: 10px;
color: #FFF;
text-decoration: none;
font-weight: bold;
}

#blaetter
{
position: absolute;
top: 30px;
width: 980px;
left: 50%;
margin-left: -490px;
height: 518px;
background: url("bilder/blaetter_bg.jpg") no-repeat center 50px;
z-index: 1;
}

#content
{
position: absolute;
left: 50%;
width: 895px;
margin-left: -446px;
padding-bottom: 48px;
z-index: 2;
}

#content li {
	list-style-type: circle;
	}

#content ul {
	margin-left: 15px;
	}

#logo
{
width: 900px;
height: 140px;
text-align: center;
background: url("bilder/logo.jpg") top center no-repeat;
}

#navi
{
position: absolute;
width: 424px;
margin-left: -212px;
left: 50%;
height: 20px;
margin-top: 10px;
}

#navi ul
{
list-style-type: none;
margin: 0;
padding: 0;
}

#navi li
{
width: 130px;
height: 20px;
float: left;
margin-right: 10px;
list-style-type: none;
}

#navi a
{
display: block;
width: 130px;
height: 18px;
background: url("bilder/navi_bg.jpg") no-repeat center top;
text-decoration: none;
font-size: 1.2em;
text-align: center;
padding-top: 2px;
}

#navi a.navi_act
{
height: 21px;
color: #4A4947;
}

#content_top
{
height: 22px;
width: 895px;
background: url("bilder/content_top.png") top center no-repeat;
margin-top: 30px;
}

#content_middle
{
width: 895px;
background: url("bilder/content_middle.png") top left repeat-y;
text-align: justify;
padding-left: 40px;
min-height: 250px;
}

#content_middle h1
{
font-size: 1.2em;
font-weight: bold;
margin-bottom: 1em;
padding-top: 10px;
}

#content_middle p
{
font-size: 1em;
width: 615px;
padding-bottom: 1em;
}

#pic_right
{
height: 250px; 
float: left;
}

#content_middle img
{
position: absolute;
margin-left: 635px;
}

#orte
{
width: 895px;
background: url("bilder/content_middle.png") top left repeat-y;
padding-top: 5px;
}

#orte p
{
width: 800px;
margin-left: 30px;
text-align: center;
}

#content_bottom
{
width: 895px;
height: 26px;
background: url("bilder/content_bottom.png") top center no-repeat;
text-align: center;
}

#footer
{
position: fixed;
bottom: 0px;
background: url("bilder/footer.png") top center no-repeat scroll;
width: 100%;
height: 57px;
z-index: 3;
}

#index_list {
	font-family: arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #E75110;
	}
