@import url("labor.css");
@import url("informationen.css");
@import url("service.css");
@import url("analysen.css");
@import url("news.css");
@import url("admin.css");

/**********************************
* Allgemeine Formatierungen
***********************************/
/*
* { border: 0px; padding: 0; margin: 0; }
*/

html { border: 0px; }
img { border: 0px; }

body  {
	background: #878889;
	font-family: verdana,sans-serif;
	font-size: 14px;
	text-align: center;
	margin: 0;
	voice-family: inherit;
	color: #333;
}
.text-grau  {
	font-family: verdana,sans-serif;
	font-size: 13px;
	color: #333;
	font-weight: bold;
}
.text-weiss  {
	font-family: verdana,sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.text-weiss-gross  {
	font-family: verdana,sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

a.linkweiss { color: #FFFFFF; text-decoration: underline; }

a { color: #333; text-decoration: underline; }
a:hover { color: #009; text-decoration: none; }
a.ohne { color: #333; text-decoration: none; }

h1 {
	font-size: 1.4em;
	font-weight: normal;
	color: #009;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

h2 { font-size: 1.3em; font-weight: bold; font-style: normal; margin-top: 2em; }
h4 { font-size: 1.3em; font-weight: bold; font-style: normal; margin-top: 5px; }
.aktuelles_nl { font-size: 1.4em; font-weight: bold; font-style: normal; margin-top: 5px; }
h3 { font-size: 1.1em; font-weight: bold; }
.aktuelles_nl2 { font-size: 1.1em; font-weight: bold; }

hr {
	width: 96%;
	text-align: center;
	color: #999;
	background-color: #999;
	height: 1px;
	border: none;
}

p { margin: 1em 0; }
ul li { padding: 2px 0; }

input, textarea { border: 1px solid #ccc; }
input { height: 1.5em; }
input[type="submit"] { height: 1.8em; }

/**
* Spezielle allgemeine Formatierungen
***************************************/
#print_nav { display: none; }

p.alert {
	margin: 0px;
	padding: 0px;
	color: #E13F35;
	padding-left: 2em;
	background: url(/img/alert.gif) no-repeat top left;
}

p.hinweis {
	margin: 0px;
	padding: 0px;
	padding-left: 2em;
	background: url(/img/dreieck.gif) no-repeat top left;
}

p.hinweis_gruen {
	margin: 0px;
	padding: 0px;
	color: #009b85;
	padding-left: 2em;
}

p.material {
	margin: 0px;
	padding: 0px;
	color: #009b85;
	padding-left: 2em;
	background: url(/img/Quadrat.gif) no-repeat top left;
}

span.text-verweis {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-left: 2em;
	background: url(/img/information/Pfeil.gif) no-repeat top left;
}

.red { color: red; }

input.red { background-color: red; color: #fff; }

.gruen { color: #00b19f; }

.blauul { color: #009; text-decoration: underline; }

.klein { font-size: 0.8em; color: #888888; }
.kleinschw { font-size: 0.8em; color: #000000; }
.kleingedrueckt {
	font-family: verdana,sans-serif;
	color: #333;
	font-size: 0.8em;
}


.links { float: left; padding-right: 1em; }
.rechts { float: right; padding-left: 1em; }

/**********************************
Hauptcontainer
***********************************/
#container {
	margin: 20px auto;
	width: 900px;
	padding: 20px 20px 20px 60px;
	background-image:url(/img/dots.gif); background-repeat:repeat-y;
	background-color: #e5f2ee;
	text-align: left;
}

* html #container {
	margin-bottom: -19px;
}

/**********************************
Navigation Kopf
***********************************/
#kopf {
	width: 902px;
	height: 100px;
	margin: 0 0 0 -10px;
	font-size: 85%;
	padding-left: 20px;
	background: url(/img/navigation/navigation.jpg) no-repeat top left;
}

#kopf table {
	width: 814px;
	border:0px;
	margin-top: 10px;
	border-spacing: 3px;
}

#kopf table tr td.aktiv { color: #009; }

#kopf tr.kpf td {
	color: #00b19f;
	font-weight: bold;
	text-align: center;
	font-size: 100%;
	padding: 1px 0;
}

#kopf tr.kpf td.blank {
	background-color: transparent;
}

#kopf tr.fss td {
	text-decoration: none;
	text-align: center;
	color: #fff;
	background-color: #00b19f;
	font-size: 95%;
	padding: 1px 0;
	height: 16px;
}

#kopf tr.fss td a {
	text-decoration: none;
	color: #fff;
}

#kopf tr.fss td.aktiv {
	background-color: #009;
	color: #fff;
}

#kopf tr.fss td:hover { background-color: #07a193; }

#kopf tr.fss td.blank {
	background-color: transparent;
}

a#logo {
	display: block;
	float: left;
	margin-top: 10px;
	text-align: left;
	width: 78px;
	height: 80px;
	outline: none;
}

/**********************************
Tab-Navigation
***********************************/
#header {
	position: absolute;
	top: -42px;
	height: 3em;
	width: 100%;
	margin-top: 0px;
}
/*
*+html #header { top: -2px; }
* html #header { top: -2px; }
*/
#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 100%;
}

#header ul#primary li,
#header ul#secondary li  {
	display: inline;
	list-style: none;
}

#header ul#primary a,
#header ul#primary span,
#header ul#primary a.current,
#header ul#secondary a,
#header ul#secondary span,
#header ul#secondary a.current {
	display: block;
	float: left;
	padding: 4px 4px;
	margin: 1px 3px 0 0;
	text-align: center;
	font-size: 8pt;
	font-family: tahoma, verdana, sans-serif;
	text-decoration: none;
	color: #009;
}

