/* Standard HTML */
body {
	color: black;
	background-color: #ff9463;
	font-size: 12px;
	font-family: Arial,sans-serif;
	margin: 0; padding: 0;
}
a:link {
	color: #840000;
	text-decoration: none;
}
a:hover {
	color: black;
}
a:visited {
	color: #840000;
	text-decoration: none;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
/* Header */
div#header {
	height: 100px;
}
.header_table {
	text-align: left;
	padding-left: 5%;
	vertical-align: middle;
	width: 100%;
	height:100%;
}
.header_td_left {
	BACKGROUND: #ff9463;
	font-size: 20px;
	font-weight: bold;
	border-right: 5px solid #840000;
}
.header_td_right {
	BACKGROUND: #ffce9c;
	width: 17%;
	vertical-align: middle;
	text-align: center;
}
#header_picture {
	text-align: center;
}
.header_pic {
	width: 1024px;
}
/* Inhalt */
#content {
	width: 100%;
}
#content_index {
	width: 100%;
}
#content_index table{
	width: 100%;
	table-layout: fixed;
}
#content table {
	width: 100%;
}
.content {
	width: 100%;
	font-size: 12px;
	padding-left: 2.8%;
	padding-right: 2.8%;
	text-align: left;
}
/* Navigation */
#navigation {
	width: 17%;
	float: left;
}
#navigation table{
	table-layout: fixed;
	width: 100%;
}
.spacer {
	height: 51%;
}
.navi {
	height: 30px;
	font-size: 12px;
	BACKGROUND: #ffce9c;
	text-align: right;
	border-right: 5px solid #840000;
}
.navi_index {
	width: 17%;
	height: 30px;
	font-size: 12px;
	BACKGROUND: #ffce9c;
	text-align: right;
	border-right: 5px solid #840000;
}
.navi_extra {
	height: 50px;
	font-size: 12px;
	BACKGROUND: #ffce9c;
	width: 17%;
	text-align: right;
	border-right: 5px solid #840000;
}
.navi_link {
	padding-right: 10%;
	text-decoration: none;
	color: black;
}
.navi_link:hover {
	font-weight: bold;
	color: black;
}
.navi_link:active {
	color: black;
}
/*
.navi_link:visited {
	color: #4B4B4B;
}*/
/* rechte Miniframes */
#referenzen {
	font-size: 12px;
	text-align: right;
	height: 50px;
	padding-right: 10px;
}
.referenzen {
	font-size: 12px;
	vertical-align: bottom;
}
.projekte_right {
	padding-top: 15px;
	width: 20%;
	vertical-align: top;
	font-size: 12px;
}
html>body .content {
	padding-right: 10%;
}
html>body #content {
	width: 75%;
}

/* Formular Fragebogen */
#fragebogen {
	border-top: 5px solid #840000;
	margin: 0; padding: 0.7em;
/*	white-space:pre; */
}
#fragebogen .textfeld {
	border: 1px solid #840000;
}
#fragebogen table {
	width: 95%;
	border: 0;
	padding: 0;
}
#fragebogen table,tr,td {
/* 	border: 1px solid black; */
}
#fragebogen tr {
	padding-left: 10px;
}
#fragebogen fieldset {
	border: 2px solid #840000;
	padding: 10px;
}
#fragebogen fieldset tr {
	padding-left: 0;
}
#fragebogen .fieldset_ebene_2 {
	margin-bottom: 20px;
}
.form_td_left {
	width: 60%;
}
.form_td_right {
 	/* width: 40%; */
	text-align: center;
}

