@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background-image:url(../images/head.jpg);
	background-repeat: no-repeat;
	background-position:top;
	height: 203px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #0259ca;
}
h1 {
	font-size: 1.4em;
}
strong {
	font-weight: bold;
}
#wrapper {
	width:980px;
	margin: 0px auto;
}

#head {

	height: 203px;
}

.adresse {
	margin-top: 115px;
    margin-left: 75px;
	float:left;
}

* html .adresse {
	margin-top: 115px;
    margin-left: 35px;
	float:left;
}

.adresse table {
	font-size: 0.85em;
	font-weight: bold;
	color: #999;
}

#menu1 {
	float: left;
	margin-left: 75px;	
	margin-top: 10px;
	width: 800px;
}

* html #menu1{
	float: left;
	margin-left: 35px;
	margin-top: 10px;
	width: 800px;
}

#menu1 ul{
	list-style-type: none;
}

#menu1 li {		
	float: left;
	font-size: 0.8em;	
	padding-right: 1px;
}

.menu1_level1 a, .menu1_level1 a:visited {
	float:left;
	background-image:url(../images/navi.gif);
	background-repeat:repeat-x;
	font-weight: bold;
	color:#FFF;
	height:33px;
	text-decoration: none;
	display: block;
	padding: 7px 5px;
	outline: none;
}
.menu1_level1 a:hover {
	background-image:url(../images/hover.gif);
}

.menu1_level1_act a, .menu1_level1_act a:visited {
	float:left;
	background-image:url(../images/hover.gif);
	background-repeat:repeat-x;
	font-weight: bold;
	color: #f28d00;
	height:33px;
	text-decoration: none;
	display: block;
	padding: 7px 5px;
	outline:none;
}

#content_start {
	background-image: url(../images/start.jpg);
	background-repeat: no-repeat;
	background-position:center;
	width: 910px;
	height: 585px;
	margin-top: 0;
	margin-left:35px;
}

#content {
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
	background-position:center;
	width: 910px;
	height: 585px;
	margin-top: 0;
	margin-left:35px;
}

#content_normal {
	background-image: url(../images/content_normal.jpg);
	background-repeat: no-repeat;
	background-position:center;
	width: 910px;
	height: 585px;
	margin-top: 0;
	margin-left:35px;
}

.content_text {
	padding: 30px 40px;
	line-height: 1.5em;
}

.content_impressum {
	overflow: auto;
	margin-left: 40px;
	padding-top: 40px;
	width: 855px;
	height: 500px;
	line-height: 1.5em;
}

.sprech_links {
	float:left;
}

.sprech_rechts {
	float:right;
}

.sprech {
	margin-top: 350px;
	width:800px;