/* CSS Document */

html {
	overflow-x:hidden;
}

body {
	margin:0px;
	padding:0px;
}

#centerbox { /*Div Centerbox*/
	width:750px;
	height:560px;
	border:double 5px #FFFFFF;
	position:absolute;
	z-index:1;
	margin:-280px 0px 0px -375px;
	top:50%;
	left:50%;
}

#bgtable { /*Inhalt Table*/
	width:750px;
	height:560px;
	background:#FFFFFF;
}

#banner { /*Table Banner*/
	background-image:url(medien/banner.jpg);
	background-repeat:no-repeat;
	height:122px;
	background-position:right;
}

#navi {
	height:30px;
}

#inhalttable {
	height:408px;
	background-image:url(medien/background_inhalt.jpg);
}

.navi {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	background-color:#a7a29e;
	border-top-color:#ffc000;
	border-top-width:2px;
	border-top-style:dotted;
	border-bottom-color:#ffc000;
	border-bottom-width:2px;
	border-bottom-style:dotted;
}

.navi a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
}

.navi a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffc000;
	text-decoration:none;
}

.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}
