
#banner {
	width: 980px;
	height: 375px;
	margin-top: 150px;
	position: absolute;
	background-color: #252525;
}

#links {
	width: 320px;
	height: 750px;
	margin-left: 5px;
	margin-top: 530px;
	float:left;
}

#mitte {
	width: 320px;
	height: 750px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 530px;
	float:left;
}

#rechts {
	width: 320px;
	height: 750px;
	margin-right: 5px;
	margin-top: 530px;
	float:right;
}
#rechts1 {
	width: 300px;
	height: 485px;
	padding: 0px 10px 10px 10px;
	background: url("../images/news.gif") no-repeat;
}
#rechts1 h2 {
	font-weight: bold;
	font-size: 0.7em;
	color: #000000;
	padding-top: 30px;
}
#rechts1 h1 {
	font-size: 1.1em;
	color: #E52166;
	font-weight: lighter;
	font-family: Tahoma;
	margin-bottom: 10px;
}
#rechts1 p {
	font-weight: normal;
	font-size: 0.8em;
	color: #000000;
}
#rechts1 a {
	text-decoration: none;
	font-weight: normal;
	font-size: 0.8em;
	color: #E52166;
	background: transparent url(../images/pfeil.gif) no-repeat left;
	padding-left: 12px;
	padding-bottom: 2px;
}
#rechts1 a:hover {
	text-decoration: underline;
}

#rechts2 {
	margin-top: 5px;
}

