/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++LAYOUT ALLGEMEIN+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
body {
	margin: 0px;
	height: 100%;
	background-color: #CC3333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #FFCC9A;
}
html {
	height: 100%;
}
img {
	border: 0px;
}
h1 {
	display: block;
	font-size: 1.5em;
	line-height: 1.8em;
}
h2 {
	display: block;
	font-size: 1.3em;
	line-height: 1.5em;
}
p {
	display: block;
}
a {
	color: #FFCC9A;
	text-decoration: underline;
}
a:hover {
	color: #FFCC9A;
	text-decoration: none;
}
.subline {
	font-size: 0.8em;
}
.line {
	clear: both;
}
.line_line {
	background-color: #FFCC9A;
	height: 1px;
}
.line_left {
	width: 200px;
	float: left;
	padding-bottom: 5px;
}
.line_right {
	width: 500px;
	float: right;
	padding-bottom: 5px;
}
.line_half {
	width: 370px;
	float: left;
	padding-bottom: 5px;
}
.hidden_navigation {
	display: none;
}
.navigation {
	position: absolute;
	width: 170px;
	top: 0px;
	left: 10px;
	height: 100%;
	background-color: #FF4143;
	float: left;
}
.header_text {
	position: absolute;
	top: 29px;
	width: 630px;
	left: 185px;
	height: 53px;
	text-align: center;
}
.header_logo {
	position: absolute;
	top: 13px;
	width: 113px;
	left: 815px;
	height: 85px;
}
.content {
	position: absolute;
	top: 111px;
	width: 740px;
	left: 200px;
}
.content_inner_border {
	background-color: #FFCC9A;
	color: #CC3333;
	padding: 10px;
}
.formular_label {
	width: 200px;
	float: left;
}
.formular_field {
	width: 300px;
	margin-bottom: 2px;
}
.formular_button {
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

