/* Div*/
#BodyDiv{
	width: 800px;
	margin: auto;
}

#TitleDiv{
	height: 116px;
	width: 800px;
	background-image: url(/Images/titel.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: transparent;
	float:left;
}

#TitelLinkDiv{
	float:left;
}

#AnschriftDiv{
	color: White;
	text-align: center;
	vertical-align: bottom;
	position: relative;
	width: 215px;
	top: 45px;
	right: 10px;
	float: right;
}

#TitleMenuDiv{
	width: 100%;
	text-align: left;
	margin-top: 0px;
	padding-left: 10px;
	height: 30px;
	background-image: url(/Images/Menu/backMenu800.gif);
	background-repeat: no-repeat;
	float:left;
}

#TitleMenuSubDiv{
	width: 100%;
	text-align: left;
	margin-top: 0px;
	padding-left: 25px;
	height: 26px;
	background-image: url(/Images/Menu/backMenu800sub.gif);
	background-repeat: no-repeat;
	float:left;
}

#ContAreaDiv{
	width: 100%;
	margin-top: 15px;
	background-color: transparent;
	text-align: left;
	float:left;
}

#myContent{
	padding: 15px;
	width: 770px;
	background-color: white;
	overflow: auto;
}

#ContentLeft{
	float: left;
	width: 600px;
}

#ContentRight{
	float: right;
	width: 155px;
}

#ContentTop{
	height: 6px;
	width: 800px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(/Images/box/Box_O.gif);
}

#ContentBottom{
	height: 6px;
	width: 800px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(/Images/box/Box_U.gif);
}

#ContentPadding{
	height:80px;
}

#MenuFooterDiv{
	padding-top: 10px;
	width: 770px;
	margin: auto;
	text-align: center;
}

#FooterDiv{
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 90px;
	text-align: center;
	background-position: bottom;
	background-image: url(/Images/backbottom.gif);
	background-repeat: repeat-x;
}

#Infobox{
	position: absolute; left: -500px; top:-500px;
	width: 400px;
	height: auto;
	visibility: hidden;
	z-index: 4;
	text-align: left;
}

#quickSearchDiv{
	float:left;
	margin-top:0px;
	margin-bottom:8px;
	width: 100%;
	border: solid 1px #fcba32;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(/Images/PromoBoxBack.gif);
}

#BlogBox {
	float:left;
	margin-top:0px;
	margin-bottom:8px;
	width: 100%;
	border: 1px solid #9dbde9;
	font-size: 11px;
	background-position: bottom right;
	background-image: url(/Images/PromoBoxBackBlue.gif);
	background-repeat: repeat-x;
	background-color: white;
}

#PromoBox1 {
	padding-top:0px;
}

