html>/**/body, x:-moz-any-link, x:default { position:relative; left:-0.1px; }

body, html {
	font-family: arial;
	line-height: 16px;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	min-height: 100%;
	background-image:url("../images/hintergrund.png");
	background-repeat:repeat-x;
}

.wrapper {
	position: relative;
	min-height: 100%;
	background-image:url("../images/hintergrund_content.png");
	background-repeat:repeat-y;
	background-position:50%;
}

.content_container {
	width: 100%;
	padding-bottom: 60px;
}

.content {
	min-height:610px;
	width:950px;
	position:relative;
	left:50%;
	margin-left:-475px;
}

.content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.home {
	background-image:url("../images/hg_start.jpg");
	background-repeat:no-repeat;
}

.sicherheit {
	background-image:url("../images/hg_sicherheit.jpg");
	background-repeat:no-repeat;
}

.hygiene {
	background-image:url("../images/hg_hygiene.jpg");
	background-repeat:no-repeat;
}

.gesundheit {
	background-image:url("../images/hg_gesundheit.jpg");
	background-repeat:no-repeat;
}

.oekologie {
	background-image:url("../images/hg_oekologie.jpg");
	background-repeat:no-repeat;
}

.kontakt {
	background-image:url("../images/hg_kontakt.jpg");
	background-repeat:no-repeat;
}

.footer_container {
	width: 100%;
	text-align: center;
	line-height: 60px;
	color: black;
	height: 60px;
	position: absolute;
	bottom: 0;
	background-image:url("../images/footer.png");
	background-position: 50%;
	background-repeat: no-repeat;
}

a {
	text-decoration: none;
}

.main_navi {
	position:relative;
	top:384px;
	left:62px;
	width:167px;
}

.main_navi:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.navi {
	float:left;
	width:159px;
	height:15px;
	padding-left:8px;
	color:#fff;
	line-height:15px;
	font-weight: bold;
}

.navi:hover {
	background-color:#7c7d80;
}


.navi_h {
	float:left;
	width:159px;
	height:15px;
	padding-left:8px;
	color:#fff;
	line-height:15px;
	font-weight: bold;
	background-color:#7c7d80;
}

.navi_abstand {
	margin-bottom:12px;
}

.language {
	float:left;
	width:157px;
	height:18px;
	padding-left:10px;
	color:#fff;
}

.language_active {
	padding-left:10px;
	float: left;
	color:#fff;
}

.language_inactive {
	color:#555;
}

.content_text {
	margin-top:208px;
	margin-left:250px;
	margin-bottom:20px;
	width:480px;
	font-size:12px;
}

.content_kontakt {
	margin-top:208px;
	margin-left:250px;
	margin-bottom:20px;
	width:580px;
	font-size:12px;
}

h2 {
	color:#828282;
	font-size:16px;
	line-height:20px;
}

.cuphin_txt {
	margin-bottom:-2px;
}

.orange_sub {
	color: #ff7200;
	font-weight:bold;
}

.table_row {
	background-color:#b0adac;
}

.table_abstand {
	height:3px;
}

.table_cell {
	height:20px;
	line-height:20px;
	padding-left:6px;
	color:#fff;
}

.icon_table_icon {
	width:37px;
	height:47px;
}

.img_icn {
	display:block;
}

.icon_table_text {
	color: #00904b;
	background-color:#b0adac;
	line-height:47px;
	padding-left:10px;
	font-size:14px;	
}

.orange {
	color:#ff7200;
}