#searchablecontent, #skipnavigation {
	display: none;
	visibility: hidden;
}

body, html {
	background: white;
	height: 100%;
	margin: 0;
	overflow: auto;
}

body, input, textarea, button, select, table {
	font-family: arial;
	font-size: 11px;
	color: #445e53;
}

a img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #f6a20a;
}

button {
	cursor: pointer;
}

h1 {
	color: #5d8394;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 20px;
}

#logo {
	position: absolute;
	right: 0px;
	top: 7px;
}

#header {
	position: absolute;
	left: 0;
	top: 44px;
	height: 65px;
	right: 0;
	background: url(../images/header_bg.gif) repeat-x 0 3px #5d8394;
}

#headerbg {
	position: absolute;
	left: 0;
	right: 0;
	top: 103px;
	height: 15px;
	background-color: #d5e6ee;
}

.page {
	position: absolute;
	left: 50%;
	margin-left: -407px;
	width: 780px;
}

#startpage .page {
	margin-left: -390px;
}








/* NAVIGATION */

#navbg {
	position: absolute;
	left: 0;
	right: 0;
	top: 305px;
	height: 20px;
	background: #d5e6ee;
	border-bottom: 1px solid #f49800;
}

#navleiste {
	position: absolute;
	left: 0;
	right: 0;
	top: 111px;
	height: 213px;
	background: #5d8394;
}

#nav {
	position: absolute;
	left: 34px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	z-index: 10000;
	border-right: 1px solid #5d8394;
	padding-right: 1px;
}

#nav li {
	position: relative;
	float: left;
	padding-top: 4px;
	height: 16px;
	width: 178px;
	padding-left: 7px;
	border-left: 1px solid #5d8394;
}

#nav li:hover {
	background: #c3dae6;
}

#nav a {
	display: block;
}

#nav li li {
	float: none;
	height: auto;
	width: 169px;
	border: 0;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
}

#nav ul {
	visibility: hidden;
	position: absolute;
	left: 0;
	bottom: 20px;
	background: #d5e6ee;
	list-style-type: none;
	margin: 0;
	padding: 5px;
}

#nav ul a {
	color: #5d8394;
	white-space: nowrap;
}

#nav ul ul {
	display:none;
}










/* CONTENT */

body#epozcontent {
	color: black;
	background-color: white;
}

#content {
	position: absolute;
	top: 326px;
	left: 50%;
	width: 725px;
	margin-left: -372px;
	bottom: 27px;
	background-color: white;
	overflow: auto;
	color: #666666;
	padding-right: 20px;
}

#content a:hover {
	color: #5d8394;
	text-decoration: underline;
}

#content ul {
	list-style-type: none;
	list-style-image: url(../images/list-style.gif);
	margin-left: 13px;
	padding-left: 0;
}

#content ul ul {
	list-style-image: url(../images/list-style-lev2.gif);
}

#content strong {
	color: #5d8394;
}

#content h2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #5d8394;
	font-weight: normal;
}

#content h3, #content h4, #content h5, #content h6 {
	font-size: 1.2em;
}

#content table {
	border-collapse: collapse;
}

#content table td {
	vertical-align: top;
}

#calc {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	border: 0px;
	background-color: transparent;
}

h3.services {
	color: #f49800;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 10px;
	padding-top: 14px;
	font-weight: normal;
}

h3.services.first {
	padding-top: 0;
}

h3.nobottom {
	padding-bottom: 0;
}

.services {
	padding-left: 26px;
	border-left: 1px solid #5d8394;
}

#content ul.services {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

#content ul.services li {
	margin-left: 0;
	padding-left: 26px;
	list-style-image: none;
	background: url(../images/list-style.gif) no-repeat 9px 3px;
	color: #5d8394;
}









/* SUJET */

#sujet {
	position: absolute;
	left: 35px;
	top: 0;
}









/* FOOTER */

#footer {
	position: absolute;
	bottom: 0;
	height: 24px;
	left: 0;
	right: 0;
	background: #5d8394;
	overflow: hidden;
}

#footerline {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 26px;
	height: 5px;
	border-bottom: 1px solid #dee6ea;
}

#search {
	position: absolute;
	left: 34px;
}

#startpage #search {
	left: 0;
}

#search button {
	position: absolute;
	left: 127px;
	top: 3px;
	background: none;
	border: 0;
	width: 15px;
	height: 15px;
	margin: 0;
	padding: 0;
	background: url(../images/suchen.gif) no-repeat 0 0;
}

