body{
	background: black;
	color: #490D03;
	margin: 0;
	padding: 0;
	text-align: center;
}


html,body {
height: 100%;
}

h1{
	margin: 0;
}

h2{
	margin: 0;
}

.webcontentbody{
	position: relative;

}

.webpagebody{
	margin: 0 auto;
	position: relative;
	width: 1022px;
	background-attachment: scroll;
	background-image: url(../images/contentback.png);
	background-repeat: no-repeat;
	text-align: left;
	
	min-height: 480px; /* F?r moderne Browser */

	height: auto !important; /* F?r moderne Browser */

	height: 100%; /* F?r IE */
}



.contentbody{
	padding: 20px 20px;
	width: 750px;
	float: right;

	min-height: 100%; /* F?r moderne Browser */
	height: auto !important; /* F?r moderne Browser */
	height: 100%; /* F?r IE */
}

.contenheader{
	padding: 20px 50px;
	width: auto;
	height: 300px;

}

.content{
	padding: 40px 10px;
	width: auto;
	text-align: justify;
	background-attachment: scroll;
	background-image: url(../images/trennliniescrop.png);

	background-repeat: no-repeat;
	background-position: top;

}

div.hr{
	background-image: url(../images/trennliniescrop.png);
	background-repeat: no-repeat;	
	height: 35px;
	width: 183px;
	border-width: 0px;
	border-style: hidden;	
	text-align: center;
	margin: 0 auto;
	}
	
div.hr hr {
  display: none;
}	

.header{
	height: 184px;
	background-attachment: scroll;
	background-image: url(../images/contentback.png);
	background-repeat: no-repeat;
}

.footer{
	border-top: 1px solid #3F3208;
	padding: 5px 50px;
	text-align: center;
	clear: both;
}

.menubody{
	padding: 20px 20px;
	width: 174px;
	background-attachment: scroll;
	background-image: url(../images/trennlinien.png);
	background-repeat: repeat-y;
	background-position: right;
	/*	background-color: green; */
	float: left;
	

	min-height: 100%; /* F?r moderne Browser */
	height: auto !important; /* F?r moderne Browser */
	height: 100%; /* F?r IE */
}

a:link {
	color: #490D03;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}