﻿@media screen
{
.print {
	display: none;
}
/* --------------- General --------------- */
body {
	/*background-image:url(bilder/bg.png);*/
background-color: #F2F2F2;
	font-size: 9pt;
	font-family: Arial, sans-serif;
	color: #000;
	padding: 0;
	margin: 0;
	line-height: 18pt;
}
* {
	padding: 0;
	margin: 0;
	outline: none;
}
a {
	color: #466AA5;
	border-bottom: 1px solid #466AA5;
	text-decoration: none;
}
a:hover {
	border: none;
}
a.img {
	border-bottom: 0px;
	text-decoration: none;
}
img {
	border: none;
}
/* --------------- Überschriften --------------- */
h1 {
	font-size: 18pt;
	margin: 0 0 8px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #cccccc;
	color:#FF9900 ;
}
h2 {
	font-size: 12pt;
	margin: 0 0 8px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #cccccc;
	color: #FF9900;
}
h3 {
	font-size: 12pt;
	font-weight: bold margin: 0 0 8px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #cccccc;
	color: #000000;
}
h4 {
	font-size: 10pt;
	font-weight: bold margin: 0 0 0px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px dashed #cccccc;
	color: #000000;
}
h5 {
	font-size: 9pt;
	font-weight: bold;
	color: #466AA5;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
/* --------------- Struktur --------------- */
#wrapper {
	width: 1400px;
	margin: -85px auto 0;
}
#content {
	float: left;
	width: 1100px;
	margin: 0px;
	padding: 0;
}

.contentbox {
	border-radius: 5px;
	background-color:#FFEBCC ;
	width: 1080px;
	height: auto;
	border: 1px solid #466AA5;
	/*border-color:#b0d4a2;*/
	padding: 10px;
	margin: 10px 0 20px;
	overflow:scroll;
}
/* Listen in Inhaltsbox */
.contentbox ul {
	list-style: none;
}
.contentbox li {
	list-style-type: none;
}
.contentboxZ ul {
	list-style: none;
}
.contentboxZ li {
	list-style-type: none;
}
.contentbox ul.l1 {
	list-style-type: disc;
	margin-left: 15px;
}
.contentbox li.l1 {
	list-style-type: disc;
}
.contentbox ol.l1 {
	list-style-type: decimal;
	margin-left: 15px;
}
.contentbox li.l2 {
	list-style-type: decimal;
}

.scrollbox { 
	border:0;
	width:80%;
	height:150px;
	padding: 30px;
	margin: 0 0 0 0;
	float:none;
	overflow:auto;
}

.scrollbox1 { 
	border:0;
	height:150px;
	padding: 30px;
	margin: 0 0 0 0;
	overflow:auto;
}

.divtable {
	margin-left: auto;
	margin-right: auto;
	display: table;
	border-spacing: 5px;
}

.divtable-row {
	display: table-row;
}

.divtable-cell-l {
	display: table-cell;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align:left; 
	vertical-align:top;
	float:none;
	width:inherit;
	overflow:auto;
}

.divtable-cell-r {
	display: table-cell;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align:right;
	vertical-align:top;
	width:inherit;
	float:none;
	overflow:auto;

}

.divtable-cell-c {
	display: table-cell;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align:center;
	vertical-align:top;
	width:inherit;
	float:none;
	overflow:auto;
}



.haupttbl {
	border-width: 1px;
	border-style: solid;
	border-color: #808080;
	border-spacing: 0px;
	padding: 3px;
	vertical-align: middle;
	table-layout: fixed;
	float:none;
}

.haupttbl tr:nth-child(even){
	background-color: #FFFFFF;
	}
}

.haupttbl tr:nth-child(odd){
	background-color: #CCCCCC;
	}
}

.haupttbl td, th {
	border-width: 1px;
	border-style: solid;
	border-color: #808080;
	border-spacing: 0px;
	padding: 1px 3px 1px 3px;
	vertical-align: top;
	table-layout: fixed;
	float: none;
}


.subtable {
	border-width: 1px;
	border-style: solid;
	border-color: #808080;
	border-spacing: 0px;
	padding: 1px;
	width:auto;
	vertical-align: top;
	table-layout:fixed;
	height:auto;
	float: none;
}


.subtable tr:nth-child(odd) {
  background-color:#FFFFFF;
}

.subtable tr:nth-child(even) {
  	background-color: #CCCCCC;
}


.subtable td {
	border-width: 1px;
	border-style: solid;
	border-color: #808080;
	border-spacing: 0px;
	padding: 1px;
	width:auto;
	font-style:normal;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:7pt;
	height:auto;
	line-height: 1.2;
	float: none;
}


.subtable th {
	border-width: 1px;
	border-style: solid;
	border-color: #808080;
	border-spacing: 0px;
	padding: 1px;
	width:auto;
	font-style:normal;
	font-weight:bold;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:7pt;
	height:auto;
	line-height: 1.2;
	float: none;
}



