body {
	margin: 0;	
}	

img {
	border: 0;
}

ul {
	margin: 0;
	padding: 0;
}


/* ... menu css ... */
li.menuItem {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #868688;
	padding-bottom: 5px;
}

a.menuItem {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #868688;	
	text-decoration: none;
}

a.menuItem:hover {
	color: #82024D;	
}

#mainMenu {
	width: 100%; 
	height: 140px; 
	background-image: url(../images/menu/bg_menu.jpg); 
	background-repeat: no-repeat; 
	background-color: #fff; 
	float: none;
}

#circleMenuItems {
	margin-left: 77px; 
	padding-top: 5px; 
	text-align: left;
}

div.oneCircleItem {
	text-align: center; 
	width: 79px; 
	float: left; 
	margin-right: 38px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #82024D;		
	text-decoration: none;
}


/* ... side menu ... */

#sideMenu {
	width: 268px; 
	min-height: 589px;
	float: left; 
	height:auto !important; 
	height:589px; 
	background-image: url(../images/menu/bg_sidemenu.jpg); 
	background-repeat: no-repeat;
}

#menuItems {
	clear: both;
	margin-left: 77px; 
	margin-top: 10px;
	min-height: 270px;
	height: auto;
}

#menuItems2 {
	clear: both;
	margin-left: 77px; 
	margin-top: 10px;
	min-height: 270px;
}

/* for Internet Explorer */
/*\*/
* #menuItems2 {
	height: 270px;
}
/**/

/* ... layout css ... */

#container {
	clear: both;
	float: left;
	width: 100%;
	min-width: 700px;
	overflow: hidden; 
}

#upper {
	position: relative; 
	height: 108px; 
	width: 100%;
	background-image: url(../images/top_bg.jpg);
	float: none;
}

#logoWrapper {
	float: left; 
	width: 560px; 
	height: 108px; 
	background-color: #fff;
}

#logoImg {
	position: relative; 
	top: 1px; 
	left: 7px; 
}

#rechtsWrapper {
	width: 418px; 
	height: 110px; 
	position: absolute; 
	top: 0px; 
	/*background-image: url(../images/balken_rechts.jpg); 
	background-repeat: no-repeat; */
	background-color: #fff;
}

#spacer {
	width: 100%; 
	float: none; 
	height: 0px; 
	background-color: #fff;
	overflow: hidden;
}


/* ... content ... */

#content {
	float: left; 
	width: 650px; 
	background-color: #fff; 
	margin-top: 10px;
}

div.contentHeadline {
	float: none; 
	color: #82024D; 
	font-size: 16px; 
	font-weight: normal; 
	font-family: Impact;
}

#mainContent {
	margin-left: 20px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #636363; 
}
