@charset "utf-8";

body{
	margin:0;
	padding:0;
	background-image: url(images/Verlauf-Hintergrund.jpg);
	background-repeat: repeat-x;
	background-color: #d1efed;
	text-align: center;
}

div {
	align: center;
}

/* CSS Document */

.master {
	width: 953px;
	position: relative;
	left: auto;
	top: 15px;
	right: auto;
	bottom: 15px;
}

.inhalt {
	height: 580px;
	width: 947px;
	position: relative;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #16afa5;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #16afa5;
	background-color: #EBEBEB;
	background-repeat: repeat-x;
}

.pharmabild {
	background-image: url(images/pharmabild.jpg);
	height: 217px;
	width: 229px;
	position: absolute;
	background-repeat: no-repeat;
	left: 15px;
	top: 27px;
}

.kopf {
	height: 225px;
	width: 953px;
	position: relative;
	z-index: 1;
}

.kopf_inhalt {
	background-image: url(images/Header.jpg);
	height: 225px;
	width: 953px;
	z-index: 1;
	top:0px;
	position: absolute;
	left: 0px;
	background-repeat: no-repeat;
	background-position: center center;
}

.kopf_hi {
	background-image: url(images/Header.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 225px;
	width: 953x;
	z-index: -1;
	left: 0px;
	top: 0px;
}

.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover {
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.art-menu, .art-menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.art-menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.art-menu li:hover {
	z-index: 10000;
	white-space: normal;
}

.art-menu li li {
	float: none;
}

.art-menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.art-menu li:hover>ul {
	visibility: visible;
	top: 100%;
}

.art-menu li li:hover>ul {
	top: 0;
	left: 100%;
}

.art-menu:after, .art-menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

.art-menu, .art-menu ul {
	min-height: 0;
}

.art-menu ul {
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.art-menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}

/* menu structure */

.art-menu {
	padding: 0px 0px 0px 0px;
}

.art-nav {
	position: relative;
	height: 29px;
	z-index: 100;
	border-left-color: #16afa5;
	border-right-color: #16afa5;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
}

.art-nav .l, .art-nav .r {
	position: absolute;
	z-index: -1;
	top: 0;
	height: 29px;
	background-image: url('images/nav.png');
}

.art-nav .l {
	left: 0;
	right:0px;
}

.art-nav .r {
	right: -1px;
	width: 949;
	clip: rect(auto, auto, auto, 950px);
}

/* end Menu */

/* begin MenuItem */

.art-menu ul li {
	clear: both;
}

.art-menu a {
	position:relative;
	display: block;
	overflow:hidden;
	height: 29px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}

.art-menu a .r, .art-menu a .l {
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 87px;
	background-image: url('images/MenuItem.png');
}

.art-menu a .l {
	left:2;
	right:0px;
}

.art-menu a .r {
	width:400px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}

.art-menu a .t {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #CEEEEC;
	padding: 0 22px;
	margin: 0 0px;
	line-height: 29px;
	text-align: center;
}

.art-menu a:hover .l, .art-menu a:hover .r {
	top:-29px;
}

.art-menu li:hover>a .l, .art-menu li:hover>a .r {
	top:-29px;
}

.art-menu li:hover a .l, .art-menu li:hover a .r {
	top:-29px;
}

.art-menu a:hover .t {
	color: #0A4641;
}

.art-menu li:hover a .t {
	color: #0A4641;
}

.art-menu li:hover>a .t {
	color: #0A4641;
}

.art-menu a.active .l, .art-menu a.active .r {
	top: -58px;
}

.art-menu a.active .t {
	color: #040B0B;
}

/* end MenuItem */

/* begin MenuSeparator */

.art-nav .art-menu-separator {
	display: block;
	width: 1px;
	height: 29px;
	background-image: url('images/MenuSeparator.png');
}

/* end MenuSeparator */

/* begin MenuSubItem */

.art-menu ul a {
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 20px;
	width: 180px;
	overflow:hidden;
	line-height: 20px;
	margin-right: auto;
	background-image: url('images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #4EE9DF;
}

.art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span {
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

.art-menu ul a, .art-menu ul a:link, .art-menu ul a:visited, .art-menu ul a:hover, .art-menu ul a:active, .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span {
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 20px;
	color: #3B3B3B;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

.art-menu ul ul a {
	margin-left: auto;
}

.art-menu ul li a:hover {
	color: #2E2E2E;
	border-color: #4EE9DF;
	background-position: 0 -20px;
}

.art-menu ul li:hover>a {
	color: #2E2E2E;
	border-color: #4EE9DF;
	background-position: 0 -20px;
}

.art-nav .art-menu ul li a:hover span, .art-nav .art-menu ul li a:hover span span {
	color: #2E2E2E;
}

.art-nav .art-menu ul li:hover>a span, .art-nav .art-menu ul li:hover>a span span {
	color: #2E2E2E;
}

.fuss {
	background-image: url(images/fuss.png);
	background-repeat: no-repeat;
	height: 23px;
	width: 953px;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	position: relative;
}

.text_block_li {
	width: 220px;
	position: absolute;
	height: 206px;
	background-color: #EBEBEB;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-image: url(images/button_links.png);
	background-repeat: no-repeat;
	background-position: top;
	top: 320px;
	left: 15px;
	color: #FFF;
	text-align: center;
	padding: 5px;
}

.block_li_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000;
	text-align: left;
	padding: 10px;
}

#block_li_text_bold {
	font-weight: bold;
	color: #16afa5;
	font-size: 18px;
}

#text_gruen {
	font-weight: bold;
	color: #16afa5;
	top: -10px;
}

#head {
	font-size: 24px;
	font-weight: bold;
	color: #16afa5;
	top: 0px;
}

.kontakt_bild {
	height: 145px;
	width: 500px;
	position: absolute;
	background-image: url(images/kontaktpersonen.jpg);
	left: 80px;
	top: 200px;
}

.impressum_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: scroll;
	height: 455px;
	width: 615px;
	text-align: left;
	margin-right: auto;
	top: -15px;
	position: relative;
}