.formtbl {
	border-width: 1px;
	border-style: solid;
	border-color: #808080;
	border-spacing: 0px;
	background-color: #CCCCCC;
	padding: 3px;
	vertical-align: middle;
	table-layout: fixed;
	float: none;
}
.tablef {
	border-width: 1px;
	border-style: solid;
	border-color: #808080;
	border-spacing: 0px;
	padding: 3px;
	vertical-align: top;
	table-layout: fixed;
	float: none;
}

.tablefo {
	border-width: 1px;
	border-style: solid;
	border-color: #808080;
	border-spacing: 0px;
	background-color:#FF9933;
	padding: 3px;
	vertical-align: top;
	table-layout: fixed;
	float: none;
}

.tablefr {
	border-width: 1px;
	border-style: solid;
	border-color: #808080;
	border-spacing: 0px;
	background-color:#FF0000;
	padding: 3px;
	vertical-align: top;
	table-layout: fixed;
	float: none;
}


.haupttblfont {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 9pt;
	line-height: 10pt;
}



.formtblfont {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 9pt;
}
.subtablefont {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size: 8pt;
}
.hiddentable {
	border-width: 0px;
	padding:3xp 5xp 5px 3px;
	vertical-align:top;
	table-layout: fixed;
	float:none;
	background:transparent;

}
.hiddentable1 {
	border-width: 0px;
	padding: 3px;
	vertical-align: middle;
	table-layout: fixed;
	float: none;
}
.hiddentable2 {
	border-width: 0px;
	background-color: #CCCCCC;
	padding: 10px;
	vertical-align: middle;
	table-layout: fixed;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.hiddentable3 {
	border-width: 0px;
	background-color: #CCCCCC;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
.hiddentable4 {
	border-width: 0px;
	padding: 20px;
	vertical-align: middle;
	text-align:center;
	table-layout: fixed;
	float: none;
}


.hiddentablefont {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 9pt;
	line-height: 10pt;
}
.p21 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12pt;
	text-align: left;
	margin-bottom: 0;
	margin-top: 0;
	line-height: normal;
}
.p22 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12pt;
	text-align: right;
	margin-bottom: 0;
	margin-top: 0;
	line-height: normal;
}
.p23 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10pt;
	text-align: left;
	margin-bottom: 0;
	margin-top: 0;
	line-height: normal;
}
.p24 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10pt;
	text-align: right;
	margin-bottom: 0;
	margin-top: 0;
	line-height: normal;
}
.p25 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10pt;
	text-align: center;
	margin-bottom: 0;
	margin-top: 0;
	line-height: normal;
}
.p26 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 9pt;
	text-align: right;
	margin-bottom: 0;
	margin-top: 0;
	line-height: normal;
}
.p27 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 9pt;
	text-align: left;
	margin-bottom: 0;
	margin-top: 0;
	line-height: normal;
}
.p28 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 9pt;
	text-align: center;
	margin-bottom: 0;
	margin-top: 0;
	line-height: normal;
}

.p11 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 5px;
}
.p12 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12pt;
	font-weight:normal;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}

/* --------------- Eingabefelder -----------*/
.auswahl0 {
	font-size: 11pt;
	width: 100px;
}
.auswahl1 {
	font-size: 11pt;
	width: 150px;
}
.auswahl2 {
	font-size: 11pt;
	width: 220px;
}
.input0 {
	font-size: 11pt;
	width: 50px;
}
.input1 {
	font-size: 11pt;
	width: 100px;
}
.input2 {
	font-size: 11pt;
	width: 150px;
}
.input3 {
	font-size: 11pt;
	width: 220px;
}
.input4 {
	font-size: 11pt;
	width: 280px;
}
.input10 {
	font-size: 9pt;
	width: 40px;
}
.input11 {
	font-size: 9pt;
	width: 50px;
}
.input111 {
	font-size: 9pt;
	width: 85px;
}
.input12 {
	font-size: 9pt;
	width: 100px;
}
.input121 {
	font-size: 9pt;
	width: 135px;
}
.input13 {
	font-size: 9pt;
	width: 165px;
}
.input131 {
	font-size: 9pt;
	width: 180px;
}
.input14 {
	font-size: 9pt;
	width: 220px;
}
.input141 {
	font-size: 9pt;
	width: 300px;
}
.input15 {
	font-size: 9pt;
	width: 360px;
}
.input16 {
	font-size: 9pt;
	width: 420px;
}
.input17 {
	font-size: 9pt;
	width: 440px;
}
.input20 {
	font-size: 10pt;
	width: 50px;
}
.input21 {
	font-size: 10pt;
	width: 100px;
}
.input22 {
	font-size: 10pt;
	width: 150px;
}
.input23 {
	font-size: 10pt;
	width: 220px;
}
.input24 {
	font-size: 10pt;
	width: 280px;
}
.input30 {
	font-size: 7pt;
	width: 70px;
}


