body
	{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url(/cms_grafik/pbg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	}
div#head
	{
	position: fixed;
	left: 50%;
 	margin-left: -501px;
	top: 1px;
	width: 1000px;
	height: 150px;
	padding: 0px;
	border:1px solid #818284;
	}
div#nav
	{
	position: fixed;
	left: 50%;
 	margin-left: -501px;
	top: 154px;
	width: 1002px;
	height: 45px;
	padding: 0px;
	}
div#content
	{
	width: 1000px;
	position: fixed;
	top: 200px;
	bottom: 124px;
	left: 50%;
 	margin-left: -501px;
	border:1px solid #818284;
	overflow: auto;
	scrollbar-base-color: #AE905A;
	}
div#footer
	{
	position: fixed;
	left: 50%;
 	margin-left: -501px;
	bottom: 1px;
	width: 1000px;
	height: 120px;
	border:1px solid #818284;
	}
div#footer2
	{
	position: fixed;
	left: 50%;
 	margin-left: -501px;
	bottom: 1px;
	width: 1000px;
	height: 20px;
	text-align: right;
	}
.nava
	{
	border:1px solid #818284;
	width: 1000px;
	height: 20px;
	background-color: #B69964;
	background-image: url(/cms_grafik/nav.png);
	background-repeat: repeat-x;
	}
.navb
	{
	margin-top: 1px;
	width: 1000px;
	height: 20px;
	border:1px solid #818284;
	background-color: #B69964;
	background-image: url(/cms_grafik/nav.png);
	background-repeat: repeat-x;
	}
.nava a:hover
	{
	color: #efefef;
	background-image: url(/cms_grafik/hover.png);
	background-repeat: repeat-x;
	}
.navb a:hover
	{
	color: #efefef;
	background-image: url(/cms_grafik/hover.png);
	background-repeat: repeat-x;
	}
.hauptlink
	{
	font-size: 12px;
	font-weight: normal;
	color: #efefef;
	text-decoration: none;
	display: block;
	margin: 0px 10px;
	padding: 2px 5px;
	float: left;
	}
.hoverlink
	{
	font-size: 12px;
	font-weight: normal;
	color: #efefef;
	text-decoration: none;
	display: block;
	margin: 0px 10px;
	padding: 2px 5px;
	float: left;
	background-image: url(/cms_grafik/hover.png);
	background-repeat: repeat-x;
	}
