@charset "utf-8";

#centerPos {
	position:absolute;
	width:1030px;
	height:630px;
	overflow:hidden;
	left: 50%;
	margin-left: -515px;
	top: 50%;
	margin-top: -315px;
	z-index:2;
}
#menu {
	position:absolute;
	left:0px;
	top:8px;
	width:320px;
	height:540px;
	z-index:1;
}
#head {
	position:absolute;
	left:0px;
	top:86px;
	width:320px;
	height:50px;
	z-index:2;
	text-align:center;
}
#logo {
	position:absolute;
	left:335px;
	top:0px;
	width:660px;
	height:168px;
	z-index:2;
}
#content {
	position:absolute;
	left:342px;
	top:174px;
	width:660px;
	height:450px;
	z-index:3;
	overflow: auto;
}

.tblMenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #FFF;

}
.tblMenuActive {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #FFF;
	font-style: italic;
}.ueberschriftRot {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #aa2526;
}
.textRot {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #aa2526;
}
.normalerText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: left;
}
.normalerTextFett {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #000;
}