#search #searchterm {
	border: 0;
	background: #d5e6ee;
	width: 127px;
	height: 15px;
	margin: 0;
	margin-top: 3px;
	padding: 0;
}

#contactinfo {
	position: absolute;
	right: 0;
	top: 6px;
	color: #dee6ea;
}

#contactinfo a, #functions a {
	text-decoration: none;
	color: #dee6ea;
}

#contactinfo a:hover, #functions a:hover {
	text-decoration: underline;
}

#contactinfo span {
	padding-left: 6px;
	padding-right: 6px;
}

#functions {
	position: absolute;
	left: 235px;
	top: 6px;
}

#functions #startpage {
	left: 222px;
}

#functions a {
	margin-right: 12px;
}

#bottomborder {
	position: absolute;
	bottom: 2px;
	left: 0;
	right: 0;
	height: 2px;
	border-bottom: 1px solid #f39900;
}

#author {
	position: absolute;
	bottom: 30px;
	right: 2px;
}









/* STARTSEITE */

#startpage #navbg {
	top: 468px;
}

#startpage #nav {
	left: -1px;
}

#startpage #nav li.last {
	width: 186px;
}

#startpage #nav li {
	width: 187px;
}

#startpage #nav li li, #startpage #nav li li.last {
	width: 178px;
}

#startpage #author {
	bottom: auto;
	top: 340px;
}

#start_sujetbg {
	position: absolute;
	left: 0;
	top: 111px;
	right: 0;
	height: 357px;
	background: #5d8394;
}

#start_slogan {
	position: absolute;
	left: 0;
	right: 0;
	top: 318px;
	height: 39px;
	background: url(../images/start_slogan.gif) right center no-repeat;
}

#start_slogan div {
	background-color: #9eb5bf;
	width: 10px;
	height: 39px;
	position: absolute;
	bottom: 0;
}

#start_rightborder {
	right: 0;
}

#start_leftborder {
	left: 0;
}








/* INFOLISTEN */

table.insetheader caption span {
	position: relative;
	top: 1em;
	left: -0.5em;
	margin-left: 0.5em;
}

table.insetheader {
	margin-left: 0.5em;
}

table.normal caption {
	border-bottom: solid 1px #CBCBCB;
}

table.insetheader .first td, .web table.insetheader .first th {
	padding-top: 2em;
}

table.data caption {
	color: #CBCBCB;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
}

table.data {
	border-collapse: collapse;
	margin-bottom: 1.5em;
}

table.data tbody td, table.data tbody th {
	border-bottom: dashed 1px black;
}

table.data tr.last td, table.data tr.last th, table.data td.noborder, table.data th.noborder, table.data th.subheadline {
	border-bottom: none;
}

table.data td.noborder, table.data th.noborder {
	font-size: 70%;
}

table.data thead, table.insetheader .first th, table.data th.subheadline {
	background-color: white;
	color: #CBCBCB;
}

table.data th {
	font-weight: normal;
	vertical-align: top;
}

table.data td {
	font-size: 12px;
	padding-right: 10px;
	text-align: right;
}

table.data th {
	font-size: 12px;
	padding-right: 5px;
	text-align: right;
}

table.data td.last, table.data th.last {
	padding-right: 1px;
}

table.data tbody th, table.data th.desc {
	text-align: left;
	padding-right: 30px;
}

table.data col {
	background-repeat: repeat-y;
	background-position: right;
}

table.data col.even {
	background-color: #F0F0F0;
}

table.data col.odd {
	background-color: #CBCBCB;
}

table.data col.last {
	background-image: none;
}

table.list tr.even {
	background-color: #CBCBCB;
}

table.list tr.odd {
	background-color: #F0F0F0;
}

table.list {
	border-collapse: collapse;
}

table.list td {
	border: 7px solid white;
	padding: 0 0.8em;
}

.container_infolisten_item {
	background: url(../images/list-style.gif) no-repeat 9px 3px;
	padding-left: 26px;
	padding-bottom: 14px;
	border-left: 1px solid #5d8394;
	border-bottom:1px solid white;
}

.container_infolisten_item .preview {
	color: #5d8394;
}

.infolist_toplink {
	padding-left: 25px;
	background: url(../images/toplink.gif) 0 10px no-repeat;
	padding-top: 10px;
}

