@charset "iso-8859-1";
/* CSS Document */
* { padding: 0; margin: 0; }

h1, h2, h3, h4, h5, h6, p {
	padding-bottom: 0.8em;
}

h1 {
	font-size: 1.8em;
	font-style: italic;
	color: #d10019;
}

h2 {
	font-size: 1.2em;
	color: #d10019;
}

h3 a {
	color: #013c71;
	font-size: 0.9em;
	letter-spacing: 1px;
}

a img {
	border: none;
}

a {color: #032f57;}
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
}

*+html, body {
	overflow-x: hidden;
	overflow-y: hidden;
}

#hintergrund {
	width: 100%;
	height: 110%;
	position: relative;
	z-index: 1;
	background-image: url(images/hintergrund.jpg);
}


#wrapper {
	position: absolute;
	width:1010px;
	top: 50%;
	margin-top: -295px;
	left: 50%;
	margin-left: -505px;
	z-index: 3;
}

#head {
	background-image: url(../images/head.png);
	background-position: top;
	background-repeat: no-repeat;
	width: 1010px;
	height: 154px;
}

#menu1 {
	float: right;
	padding: 3px 35px 0 0;
}
.menu1_level1 {
	display: block;
	float: left;
	list-style-type: none;
	font-size: 1.2em;
}

.menu1_level1 a, menu1_level1 a:visited {
	text-decoration: none;
	color: #032f57;
	padding-left: 10px;
	font-weight: bold;
}

.menu1_level1 a:hover {
	color: #d10019;
}

.menu1_level1_act {
	display: block;
	float: left;
	list-style-type: none;
	font-size: 1.2em;
}

.menu1_level1_act a, menu1_level1_act a:visited {
	text-decoration: none;
	color: #d10019;
	padding-left: 10px;
	font-weight: bold;
}

#adresse {
	clear: both;
	width: 1010px;
	color: #727272;
	height: 45px;
	padding-top: 44px;
	font-size: 1.1em;
}

#adresse a {
	color: #727272;
}

#menu2 {
	padding: 28px 15px 0 23px;
}
.menu2_level1 {
	display: block;
	float: left;
	list-style-type: none;
	font-size: 1em;
	font-weight: bold;
}

.menu2_level1 a, menu2_level1 a:visited {
	text-decoration: none;
	color: #3d3c3f;
	padding-left: 4px;

}

.menu2_level1 a:hover {
	color: #d10019;
}

.menu2_level1_act {
	display: block;
	float: left;
	list-style-type: none;
	font-size: 1em;
	font-weight: bold;
}

.menu2_level1_act a, menu2_level1_act a:visited {
	text-decoration: none;
	color: #d10019;
	padding-left: 4px;
}

#content {
	clear: both;
	background-image: url(../images/content.png);
	background-position: top;
	background-repeat: no-repeat;
	width:1010px;
	height: 484px;
	padding-top:1px;		
}

#content_text {
	margin-top: 15px;
	padding: 0px 50px 1px 50px;
	font-size: 1.2em;
	height: 435px;
	overflow: auto;
}

#content_text_start {
	padding: 15px 35px 1px 35px;
	text-align: center;
}

#start_bilder {
	padding-left: 45px;
}

#bild_rechts {
	float: right;
	padding-left: 15px;
}

#bild_links {
	float: left;
	padding-right: 15px;
}
