/* -------------------------------------------- 
 BIOPHAR Template
 Author: Nadja Macht, http://www.nadjamacht.de
 Version: Okt 2008
-------------------------------------------- */

@media screen, projection {


/* IMKER TIPP BOX -----------------------------*/

div.imker_tipp {
	float:right;
	width:272px;
	margin:0 0 15px;
	position:relative;
        right:-11px;
	background:url('../img/bg_beetip.gif') bottom no-repeat;
}

div.imker_tipp div.top {
	width:261px;
	height:7px;
	overflow:hidden;
        background:url('../img/bg_beetip_top.gif') left top no-repeat;	
}
	
div.imker_tipp div.content {
	

	}
	
div.imker_tipp div.content h3 {
	display:block;	
	width:180px;
	 height:30px;
	margin:0;
        padding:0px 0 0 0px;
	background:url('../img/h3_imker_tipp.gif') 17px 8px  no-repeat;	
}
	
div.imker_tipp div.content div.left {
	padding:0px 0 10px 17px;
	width:225px;
}
	
div.imker_tipp div.content div.right {
	position:relative;
	float:right;
	width:110px;
	height:auto !important;
	height:180px;
	min-height:180px;
	display:none;
	}
	
div.imker_tipp div.btm {

	width:261px;
	height:7px;
	display:none;
	clear:both;
	background:url('../img/btm_tipp_box.gif') 0 0  no-repeat;	
	}

div.imker_tipp div.imker_img {
	position:absolute;
        display:none;
	bottom:2px !important;
	right:-13px !important;
	bottom:11px;
	right:-14px;
	width:132px;
	height:172px;
	background:url('../img/imker.gif') 0 0  no-repeat;	
	}
	








* {
	margin:0;
	padding:0;
	}
	
html {
	margin:0;
	padding:0;
	}
	
body {
	margin:0;
	padding:0;
	background:url('../img/body_bg.gif') 0 0 repeat-x #349138;
	text-align:center;
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size:10px;
	line-height:160%;
	color:#0C542C;
	}
	
h1 {
	color:#0C542C;
	font-weight:normal;
	line-height:100%;
	font-size:2.8em;
	margin:0;
}

h2 {
	color:#D2A232;
	font-weight:normal;
	line-height:100%;
	font-size:1.4em;
	margin:0 0 12px 0;
	}
	
h3 {
	color:#D2A232;
	font-weight:normal;
	/*font-style:italic;*/
	line-height:100%;
	font-size:1.6em;
	margin:0;
	}

h4 {
	color:#0C542C;
	font-weight:bold;
	text-transform:uppercase;
	line-height:100%;
	font-size:1.2em;
	margin:0 0 12px 0;
	}
	
	
h6 { /* h6 wird nur im Produktbereich als abweichendes Absatzformat verwendet = NOTLOESUNG */
	color:#93701C;
	font-weight:normal;
	margin:0 0 12px 0;
	font-size:11px;
	}
a.internal-link{
font-weight:bold;
}
	
a {
	-moz-outline-width: 0;
	/*text-decoration:underline;
	color:#0C542C;*/
	text-decoration:none;
	color:#93701C;
	
	}
	
a:hover {
	text-decoration:none;
	color:#0C542C;
	}
	
a img {
	border:none;
	}
	
p img {
	padding:8px 8px 8px 0;
}
	
div#container {
	margin:13px auto 0 auto;
	width:968px;
	text-align:left;
	}
	
div#top {
	width:968px;
	height:5px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='image', src='/fileadmin/template/img/top.png');	
	background-repeat:no-repeat;
	background-poition:left bottom;
}
	
html > body div#top {background:url('../img/top.png') 0 0 transparent;} 

div#wrapper {
	width:966px;
	padding:0 0 0 2px;	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='/fileadmin/template/img/page_bg.png');
	background-repeat:repeat-y;
	overflow:hidden
	
}
	
html > body div#wrapper { background:url('../img/page_bg.png') 0 0;}
	
div#btm {
	width:966px;
	height:12px;
	clear:both;	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='image', src='/fileadmin/template/img/btm.png');	
	background-repeat:no-repeat;
}
	
html > body div#btm {background:url('../img/btm.png') 0 0 transparent;}
	
div#keyvisual {
	
	width:960px;
	height:158px;
	padding:8px 0 0 0;
	z-index:1;
	}
	
div#header_img {
	height:158px;
	overflow:hidden;
	position:relative;
	z-index:1;
}
	
/*-----------------------------*/
/* LOGO */
/*-----------------------------*/

div#logo {
	z-index: 200;
	position:relative;
}

div#logo h1 {
	position:absolute;
	top:20px;
	right:45px;
	z-index: 200;
}
	