.combodiv {
	position: relative;
}
.combotext11 {
	position: absolute;
	width: 40px;
	padding: 1px;
	z-index: 1000;
	font-size: 9pt;
}
.combolist11 {
	position: absolute;
	top: 18px;
	width: 44px;
	padding: 1px;
	z-index: 2000;
	display: none;
	font-size: 9pt;
}
.combotext12 {
	position: absolute;
	width: 100px;
	padding: 1px;
	z-index: 1000;
	font-size: 9pt;
}
.combolist12 {
	position: absolute;
	top: 18px;
	width: 104px;
	padding: 1px;
	z-index: 2000;
	display: none;
	font-size: 9pt;
}
.combotext13 {
	position: absolute;
	width: 165px;
	padding: 1px;
	z-index: 1000;
	font-size: 9pt;
}
.combolist13 {
	position: absolute;
	top: 18px;
	width: 169px;
	padding: 1px;
	z-index: 2000;
	display: none;
	font-size: 9pt;
}
.combotext14 {
	position: absolute;
	width: 220px;
	padding: 1px;
	z-index: 1000;
	font-size: 9pt;
}
.combolist14 {
	position: absolute;
	top: 18px;
	width: 224px;
	padding: 1px;
	z-index: 2000;
	display: none;
	font-size: 9pt;
}
.combotext15 {
	position: absolute;
	width: 320px;
	padding: 1px;
	z-index: 1000;
	font-size: 9pt;
}
#sidebar {
	float: right;
	width: 250px;
	margin: 0;
	padding: 0;
}
/* --------------- Topnavigation --------------- */
#topnavbg {
	background-color:#70AD47;
	width: 100%;
	height: 85px;
	-webkit-box-shadow: 0px 1px 2px 1px #b1b1b1; /* WebKit */;
	-moz-box-shadow: 0px 1px 2px 1px #b1b1b1; /* Firefox */;
	box-shadow: 0px 1px 2px 1px #b1b1b1; /* Standard */
}
#topnav {
	float: right;
	width: 100%;
	height: 65px;
	margin: 0 0 0px 0;
	padding: 0;
	
	
}
#topnav ul {
	list-style: none;
}
#topnav li {
	float: left;
	border-right: 1px solid #424242;
	
}
#topnav li:first-child {
	border-left: none;
}
#topnav li:last-child {
	border-right: none;
}
#topnav li a {
	border: none;
	font-size: 14px;
	height: 62px;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 23px 15px 0;
	margin: 0;
}
#topnav li a:hover {
	/*background-color: #C0C0C0;*/
	background-color:#FFEBCC;
	color:#70AD47;
	
}
/* ----------------- Logoleiste -------------------------------- */
#topimgbg {
	background-color: #CCCCCC;
	width: 100%;
	height: 2px;
	-webkit-box-shadow: 0px 1px 2px 1px #b1b1b1; /* WebKit */;
	-moz-box-shadow: 0px 1px 2px 1px #b1b1b1; /* Firefox */;
	box-shadow: 0px 1px 2px 1px #b1b1b1; /* Standard */
}
#topimgbar {
	float: left;
	width: 100%;
	height: 50px;
	margin: 0 0 0px 0;
	padding: 2px;
}
.logo-style1 {
	vertical-align: middle;
}
.logo-style2 {
	margin-left: 3px;
	margin-right: 3px;
}
.logo-style_left {
	margin-left: 6px;
	margin-right: 3px;
}
.logo-style_right {
	margin-left: 3px;
	margin-right: 6px;
}
/* --------------- Sidebar: Boxen und Navigation --------------- */
.sbox {
	background-color: #fff;
	font-size: 12px;
	padding: 10px;
	margin: 10px 0 20px 0;
	width: 230px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 2px 1px #dedede; /* WebKit */;
	-moz-box-shadow: 0px 1px 2px 1px #dedede; /* Firefox */;
	box-shadow: 0px 1px 2px 1px #dedede;/* Standard */
	line-height: 1.2;
}
.sbox:first-child {
	margin: 0 0 20px 0;
	line-height: 1.2;
}
.sbox:contactbox {
	float: right;
	width: 220;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 10.5pt;
	font-family: Arial, sans-serif;
	line-height: 1.2;
}
.sbox_head {
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 0 0 0;
	height: 22px;
	margin: 0 0 5px 0;
	color: #FF9900;
	font-size: 16px;
}
.sbox ul {
	list-style-type: none;
}
.sbox ul li {
	height: 35px;
	width: 220px;
	border-bottom: 1px dashed #ececec;
	margin: 0;
	padding: 2px 0;
}
.sbox ul li a {
	border: none;
	display: block;
	width: 195px;
	height: 31px;
	color: #000;
	text-decoration: none;
	padding: 4px 0 0 5px;
	margin: 0;
}
.sbox ul li a:hover {
	background-color: #e5f1f9;
	font-weight: bold;
}
/* --------------- Footer --------------- */
#footer {
	clear: both;
	width: 1400px;
	margin: 0 0 30px 0;
	padding: 10px 0 0 0;
	font-size: 12px;
	border-top: 1px dashed #cccccc;
}
}
