html, body
{
	height:100.1%;
}

body
{
	padding:0px;
	margin:0px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	background-color:#FBFBFB;
	color:#123456;
}

#mainDiv
{
	margin:0px auto;
	width:1000px;
	border:0px solid #a0a0a0;
}

#headerTop
{
	border-top:10px solid #F2F2F2;
	width:300px;
	float:left;
}

#headerImages
{
	border-top:20px solid #B21414;
	float:left;
}

#headerAnmeldung
{
	border-top:20px solid #B21414;
	float:left;
	width:196px;
}

#naviSmall
{
	text-align:center;
}

#naviDiv
{
	float:left;
	width:150px;
	border-right:1px solid #BBBBBB;
}

#naviDiv .inhalt
{
	margin-left:0px;
	margin-top:25px;
	margin-right:10px;
	margin-bottom:0px;
}

#rechteSpalteDiv
{
	float:right;
	width:196px;
}

#mitteDiv
{
	position:relative;
	margin-left:150px;
	margin-right:196px;
	border-left:1px solid #BBBBBB;
	border-top:1px solid #BBBBBB;
	border-right:0px solid #BBBBBB;
	border-bottom:1px solid #ffffff;
	background-color:#FBFBFB;
}

#mitteDiv .inhalt
{
	margin-left:10px;
	margin-top:20px;
	margin-right:10px;
	margin-bottom:10px;
}

#footerDiv
{
	border-top:1px solid #BBBBBB;
	text-align:center;
}

.zusatzkasten
{
	position:relative;
	left:-152px;
	top:-1px;
	width:200px;
	color:#ffffff;
	background-color:#B21414;
	font-size:13px;
	font-weight:bold;
	text-align:right;
	line-height:20px;
	border-right:5px solid #B21414;
}

* html .zusatzkasten
{
	left:-154px;
	top:-1px;
}




