html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #3C3C3C;
}

body {
	background-image: url(../images/bg.gif);
}

#rahmen {
	display: block;
	width : 1000px;
	text-align : left;
	padding : 0;
	margin : 0 auto;
	margin-top: 10px;
	background-color : white;
	border: 1px solid #857A72;
}

#container {
	display: block;
	width : 980px;
	text-align : left;
	padding : 0;
	margin : 0 auto;
	background-color : white;
	color : black;
	border: 10px solid white;
}

#header {
    position: relative;
    margin : 0 0 10px 0;
    padding : 0;
    height : 130px;
    width : 100%;
    text-align:left;
    overflow: visible;
	background-color : #FFFF00;
}

#header a {
position: relative;
top: 22px;
left: 5px;
margin : 0;
padding: 0;
text-decoration: none;
}

#header h1 {
	margin: -80px 0px 0px 680px;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	line-height: 110%;
}

#header h2 {
position: relative;
margin: 5px 0px 0px 680px;
padding: 0;
font-size: 11px;
font-weight: normal;
letter-spacing: 0.01em;
}


#content {
	float: left;
	width: 620px;
	padding: 0px;
	margin: 0 0 0 5px;
	color: #3C3C3C;
}

#content h1 {
width: 100%;
margin: 25px 0 24px 0;
padding: 0;
font-size: 24px;
display: block;
padding-left: 14px;
color: #3C3C3C;
line-height: 110%;
}

#content h2 {
margin: 0 0 0 6px;
padding: 0px 5px 0px 8px;
font-size: 18px;
color: #3C3C3C;
line-height: 110%;
}

#content h2 span, #content h3 span  {
font-size: 14px;
display: block;
margin: 0;
padding: 0;
font-weight: normal;
color: #3C3C3C;
line-height: 110%;
}

#content h3 {
margin: 0 0 0 6px;
padding: 5px 5px 0px 8px;
font-size: 18px;
color: #3C3C3C;
line-height: 110%;
}

#content .text {
	margin: 0 0 0 6px;
	padding: 5px 5px 5px 8px;
	color: #3C3C3C;
	line-height: 120%;
}

#content .text h1, #content .text h2{
	display: inline;
	margin: 0 0 3px 0;
	padding: 0px;
	font-size: 18px;
	line-height: 120%;
}

#content br {
letter-spacing: normal;
}

#content .trenner {
	display : block;
	clear : both;
	margin: 8px 0px 8px 0px;
	padding : 0;
	height : 12px;
	width : 100%;
}

#highlight {
float : right;
width : 310px;
margin : 15px 0 0 0;
padding : 0;
color: #3C3C3C;
}

#highlight h1 {
display: block;
margin: 15px 0 0 0;
padding: 15px 8px 15px 12px;
background: url(../images/bg_highlight.png) repeat-x top;
border: 1px dotted #857A72;
font-size: 14px;
}

#highlight .text {
display: block;
margin: 0;
padding: 15px 8px 15px 12px;
border-bottom: 1px dotted #857A72;
border-right: 1px dotted #857A72;
border-left: 1px dotted #857A72;
color: #3C3C3C;
line-height: 120%;
}

#highlight form.suche {
display: block;
margin: 0px 0 0 0;
padding: 14px 8px 13px 12px;
background: url(../images/bg_highlight.png) repeat-x top;
font-weight: bold;
border: 1px dotted #857A72;
height: 20px;
}

#highlight form input {
font-weight: bold;
border: 1px solid #857A72;
font-weight: normal;
}


#footer {
clear: both;
display: block;
margin: 28px 0 12px 0;
font-size: 11px;
padding: 10px 10px 10px 20px;
border-top: 1px solid #857A72;
}

.clear {
display: block;
clear: both;
}

.mehr {
color: #3C3C3C;
text-decoration: none;
}

.blaettern {
    display : block;
    list-style : none;
    margin: 0 0 0 6px;
	padding: 5px 5px 0px 8px;
	height: 20px;
	color: #3C3C3C;
}

.blaettern li {
    float : left;
    margin : 1px;
    padding : 1px;
    font-size: 1em;
    text-decoration: none;
}

.blaettern li a{
    text-decoration: none;
    color: #3C3C3C;
}

.hidden {
display: none;
}