* {
  margin: 0;
  padding: 0; 
}

html#web, body {
	overflow: auto;
	height: 100%;
	margin: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #585552;
}

input, textarea, button, select, table, th, td, div, p, label, span{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color: #585552;
}

strong {
	color: #ee8d02;
}

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

table {
	border: 0;
	border-collapse: collapse;
}

table td {
	padding: 0;
	vertical-align: top;
}

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

a:hover {
	color: #a0a0a0;
}

img {
	border: 0;
}



/*Layout*/

#logo {
position: absolute; 
left: 65px; 
top: 0; 
}

#slogan {
	position: absolute; 
	top: 46px; 
	left: 570px; 
}

#wrapper {
	position: absolute; 
	top: 70px; 
	left: 0;
	bottom: 40px; 
	right: 0;
	border-top: 2px solid #ee8d02;
	border-bottom: 2px solid #ee8d02;

}

#border {
	position: absolute; 
	left: 210px; 
	right: 0px; 
	top: 0px; 
	bottom: 0px;
	border-left: 6px solid #ee8d02;
}

	
#container {
	position: absolute; 
	top: 50px; 
	left: 210px;
	bottom: 0px; 
	right: 20px; 
	width: 750px;
	overflow: hidden;
	border-right: 18px solid #ee8d02;
}

#author {
	position: absolute; 
	top: 60px; 
	left: 967px;
	z-index: 100;
}

#functions {
	position: absolute;
	bottom: 12px; 
	left: 963px; 
}


#functions a {
	display: block;
	margin-top:10px;
}

#sujet {
	position: absolute; 
	left: 0; 
	bottom: 0; 
	width: 210px;
	height: 208px;
}

#headline {
	position: absolute; 
	left: 259px; 
	top: 0px;
}

#theme {
	position: absolute; 
	left: 230px; 
	top: 20px; 
	z-index: 400;
}

#sujet_startseite {
	position: absolute; 
	top: 0px; 
	left: 216px;
	width: 750px;
	height: 150px;
	margin: auto; 
	overflow: hidden;
}

/*Navigation*/


#nav {
	position: absolute; 
	left: 15px; 
	top: 95px; 
	width: 180px; 
	bottom: 38px;
	padding-left:3px;
	margin-left:0;
	z-index: 200;
}

#nav a {
	padding-top: 3px;
	color: #ee8d02;
}

#nav li {
	list-style: none; 
	position: relative; 
	padding-bottom: 4px; 
	padding-top: 5px; 
	padding-left: 0px; 
	width: 180px;
}

#nav li a {
	color: #585552;
	display: block; 
}

#nav li a:hover {
	color: #ee8d02;
}

#nav li a.active, #nav li a.activenode {
	 color: #ee8d02;
	
}
#nav li ul {
	list-style: none; 
	color: #585552;
	font-weight: bold; 
	padding-left: 5px;
	text-decoration: none; 
	display: none;
	border-left: 3px solid #ee8d02;
}

#nav li ul.active {
	 display: block!IMPORTANT;
	 color: #ee8d02;
	 }
	 
#nav li ul li {
	 padding-left: 5px; 
}

#nav li ul li.active {
	 padding-left: 5px; 
	 display: block!IMPORTANT;
}

#nav li ul li a.activenode {
	 color: #ee8d02;
	 font-weight: bold; 
	 margin-left: 0px; 
	 display: block!IMPORTANT;
}

#nav li li.active {
	 display: block; 
}

#nav ul li { position: static; padding-top: 5px; }

#nav ul ul li{
	display: none;
}

#nav .active ul {
	display:block!IMPORTANT;
}




/*Inhalte*/


#content {
	position: absolute; 
	left: 20px; 
	top: 10px; 
	bottom: 6px; 
	right: 40px; 
	padding-top: 10px; 
	padding-right: 10px;
	overflow: auto;

	}

#content p, #content ol,  #content table {
	margin: 0 0 1em 0;
}


#content ul {
	margin-left:15px;
	padding:10px;
	list-style-image: url(../images/list_style.gif);
}
#content ul li {
	margin-bottom:3px;
	margin-top:3px;
	padding-left:3px;
}


h1 {
	margin: 0 0 1em 0;
	font-size: 140%;
	color: #ee8d02;
}

h2 {
	margin: 0 0 1em 0;
	font-size: 120%;
	color: #ee8d02;
}

h3 {
	margin: 0 0 1em 0;
	font-size: 110%;
	color: #ee8d02;
}

h4 {
	margin: 0 0 1em 0;
	font-size: 105%;
	color: #ee8d02;
}

h5 {
	margin: 0;
	font-size: 100%;
	color: #ee8d02;
}

h6 {
	margin: 0;
	font-size: 100%;
	color: #ee8d02;
}

#atikon_address {
	padding-left: 148px;
}

#atikon_contact td {
	width: 148px;
}



/*Formulare*/
form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	margin: 0;
	padding: 0;
}

input, textarea {
	padding: 0 2px;
	border: 1px solid #585552;
}

select {
	border: 1px solid #585552;
}

textarea {
	overflow: auto;
}

label.error {
	color: #FF0000;
}

label.error input, label.error select, label.error textarea {
	border: 1px solid #FF0000;
}

button {
	padding: 0;
	margin: 0;
	border: 0;
	cursor: pointer;
	background: none;
}

#content form {
	margin-bottom: 1em;
}

#content form .container_1 {
	float: left;
	margin-right: 1em;
	margin-bottom: 0.3em;
	padding-left: 5px; 
	width: 291px;
	height: auto;
}

