#searchablecontent, #skipnavigation, #print_logo {
	display: none;
	visibility: hidden;
}

#web body, html#web {
	background: white;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

body, input, textarea, button, select, table {
	font-family: verdana;
	font-size: 11px;
	color: #475153;
}

h1 {
	font-family: verdana;
	font-size: 13px;
	color: #C60651;
}

h2 {
	font-family: verdana;
	font-size: 12px;
	color: #C60651;
}

h3 {
	font-family: verdana;
	font-size: 12px;
	color: #475153;
}
h4 {
	font-family: verdana;
	font-size: 12px;
	color: #475153;
}

* {
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #CFD5D6;
	SCROLLBAR-SHADOW-COLOR: #CFD5D6;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR:  #CFD5D6;
	SCROLLBAR-TRACK-COLOR: #f2f2f2;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}

a {
	font-family: verdana;
	font-size: 11px;
	color: #7C1240;
	text-decoration: none;
}
a:hover {
	color: #C60651;
}

img {
	border: 0px;
	margin:0;
	padding:0;
}


/* Formulare allgemein */

#web form {
margin:0px;
padding:0px;
}

#web .formheader {
font-weight:bold;
padding-bottom:5px;
}

#web .formcell {
padding-left:3px;
padding-bottom:2px;
}

#web input, #web select, #web textarea {
margin:0px!important;
padding:0px;
}

#web input, #web textarea {
padding-left:2px;
padding-right:2px;
border:1px solid #968F8E;
}

#web select {
border:1px solid #968F8E;
}

#web textarea {
overflow:auto;
}

#web input.radio, #web input.checkbox {
padding-left:0px;
padding-right:0px;
border:0px;
}

#web label.error {
color:#C60651;
}

#web input.error, #web select.error {
border:1px solid #C60651;
}

#web button {
padding:0px;
margin:0px;
border:0px;
cursor:pointer;
background:none;
}

#web button img {
margin-top:-2px;
margin-left:-3px;
}

#web #container_senden {
text-align:right;
}

#web #button_senden {
border:none;
background:none;
font-weight:bold;
color:#7E0404;
margin-right:-2px;
padding-left:8px;
}

#web #button_senden:hover, #web #button_senden.hover {
color:#968F8E;
}



/* Layout */

#page {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
}

#head1 {
	position: absolute;
	top: 0px;
	left: 0px;
	right:0px;
	height: 36px;
	background-color: #475153;
	background-image: url(../images/head_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	
	
}

#head1 a {
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
#head1 a:hover {
	font-family: verdana;
	font-size: 10px;
	color: #CFD5D6;
	text-decoration: none;
}

#head_pic {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#home {
	position: absolute;
	bottom: 13px;
	left: 15px;
}
#newsletter {
	position: absolute;
	bottom: 13px;
	left: 318px;
}
#search {
	position: absolute;
	bottom: 13px;
	left: 630px;
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
}
#form_search {
	position: absolute;
	bottom: 12px;
	left: 670px;
	
}
#form_search input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #475153;
	text-decoration: none;
	background-color: #CFD5D6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}


#form_search button {

padding:1px;
margin:0px;
border:0px;
cursor:pointer;
background:none;
}

#form_search button img {
position:absolute;
top:5px;
left: 120px;
}

#head2 {
	position: absolute;
	top: 36px;
	left: 0px;
	right: 0px;
	height: 170px;
	background: #7C1240;
}
#pink_field {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 170px;
	width: 6px;
	background: #C60651;
}
#logo {
	position: absolute;
	top: 0px;
	left: 6px;
	height: 170px;
	width: 304px;
}
#sitepic {
	position: absolute;
	top: 0px;
	left: 310px;
	height: 170px;
	width: 311px;
}
#slogan {
	position: absolute;
	top: 0px;
	left: 621px;
	height: 170px;
	width: 373px;
}


/* Navigation */

#nav_container {
	position: absolute;
	top: 206px;
	bottom: 36px;
	left: 6px;
	width: 302px;
	border-right: 1px solid #CFD5D6;
	border-left: 1px solid #CFD5D6;
	z-index: 1000;
}

#nav {
	position: absolute;
	top: 10px;
	left: 0px;
	right: 0px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: white;
	z-index: 1000;
}

#nav li {
position:relative;
float:left;
clear:both;
width:100%;
}

#nav a {
position:relative;
display:block;
}

#nav li ul {
	position: absolute;
	left: 303px;
	top: 0px;
	list-style-type: none;
	margin:0px;
	padding: 5px;
	padding-left: 19px;
	padding-right: 15px;
	background-color: #CFD5D6;
	
	visibility: hidden;
}

#nav li ul a {
	font-size: 11px;
	font-face: verdana;
	color: #475153;
	text-decoration: none;
	white-space:nowrap;
	line-height: 1.7em;
	z-index:1000;
	font-weight: bold;
}
#nav li ul a:hover {
	
	font-weight: bold;
	color: #c50852;
	
}



#contactinfo {
	position: absolute;
	left:23px;
	bottom: 0px;
	right: 20px;
	z-index: 900;
}


#content_container {
	position: absolute;
	top: 206px;
	bottom: 36px;
	right: 6px;
	left: 330px;
	border-right: 1px solid #CFD5D6;
}
#titleimage {
	position:absolute;
	top: 10px;
	right: 18px;
}

#content {
	position: absolute;
	top: 45px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding-right: 15px;
	overflow: auto;
	z-index:100;
	padding-bottom:10px;
}

#content ul {
	list-style-image: url(../images/plus.gif);
	list-style-position:outside;
	margin-left:0px;
	padding-left:18px;
}