.download_section .downloads td {
	float: left;
	width: 300px;
	background: url(../images/list-style.gif) no-repeat 9px 3px;
	padding-left: 26px;
	border-left: 1px solid #5d8394;
}










/* OT Übersicht */
.onlinetool_overview h3, h3.otov {
	background: url(../images/list-style.gif) 0px 3px no-repeat;
	padding-left: 12px;
	padding-bottom: 5px;
	margin: 0;
	font-weight: normal;
	float: left;
	width: 200px;
	border-bottom: 1px solid #5d8394;
	height: 60px;
	margin-bottom: 10px;
	font-size: 1.3em;
}

.onlinetool_overview p, p.otov {
	border-bottom: 1px solid #5d8394;
	padding-left: 20px;
	padding-bottom: 5px;
	margin: 0;
	margin-bottom: 10px;
	float: left;
	width: 450px;
	height: 60px;
}






/* Linksammlungen allgemein */

.linkcollection_overview a {
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	display: block;
	float: left;
	width: 200px;
	border-left: 1px solid #5d8394;
	padding-left: 25px;
	background: url(../images/list-style.gif) 8px 3px no-repeat;
	padding-bottom: 5px;
}

.linkcollection_overview br {
	display: none;
}

.linkcollection_toplink {
	display: block;
	padding-right: 25px;
	background: url(../images/toplink.gif) right 0 no-repeat;
	padding-bottom: 5px;
	margin-bottom: 18px;
	border-bottom: 1px solid #5d8394;
	text-align: right;
}

.linksammlung a {
	border-left: 1px solid #5d8394;
	background: url(../images/list-style.gif) 8px 3px no-repeat;
	padding-left: 25px;
}









/* NEWS */
.news_preview {
	position: absolute;
	left: 0;
	top: 0;
	width: 170px;
	background: #d5e6ee;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 35px;
}

.container_newspage {
	position: absolute;
	left: 230px;
	right: 25px;
	top: 10px;
	background: white;
}

#news_auswahl {
	position: absolute;
	z-index: 1000;
	top: 15px;
	left: 12px;
	width: 150px;
}

.news_preview .news_entry .title {
	font-weight: normal;
	font-size: 13px;
	margin-top: 13px;
	margin-bottom: 10px;
}

.news_preview .news_entry .title a {
	color: #5d8394;
}

.news_entry .vorwort {
	margin-top: 5px;
}

.news_entry .vorwort a {
	display: block;
	margin-bottom: 6px;
	margin-top: 3px;
	padding-bottom: 3px;
	text-align: right;
	border-bottom: 1px solid white;
}

.news_image {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}






/* forms allgemein */

input, textarea {
	display: block;
	background: #d5e6ee;
	border: 0;
	margin-right: 1em;
}

label {
	float: left;
}

.clearing {
	float: none;
	clear: both;
}

.button_send {
	float: right;
	background: transparent;
	border: 0;
	color: #5d8394;
	font-weight: bold;
	margin-right: 30px;
	font-size: 1.2em;
}






/* form_appointmentmaker */

#form_appointmentmaker .container_termine {
	margin-bottom: 1em;
}

#form_appointmentmaker .container_termine .container_1, #form_appointmentmaker .container_termine .container_2 {
	height: 4.5em;
}

#form_appointmentmaker .container_termine .title {
	display: block;
	font-weight: bold;
}

#form_appointmentmaker .container_termine label {
	float: left;
}

#form_appointmentmaker .container_termine label.first {
	margin-right: 3px;
}

#form_appointmentmaker input {
	width: 20em;
}

#form_appointmentmaker .container_termine div {
	float: left;
	margin-bottom: 3em;
}

#form_appointmentmaker .container_termine label {
	float: none;
}

#form_appointmentmaker textarea {
	width: 62em;
	height: 7em;
}





/* Sonstiges */

div.zms_graphic.left {
	text-align: left;
}

div.zms_graphic.right {
	text-align: right;
}

div.zms_graphic.floatleft {
	float: left;
}

div.zms_graphic.floatright {
	float: right;
}

div.zms_graphic.center {
	text-align: center;
}

div.graphic.alignleft {
	float: left;
	text-align: right;
}

div.graphic.alignright {
	float: right;
	text-align: right;
}




dl dd em {
	display:none;
}




.zms_file .title img {
vertical-align:middle;
}


/* Verisign */

#verisign_div {position:absolute; bottom:30px; }

