html, body {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #FFFFFF;
	color: #000000;
}
#container {
	z-index: 2;
}
#margin {
	position: relative;
	top: 0px;
	left: 0px;
	width: 934px;
	margin: 18px;
	z-index: 3;
}
/**************************************************/
/* Header: Container für alle Navigationselemente */
/**************************************************/
#header {
	position: relative;
	width: 100%;
	height: 161px;
	background-color: #FFFFFF;
	background-image: url(pics/header_bg.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 6;
}
#logo {
	position: absolute;
	left: 20px;
	top: 16px;
}
#staticnav {
	position: absolute;
	left: 124px;
	top: 17px;
	width: 790px;
	height: 106px;
	text-align: right;
	font-size: 0.8em;
	color: #0F063A;
	overflow: hidden;
}
#staticnav a, #staticnav a:hover {
	color: #0F063A;
	text-decoration: none;
}
#staticnav a:hover {
	text-decoration: underline;
}
#staticnav .active, #staticnav a.active:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	cursor: default;
}
#staticnav_search {
	display: inline;
	white-space: nowrap;
}
#staticnav .searchbox {
	background-color: #FFFFFF;
	border: 1px solid #0F063A;
	width: 6em;
	font-size: 1em;
	margin: 0px 4px;
	padding: 1px 5px;
}
#staticnav .submitbtn {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	border: 0px;
	background-image: url(pics/staticnav_search.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: transparent;
	margin: 0px;
	padding: 1px 3px;
}
#mainnav {
	position: absolute;
	left: 192px;
	top: 123px;
}
#subnav {
	position: relative;
	background-color: #7bb61a;
	color: #FFFFFF;
	padding: 6px 10px 6px 10px;
	overflow: hidden;
	z-index: 5;
	/* Breite für IE Mac notwendig! */
	/*\*//*/  width: 914px; /**/ 
}
#subnav_marker {
	position: relative;
	height: 17px;
	background-image: url(pics/header_subnav_bg.gif);
	background-repeat: repeat-x;
	z-index: 4;
	/* Breite für IE Mac notwendig! */
	/*\*//*/  width: 934px; /**/ 
}
#subnav_marker img {
	display: none;
}
#subnav a, #subnav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#subnav a:hover {
	text-decoration: underline;
}
#subnav .active, #subnav a.active:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	cursor: default;
}
#header_print {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
}

/******************************************************************************/
/* Content: Container für alle Inhaltselemente (inkl. Sidenav und Teaserfeld) */
/******************************************************************************/
#content {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	border-top: 13px solid #FFFFFF;
}
#sidenav {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 174px;
	overflow: hidden;
	font-size: 0.85em;
	background-color: #FFFFFF;
	z-index: 7;
}
#sidenav a, #sidenav a:hover {
	display: block;
	padding: 2px 5px 2px 10px;
	margin-bottom: 2px;
	text-decoration: none;
	color: #0F063A;
}
#sidenav a:hover {
	text-decoration: underline;
}
#sidenav .active, #sidenav a.active:hover {
	background-color: #7bb61a;
	background-image: url(pics/sidenav_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	cursor: default;
}
#maincontent {
	margin: 0px 266px 0px 192px;
	background-color: #FFFFFF;
	z-index: 8;
	font-size: 0.85em;
	line-height: 1.5em;
	position:relative; /*damit das Layout bzw. die Hintergründe im IE6 nicht verschwinden*/
}
#teaserfeld {
	position: absolute;
	right: 0px;
	top: 0px;
}
/* Footer: fix links unten */
#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 210px;
	margin-bottom: 14px;
	text-align: center;
	z-index: 1;
}

/************************/
/* Stile für Startseite */
/************************/
#startcontent {
	background-image:url(pics/home_bg_start.jpg);
	position:absolute; 
	top:0px; 
	left:0px; 
	width:934px; 
	height:533px;
}
#startnav {
	background-image:url(pics/home_bg_startnav.jpg); 
	position:absolute; 
	top:160px; 
	left:0px; 
	width:934px; 
	height:54px;
}
#startcontent img {
	margin-top: 16px;
	margin-left: 20px;
}
/********************/
/* Allgemeine Stile */
/********************/
h1, h2, h3 {
	color: #7bb61a;
}
h2 {
	font-size: 1.5em;
}
img {
	border: 0px;
}
form {
	display: inline;
}
label {
	display: block;
	width: 120px;
	float: left;
	padding-top: 0.2em;	
	overflow: hidden;	
}
.formrow {
	height: 2em;
	vertical-align: middle;
	clear: both;
}
.inputtiny {
	width: 30px;
	text-align: right;
}
.inputsmall {
	width: 100px;
}
.inputwide {
	width: 300px;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #7bb61a;
	width: auto;
}
a img.no, a:hover img.ro {
	display: inline;
}
a:hover img.no, a img.ro {
	display: none;
}
.fehler {
	color: #FF0000;
	font-weight: bold;
}
.nobreak {
	white-space: nowrap;
}

/*************************************************/
/* Stile für Teaser auf Startseite und im Header */
/*************************************************/

#teaser_start {
	position: absolute;
	left: 20px;
	top: 345px;
	z-index: 99;
}

#teaser_header {
	position: absolute;
	left: 705px;
	top: 43px;
	z-index: 99;
}

#teaser_headerstart {
	position: absolute;
	left: 705px;
	top: 43px;
	z-index: 98;
}