div#logo h1 a {
	display:block;
	width:139px;
	height:131px;	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='image', src='/fileadmin/template/img/logo_neu.png');	
	background-repeat:no-repeat;
        cursor:pointer;
}
	
	
html > body div#logo h1 a {background:url('../img/logo_neu.png') 0 0 no-repeat;}


div#logo h1 a span {
	display:none;
	} 
	
div#menu_bar {
	width:960px;
	border-bottom:1px solid #ECE4D2;
	float:left;
	}
	
div#search {
	float:right;
	padding:0 20px 0 0;
	}
	
div#search a {
	display:block;
	font-size:1.2em;
	line-height:100%;
	color:#D2A232;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 16px 4px 0;
	background:url('../img/arrows.gif') right center no-repeat transparent;
	}	
	
div#search input {
	display:block;
	font-size:1.0em;
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	color:#000000;
	border:none;
	padding:0 !important;
	padding:3px 0 0 2px;
	margin:3px 4px 0 0;
	background:none;
	border:1px solid #E8D098;
	float:left;
	line-height:100% !important;
	height:auto !important;
	height:11px;

	}

html > body div#search input.submit {
padding:0 16px 0 0 !important;
}	
	
div#search input.submit {
	display:block;
	color:#D2A232;
	font-size:1.2em;
	font-weight:bold;
	border:none;
	text-transform:uppercase;
	padding:0 16px 0 0 !important;
	padding:2px 16px 0 0;
        background:url('../img/arrows.gif') 50px 6px no-repeat transparent !important;
	min-width:60px;
	cursor:pointer;
	height:18px !important;
vertical-align:top;
	}


	
div#content {
	background:url('../img/paper.gif') 0 0 repeat-y;
	width:960px;
	float:left;
	}
	
div.gutter {
	padding:20px;
	}
	

div#sub_menu {
	width:155px;
	float:left;
	padding:0 0 20px 0;
	}

	
div#main {
	float:left;
	padding:0 0 20px 0;
	position: relative;
	width:720px;
	font-size:1.1em;
	} 
	
div#main_start {
	float:left;
	font-size:1.1em;
	padding:0 0 20px 0;
	width:640px;
	background:url('../img/bg_start.gif') left bottom no-repeat transparent;	
	}	
	
div#main_short {
	position: relative;
	float:left;
	padding:0 0 20px 0;
	width:464px;
	font-size:1.1em;
	} 
	
div#sidebar_start {
	width:264px;
	font-size:1.1em;
	float:right;
	padding:0 0 20px 0;
	}
	
/*-----------------------------*/
/* FOOTER */
/*-----------------------------*/	
	
div#footer {
	text-align:right;
	width:960px;
	}
	
div#footer p {
	color:#FDF5E0;
	font-size:1.2em;
	}
	
div#footer p a {
	color:#FDF5E0;
	margin:0 0 0 6px;
	text-decoration:none;
	}
	
div#footer p a:hover {
	text-decoration:underline;
	}
	
/*-----------------------------*/
/* MAIN MENU */
/*-----------------------------*/

div#main_menu ul {
	list-style:none;
	line-height:100%;
	float:left;
	}
	
div#main_menu ul li {
	display:inline;
	}
	
div#main_menu ul li a {
	display:block;
	float:left;
	text-decoration:none;
	text-transform:uppercase;
	font-size:1.2em;
	color:#D2A232;
	padding:8px 0 4px 18px;
	}
	
div#main_menu ul li.active a,
div#main_menu ul li a:hover {
	color:#0C542C;
	}

/*-----------------------------*/
/* SUB MENU */
/*-----------------------------*/
	

	
div#sub_menu ul {
	line-height:100%;
	list-style:none;
	}
	
div#sub_menu ul li {
	display:inline;
	}
	
div#sub_menu ul li a {
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
	color:#D2A232;
	padding:6px 0 2px 0;
	}
	
div#sub_menu ul li.active a,
div#sub_menu ul li a:hover {
	color:#0C542C;
	}



/*-----------------------------*/
/* CONTENT ELEMENTS */
/*-----------------------------*/

/* TEASER BOX -----------------------------*/
div.teaser {
	position:relative;
	width:261px;
	float:right;
	margin: 0 0 15px 0;
	line-height:100%;
	}
	
div.teaser h1 {
	color:#D2A232;
	font-weight:bold;
	text-transform:uppercase;
	line-height:100%;
	font-size:1.2em;
	padding:4px 0 6px 0;
	margin:0; 
	}

div.image {
	width:93px;
	float:left;
	padding:0 12px 0 8px;
	}

div.text {
	width:135px;
	float:left;
	background:url('../img/arrows.gif') right bottom no-repeat transparent;
	}

div.teaser p {
	/*font-size:1.1em;*/
	line-height:124%;
	margin:0;	
	color:#0C542C;
	}
	
div.teaser a {
	display:block;
	text-decoration:none;
	width:100%;
	height:100%
	color:#0C542C;
	
	}