#content form .container_2 {
	float: left;
	margin-bottom: 0.3em;
	padding-left: 5px;
	width: 291px;
	height: auto;
}

#content label {
	display: block;
	margin-bottom: 0.1em;
	height: 3em;
}

#content label span {
	display: block;
}

#content input, #content textarea {
	width: 285px;
	margin-top: 1px;
}

#content input.radio, #content input.checkbox {
	padding-left: 0;
	padding-right: 0;
	border: 0;
	width: auto;
}

#content button {
	margin-right: -0.2em;
}

#content .button_send {
	float: right;
	font-weight: bold;
	color: #ee8d02;
}

#content .button_send:hover, #content .button_senden.hover {
	color: #a0a0a0;
}

#content #label_plz {
	float: left;
	margin-right: 3px;
}

#content #fld_plz {
	width: 60px;
}

#content #label_ort {
	float: left;
}

#content #fld_ort {
	width: 216px;
}

#content #label_telefon {
	clear: both;
}

#content #label_text {
	height: 21em;
}

#content #fld_text {
	height: 19.8em;
}

#content .contact_address {
	float: left;
	margin-right: 2em;
}

#content table.contact_phone_fax {
	float: left;
	margin-right: 2em;
}

#content table.contact_web {
	float: left;
}

#content table.contact_phone_fax th, #content table.contact_web th {
	font-weight: bold;
	text-align: left;
	padding-right: 1em;
}



/*Diverses*/
#searchablecontent, #skipnavigation, #printlogo {
	display: none;
	visibility: hidden;
}

.leftlabeled {
	clear: both;
}

.leftlabeled th {
	font-weight: bold;
	text-align: left;
	padding-right: 1em;
}

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



/*ZMS*/
.ZMSFile {
	margin: 0 0 1em 0;
}

.ZMSFile .text {
	display: none;
}

.ZMSFile img {
	vertical-align: middle;
}

/*STEUERNEWS*/

#news_selection {
	position: absolute; 
	left: 20px; 
	top: 280px;
	z-index: 300;
}

.news_preview {
padding-bottom: 10px; 
border-bottom: 1px dashed #a0a0a0;
}

#news_page {
padding-top: 10px; 
}

#content .entity a {
color: #ee8d02;
}

#content .entity a:hover {
color: #a0a0a0;
}

#news_page .image {
float: left; 
padding: 5px;  
}

#news_page #pic_small {
padding-right: 10px; 
}

#news_page strong {
color: #ee8d02;
}

#news_page #inhalt ul {
padding-bottom: 2px; 
margin-left: 20px;  
list-style-position: outside;
list-style-image: url(../images/list_style.gif);
}




/*SITEMAP */

#content #sitemap {
list-style: none; 
}

#content #sitemap ul {
	margin-top:0;
	margin-bottom:0;
	padding-bottom:3px;
list-style: none!IMPORTANT;
}

#content #sitemap a {
	color: #ee8d02;;
	font-weight: bold;

}

#content #sitemap ul {
	list-style: none!IMPORTANT;
}

#content #sitemap ul li {
	
	padding-left: 5px; 
}

#content #sitemap ul li li {
	display: none; 
}

#content #sitemap ul a {
	color: #585552;
	font-weight: normal;
}

#content #sitemap a:hover {
	color: #ee8d02;
}


/*DIVERSES*/

#searchform fieldset {
border: none; 
}


#content .download *, #content .link * {
	vertical-align: middle;
}

#content .downloads td {
	height: 20px;
	line-height: 20px;
}

.download a, .link a {
	padding-right: 20px;
}

#content .download img {
	padding-right: 10px;
	display: block;
	float: left;
}

#web #startpage .startpage #title {
	 display: none; 
}


/*TERMINERINNERUNG*/

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

#terminerinnerung title {
 	color: #ee8d02;
}


/*LAGEPLAN*/


#positionplan {
	padding-bottom: 20px;
}

#positionplan a {
	padding-right: 10px;
	float: left;
	display:block;
}

#positionplan a img {
	display:block;
padding-right: 20px; 
}

#positionplan .overview{
	padding-left: 10px;
}

#positionplan .positionplan-pdf {
	padding-top: 20px; 
}

#startseitentext {
position: absolute; 
top: 25px; 
left: 10px; 
right: 10px; 
}

#web #startpage #content {
top: 100px; 
}

#content dd em {
display: none; 
}

#content dl {
border-bottom: 1px solid #ee8d02;
margin-bottom: 3px; 
}

.network li{
list-style: none;
padding-bottom: 5px;
float:left; 
display:block; 
width:150px;
height: 115px;
padding-right:5px;
margin-right: 5px;
}




/* STARTSEITEN-FADER */

#start_fader {
	position:absolute;
	left:215px;
	top:0;
	right:30px;
	bottom:0;
	padding-bottom: 20px;
	background:white;
	width:745px;
}

#start_fader img {
	position:absolute;
	left:0;
	top:0;
}

.data th {
padding: 5px;

}

.data td {
padding: 5px;
text-align: center; 
}

.odd {
padding: 5px;
}

.even {
padding: 5px; 
}
div.ZMSGraphic.left {
    text-align: left;
}
div.ZMSGraphic.right {
    text-align: right;
}
div.ZMSGraphic.floatleft {
    float: left;
}
div.ZMSGraphic.floatright {
    float: right;
}
div.ZMSGraphic.center {
    text-align: center;
}
div.graphic.alignleft {
    float: left;
    text-align: right;
}
div.graphic.alignright {
    float: right;
    text-align: right;
}
