/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 0px;
	background-color: white;
	background-image: url(/images/bg_left.gif);
	background-repeat: repeat-y;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

form td {
	font-size: .8em;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



h1 {
	font-size: 1.2em;
	color: #274213;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #7BC742;
	
}

h2, h3 {
	margin-top: 2em;
	font-size: 1em;
}

h3 {
	color:#666666;
}


#Content a:link{
	/*color: #164289;*/
	color: green;
}
#Content a:visited {
	color: #009A00;
}

img.FotoLinks {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

img.FotoRechts {
	float: right;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* ------------------------------------------- Layout ------------------------------------------------*/


div#Header {
	width: 100%;
	background-color: #ababab;

}

div#Header1 {
	background-color: white;
	height: 87px;
	min-width: 680px;
	width: 100%;
	background-image: url(/images/header_flaechen.gif);
	background-repeat: no-repeat;
	background-position: 198px 0px;
}

div#Header1 span{
	float: right;
}

div#Header1 img {
	margin-top: 10px;
	margin-right: 20px;
}

#Header1 br {
	display: none;
}
div#Title {
	position: absolute;
	background-color: #E7F3D6;
	width: 198px;
	height: 112px;
	background-image: url(/images/hd_ikzm.gif);
	background-repeat: no-repeat;
	background-position: 7px 10px;
	z-index: 1;
	
	
}

div#Title h1 {
	font-size: 9pt;
	margin-top: 0px;
	visibility: hidden;
	
}

#TopMenu {
	background-color: #009A00;
	height: 25px;
	padding-left: 198px;
	color: white;
	font-size: .85em;
	font-weight: bold;
	margin-bottom: 0px;
	
}

#Header3 {
	height: 19px;
	background-color: #7BC742;
}


#Main {
	min-width:760px;
}

#Menubar {
	height: 60%;
	min-height: 200px;
	width: 220px;
	/* float: left;*/
	position: absolute;
	top: 131px;
	left: 0px;
	z-index: 1;
	
}

#Bioconsult {
/*	width: 198px;*/
	position: absolute;
	height: 70px;
	width: 216px;
	left: 0px;
	top: 600;
	z-index: 0;
	
	
}

#Content {
	margin-left: 220px;
	margin-right: 50px;
/*	width: 70%;*/
/*	max-width: 60%;*/
	/*float: left;*/
	margin-top: 30px;
/*	margin-right: 50px;*/

}

#Content ol li {
	margin-bottom: 1em;
}

a.pdf {
	background-image: url(/images/link_doc.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
}

a.pdfinline {
	 padding-left:15px;
	 background:  url(/images/link_doc.gif) no-repeat left;
}

a.extern {
	background-image: url(/images/link_extern.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
}

span.subtitle {
	display: block;
	/*float: left;*/
	
	font-size: .75em;
	color: #666666;
}
span.subtinline {
	font-size: .75em;
	color: #666666;
}

/* ---------------------------------------------- Menü -------------------------------------------*/

ul.MainMenu {
	display: block;
	width: 198px;
/*	position: absolute;
	left: 0;
	top: 0;*/
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 90;
	overflow: hidden;
	
}

ul.MainMenu ul {
		display: block;
		width: 198px;
		left: 0;
		margin: 0;
		padding: 0 0 0 0;
		list-style: none;
/*		background: url("images/main.gif") no-repeat bottom right; */
		z-index: 2; /* below the H1 */
}


ul.MainMenu li {
	display: inline; 
}

ul.MainMenu a {
	display: block;
	background-color: #009A00;
	background-image: url(/images/menu_arr_right.gif);
	background-repeat: no-repeat;
	background-position: 8px 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7F3D6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-weight: bold;
	color: white;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 22px;
	text-decoration: none;
}


/* ul.MainMenu a:link, ul.MainMenu a:visited {
	color: white;
	text-decoration: none;
}
ul.MainMenu a:hover, ul.MainMenu a:active {
	color: #009900;
	text-decoration: underline;
	background-image: url(images/menu1_bg_f2.gif);
}
*/
ul.MainMenu a#current {
	cursor: default;
	background-color: #ADDF8C;
	color: #293C29;
}

ul.MainMenu ul a {
	color:  #293C29;
	background-color:#ADDF8C;
	font-weight: normal;
	background-position: 22px 4px;
	padding-left: 38px;
}
ul.MainMenu ul a:link, ul.MainMenu ul a:visited {
	color: #293C29;
}
ul.MainMenu ul a:hover, ul.MainMenu ul a:active {
	color: #293C29;
}

ul.MainMenu ul a#current {
	color: #293C29;
	font-weight: bold;
	/*background-image: url(images/menu2_bg_f3.gif);*/
	text-decoration: none;
}