div.teaser div.top {
	width:261px;
	height:4px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='image', src='/fileadmin/template/img/box_top.png');	
	background-repeat:no-repeat;
}
	
html > body div.teaser div.top {background:url('../img/box_top.png') no-repeat;;}

div.teaser div.content {
	padding:4px 0 4px 0;
	width:261px;
	float:left;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='/fileadmin/template/img/box_bg.png');	
	background-repeat:repeat-y;
}
	
html > body div.teaser div.content {background:url('../img/box_bg.png') ;}

div.teaser div.btm {
	width:261px;
	height:4px;
	clear:both;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='image', src='/fileadmin/template/img/box_btm.png');	
	background-repeat:no-repeat;
}
	
html > body div.teaser div.btm {background:url('../img/box_btm.png') ;}

/* START TEASER -----------------------------*/

div.start_teaser {
	position:relative;
	float:right;
      
	display:none;	
	width:640px;
	padding:0;
	margin:15px 0 0 0;
	}
	
div.start_img {
	position:relative;
	float:left;
	text-align:center;
	width:480px;
	padding:0;
	margin:0;
	}
	
div.start_teaser_text {
	position:absolute;
	bottom:0;
	right:0;
	text-align:left;
	width:160px;
	padding:0;
	margin:0;
	}
	
div.start_teaser_text h2 {
	font-size:1.0em;
	margin:0 0 4px 0;
	text-transform:uppercase;
	font-weight:bold;
	}
	
div.start_teaser_text a {
	
	text-decoration:none;

	display:block;
	width:100%;
	color: #0C542C;
	height:100%;

}

div.start_teaser_text  {
	
	
	background:url('../img/arrows.gif') right bottom no-repeat ;
	

}











/*

div.start_teaser_text a {
	display:block;
	text-decoration:none;
	background:url('../img/arrows.gif') right bottom no-repeat ;

	border:1px solid #ff0000;
	width:100%;
}

*/



	
/* ------------------------------- */
/* EXTENSIONS */

div.tx-powermail-pi1 fieldset {
	border:none;



	padding:20px 0 0 0;
	/*background:#eeeeee;*/
}

div.tx-powermail-pi1 legend {
	color:#D2A232;
	font-weight:normal;
	line-height:100%;
	font-size:2.2em;
	margin:0 0 12px 0;
}

div.tx-powermail-pi1 label {
	float:left;
	width:80px;
	text-align:right;
	padding:0 8px 0 0;
}

div.tx-powermail-pi1 input,
div.tx-powermail-pi1 select {
	font-size:12px;
	width:300px;
	margin:0 0 6px 0;
	border:1px solid #EDD9A4;
}

div.tx-powermail-pi1 select {
	width:100px;
}

div.tx-powermail-pi1 textarea {
	margin:0 0 6px 0;
	width:300px;
	height:180px;
	border:1px solid #EDD9A4;
}

div.tx-powermail-pi1 div.powermail_mandatory_js {
	color:red;
}

div.tx-powermail-pi1 div.tx_powermail_pi1_fieldwrap_html_submitgraphic input {
	width:0;
	width:auto;
	margin:0 0 0 88px;
	border:none;
}
	
/* -------------------------------------------- */
div.csc-sitemap ul,  {
list-style:none;
margin:0;
}

div.csc-sitemap ul ul,  .csc-sitemap-level1 {
list-style:none;
margin:0 0 0 0px;
}

div.csc-sitemap ul li a,  {

/*
text-decoration:none;
font-weight:bold;*/


display:block;
text-transform:uppercase;

padding:3px 0 3px 0;
margin:0 0 0 0px;
}

.csc-sitemap-level1 a {
	font-size:14px;
	font-weight:bold;
	display:block;
	text-transform:uppercase;
	padding:8px 0 0px 0;
	
}

.csc-sitemap-level2 a {
	font-size:14px;
	display:block;
	padding:2px 0 0px 10px;
	

}

.csc-sitemap-level3 a {
	font-size:12px;
	display:block;
	padding:3px 0 0px 20px;
}


/*

div.csc-sitemap ul li a:hover,  .csc-sitemap-level1 a:hover {
	text-decoration: underline;	
}


div.csc-sitemap ul li ul li a,  .csc-sitemap-level2 a {
text-decoration: underline;
text-transform:none;
font-size:12px;
font-weight:bold;
padding:0 0 6px 0;
margin:0 0 0 15px;
color:#D2A232;
}

div.csc-sitemap ul li ul li ul li a, .csc-sitemap-level3 a {
text-decoration: underline;
text-transform:none;
font-size:12px;
font-weight:normal;
padding:0 0 6px 0;
margin:0 0 0 30px;
color:#0C542C;
}

*/

/* -------------------------------------- */
 
