@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D6D6D6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	line-height: 150%;
}

.bg_row {
	height: 80px;
	background-color: #B5B5B5;
	margin-top: 40px;
	position: absolute;
	width: 100%
}
.container {
	width: 960px;
	background-color: #FFF;
	margin-top: 30px;
	margin-left: 30px;
	padding-top: 100px;
	position: absolute;
}
.col1, .col2, .sub_col1, .sub_col2 {
	float: left;
	margin-top: 40px;
}
.col1 {
	width: 175px;
	margin-left: 15px;
	padding-right: 10px;
	margin-top: 36px;
}
.col2 {
	width: 735px;
	margin-top: 170px;
}
.sub_col1 {
	width: 460px;
	margin-bottom: 20px;
	margin-top: 65px;
}
.sub_col2 {
	width: 160px;
	margin-left: 110px;
	margin-bottom: 20px;
	font-size: 10px;
	color: #858587;
	line-height: 140%;
	margin-top: 65px;
}
.sub_col2 a {
	color: #F7A266;
	text-decoration: underline;
}
.sub_col2 a:hover {
	color: #EC6600;
}
.sub_col2 a img {
	padding-right: 3px;
	margin-top: 3px;
}

.footer {
	height: 12px;
	background-color: #EC6600;
	width: 960px;
	float: left;
	margin-top: 20px;
	border-top: 6px solid #D6D6D6;
}
.logo {
	position: absolute;
	left: 19px;
	top: 24px;
}
.top_img {
	position: absolute;
	top: 140px;
	left: 196px;
}
.meta {
	position: absolute;
	top: 25px;
	left: 662px;
	width: 280px;
	text-align: right;
	color: #B8B8B8;
}
.meta a {
	padding: 0px 10px;
	font-size: 11px;
	color: #B8B8B8;
}
.meta a:hover {
	color:#999;
}
h1 {
	display: block;
	border-left: 5px solid #EC6600;
	font-size: 20px;
	font-weight: normal;
	padding-left: 10px;
	line-height: 120%
}
.col1 a {
	display: block;
	border-left: 5px solid #FFC69F;
	font-size: 12px;
	padding-left: 10px;
	margin-bottom: 5px;
	color:#666;
	text-decoration: none;
}
.col1 .aktiv, .col1 a:hover {
	border-left: 5px solid #EC6600;
	color: #222;
}
.sub_col1 a {
	text-decoration: underline;
	color: #EC6600;
}
.linie {
	border: none;
	border-top: 1px solid #D7D7D7;
	margin: 10px 0px;
}
.col1 .linie {
	border-top: 1px solid #EAEAEA;
	margin: 5px 0px;
}

td {
	border-bottom: 1px solid #D7D7D7;
	padding: 10px 0px;
	font-size: 11px;
}
td span {
	color:#999;
}
input, select, textarea {
	background-color:#F0F0F0;
	border: none;
	border-left: 1px solid #F0F0F0;
	border-top: 1px solid #F0F0F0;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	color:#333;
	font-size: 11px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
}
.err_form {
	border: 1px solid #EC6600;
}
.button, .err {
	font-weight: bold;
	color: #EC6600;
	border: none;
}
.button {
	border: 1px solid #999;
	background-color: #EC6600;
	width: 125px;
	color: #FFF;
}
.head_marg {
	font-weight: bold;
	font-size: 12px;
}

li, ul { margin: 0px; padding: 0px; }
li { margin-left: 10px; margin-bottom: 5px; }

/* IE6 Hacks */
*html .logo { 
	position: relative;
	margin-top: -110px;
}
*html .col1 {
	margin-top: 20px;
	margin-left: 5px;
}
*html .pic1 {
	width: 460px;
	overflow: scroll;
}