/**************************/
/* Stile für Inhaltstypen */
/**************************/
.dvbt_2cols_col1, .dvbt_3cols_col1 {
	float: left;
	width: 150px;
}
.dvbt_2cols_col1, .dvbt_2cols_col2, .dvbt_3cols_col1, .dvbt_3cols_col2, .dvbt_3cols_col3 {
	position: relative;/**/
}

.dvbt_2cols_col1 {
	padding-right: 14px;
}
.dvbt_3cols_col2 {
	width: 150px;
	margin-left: 163px;
	/* Fix für IE 5.5 Bug */
	padding: 0px 10px;
	margin: 0px auto;
}
.dvbt_3cols_col3 {
	float: right;
	width: 150px;
}
.dvbt_image {
	margin: 0px 0px 10px 0px;
}
.dvbt_image_text {
	margin: 2px 0px 0px 0px;
}
.dvbt_clear {
	clear: both;
}
.dvbt_box {
	width: 476px;
}
.dvbt_box_header, .tx-indexedsearch-whatis {
	background-color: #a2cc5e;
	background-image: url(pics/box_header_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	padding: 5px 15px;
}
.dvbt_box_header h3, .tx-indexedsearch-whatis p {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
.dvbt_box_subheader, .tx-indexedsearch-browsebox {
	background-color: #D7E9BA;
	padding: 5px 15px;
}
.dvbt_box_subheader p, .tx-indexedsearch-browsebox p {
	padding: 0px;
	margin: 0px;
}
.dvbt_box_content {
	margin: 5px 15px;	
}
.dvbt_box_footer {
	background-color: #a2cc5e;
	background-image: url(pics/box_footer_bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 5px 15px;
	margin-top: 2px;
}
.dvbt_box_subheadline {
	background-color: #a2cc5e;
	padding: 2px 15px;
	margin-top: 2px;
	font-weight: bold;
	font-size: 0.9em;
	clear: both;
}
.dvbt_box_subheadline a:hover {
	color: #FFFFFF;
}
.dvbt_box_percent {
	float: right;
}
.dvbt_box_bottommargin {
	margin-bottom: 1em;
}
.dvbt_box_subheaderdark, .dvbt_box_subheaderlight {
	background-color: #a2cc5e;
	padding: 2px;
	font-weight: bold;
	clear: both;
}
.dvbt_box_subheaderlight {
	background-color: #D7E9BA;
}
.dvbt_box_num {
	float: left;
	width: 23px;
	padding-right: 5px;
	text-align: right;
	font-weight: bold;
	border-bottom: 1px solid #D7E9BA;
}
.dvbt_box_subheader_faq a, .dvbt_box_faqheader {
	display: block;
	margin-left: 28px;
}
.dvbt_box_subheader_dark .dvbt_box_num, .dvbt_box_subheaderdark .dvbt_box_num {
	border-bottom: 1px solid #a2cc5e;
}
.dvbt_box_toplink {
	float: right;
	text-align: right;
	margin-top: 0.1em;
	font-size: 0.8em;
}
.dvbt_box_toplink a, .dvbt_box_toplink a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.dvbt_box_toplink a:hover {
	color: #000000;
}
.dvbt_box_subheader_faq, .dvbt_box_subheader_glossar {
	background-color: #D7E9BA;
	padding: 2px;
	margin: 0px;
}
.dvbt_box_subheader_dark {
	background-color: #a2cc5e;
}
.dvbt_box_content_faq {
	margin: 2px 15px 15px 30px;
}
.dvbt_box_content_faq p {
	margin-top: 0px;
	margin-bottom: 1em;
}
#dvbt_box_toc {
	background-color: #D7E9BA;
}

/*******************************/
/* Stile für tx_indexed_search */
/*******************************/
.tx-indexedsearch-sw {
	font-style: italic;
}
.tx-indexedsearch-browsebox ul {
	text-align: right;
	margin: 0px;
	padding: 0px;
}
.tx-indexedsearch-browsebox li {
	display: inline;
	list-style: none;
	padding: 0px;
	padding-left: 10px;
	margin: 0px;
}
.tx-indexedsearch-browselist-currentPage a, .tx-indexedsearch-browselist-currentPage a:hover {
	color: #000000;
	text-decoration: none;
	cursor: default;
}

/*******************************/
/* Stile für tx-newloginbox    */
/*******************************/
.tx-newloginbox-pi1 {
	display: inline;
}
.tx-newloginbox-pi1 h3 {
	display: none;
}
.tx-newloginbox-pi1 table {
	width: 440px;
}
/*******************************/
/* Stile für Typo3-Tabellen    */
/*******************************/
.contenttable {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}
.contenttable td, .contenttable th {
	margin: 0px;
	padding: 2px 8px;
	border: 0px;
	vertical-align: top;
	font-size: 12px;
}
.contenttable thead tr, .contenttable thead td {
	background-color: #a2cc5e;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
}
.contenttable tbody .tr-odd {
	background-color: #D7E9BA;
}
.contenttable tbody .tr-even {
	background-color: #bdda8c;
}
.dvbt_table_messen .td-0 {
	width: 45%;
}
.dvbt_table_messen .td-1 {
	width: 20%;
}
.dvbt_table_media .td-0 {
	width: 45%;
}
.dvbt_table_media .td-1 {
	width: 18%;
}
.dvbt_table_media2 .td-0 {
	width: 27%;
}
.dvbt_table_media2 .td-1, .dvbt_table_media2 .td-2 {
	width: 18%;
}

.dvbt_table_infotour .td-0 {
	width: 35%;
}
.dvbt_table_infotour .td-1 {
	width: 20%;
}
.dvbt_table_infotour .td-2 {
	width: 45%;
}