body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	margin: 20px;
}

a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	color: #FFFFFF;
}



/********************************************************
 Layout
********************************************************/

div#Hauptnavigation {
	position: absolute;
	left: 144px;
	top: 45px;
	width: 434px;
	height: 48px;
}

div#Titel {
	position: absolute;
	left: 30px;
	top: 100px;
	width: 32px;
	height: 366px;
}

div#Inhalt {
	position: absolute;
	left: 144px;
	top: 100px;
	width: 875px;
	height: 367px;
}

div#Inhalt_Special {
	position: absolute;
	left: 144px;
	top: 99px;
	width: 875px;
}

div#Submenu {
	position: absolute;
	z-index: 1;
	left: 144px;
	top: 480px;
	width: 875px;
	height: 30px;
}
div#Submenu form, div#Submenu select {
	margin: 0;
	padding: 0;
}

div#Seitennavigation {
	position: absolute;
	z-index: 1;
	left: 144px;
	top: 513px;
	width: 875px;
}

div#Seitenzahlen {
	position: absolute;
	z-index: 2;
	left: 394px;
	top: 513px;
	width: 375px;
	height: 15px;
	text-align: center;
}


/********************************************************
 Spezial
********************************************************/

div#Longtextcontainer {
	width: 875px;
	height: 367px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
div#Longtext {
	height: 367px;
	overflow: auto;
	margin-left: 294px;
	padding: 0 12px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
div#Longtext p {
	font-size: 13px;
	line-height: 23px;
	margin: 0 0 24px 0;
}
div#Longtext h2 {
	font-size: 23px;
	margin: 0 0 24px 0;
	font-weight: normal;
}