td.tx-indexedsearch-title.title a {
color:#D2A232;
font-weight:normal;
line-height:100%;
font-size:1.4em;
margin:0 0 12px 0;
}
 
td.tx-indexedsearch-icon.icon {
}
 
 
td.tx-indexedsearch-icon.icon img {
display:none;
}
 
ul.browsebox {
	margin:0 0 15px 0;
	list-style-type: none;
	overflow: hidden;
}
ul.browsebox li {
	float: left;
	margin-right: 7px;
}

input.tx-indexedsearch-searchbox-button.submit {
	display:block;
	color:#D2A232;
	font-size:12px;
	font-weight:bold;
	border:none;
	text-transform:uppercase;
	padding:0 16px 0 0 !important;
	padding:2px 16px 0 0;
        background:url('../img/arrows.gif') 50px 6px no-repeat transparent !important;
        width:auto !important;
        width:60px;
	min-width:60px;
	cursor:pointer;
	height:18px !important;
	vertical-align:top;
	text-align:left;
	}
	
	
.subheadline {
	position: absolute;
	top: 34px;
	left: 164px;
}


.teaser .teasertext {
	background: none;
	padding-bottom: 12px;
}
.teaser a.linkArrow {
	background:transparent url(../img/arrows.gif) no-repeat scroll right bottom;
	display: block;
	height: 10px;

	width: 10px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.contactformComment {
	margin-left: 90px;
	margin-bottom: 10px;
	
}

a.teasertext {
	color: #0C542C;

}

.tx-indexedsearch-res {
	margin-bottom: 20px;	
}
.tx-indexedsearch-descr {
	margin-top: 5px;
}
.tx-indexedsearch-browsebox {
	margin-bottom: 13px;
}
.tx-indexedsearch-searchbox {
	margin-bottom: 10px;
}
.searchInputLeft {
	float: left;
	margin-right: 5px;
}
.searchInputRight {
	float: left;
}


.contactForm {
	margin-top: 25px;
}
.contactForm .inputBox {
	clear: both;
	overflow: hidden;
}
.contactForm .inputBox select {
	border:1px solid #EDD9A4;
	font-size:12px;
	margin:0 0 6px;
	width: 100px;
}
.contactForm .inputBox input.inputField {
	border:1px solid #EDD9A4;
	font-size:12px;
	margin:0 0 6px;
	width:300px;
	font-family:'Trebuchet MS',Tahoma,Arial,sans-serif;
	font-size: 12px;
}
.contactForm .inputBox textarea {
	border:1px solid #EDD9A4;
	height:180px;
	margin:0 0 6px;
	width:300px;
	font-family:'Trebuchet MS',Tahoma,Arial,sans-serif;
	font-size: 12px;
}

select, input, textarea {
	font-family:'Trebuchet MS',Tahoma,Arial,sans-serif;
}

.contactForm .inputBox .left {
	float: left;
	width: 80px;
	text-align: right;
	padding-right: 10px;
}
.contactForm .inputBox .right {
	float: left;
	width: 300px;
}

.contactForm .inputBox .right.formComment {
	margin-bottom: 10px;	
}

.contactForm .inputBox.error .left {
	color: #f00;
}

.contactForm .inputBox.error input.inputField {
	border: 1px solid #f00;
}

.contactForm .inputBox.error textarea{
	border: 1px solid #f00;
}


/*.tx-irfaq-dynheader:hover {  text-decoration:underline; }*/


ul.internal-link-liste {
	margin:0px;
	padding:0px;
}

ul.internal-link-liste li {
	list-style-image:url(../img/listitem.gif);
	padding-left:0px;
	margin-left:18px;
	list-style-position:outsite;
}

.nav-cells a{
  text-decoration:none;
}

.nav-firstcell{
	width:175px;
}

.nav-thirdcell{
	text-align:right;
}


.printer {

	padding-right:10px;

}


.tx-irfaq-dynheader p {
	cursor:pointer;
	margin-bottom:15px;
	color:#0C542C;
	text-decoration:none;
}

div#container .tx-irfaq-pi1 dt p {
	text-decoration:none;
}
/*
div#container .tx-irfaq-dynheader:hover {
	text-decoration:none;
}
*/

p.hilit {

	color: #93701C;
}


/* Bilddatenbank*/
.tx-mmdamfilelist-pi1-col{
	width:160px;
	float:left;
	margin-top:15px;
}
.browseBoxWrap{
	clear:both;
	padding-top:20px;
	margin-left:0;
	
}
.tx-mmdamfilelist-pi1-modeSelector-SCell{
	display:inline;
}
.tx-mmdamfilelist-pi1-listrow{
	margin-top:5px;
}
.tx-mmdamfilelist-pi1-modeSelector-SCell{
	
}
.tx-mmdamfilelist-pi1-searchbox{
	padding-top:15px;
}




}