.bild_startseite {
	background-image: url(images/startbilder_neu_04.jpg);
	height: 360px;
	width: 409px;
	position: absolute;
	left: 270px;
	top: 166px;
	z-index: 0;
}

.hauptblock_neu {
	background-image: url(images/inhaltsblock.gif);
	background-repeat: no-repeat;
	height: 460px;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000;
	margin: 0px;
	left: 262px;
	font-weight: normal;
	position: absolute;
	padding: 30px;
	text-align: left;
	top: 35px;
}

.hauptblock_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	height: 222px;
	width: 585px;
	z-index: 10;
	position: absolute;
	top: 25;
	text-align: left;
	line-height: 14pt;
}

#text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #16afa5;
}

.stoerer {
	background-image: url(images/stoerer.gif);
	background-repeat: no-repeat;
	height: 125px;
	width: 227px;
	position: absolute;
	z-index: 10000;
	top: 480px;
	left: 20px;
}

.anfahrt_bild {
	background-image: url(images/anfahrt.gif);
	background-repeat: no-repeat;
	height: 309px;
	width: 488px;
	position: absolute;
	left: 185px;
	top: 210px;
}

.text_14pt {
	font-size: 14px;
	text-align: left;
}

.link_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	left: 5px;
}

.ueberuns_bild {
	background-image: url(images/ueberuns_03.jpg);
	background-repeat: no-repeat;
	height: 411px;
	width: 176px;
	position: absolute;
	left: 495px;
	top: 110px;
}

.wirueberuns_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	height: 489px;
	width: 600px;
	position: absolute;
	top: 24px;
	left: 26px;
}

.anfahrt_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #000;
	top: 12px;
	position: relative;
}

.news_block {
	width: 220px;
	position: absolute;
	height: 252px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	top: 38px;
	left: 10px;
	color: #FFF;
	text-align: center;
	background-image: url(images/button_links.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 5px;
}
.news_block_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000;
	text-align: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 198px;
	width: 210px;
	top: 10px;
}
.news_text_bold {
	font-size: 18px;
	color: #16afa5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-align: left;
}

#head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #16AFA5;
	line-height: 55px;
}

.unternavi {
	background-color: #1ce3d6;
	height: 22px;
	width: 701px;
	position: absolute;
	top: 0px;
	left: 246px;
	z-index: 0;
	text-align: left;
	border: thin none #FFF;
}
.pharma_comp {
	background-image: url(images/Comp_Pharma.jpg);
	height: 205px;
	width: 225px;
	position: absolute;
	left: 5px;
	top: -255px;
}

