body {
	font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
	color: #434343;
	background-color: #ffffff;
	font-size: 11px;
	margin: 30px;
}

a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #0039b5;
}

a:hover {
	text-decoration: none;
	color: #434343;
}

#container {
	margin:auto;
	width:800px;
	margin-top:10px;
	text-align:center;
	background: #ffffff;
}

#header {
	width:800px;
	height:180px;
	margin:auto;
	padding:0px;
	background:url(images/header.jpg) top center transparent no-repeat;
}

#navi {
	width:800px;
	text-align: left;
	vertical-align: middle;
	background-color: #FFFFFF;
	padding: 0px;
	margin-left: 15px;
	font-size: 22px;
	line-height: 22px;
}

#navi a:link, a:visited, a:active {
	text-decoration: none;
	color: #434343;
}

#navi a:hover {
	text-decoration: none;
	color: #434343;
}

#content {
	width: 800px;
	padding: 0px;
	margin-left: 30px;
	text-align: left;
	font-size: 16px;
}

#content h1 {
	font-size: 18px;
	letter-spacing: 1px;
}

#content h2 {
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
}

#footer {
	width:800px;
}

#footer a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #0039b5;
}
#footer a:hover {
	text-decoration: none;
	color: #434343;
}

/* Kontakt-Formular */
.required {
	color: #FF0000;
}

.field_title {
	font-size: 12px;
	width: 100px;
	vertical-align: top;
	text-align:left;
}

.textfield {
	font-size: 12px;
	width: 200px;
}

.textarea {
	font-size: 12px;
	width: 90%;
	height: 100px;
}

.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}

.select {
	font-size: 12px;
}

.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}

.radio_label {
	font-size: 11px;
	cursor: pointer;
}

.email {
	font-size: 12px;
	width: 200px;
}