ul.MainMenu ul ul a {
	/*color: #A25661;*/
	font-size: 10px;
	font-weight: normal;
	padding-left: 30px;
}
ul.MainMenu ul ul a:link, ul.MainMenu ul ul a:visited {
	background-image: url(images/menu3_bullet1.gif);
	background-repeat: no-repeat;
	background-position: 20px 6px;
}

ul.MainMenu ul ul a:hover, ul.MainMenu ul ul a:active {
	background-image: url(images/menu3_bullet1.gif);
	text-decoration: underline;
}
ul.MainMenu ul ul a#current {
	background-image: url(images/menu3_bullet12.gif);
}

#Topmenu ul {
	float: right;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 10px;
}

#Topmenu li {
	display: inline;
}

#Topmenu a {
	display: block;
	float: left;
	color: white;
	background-image: url(/images/topmenu_bullet.gif);
	background-position: 1px;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-left: 20px;
	text-decoration: none;
}.meldung {
	background-color: #EAEAEA;
	border: thin solid #66CC33;
	padding: 3px;
}


td.formtbl {
	width: 100px;
}
input.input1, input.btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: white;
	border: 1px solid #009A00;
	width: 220px;
} 

input#Anschrift3 {
	margin-left: 10px;
}

input.btn {
	background-color: white;
	width: 100;
}	
	
.error {
	color: #800000;
}.small {
	font-size: 8pt;
}


div.Infobox {
	position:relative;
	float:right;
	width:153px;
	margin: 5px 0 10px 10px;
	padding: 10px;
	color: white;
	background-color: #003399;
	
	layer-background-color: #003399;
	border: 1px none #000000;
}

div.Infobox a:link, div.Infobox a:visited {
	color: white !important;
}

div.Infobox p {
	padding-bottom: 12px;

	border-bottom: 1px solid #7BC742;
}

div.aktuelles h2 {
	margin-bottom: 0;
}

/* ----------------- Formular ------------------- */

.kontaktformular	{
	line-height				:	200%;
	margin-top				:	1em;
}

.kontaktformular br { 
clear: both; 
} 

.acc {
border: #000000 solid; border-width: 0px 0px 1px;
font-weight: bold; color: #0000ff;
}

label.tableft { 
float: left; 
text-align: right; 
width: 30%; 
white-space:nowrap;
margin-left: 1%; 
margin-right: 1%; 
margin-bottom: -1.9em; 
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #333;
} 

input.tabright { 
float: left; 
width: 30%; 
font-size: 100%;
clear: both; 
margin-left: 33%; 
margin-right: .5%; 
	line-height				:	normal;
} 

textarea.tabright { 
float: left; 
width: 60%; 
 font-family: Arial,sans-serif;
 font-size: 100%;
clear: both; 
margin-left: 33%; 
margin-right: .5%; 
	line-height				:	normal;
} 


input[type=checkbox].tabright, 
input[type=radio].tabright { 
	line-height				:	normal;
} 

select.tabright { 
float: left; 
width: auto%; 
font-size: 100%;
clear: both; 
margin-left: 33%; 
margin-right: .5%; 
	line-height				:	normal;
} 

.submitbutton	{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
	line-height				:	normal;
}

