html {
	overflow: hidden;
	overflow-x: hidden;
}

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	background-color: #F8F3ED;
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #6D6F71;
}

* html body { /*IE6 hack*/
	padding: 250px 0 50px 0;
}

/*------------------------- Layout [Startseite ]---------------------------------*/
.tr_logo_print {
display: none;
}

#inhalt_start {
	position: fixed;
	top: 250px;
	left: 0px;
	right: 0px;
	bottom: 50px;
	padding: 0px 100px 0px 115px;
	overflow: auto;
	overflow-x: hidden;
	background-color: #F99D1C;
}

* html 	#inhalt_start { /*IE 6 IE 7 hack*/
	padding: 0px 100px 0px 55px;
}

.tab_start {
	height: 95%;
	width: 100%;
	padding-right: 100px;
	border: 0px solid #00FF00;
}

td.adresse {
	padding: 0px 10px 0px 0px;
}

h2.start {
	font-size: 40px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #FFFFFF;
	font-weight: bold;
	margin: 5px 0px 0px -3px;
	padding: 0px 0px 0px 0px;
}

h1.start {
	font-size: 18px;
	line-height: 28px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #FFFFFF;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.start_adressen_titel {
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.start_adressen {
	font-size: 9px;
	line-height: 14px;
	color: #FFFFFF;
	letter-spacing: 0px
}

.start_ehs {
	margin: 20px 0px 10px 30px;
	height: 40px;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	border: 0px solid #00FF00;
}

.start_ehs_image {
	margin: 0px 0px 10px 0px;
	height: 100px;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	border: 0px solid #00FF00;
}

/*------------------------- Grundlayout ---------------------------------*/

.tab_navi {
width:100%;
}

#navi {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 250px;
	overflow: hidden;
	color: white;
}

#foot {
	position: absolute;
	top: auto;
	left: 0px;
	width: 100%;
	bottom: 0;
	height: 40px;
	padding: 10px 100px 0px 115px;
	overflow: hidden;
	background-color: #F99D1C;
	color: white;
}

#foot_home {
	position: absolute;
	top: auto;
	left: 0px;
	width: 100%;
	bottom: 0;
	height: 40px;
	padding: 10px 100px 0px 115px;
	overflow: hidden;
	background-color: #F8F3ED;
	color: white;
}

#inhalt {
	position: fixed;
	top: 250px;
	left: 0px;
	right: 0px;
	bottom: 50px;
	padding: 0px 100px 0px 115px;
	overflow: auto;
	overflow-x: hidden;
}

* html #inhalt { /*IE6 hack*/
	height: 100%;
	width: 100%;
}

