/* CSS Document */

body {
	background-image: url(../images/layout/background_y.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #FFFFFF;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}

div#background {
	background-image: url(../images/layout/background_x.jpg);
	background-position: left top;
	height: 185px;
	width: 100%;
	position: absolute;
	z-index: 10;
}

div#container {
	width: 954px;
	text-align: left;
	position: relative;
	z-index: 30;
}

div#content {
	width: 593px;
	float: right;
	line-height: 165%;
}

div#menue {
	width: 593px;
	height: 127px;
	padding-top: 13px;
	padding-bottom: 45px;
}

div#menue img {
	padding-right: 22px;
}

div#text {
	width: 593px;
}

div#container_left {
	background-image: url(../images/layout/background_left.jpg);
	background-repeat: no-repeat;
	padding-left: 67px;
	width: 291px;
	min-height: 550px;
}

div#logo {
	padding-left: 37px;
	height: 155px;
}

div#bild {
	height: 340px;
}

div#titel {
	height: 55px;
}

hr {
	background-color: #d0d0d2; /* Mozilla 1.4 */
	color: #d0d0d2; /* IE 6 */
	border: #d0d0d2; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	margin-top: 15px;
	margin-bottom: 25px;
}
