html {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	background-color: white;
	padding: 0px;
	margin: 0px;
	color: #52247F;
}

body {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

a, a:hover {
	color: #EB7602;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p, ul {
	margin: 0px;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5 {
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	color: #52247F;
}

h1 {
	margin-top: 0px;
	font-size: 14px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
}

h4 {
	font-size: 13px;
	font-weight: bold;
}	
	
.Spacer {
	clear: both;
}

#Wrapper {
	width: 910px;
	height: 280px;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -140px;
	margin-left: -460px;
}

#LeftContent {
	width: 251px;
	height: 252px;
	float: left;
}

#MainLeftLogo {
	float: left;
	cursor: pointer;
}

#MainLeftLogoHome {
	background-color: #52237F;
	float: right;
	width: 659px;
	height: 252px;
	text-align: right;
}

#MainContentRight {
	float: right;
	width: 478px;
}

#BottomMenu {
	clear: both;
	text-align: right;
	padding-top: 6px;
	padding-right: 135px;
}

#BottomMenu a {
	display: block;
	float: right;
	font-weight: bold;
	margin-left: 20px;
	padding-bottom: 1px;
	border-bottom: 2px solid #FFF;
	color: #52247F;
}

#BottomMenu a:hover, #BottomMenu a.ActiveItem {
	text-decoration: none;
	/*border-bottom: 2px solid #52247F;*/
	color: #EB7602;
}

#ContentTitel {
	margin-bottom: 10px;
}