/*------------------------- Logo links und rechts ---------------------------------*/
td.logo_links {
	background-image: url(../img/ehs_logo.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0px;
	width: 115px;
	height: 75px;
}

td.logo_rechts {
	background-image: url(../img/ehs_logo_rechts.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0px;
	width: 100px;
	height: 75px;
}

/*------------------------- Trennstriche Navi ---------------------------------*/
.trennstrich {
	color: #6D6F71;
	font-size: 14px;
	line-height: 25px;
	padding: 0px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

/*------------------------- Trennstriche Subnavi  ---------------------------------*/
.trennstrich_hell {
	height: 25px;
	font-size: 14px;
	line-height: 25px;
	padding: 0px;
	font-weight: bold;
	color: #FFFFFF;
}

/*------------------------- Definition Html-Grundelemante ---------------------------------*/
h2 {
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #6D6F71;
	font-weight: bold;
	margin: 0px
}

h2.niederlassungen {
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #2E3192;
	font-weight: bold;
	margin: 0px;
	margin-left: 8px;
}

h2.niederlassung {
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #2E3192;
	font-weight: bold;
	margin: 0px;
}

h2.kontakt {
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #2E3192;
	font-weight: bold;
	margin: 0px;
}



p {
	margin: 0px;
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
}

td {
    font-size: 12px;
	line-height: 18px;
}

ul.buttons {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

li.bu {
	float: left;
	font-size: 14px;
	line-height: 25px;
	padding: 0px;
	padding: 0px;
	margin: 0px;
}

.img_right {
	margin: 3px 0px 0px 20px;
	border: 1px solid #6D6F71;
}

.img_left {
	margin: 3px 20px 0px 0px;
	border: 1px solid #6D6F71;
}

.img_impressum_left {
	margin: 3px 20px 0px 0px;
	border:0px solid #6D6F71;
}

.img_impressum_right {
	margin: 3px 20px 0px 0px;
	border:0px solid #6D6F71;
}


/*------------------------- Elemente Seite Aktuelles ---------------------------------*/
.tab_news {
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #6D6F71;
}

.td_news_titel {
	color: #000000;
	font-weight: bold;
	border-bottom: 2px solid #F99D1C;
	padding-bottom: 5px;
}

.td_news_text {
	border-bottom: 1px solid #F99D1C;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*------------------------- Tabelle Kontaktforumular ---------------------------------*/
.tab_absender {
	float: left;
	margin-right: 30px;
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #6D6F71;
}

.tab_nachricht {
	margin-right: 30px;
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #6D6F71;
}

.td_top_01 {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	height: 130px;
}

.td_top_02 {
	vertical-align: text-top;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 100px;
}

.td_top_03 {
	vertical-align: text-top;
	margin: 0px;
	padding: 0px;
	height: 40px;
}

input.kontakt_form {
	width: 350px;
	border: 1px dotted #6D6F71;
	background-color: #F8F3ED;
}

textarea.kontakt_form {
	width: 350px;
	height: 218px;
	border: 1px dotted #6D6F71;
	background-color: #F8F3ED;
}

.submit_kontakt {
	clear: both;
	width: 770px;
	height: 25px;
	margin: 20px 0px 0px 100px;
	background-color: #F8F3ED;
	color: #F99D1C;
	font-weight: bold;
	border: 1px solid #F99D1C;
}

.submit_login {
	clear: both;
	width: 351px;
	height: 25px;
	background-color: #F8F3ED;
	color: #F99D1C;
	font-weight: bold;
	border: 1px solid #F99D1C;
}

.gesendet {
	font-weight: bold;
	color: #F99D1C;
}

.tab_anfahrt {
	width: 100%;
}

/*--------------------- Tabelle Niederlassungen und Kontakte -----------------------*/
div.niederlassungen {
	border-left: 1px solid #6D6F71;
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #6D6F71;
	float: left;
	margin: 0px 60px 30px 0px;
}

table.niederlassungen {
	height: 380px;
}
table.niederlassungenClosed {
	height: 380px;
	display: none;
}

.tab_kontakt {
	border-left: 1px solid #6D6F71;
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #6D6F71;
	float: left;
	margin: 0px 40px 60px 0px;
	height: 200px;
}

table.vita-tabelle {
border-collapse: collapse;
}

table.vita-tabelle td, th{
 border:  1px solid #000000;
 vertical-align: top;
 padding: 10px;
}
/*------------------------- Tabelle Downloads ---------------------------------*/
.tab_download {
	width: 100%;
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #6D6F71;
}

/*------------------------- Seiten zu den Referenzen ---------------------------------*/
.tab_referenzen {
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #6D6F71;
	margin: 0px 0px 0px 0px;
}

.pfeil_links {
	width: 15px;
	border: 0px solid #FF7F00;
}

.pfeil_rechts {
	width: 15px;
	border: 0px solid #FF7F00;
}

.subkategorien {
	float: left;
	margin: 0px 30px 0px 0px;
	border: 0px solid #FF7F00;
}

ul.subbuttons_referenzen {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

li.subbutton_referenzen {
	font-size: 14px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-weight: bold;
}

/*--- Referenzen Bildernavi Rahmen aktiv setzen ------*/
.image_act {
	border: 2px solid #E00060;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.image_inact {
	border: 0px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
}

a.img {
	margin: 0px;
	padding: 0px;
}

.image_big {
	border: 1px solid #6D6F71;
}

/*------------------------- Links allgemein ---------------------------------*/
a {
	font-size: 12px;
	line-height: 18px;
	color: #F99D1C;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

a:link {
	color: #F99D1C;
}

a:visited {
	color: #F99D1C;
}

a:hover {
	color: #2E3192;
}

a:active {
	color: #2E3192;
}

a:focus {
	color: #2E3192;
}

/*------------------------- Links Haupt Navigation ---------------------------------*/
a.hauptbutton {
	height: 25px;
	font-size: 14px;
	line-height: 25px;
	padding: 0px;
	font-weight: bold;
	color: #6D6F71;
	text-decoration: none;
	border: 0px solid #FFFFFF;
}

a.hauptbutton:link {
	color: #6D6F71;
}

a.hauptbutton:visited {
	color: #6D6F71;
}

a.hauptbutton:hover {
	color: #2E3192;
}

a.hauptbutton:active {
	color: #2E3192;
}

a.hauptbutton:focus {
	color: #2E3192;
}

.hauptbutton_active {
	display: block;
	height: 25px;
	font-size: 14px;
	line-height: 25px;
	padding: 0px;
	font-weight: bold;
	color: #DC6200;
	text-decoration: none;
	border: 0px solid #FFFFFF;
}

a.hauptbutton_act {
	height: 25px;
	font-size: 14px;
	line-height: 25px;
	padding: 0px;
	font-weight: bold;
	color: #2E3192;
	text-decoration: none;
	border: 0px solid #FFFFFF;
}

/*------------------------- Links SubNavigation ---------------------------------*/


a.hauptbutton_act:link   {
	height: 25px;
	font-size: 14px;
	line-height: 25px;
	padding: 0px;
	font-weight: bold;
	color: #2E3192;
	text-decoration: none;
	border: 0px solid #FFFFFF;
}

/*------------------------- Links Navigation ---------------------------------*/
a.button {
	height: 25px;
	font-size: 14px;
	line-height: 25px;
	padding: 0px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border: 0px solid #FFFFFF;
}

a.button:link {
	color: #FFFFFF;
}

a.button:visited {
	color: #FFFFFF;
}

a.button:hover {
	color: #2E3192;
}

a.button:active {
	color: #2E3192;
}

a.button:focus {
	color: #2E3192;
}

.button_active {
	height: 25px;
	font-size: 14px;
	line-height: 25px;
	padding: 0px;
	font-weight: bold;
	color: #2E3192;
	text-decoration: none;
	border: 0px solid #FFFFFF;
}

a.button_act {
	height: 25px;
	font-size: 14px;
	line-height: 25px;
	padding: 0px;
	font-weight: bold;
	color: #2E3192;
	text-decoration: none;
	border: 0px solid #FFFFFF;
}

/* die folgenden Buttons sind nur für IE 6 /7 */
a.button_act:link {
	color: #2E3192;
}

a.button_act:visited {
	color: #2E3192;
}

a.button_act:hover {
	color: #2E3192;
}

a.button_act:active {
	color: #2E3192;
}

a.button_act:focus {
	color: #2E3192;
}


/*------------------------- Links Subkategorien bei Referenzen ---------------------------------*/

a.sub_kat {
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	font-weight:bold;
}

a.sub_kat:link {
	color: #F99D1C;
}

a.sub_kat:visited {
	color: #F99D1C;
}

a.sub_kat:hover {
	color: #2E3192;
}

a.sub_kat:active {
	color: #2E3192;
}

a.sub_kat:focus {
	color: #2E3192;
}

a.sub_kat_act {
	font-size: 12px;
	line-height: 18px;
	color: #2E3192;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	font-weight:bold;
}

/* die folgenden Buttons sind nur für IE 6 /7 */
a.sub_kat_act:link {
	color: #2E3192;
}

a.sub_kat_act:visited {
	color: #2E3192;
}

a.sub_kat_act:hover {
	color: #2E3192;
}

a.sub_kat_act:active {
	color: #2E3192;
}

a.sub_kat_act:focus {
	color: #2E3192;
}


/*------------------------- Button Sitemap  ---------------------------------*/
.sitemap {
	float: left;
	border: 0px solid #FFFFFF;
	width: 220px;
}

a.button_sitemap {
	display: block;
	height: 20px;
	font-size: 13px;
	line-height: 25px;
	color: #6D6F71;
	padding: 0px 50px 0px 0px;
	margin-top: 20px;
	text-decoration: none;
	font-weight: bold;
	border: 0px solid #FFFFFF;
}

a.button_sitemap:link {
	color: #6D6F71;
}

a.button_sitemap:visited {
	color: #6D6F71;
}

a.button_sitemap:hover {
	color: #2E3192;
}

a.button_sitemap:active {
	color: #2E3192;
}

a.button_sitemap:focus {
	color: #2E3192;
}

/*------------------------- Sub-Button Sitemap  ---------------------------------*/
.sitemap {
	float: left;
	margin: 0px 30px 0px 0px;
}

a.subbutton_sitemap {
	display: block;
	clear: both;
	height: 20px;
	font-size: 13px;
	line-height: 18px;
	color: #6D6F71;
	padding: 0px 50px 50px 0px;
	margin: 0px;
	text-decoration: none;
	border: 0px solid #FFFFFF;
}

a.subbutton_sitemap:link {
	color: #6D6F71;
	padding: 0px 50px 0px 0px;
	margin: 0px;
}

a.subbutton_sitemap:visited {
	color: #6D6F71;
	padding: 0px 50px 0px 0px;
	margin: 0px;
}

a.subbutton_sitemap:hover {
	color: #2E3192;
	padding: 0px 50px 0px 0px;
	margin: 0px;
}

a.subbutton_sitemap:active {
	color: #2E3192;
	padding: 0px 50px 0px 0px;
	margin: 0px;
}

a.subbutton_sitemap:focus {
	color: #2E3192;
}

/*------------------------- Leerzeichen zur E-Mailverschlüsselung  ---------------------------------*/
.leer {
	display: none;
}