/* CSS Document */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
body {
	background-image: url(../gruppe_gfx/page_bg.jpg);
	background-repeat: repeat-x;
}
.clear {
	clear: both;
}
#outer_page {
	width: 960px;
	margin: auto;
}
#header {
	padding: 20px 0;
	background-image: url(../gruppe_gfx/bundesweit.png);
	background-repeat: no-repeat;
	background-position: 775px 5px;
}
#header h1 {
	color: #0B73B6;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 120%;
}
#content {
	padding: 0 47px;
}
.links {
	float: left;
	width: 270px;
}
.mitte {
	float: left;
	width: 270px;
	padding: 0 28px;
}
.rechts {
	float: left;
	width: 270px;
}
.boxcontent {
	background-image: url(../gruppe_gfx/boxstretch.jpg);
	background-repeat: repeat-y;
	padding: 0 9px;
	line-height: 160%;
	height: 500px;
	position: relative;
}
.boxlinks {
	position: absolute;
	bottom: 0;
	width: 252px;
}
.boxcontent ul {
	margin-left: 1em;
}
.boxcontent img {
	border: 0;
	margin-bottom: 5px;
}
.boxshadow {
	
}
h2 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0 10px 0;
}
.blau {
	color: #0B73B6;
}
.rot {
	color: #A61429;
}
.grau {
	color: #69696B;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}