#header ul#primary span,
#header ul#primary a.current,
#header ul#primary a.current:hover,
#header ul#secondary span,
#header ul#secondary a.current,
#header ul#secondary a.current:hover {
	border: 1px solid #aaa;
	border-bottom: none;
	background-color: #c1e2dc;
	padding-bottom: 6px;
	margin-top: 0px;
	color: #009;
	font-weight: bold;
}

#header ul#primary a {
	border: 1px solid #aaa;
	border-bottom: none;
	background-color: #d4eae5;
}

#header ul#primary a:hover {
	margin-top: 0;
	background-color: #cbe6e1;
	padding-bottom: 5px;
}

#header ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.8em;
	left: 10px;
	width: 900px;
}

#header ul#secondary li a,#header ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	background: none;

}

#header ul#secondary li a {
	color: #009;
	text-decoration: underline;
}

#header ul#secondary li a:hover {
	background: #add9d1;
	padding: 0 10px;
	border: none;
}

#header ul#secondary li a:active {
	color: #009;
	background: transparent;
}
/*
#header ul#secondary li:last-child a { border: none; }
*/

/**********************************
Main- und Content-Teil
***********************************/
#hmain {
	margin-top: 50px;
	position: relative;
}

#main {
	clear: both;
	background-color: #c1e2dc;
	border: 1px solid #aaa;
	border-bottom: none;
	padding-top: 40px;
	height: 518px;
}

#contents {
	padding: 20px;
	padding-top: 0px;
	background-color: #c1e2dc;
	overflow: auto;
	font-size: 0.9em;
	height: 498px;
}

#contents #bild_links {
	float: left;
	padding-right: 10px;
}

#contents #bild_rechts {
	float: right;
	padding-left: 10px;
}

.textbox {
	border: 1px dashed #c00;
	background-color: #e3e7f3;
	padding:10px;
}

#contents p.center { text-align: center; }

#contents p#veranst_scroll {
	text-align: center;
	margin-top: -10px;
}

/*
* Bildleiste
***************************************/
#contents.verbundallgemeine-info { background: url(/img/bildleisten/allginfo.jpg) no-repeat 0px 405px; }
#contents.verbundkontakt { background: url(/img/bildleisten/kontakt.jpg) no-repeat 0px 405px; }

#contents.mbahumangenetik { background: url(/img/bildleisten/humangenetik.jpg) no-repeat 0px 405px; }
#contents.mbaspezielle-reisemedizin { background: url(/img/bildleisten/reisemedizin.jpg) no-repeat 0px 405px; }
#contents.mbaallgemeine-info { background: url(/img/bildleisten/reisemedizin.jpg) no-repeat 0px 405px; }
#contents.mbastandard { background: url(/img/bildleisten/reisemedizin.jpg) no-repeat 0px 405px; }

#contents.lvobefunduebermittlung { background: url(/img/bildleisten/befunde.jpg) no-repeat 0px 405px; }
#contents.lvoleistungsverzeichnis {padding: 0px; margin-left: 20px; height: 510px;}

#contents.sdlabfallentsorgung { background: url(/img/bildleisten/abfall.jpg) no-repeat 0px 405px; }
#contents.sdlprodukte { background: url(/img/bildleisten/hygieneprodukte.jpg) no-repeat 0px 405px; }
#contents.sdlberatung { background: url(/img/bildleisten/hygieneberatung.jpg) no-repeat 0px 405px; }
#contents.sdlfortbildungen { background: url(/img/bildleisten/hygienefortbildung.jpg) no-repeat 0px 405px; }
#contents.sdlsterilgutservice { background: url(/img/bildleisten/sterilgut.jpg) no-repeat 0px 405px; }

#contents.sdlqualitaetsmanagement { background: url(/img/bildleisten/qm.jpg) no-repeat 0px 405px; }

#contents.wasser-umweltuebersicht { background: url(/img/bildleisten/hygienefachservice.jpg) no-repeat 0px 405px; }

#contents.kooperationspartnerberufsbekleidung {
	background-image: url(/img/bildleisten/kooperationenberufsbekleidung.jpg);
	background-repeat: no-repeat;
	background-position: 0px 405px;
}
#contents.kooperationspartnerbuerobedarf {
	background-image: url(/img/bildleisten/kooperationenbuerobedarf.jpg);
	background-repeat: no-repeat;
	background-position: 0px 405px;
}
#contents.kooperationspartnertierarztbedarf {
	background-image: url(/img/bildleisten/kooperationentierarztbedarf.jpg);
	background-repeat: no-repeat;
	background-position: 0px 405px;
}
.medea-koop {
	display: block;
	float:left;
	position: absolute;
	width: 350px;
	height: 100px;
	outline: none;
	margin-top: 310px;
	margin-left: 430px;
	border: none;
}
/**********************************
Foot-Teil
***********************************/
#foot {
	background-color: #dddddd;
	border: 1px solid #aaa;
	width: 898px;
	height: 30px;
	overflow: hidden;
}

* html #foot form { margin-top: 1px; }
#foot p { margin: 0; padding: 0; }

#foot ul {
	padding: 0;
	margin: 0;
	height: 30px;
	font-size: .9em;
}


#foot li {
	list-style: none;
	display: inline;
	float: left;
	line-height: 30px;
	border-right: 1px solid #aaa;
	padding: 0 14px;
	margin: 0;
}

#foot li.last { border: none; padding-right: 20px; }
#foot input { height: 18px; border: 1px solid #ccc; }

#foot input.submit { height: 18px; padding: 0 .2em; }