.akzidenz_comp {
	background-image: url(images/Comp_Akzidenz.jpg);
	height: 205px;
	width: 225px;
	position: absolute;
	left: 5px;
	top: -255px;
}

.master .inhalt .unternavi a {
	font-weight: normal;
	color: #333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	vertical-align: baseline;
	line-height: 22px;
	border: medium none #1ce3d6;
	background-image: url(images/MenuSeparator2.png);
	background-repeat: repeat-y;
	background-position: right;
	text-align: left;
}

.master .inhalt .unternavi a:hover {
	background-color: #67cbc4;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #67cbc4;
	border-bottom-color: #67CBC4;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.unternavi_ueberuns {
	background-color: #1ce3d6;
	height: 22px;
	width: 832px;
	position: absolute;
	top: 0px;
	left: 115px;
	z-index: 0;
	text-align: left;
	border: thin none #FFF;
}

.master .inhalt .unternavi_ueberuns a {
	font-weight: normal;
	color: #333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	vertical-align: baseline;
	line-height: 22px;
	border: medium none #1ce3d6;
	background-image: url(images/MenuSeparator2.png);
	background-repeat: repeat-y;
	background-position: right;
	text-align: left;
}

.master .inhalt .unternavi_ueberuns a:hover {
	background-color: #67cbc4;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #67cbc4;
	border-bottom-color: #67CBC4;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.unternavi_akzidenz {
	background-color: #1ce3d6;
	height: 22px;
	width: 566px;
	position: absolute;
	top: 0px;
	left: 381px;
	z-index: 0;
	text-align: left;
	border: thin none #FFF;
}

.master .inhalt .unternavi_akzidenz a {
	font-weight: normal;
	color: #333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	vertical-align: baseline;
	line-height: 22px;
	border: medium none #1ce3d6;
	background-image: url(images/MenuSeparator2.png);
	background-repeat: repeat-y;
	background-position: right;
	text-align: left;
}

.master .inhalt .unternavi_akzidenz a:hover {
	background-color: #67cbc4;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #67cbc4;
	border-bottom-color: #67CBC4;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.unternavi_kontakt {
	background-color: #1ce3d6;
	height: 22px;
	width: 425px;
	position: absolute;
	top: 0px;
	left: 522px;
	z-index: 0;
	text-align: left;
	border: thin none #FFF;
}

.master .inhalt .unternavi_kontakt a {
	font-weight: normal;
	color: #333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	vertical-align: baseline;
	line-height: 22px;
	border: medium none #1ce3d6;
	background-image: url(images/MenuSeparator2.png);
	background-repeat: repeat-y;
	background-position: right;
	text-align: left;
}

.master .inhalt .unternavi_kontakt a:hover {
	background-color: #67cbc4;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #67cbc4;
	border-bottom-color: #67CBC4;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	left: 80px;
	top: 350px;
	white-space: normal;
	line-height: 12px;
	width: 553px;
}

#hochzahl {
	font-size: 8px;
	vertical-align: super;
}

.aktuelles_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	height: 222px;
	width: 585px;
	z-index: 10;
	position: relative;
	text-align: left;
	top: 0;
}

.unsere_leistungen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-position: outside;
	list-style-type: circle;
}

#aufzaehlungen {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #16AFA5;
	letter-spacing: 1mm;
	line-height: 21pt;
	vertical-align: 12%;
}

.produkte_bilder {
	background-image: url(images/produkte.jpg);
	background-repeat: no-repeat;
	height: 550px;
	width: 176px;
	position: absolute;
	left: 495px;
	top: -10px;
	z-index: 10;
}

.qualitaet_bilder {
	background-image: url(images/qualitaet.jpg);
	height: 357px;
	width: 404px;
	position: absolute;
	left: 271px;
	top: 171px;
	color: #666;
}

.akzidenz_bilder {
	background-image: url(images/akzidenz.jpg);
	background-repeat: no-repeat;
	height: 298px;
	width: 318px;
	position: absolute;
	left: 357px;
	top: 228px;
	z-index: 10;
}

h1 {
	color: #D1EFED;
	font-size: 2px;
}
