/* CSS Document */
* {
margin: 0;
padding:0;
}

body {
background-color: #fff;
font: 10pt Arial, Helvetica, sans-serif;
color: black;
text-align:center;
}

a {
	text-decoration: none;
}

h1{
	color: #999999;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: left;
}


img {
	border: medium none;
}

#mitte {
width: 900px;
margin: 0 auto;

}

#logo {
  background: url(images/logo.jpg) no-repeat center top;
	width: 900px;
	float: left;
	height: 134px;
	overflow: hidden;
}

#breadcrumb {
	padding-left: 300px; padding-top: 115px;
	text-align: left;
	color: #07337d;
	font-size: 8pt;
	overflow: hidden;
}

#breadcrumb a {
	color: #999999;
}

#breadcrumb a:hover {
	color: #07337d;
}

#menue {
	margin-top: 64px;
	width: 300px;
	float: left;
	text-align:left;
}

#menue ul {
	list-style-type: none;
	padding-left: 30px;
}

#inhalt {
	width: 600px;
	height: auto;
	float: left;
	margin-top: 60px;
	text-align: left;
}

#inhalt li a, #inhalt p a {
	color: #999999;
}

#inhalt li a:visited, #inhalt p a:visited {
color: #999999;
}

#inhalt li a:hover, #inhalt p a:hover {
color: #07337D;
}

#inhalt h3 {
	margin-bottom: 5px;
	color: #336699;
	font-size: 10pt;
}

#inhalt p {
	text-align: justify;
}

#inhalt h2 {
color: #07337D;
}

#contentFrame {
	height: 2030px;
}
iframe {
margin-top: 20px;
}

#copyright {
	margin-top: 25px;
	color: #999999;
	font-size: 8pt;
}

#fuss {
	text-align: right;
	margin-top: 50px;
	width: 100%;
	float: left;
}

/*Kontaktformular*/

#mainForm 
{
	position: relative;
	border: 1px;
	border-style: solid #999;
	margin: 0 auto;
	text-align: left;
	width: 500px;
	background-color: white;

}

ul.mainForm
{
	list-style-type: none;
	font-family: Verdana, Arial,Tahoma,sans-serif;
	color: #999;
}

li.mainForm
{
	padding-bottom: 10px;
}

#mainForm input {
background-color: white;
}

#mainForm textarea {
background-color:white;
}
#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}



input.mainFormError
{
	background-color: white;
}


textarea.mainFormError
{
	background-color: white;
}


select.mainFormError
{
	background-color: white;
}


#formHeader
{
	position: relative;
	width: 100%;
	background-color: white;
	margin:0;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}

#formHeader p {
margin: 20px 0 5px 35px;
color: #999;
font-family: Verdana, Arial, Tahoma, sans-serif;
font-size: 11px;
}

p.formHeader
{
	text-align: right;
	margin:0;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-weight:normal;
	color: #ffffcf;
	font-size:25px;
	position:relative;
	left:-5px;
	top:4px;
	letter-spacing: 2px;
}



#formInfo
{
	position: relative;
	width: 100%;
	background-color: white;
	margin:0;
}

h2.formInfo
{
	text-align: left;
	margin:0;
	font-family: Verdana, Arial,Tahoma,  sans-serif;
	font-weight:normal;
	font-size:16px;
	position:relative;
	left:35px;
	top:10px;
	letter-spacing: 1px;
	line-height:150%;
	color: #07337D;
}


p.formInfo
{
	text-align: left;
	margin:0;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-weight:normal;
	color: #999;
	font-size:12px;
	position:relative;
	left:20px;
	top:0px;
	
}

#formFields
{
	position: relative;
	width: 100%;
	background-color: white;
	margin:0;

}

label.formFieldQuestion
{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;	
	display:block;
	font-size:11px;
	font-weight:bold;
	color: #999;
}

label.formFieldOption
{
	font-size:11px;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
	color: #999;
}



input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}