#web #calcdiv {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding-right: 15px;
	z-index:100;
	padding-bottom:10px;
}

#calc {
	width: 100%;
	height: 100%;
	border: 0px;
	background-color: transparent;
}

body#epozcontent {
	color: black;
	background-color: white;
}

#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right:0px;
	height: 36px;
	background-color: #475153;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	
	
}

#footer a {
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	font-family: verdana;
	font-size: 10px;
	color: #CFD5D6;
	text-decoration: none;
}

#head_pic {
	position: absolute;
	top: 0px;
	left: 0px;
}

#author {
	position: absolute;
	top: 12px;
	left: 15px;
}
#print {
	position: absolute;
	top: 12px;
	left: 318px;
}
#swe {
	position: absolute;
	top: 12px;
	left: 630px;
}

/* 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, table.data th {
	font-size: 11px;
	padding-right: 15px;
	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-image: url(../white-10.gif);
	background-repeat: repeat-y;
	background-position: right;
}

table.data col.even {
	background-color: #CFD5D6;
}

table.data col.odd {
	background-color: #F1F2F3;
}

table.data col.last {
	background-image: none;
}

table.data col.desc {
	background: #efefef url(../white-40.gif) repeat-y right top;
}

table.list tr.even {
	background-color: #CFD5D6;
}

table.list tr.odd {
	background-color: #F1F2F3;
}

table.list {
	border-collapse: collapse;
}

table.list td {
	border: 7px solid white;
	padding: 0 0.8em;
}

#content .container_downloads .excelfile {
position:relative;
padding-left:23px;
background-image: url(../images/icons/icon_excel.gif);
background-position:left center;
background-repeat:no-repeat;
padding-top:0.5em;
padding-bottom:0.5em;
}

#content .container_downloads .pdffile {
position:relative;
padding-left:23px;
background-image: url(../images/icons/icon_pdf.gif);
background-position:left center;
background-repeat:no-repeat;
padding-top:0.5em;
padding-bottom:0.5em;
}

#content .container_downloads .onlinefile {
padding-left:23px;
background-image: url(../images/icons/icon_ie.gif);
background-position:left center;
background-repeat:no-repeat;
padding-top:0.5em;
padding-bottom:0.5em;
}

/* Kontaktformular */
#form_kontakt #fld_strasse, #form_kontakt #fld_betreff {
width:399px;
}

#form_kontakt #fld_firma, #form_kontakt #fld_titel, #form_kontakt #fld_titel, #form_kontakt #fld_vorname, #form_kontakt #fld_nachname, #form_kontakt #fld_telefon, #form_kontakt #fld_email {
width:195px;
}

#form_kontakt #fld_land {
width:90px;
}

#form_kontakt #fld_plz {
width:40px;
}

#form_kontakt #fld_ort {
width:251px;
}

#form_kontakt #fld_text {
width:399px;
height:100px;
}


/* Terminvereinbarung */
#container_wunschtermin {
margin-right:4px;
}

#form_termin #fld_datum_wunschtermin, #form_termin #fld_uhrzeit_wunschtermin, #form_termin #fld_datum_alternativtermin, #form_termin #fld_uhrzeit_alternativtermin {
width:92px;
}

#form_termin #fld_strasse {
width:399px;
}

#form_termin #fld_firma, #form_termin #fld_titel, #form_termin #fld_titel, #form_termin #fld_vorname, #form_termin #fld_nachname, #form_termin #fld_telefon, #form_termin #fld_email {
width:195px;
}

#form_termin #fld_land {
width:90px;
}

#form_termin #fld_plz {
width:40px;
}

#form_termin #fld_ort {
width:251px;
}

#form_termin #fld_text {
width:399px;
height:100px;
}

/* Seite weiterempfehlen */
#form_swe #fld_name_absender, #form_swe #fld_email_absender, #form_swe #fld_name_empfaenger, #form_swe #fld_email_empfaenger {
width:195px;
}

#form_swe #fld_kommentar {
width:399px;
height:100px;
}


/* Newsletter */
#form_nl #fld_name, #form_nl #fld_email {
width:195px;
}

/* News */
.container_newspage  {
border-top: 1px solid #cccccc;
margin-top:20px;
padding-top:10px;
}

/* Infolisten Übersicht */
#web .container_infolisten_item {
position:relative;
margin-bottom:15px;
}

#web .container_infolisten_item h3 {
position:relative;
}

#web .container_infolisten_item .title {
font-weight:bold;

}

/* Onlinetools */

#web .onlinetool_overview {
position:relative;
padding-left:15px;
border-bottom: 1px dotted #cccccc;
}

#web .onlinetool_overview h3 {
position:relative;
margin-left:-15px;
}

#web .onlinetool_overview h3 a {
position:relative;
padding-left:15px;
background-image: url(../images/onlinerechner.gif);
background-position:center left;
background-repeat:no-repeat;
}

.linksammlung {

margin-bottom:3px;
}
.linksammlung a{
position:relative;
padding-left:15px;
background-image: url(../images/plus.gif);
background-position:center left;
background-repeat:no-repeat;
}


/* Sitemap */
.sm_level1 {
position:relative;
margin-bottom:10px;
}

.sm_level1, .sm_level1 a {
font-size:12px;
font-weight:bold;
}

.sm_level2 {
position:relative;
margin-left:15px;
}

.sm_level2, .sm_level2 a {
font-size:11px;
font-weight:normal;
}

.sm_level2 a {
padding-left:15px;
padding-top:1px;
background-image: url(../images/icons/link_marker.gif);
background-position:left center;
background-repeat:no-repeat;
}

.sm_level3 {
position:relative;
margin-left:15px;
}
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;
}
