@charset "UTF-8";
/* CSS Document */

#wrapper {
	position: absolute;
	width: 980px;
	min-height: 100%;
	left: 50%;
	margin-left: -490px;
}

#header {
	height: 131px;
	width: 950px;
	margin-left: 15px;
}

#content {
	width: 950px;
	margin-left: 15px;
	margin-top: 30px;
	overflow: hidden;
	background-image: url(../pics/background.png);
	background-repeat: repeat-y;
	background-position: top left;
}

.linkespalte {
	width: 650px;
	float: left;
}

#rechtespalte {
	width: 270px;
	right: 15px;
	top: 161px;
	float: right;
}

#bottom {
	height: 80px;
	width: 950px;
	margin-left: 15px;
	background-image: url(../pics/strich_horizontal.png);
	background-repeat: repeat-x;
	margin-top: 30px;
}

.horizontalstrich {
	background-image: url(../pics/strich_horizontal.png);
	height: 1px;
	width: 950px;
}

.menue {
	height: 19px;
}

.logo {
	height: 110px;
}

.breiter {
	width: 665px !important;
}
