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

.div_oben {
	height: 190px;
	width: 1000px;
	margin-right: -500px;
	position: absolute;
	right: 50%;
	background-image: url(bilder/oben_hg2.png);
	background-repeat: no-repeat;
}
.div_content {
	width: 1000px;
	margin-right: -500px;
	position: absolute;
	right: 50%;
	background-image: url(bilder/content-hg2.png);
	background-repeat: repeat-y;
	top: 560px;
}
.div_collage {
	height: 370px;
	width: 1000px;
	margin-right: -500px;
	position: absolute;
	right: 50%;
	background-repeat: no-repeat;
	top: 190px;
}
.div_menue {
	height: 30px;
	width: 1000px;
	margin-right: -500px;
	position: absolute;
	right: 50%;
	top: 150px;
}
.div_symbole {
	height: 30px;
	width: 10px;
	position: absolute;
	top: 150px;
	right: 155px;
	background-repeat: no-repeat;
	z-index: 50;
	overflow: visible;
}
.div_logo {
	height: 130px;
	width: 333px;
	position: absolute;
	top: auto;
	left: 70px;
	background-image: url(bilder/logo.png);
	background-repeat: no-repeat;
}
.text_fliess {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.text_fliess_block {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
}
.text_ueberschrift {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3F462F;
}

.linie_hg {
	background-image: url(bilder/linie_hg.png);
	background-repeat: repeat-x;
}
