#wrapper {
	position: relative;
	width: 1000px;
	text-align: left;
	background-color: #003366;
	height: 600px;
	padding: 0px;
	top: 50px;
	background-image: url(../bilder/fond2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#intro {
	text-align: center;
	height: 600px;
	margin: 0px;
	padding: 0px;
	background-image: url(../bilder/fond1.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#main {
	text-align: center;
	position: absolute;
	width: 460px;
	left: 270px;
	top: 150px;
	height: 400px;
	overflow: auto;
}
h1 {
	font-weight: bold;
	font-size: 10px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	top: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 16px;
}
#navigation {
	width: 210px;
	top: 150px;
	position: absolute;
	left: 45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	height: 400px;
	font-weight: bold;
	color: #FF9966;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #FFFFFF;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #FFFFFF;
}
#navigation a:link {
	font-weight: bold;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #FFFFFF;
}
#navigation a:visited {
	font-weight: bold;
	text-decoration: none;
}
#navigation a:hover {
	font-weight: bold;
	color: #FF9966;
	text-decoration: none;
}
#marginalie {
	position: absolute;
	width: 160px;
	left: 800px;
	margin: 0px;
	padding: 0px;
	top: 150px;
	overflow: auto;
	height: 400px;
}
#navigation a:active {
	font-weight: bold;
	text-decoration: none;
	color: #CC9966;
}
.style1 {
    color: #003366
	}

/*Definitionen für Formulare*/
/* ------------------------------------------------------------------------- */

#kontaktfomular {
	text-align: left;
	margin-top: 18px;
}

.formularzeile {
	width: 380px;
	position: relative;
	margin-bottom: 8px;
	float: left;
}
.formularbeschriftung {
	float: left;
	width: 86px;
	display: block;
	text-align: right;
}

.textfeld {
	width: 280px;
	float: right;
	border: 1px solid white;
	height: 18px;
	padding: 2px;
	background-color: #afbdd0;
}
select#Bezeichnung.textfeld {
	text-align: left;
	float: left;
	height: 24px;
	width: 286px;
}
textarea.textfeld  {
	height: 60px;
}
	
input:focus, textarea:focus	{
	background-color:#FE995A;
	}
	
input.submit {
	background-color: #FC9C63;
	color: #FFFFFF;
	border: 1px solid white;
	padding: 5px;
	font-weight: bolder;
	width: 110px;
	padding-top: 4px;
}
input.submit:hover  {
	background-color: #FFFFFF;
	color: #004594;
	border: 1px solid #ffffff;
}
#footer ul {
	list-style-type: none;
}
#footer ul li {
	display: inline;
	margin-left: 20px;
	color: #919191;
	font-weight: bold;
}
#footer  ul  li  a:hover {
	color: #919191;
}
#headlinebereich {
	display: block;
	margin-bottom: 20px;
}

