@import url(text.css);
@import url(menu.css);
@import url(sitemap-search.css);
@import url(news.css);

body {
  text-align:center;
  background-color : #fff;
  color            : #000000;
	}
	
#links {
	text-align:left;
	position: relative;
	float:left;	
	width: 130px;
	background-color: #ffffff;
	padding: 4px;
	z-index: 4;
}


#banner {
	text-align:left;	
	
	width: 780px;	
	background: #ffffff;
	z-index: 10;
	
}


#mitte {
	text-align:left;
	position: relative;
	float: left;	
	width: 500px;
	background: #ffffff;
	padding: 7px;
	z-index: 7;
}

#rechts {
	text-align:left;
	position: relative;
	height: 98%;
	float: left;	
	width: 100px;
	border-left-width: 1px;
    border-left-style: dashed;
	border-color: #d6d6d6;
	background: #ffffff;
	padding: 4px;
	z-index: 7;
}