/* filename: /css/ex-situ_gen.css
   version 1.01 - 2009-11-30
   kontakt at manderbachmedia dot de */

#printinfo {
	display: none;
}


body {
	margin: 0;
	padding: 0;	
	text-align: center;
	background: #96a600 url(/img/bg.jpg) repeat-x;
	font-family: Arial, sans-serif;
	font-size: 101%;
	overflow: -moz-scrollbars-vertical;
}
   
#center {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
   
   
/* -------------- gen nav ul styles --------------*/

ul.navhoriz, ul.navvert {
	margin: 0 0 20px 0;
	padding: 0;
}

ul.navhoriz li, ul.navvert li {
	list-style: none;
}

ul.navhoriz li {
	float: left;
}

ul.navhoriz a {
	float: left;
}


ul.navvert li {
	display: inline;
}

ul.navvert a {
	display: block;
}

/* -------------- nav main ------------------- */


#navmain {
	width: 1000px;
	margin: 60px 0 40px 0;
	background: #d8c101;
	border-top: 1px solid #fff;
	font-size: 0.85em;
}


ul.navhoriz {
	margin-left: 0px;
	/*
	width: 790px;
	margin: 0 auto;
	*/
}

#navmain a {
	border-left: 1px solid #fff;
	text-decoration: none;
	height: 40px;
	background: #d8c101;
	color: #fff;
	padding: 5px 10px;
}

#navmain a:hover, #navmain a.act {
	background: #fff;	
	color: #000;
}

/* -------------- contentwrapper ------------------- */

#contentwrapper {
	background: url(/img/bg_content.png);
	padding: 40px;
}

/* -------------- colleft nav sub ------------------- */

#homevis {
	position: relative;
	top: -40px;
	left: 0;
	}

#colleft {
	margin-top: 40px;
	float: left;
	width: 200px;
	font-size: 0.7em;
}
ul.navvert ul {
	margin: 0 0 0 15px;
	padding: 0;
}

ul.navvert a {
	color: #626673;
	text-decoration: none;
	border-bottom: 1px solid #d8c101;
	padding: 7px 0 7px 5px;
}


ul.navvert a:hover, ul.navvert a.act {
	padding-left: 20px;
	color: #000;
	background: url(/img/arrow_right.gif) 3px 11px no-repeat;
}

ul.navvert ul a {
	padding: 3px 0 3px 5px;
}
ul.navvert ul a.act, ul.navvert ul a:hover {
	padding-left: 15px;
	background: url(/img/arrow_right.gif) 3px 8px no-repeat;
}
/* - filedset - */

#colleft fieldset {
	padding: 0;
	margin: 20px 0;
	border: none;
}

#colleft legend {
	font-weight: bold;
	margin-bottom: 10px;
}


#colleft label {
	display: none;
}

#colleft select {
	width: 100%;
	font-size: 0.9em;
}

/* ---------------------- content ------------------- */
#content {
	margin-left: 240px;
	font-size: 0.85em;
	line-height: 1.3em;
	color: #000;
}

#content h1 {
	margin: 0;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.1em;
}


#content h2 {
	margin: 20px 0 0 0;
	font-size: 1.2em;
	line-height: 1em;
}

#content h3 {
	margin: 20px 0 0 0;
	font-size: 1.1em;
	line-height: 1em;
}
#content a {
	/*text-decoration: none;*/
	color: #5d9652;/*96a600;*/
}

#content ul a, #content table a {
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

a.pdf {
	background: url(/img/icon_pdf.gif) 0 2px no-repeat;
	padding-left: 15px;
}

address {
	font-style: normal;
	margin: 10px 0;
}

p.define {
	padding: 5px;
	border: 1px solid #fff;
	background: #eaedcc;
}


fieldset {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #d8c101;
}



/* - tabelle - */
#content table {
	margin: 20px 0;
	font-size: 0.9em;
	line-height: 1em;
	border-top: 1px solid  #fff;
	border-left: 1px solid  #fff;
}

#content table td, #content table th {
	border-right: 1px solid  #fff;
	border-bottom: 1px solid  #fff;
	padding: 7px;
	vertical-align: top;
}

#content table th {
	background: #eaedcc;
	border-right: 1px solid #fff;
}

#content table ul {
	margin: 0;
	padding-left: 10px;
}

#content table td.center {
	text-align: center;
}

/* ------------------------ footer --------------- */

#footer {
	margin: 10px 0 5px 0;
	text-align: center;
	font-size: 0.7em;
	color: #eaedcc;
}

#footer a {
	color: #eaedcc;
}

/* ------------------------ sonst --------------- */

a.imgRight, div.imgRight {
	float: right;
	margin: 15px 0 20px 30px;
	padding: 5px;
	border: 1px solid #fff;
}

 div.imgRight a {
 	display: block;
	margin-bottom: 5px;
 }
 
.caption {
	font-size: 0.9em;
	line-height: 1em;
	margin-bottom: 0;
}

body.home div.imgRight {
	border: none;
	font-size: 0.9em;
	margin-bottom: 30px;
	height: 500px;
	padding: 30px 0 0 20px;
	border-left: 1px dotted #d8c101;
}


/* - filedset - */

body.home div.imgRight fieldset {
	padding: 0;
	margin: 20px 0;
	border: none;
	width: 200px;
}

body.home div.imgRight legend {
	font-weight: bold;
	margin-bottom: 10px;
}


body.home div.imgRight label {
	display: none;
}

body.home div.imgRight select {
	width: 100%;
	font-size: 0.9em;
}



.w200 {
	width:200px;
}

.clear {
	clear: both;
}

br.clear {
	font-size: 0;
	line-height: 0;
	height: 0;
}

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

.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ie7/win */
*:first-child+html .clearfix {
	min-height: 1px;
}



a.mmedia {	
	font-family: Arial, sans-serif !important;
	font-weight: bold !important;
	text-decoration: none !important;
	color: #387393 !important;
	font-size: 12px !important;
}

a.mmedia span {
	color: #8D8F92 !important
}
