body {
	font-family: "Trebuchet MS", Arial, sans-serif, Helvetica;
	color: #434343;
	background-color: #ffffff;
	font-size: 14px;
	margin: 30px;
}

strong {
	font-weight: bold;
	color: #FF7F00;
}

#container {
	width:800px;
	margin: auto;
	background: #ffffff;
}

#header {
	width:800px;
	height:120px;
	margin:auto;
	padding:0px;
	background:url("./images/header.jpg") top center transparent no-repeat;
}

#navi {
	width: 780px;
	margin: auto;
}

h1 {
	margin-left:50px;
	font-size: 18px;
}

h2 {
	font-size: 16px;
	color: #FF7F00;
}

h3 {
	font-size: 14px;
	color: #FF7F00;
	font-weight: bold;
}

#content {
	width: 660px;
	margin-left: 50px;
	margin-right: 90px;
}

#clearer {
	clear: both;
}

/* 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: #FF7F00;
	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;
}
