/*
	basic screen-styles for boehringer ingelheim
*/
@import url(sIFR-screen.css);
@import url(menu-screen.css);

/* @group TAG REDEFINITIONS */
* {
	margin: 0;
	padding: 0;
	border: 0;
	background-repeat: no-repeat;
	outline: none;
	border-style: solid;
}
body {
	padding-left: 1px;
	width: 768px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.7em;
	color: #666;
	background: white;
}
input, select, textarea {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	border: 1px groove #cccccc;
	color: #666;
	padding: 2px;
	font-size: 1em;
}
	*:not(hr) input, select, textarea {
		border: 1px solid #cccccc;
	}
	input.submit {
		border: none;		
	}
		*:not(hr) input.submit {
			margin-top: 2px;
		}
	input.checkbox {
		border:none;
	}
select {
	padding-top:3px;
}
	select.selInternetpres {
		width:160px; 
		height:19px;
	}
	select.selHome {
		width:145px;
		height:19px;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
h3 {
	color: #069;
	font-weight: bold;
	margin-bottom: 1em;
	padding-left:0;
}
h4 {
	font-weight: bold;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #99adc2;
	background-color: #f0f0f0;
	margin-bottom: 4px;
	padding: 3px 7px 3px 7px;
	color: #036;
	font-size: 12px;
}
h4.white {
	background-color:#fff;
}
h4.rss {
	background: #f0f0f0 url('/wcms_opu/internet_bi_ua_prod/Images/rss.gif') no-repeat 166px 4px;
}
h4.mt {
	margin-top: 2em; 
}
h5 {
	font-size: 1.1em;
	font-weight: bold;	
	margin-bottom: 0.9em;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 5px;
}
	h5 span {
		color:#06c;
	}
h6 {
	font-size: 1em;
	font-weight: bold;	
	margin-bottom: 0.3em;
}
a {
	color: #7f7f7f;
	text-decoration: none;
}
a:hover {
	/* color: #bfbfbf; */
	color: #f90;
	text-decoration: underline;
}
a:active {
	color: #ff9800;
}

	a.base {
		padding:0 !important;
		margin:0 !important;
		background:none !important; 
	}
	a.arrow_orange {
		background: 0 3px url('/wcms_opu/internet_bi_ua_prod/Images/arrow-right-yellow.gif') no-repeat;
		padding-left: 7px;
}
table {
	width: 100%;
	background-color: #f0f0f0;
	border-spacing: 0;
	border-collapse: collapse;
	color: #036;
}
td,th  {
	vertical-align: top;
	padding: 5px;
}

p, div.textbg {
	margin-bottom: 1em;
}
p {
	padding-left:1px;
}
.pimage {
	float: left;
	padding-top: 0.2em;
	padding-right: 1.5em;
	padding-bottom: 1.5em;
}
	#downloads p.pl, #downloads span.pl {
		padding-left: 7px;
	}
#downloads div.qanda img {
	float: left;
	padding: 0 14px 14px 0;
}
.taligncenter {
	text-align:center;
}
.talignleft {
	text-align:left;
}
fieldset {
	background-color: #f0f0f0;
	margin-bottom: 5px;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}
fieldset table {
	background-color: transparent;
	color: #666;
	margin: 0;
	padding: 0;
}
fieldset td {
	vertical-align: top;
	text-align: left;
}
fieldset label {
	display: block;
	width: 100px;
	padding-left: 2px;
}
fieldset input.text ,fieldset select.text, fieldset textarea.text {
	width: 230px;
}
fieldset select.text {
	width: 237px;
}
fieldset textarea {
	height: 10em;
}
h3.gray {
	color: #666;
}
button {
	background-color: #f90;
	font-weight: bold;
	width: 100px;
	background-image: url('/wcms_opu/internet_bi_ua_prod/Images/arrow-right-white.gif');
	background-position: 5px 6px;
	padding: 0px 0px 1px 12px;
	color: white;
	text-align: left;
	font-size: 1em;
	cursor: pointer;
	height: 20px;
	margin: 0 3px 0.5em 5px;
}*:not(hr) button {
	background-position: 5px 7px;
	margin-right: 4px;
}
sup, sub {
	line-height: 0;
	font-size: 90%;
}
	*:not(hr) sup,*:not(hr) sub {
		font-size:70%;
	} 
/* @end */

/* @group IDS, CLASSES, SELECTORS */

/* @group GENERIC */

/* @group togglelink */

#main a.togglelink {
	background-image: url('/wcms_opu/internet_bi_ua_prod/Images/arrow-right-yellow.gif');
	background-position: left 0.3em;
	padding-left: 10px;
	color: #666;
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
}
#main a.open {
	background-image: url('/wcms_opu/internet_bi_ua_prod/Images/arrow-down-yellow.gif');
}
#main a.togglelink span {
	font-weight: normal;
}
	#main a.togglelink  img.left{
		float: left;
		padding: 5px 5px 5px 0;
	}
	#main a.togglelink  img.right{
		float: right;
		padding: 5px 0px 5px 5px;
	}
/* @end */
div.left { 
	float: left;
	width: 192px;
	overflow: hidden;
}
div.right {
	position: relative;
	float: left;
	overflow: hidden;
	width: 575px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	zoom: 1; /* Triggering hasLayout in IE7 : THIS IS NOT VALID */
}
* html .clearfix { /* only show to IE */
	height: 1%;
}
a.submit {
	background-image: url('/wcms_opu/internet_bi_ua_prod/Images/link-arrow.gif');
	height: 11px;
	width: 11px;
	text-indent: -999px;
	overflow: hidden;
}
a.recommend {
	background-image: url('/wcms_opu/internet_bi_ua_prod/Images/icon-recommend.gif');
	padding-left: 16px;
}
a.print {
	background-image: url('/wcms_opu/internet_bi_ua_prod/Images/icon-print.gif');
	padding-left: 20px;
}
a.close {
	background-image: url('/wcms_opu/internet_bi_ua_prod/Images/icon-close.gif');
	padding-left: 20px;
}
a.arrow {
	background-image: url('/wcms_opu/internet_bi_ua_prod/Images/link-arrow.gif');
	background-position: left 3px;
}

a.readmore {
	background-image: url('/wcms_opu/internet_bi_ua_prod/Images/arrow-right-yellow.gif');
	background-position: left;
	padding-left: 9px;
}
a.zoom {
	display: block;
	height: 11px;
	overflow: hidden;
	text-indent: -999px;
	background-image: url('/wcms_opu/internet_bi_ua_prod/Images/zoom-link.gif');
	background-position: right;
	background-color: #f0f0f0;
	border-top: 1px solid white;
	line-height: 0;
}
a.crossillu {
	background-image:url('/wcms_opu/internet_bi_ua_prod/Images/zoom-link.gif');
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	width:10px;
	height:10px;
	margin-right:auto;
	margin-left:auto;
}
	a.crossillu:hover {
		background-image:url('/wcms_opu/internet_bi_ua_prod/Images/link-cross-grey.gif');
		text-decoration:none;
		height:11px;
	}
a.back {
	background:url('/wcms_opu/internet_bi_ua_prod/Images/arrow-left-yellow.gif') left 4px no-repeat;
	padding-left:8px;
}
	a.back.tomatrix {
		float:right;
		margin-top:4px;
		margin-right:4px;
	}
a.grey {
	color:#666 !important;
	background-image: url('/wcms_opu/internet_bi_ua_prod/Images/arrow-right-yellow.gif');
	background-position: left 4px;
	padding-left: 8px;
}
a.grey.bold{
	font-weight: bold;
}
a.grey:hover {
	color: #f90 !important;
}
img.right {
	float: right;
	margin-left: 10px;
}
img.left {
	float: left;
	margin-right: 10px;
}
*.hidden {
	display: none;
}
*.invisible {	
	visibility: hidden;
}
ul.arrow {
	list-style: none;
}
ul.arrow li {
	list-style: none;
	background-image: url('/wcms_opu/internet_bi_ua_prod/Images/arrow-right-yellow.gif');
	background-position: left 4px;
	padding-left: 8px;
}
div.sidebar ul.arrow li {
	margin-left:7px;
}
ul.arrow li.current {
	font-weight: bold;
}
ul.arrow li span.date {
	color: #f90;
	margin-right: 0.5em;
}
div.excerpt {
	line-height: 1.5em;
	padding-bottom:1.3em;
}
/* @group domtab */

#main div.domtab ul.domtabs {
	list-style: none;
	border-bottom: 1px solid #99ADC2;
	margin-bottom: 2px;
}
#main div.domtab ul.domtabs li {
	display: inline;
}
#main div.domtab ul.domtabs li a {
	display: block;
	background-color: #e6e6e6;
	font-weight: bold;
	color: #666;
	float: left;
	padding: 4px 8px;
	border-right: 1px solid white;
}
#main div.domtab ul.domtabs li.active a {
	background-color: #f90;
	color: white;
}
#main div.domtab div {
	clear: left;	
}
#main div.qanda {
	background-color: #f0f0f0;
	padding: 10px 7px;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}
	#main div.qanda td {
		padding: 0;
	}
	#main div.qanda td.img {
		padding: 0px 14px 14px 5px;
		width: 102px;
	}
#main div.qanda a.newslink {
	display: block;
	font-weight: bold;
	color:#666;
	background-image: url('/wcms_opu/internet_bi_ua_prod/Images/arrow-right-yellow.gif');
	background-position: left 0.3em;
	background-repeat: no-repeat;
	margin: 5px 0 1em 0;
	padding-left: 8px;
}
	*:not(hr) #main div.qanda a.newslink {
		background-position: left 0.2em;
	}
#main div.qanda a.newslink:hover {
	color:  #f90;
}
#main div.qanda a.newslink span {
	position: relative;
	display: block;
	font-weight: normal;
}
#main div.domtab div.searchresultcontrols {
	padding: 5px 10px 5px 5px;
}
#main div.domtab  div.lined {
	border-top: 1px solid #98adc2;
}
#main div.domtab div.searchresultcontrols span.sorting {
	bottom: 0.3em;
}
#inner #downloads {
		margin-bottom: 20px;
	}
		#inner #downloads div.qanda li {
			padding-top: 5px;
		}
		#inner #downloads div.qanda p {
			padding-top: 3px;
		}
input.search_input {
	padding-left: 4px;
	width: 170px;
	margin-left: 10px;
}
*:not (hr) input.search_input {
	padding-left: 4px;
	width: 190px;
}
/* @end */


/* @end */

/* @group AREAS */

/* @group header */
h1#logo {
	width: 192px;
	height: 126px;
	position:relative;
	text-indent:-999px;
}
	h1#logo img {
		position:absolute;
		top:43px;
		left:37px;
		width:135px;
		height:40px;
	}
@media screen  { 
	img#print-logo {
		display: none;
	}
}
#claim {
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0px;
	background-position: center;
	font-size: 1.07em;
	margin-bottom: 2px;
}
#claim h2 {
	color: #003466;
	font-size: 1.7em;
	line-height: 1em;
}
#date {
	position: absolute;
	bottom: 5px;
	right: 0px;
}
#header {
	overflow: hidden;
	border-color: #98aec3;
	border-bottom-width: 1px;
	border-style: solid;
	margin-bottom: 1px;
}
#header div.right, #header div.left{
	height: 126px;
}
#topnav {
	position: relative;
	background-color: #e6e6e6;
	color: #7f7f7f;
	padding: 6px 11px 6px 11px;
	font-size: 0.9em;
}
#topnav ul {
	list-style: none;
}
#topnav li {
	display: inline;
	margin-right: 5px;
	list-style: none; /* be nice to Opera */
}
#topnav ul a {
	color: #666;
	margin-right: 5px;
}
#topnav ul a:hover {
	color: #F90;
}
#topnav .searchbox {
	position: relative;
	padding-right: 19px;
}
#topnav .searchbox {
	position: absolute;
	top: 2px;
	right: 5px;
}
#topnav .searchbox input {
	height: 16px;
	
	/* IE 5 hack */
	voice-family: "\"}\""; 
  	voice-family:inherit;
  	
  	height: 12px;	
}
#topnav .searchbox #searchfield {
	width: 108px;
	margin-right:2px;
}
* html #topnav .searchbox #searchfield {
	margin-left:-14px;
}
*+html #topnav .searchbox #searchfield {
	margin-left:-14px;
}
#topnav .searchbox a.submit {
	position: absolute;
	right: 5px;
	top: 0.25em;
}
#topnav .searchbox label {
	color:#666;
}

/* @end */

/* @group content / substance_box */

#content, #substance_box {
	margin-bottom: 6px;
}
	body.sitetype-home #content {
		margin-bottom:4px;
	}
	/* Sitetypes */
	body.sitetype-home #content, body.sitetype-fep #content, body.sitetype-index #content, body.sitetype-detail #content{
		background-image:url('/wcms_opu/internet_bi_ua_prod/Images/bg-menu-home.gif');
		background-position:left top;
	}
	body.sitetype-fep #content {
		background-image:url('/wcms_opu/internet_bi_ua_prod/Images/bg-menu-fep.gif');
	}
	body.sitetype-index #content {
		background-image:url('/wcms_opu/internet_bi_ua_prod/Images/bg-menu-index.gif');
	}
	body.sitetype-detail #content {
		background-image:url('/wcms_opu/internet_bi_ua_prod/Images/bg-menu-detail.gif');
	}
	 
	body.sitetype-home div.left div.grayspace {
		width: 186px;
		height: 44px;
		background-color: #f0f0f0;
		margin-left:3px;
	}
body.sitetype-home div.text {
	padding-top:13px;
	padding-left:7px;
}
	body.sitetype-home div.text a {
		color:#f90;
		text-decoration:underline;
	}
		body.sitetype-home a.more {
			padding-left:8px;
			background:url('/wcms_opu/internet_bi_ua_prod/Images/arrow-right-yellow.gif') no-repeat left 4px;
			text-decoration:none;
			color:#f90;
		}
			body.sitetype-home a.more:hover {
				text-decoration:underline;
			}
	body.sitetype-home div.text p {
		line-height:1.8em;
		font-size:0.9em;
	}

body.sitetype-home .lines {
	display:block;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	margin-top:7px;
	padding-top:2px;
	padding-bottom:2px;
	
}
body.sitetype-home a.lines {
	font-size:0.9em;
	position:relative;
}
body.sitetype-home a.teaserButton {
	float:left;
	width:152px;
	position:relative;
	display:block;
	height:34px;
	background:red;
	padding-top:6px;
	padding-left:24px;
	padding-right:10px;
	color:#fff;
}
	body.sitetype-home a.teaserButton.prod {
		background: url('/wcms_opu/internet_bi_ua_prod/Images/bg-teaserbutton-prod.jpg') no-repeat left top;
	}
		body.sitetype-home a.teaserButton.prod:hover {
			background: url('/wcms_opu/internet_bi_ua_prod/Images/bg-teaserbutton-bio.jpg') no-repeat left top;
		}
	body.sitetype-home a.teaserButton.bio {
		background: url('/wcms_opu/internet_bi_ua_prod/Images/bg-teaserbutton-bio.jpg') no-repeat left top;
	}
		body.sitetype-home a.teaserButton.bio:hover {
			background: url('/wcms_opu/internet_bi_ua_prod/Images/bg-teaserbutton-chem.jpg') no-repeat left top;
		}
	body.sitetype-home a.teaserButton.chem {
		background: url('/wcms_opu/internet_bi_ua_prod/Images/bg-teaserbutton-chem.jpg') no-repeat left top;
	}
		body.sitetype-home a.teaserButton.chem:hover {
			background: url('/wcms_opu/internet_bi_ua_prod/Images/bg-teaserbutton-bio.jpg') no-repeat left top;
		}
	body.sitetype-home a.teaserButton:hover {
		text-decoration:none;
		color:#fff;
	}
	
body.sitetype-home a.linkPodcast {
	background: #e6e6e6 url('/wcms_opu/internet_bi_ua_prod/Images/link-podcast.gif') right top no-repeat;
}
	body.sitetype-home a.linkPodcast:hover {
			background: #f90 url('/wcms_opu/internet_bi_ua_prod/Images/link-podcast_hi.gif') right top no-repeat;
	}
body.sitetype-home a.linkRss {
	background: #e6e6e6 url('/wcms_opu/internet_bi_ua_prod/Images/link-rss.gif') right top no-repeat;
}
	body.sitetype-home a.linkRss:hover {
			background: #f90 url('/wcms_opu/internet_bi_ua_prod/Images/link-rss_hi.gif') right top no-repeat;
		}
body.sitetype-home a.linkFaq {
	background: #e6e6e6 url('/wcms_opu/internet_bi_ua_prod/Images/link-faq.gif') right top no-repeat;
}
	body.sitetype-home a.linkFaq:hover {
			background: #f90 url('/wcms_opu/internet_bi_ua_prod/Images/link-faq_hi.gif') right top no-repeat;
	}
body.sitetype-home a.linkContact {
	background: #e6e6e6 url('/wcms_opu/internet_bi_ua_prod/Images/link-contact.gif') right top no-repeat;
}
	body.sitetype-home a.linkContact:hover {
			background: #f90 url('/wcms_opu/internet_bi_ua_prod/Images/link-contact_hi.gif') right top no-repeat;
	}
body.sitetype-home a.linkUpdates {
	background: #e6e6e6 url('/wcms_opu/internet_bi_ua_prod/Images/link-updates.gif') right top no-repeat;
}
	body.sitetype-home a.linkUpdates:hover {
			background: #f90 url('/wcms_opu/internet_bi_ua_prod/Images/link-updates_hi.gif') right top no-repeat;
	}
body.sitetype-home a.linkLink {
	background: #e6e6e6 url('/wcms_opu/internet_bi_ua_prod/Images/link_link.gif') right top no-repeat;
}
	body.sitetype-home a.linkLink:hover {
			background: #f90 url('/wcms_opu/internet_bi_ua_prod/Images/link_link_hi.gif') right top no-repeat;
}
body.sitetype-home .teaserBox select {
	height:15px;
	width:145px;
	border:1px solid #d6d6d6;
	font-size:9px;
	margin-left:6px;
	float:left;
	margin-right:5px;
}
	*+html body.sitetype-home .teaserBox select {
		height:17px;
	}
	*html body.sitetype-home .teaserBox select {
		font-size:10px;
	}
	body.sitetype-home .teaserBox.worldwide div.lines {
		width:165px;
		margin-right:auto;
		margin-left:auto;
	}
	body.sitetype-home a.flag img {
		padding: 0 7px;
	}
	body.sitetype-home div.langSelect {
		width:186px;
	}
		body.sitetype-home div.langSelect select {
			width:165px;
		}
		
		body.sitetype-home div.langSelect input.submit {
			float:right;
			margin-right: 0;
			padding-right: 0;
		}
	 
	 
#content div.left, #substance_box div.left {
	overflow: hidden;
}
#content div.right, #substance_box div.right {
	overflow: hidden;
	border-left: 1px solid white;
}

#content h3.keyvisualhead, #substance_box h3.keyvisualhead {
	width: 575px;
	height: 44px;
	overflow: hidden;
	margin: 0;
	display: none;
}

#content h3.keyvisualhead span.title, #substance_box h3.keyvisualhead span.title {
	display:none;
}
#content h3.keyvisualhead span.year, #substance_box h3.keyvisualhead span.year {
	display:none;
}
#content div.keyvisualtext, #substance_box div.keyvisualtext {
	width: 575px;
	height: 86px;
	overflow: hidden;
	text-indent: -9999px;
	background-color: #069;
	color: white;
	background-image: url('/wcms_opu/internet_bi_ua_prod/Images/annualreport-text.gif');
}
#content div.keyvisualtext.de, #substance_box div.keyvisualtext.de { 
	background-image: url('/wcms_opu/internet_bi_ua_prod/Images/annualreport-text_de.gif');
}
#content div.keyvisualtext a.arrow, #substance_box div.keyvisualtext a.arrow {
	position: absolute;
	bottom: 0px;
	right: -1px;
	background-color: white;
	color: #f90;
	width: 70px;
	height: 14px;
	padding: 4px 8px 2px 30px;
	background-position: 12px;
	text-indent: 0px;
	line-height: 1em;
}

/* @group articleboxes */
ul.articleboxes {
	list-style: none;
	margin-bottom: 1em;
}
ul.articleboxes li {
	list-style: none;
	clear: both;
	background-color: #f0f0f0;
	margin-bottom: 4px;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}	
ul.articleboxes.nobg li {
	background-color: #fff !important;
}

ul.articleboxes li a:hover {
	text-decoration:none !important;
}
*:not(hr) ul.articleboxes li a:hover {
	text-decoration:undeline;
}

ul.articleboxes li a.arrow:hover {
	color:  #f90 !important;
	text-decoration:underline !important;
}

ul.articleboxes li img {
	float: left;
	margin-right: 5px;
}
ul.articleboxes li h6 {
	padding-left: 7px;
	margin-top: 5px;
	font-weight: bold;
}
	ul.articleboxes li strong.hdln {
		display:block;
		margin-bottom:3px;
		margin-top:5px;
	}
ul.articleboxes li span {
	display: block;
	padding: 0 5px 5px 7px;
}
ul.articleboxes li a.expand {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	background-image: url('/wcms_opu/internet_bi_ua_prod/Images/arrow-right-yellow.gif');
	background-position: left;
	padding-left: 8px;
	display:block;
}
ul.articleboxes li span.readmore {
	display: inline;
	background-image: url('/wcms_opu/internet_bi_ua_prod/Images/arrow-right-yellow.gif');
	background-position: left 4px;
	padding-left: 8px;
	font-weight: normal;
	color: #f90;
}
ul.articleboxes li a:hover span.readmore {
	text-decoration: underline;
}
ul.articleboxes li.spaced {
	padding: 5px 10px;
}
ul.articleboxes li.spaced div.content div.container {
	display: block;
	height: 150px;
	margin: 10px 0 10px 0;
}

ul.articleboxes li.spaced div.content div.containerwide {
	display: block;
	height: 150px;
	margin: 70px 0 10px 80px;
}

ul.articleboxes li.spaced div.content div.containerwide .textleft {
	width: 265px;
	float: left;
	margin-right: 26px;
}
div.articlebox {
	clear: both;
	background-color: #f0f0f0;
	margin-bottom: 5px;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	padding: 5px 10px 5px 10px;
}

	div.articlebox.contact {
		padding:7px;
	}
		div.articlebox.contact table td {
			padding:0;
		}


#antistax {
	background-image: url('/wcms_opu/internet_bi_ua_prod/Images/products/bg_antistax.jpg');
}

#bisolvon {
	background-image: url('/wcms_opu/internet_bi_ua_prod/Images/bg_bisolvon.jpg');
}

#buscopan {
	background-image: url('/wcms_opu/internet_bi_ua_prod/Images/bg_buscopan.jpg');
}

#dulcolax {
	background-image: url('/wcms_opu/internet_bi_ua_prod/Images/bg_dulcolax.jpg');
}

#mucoangin {
	background-image: url('/wcms_opu/internet_bi_ua_prod/Images/bg_mucoangin.jpg');
}

#mucosolvan {
	background-image: url('/wcms_opu/internet_bi_ua_prod/Images/bg_mucosolvan.jpg');
}

#pharmaton {
	background-image: url('/wcms_opu/internet_bi_ua_prod/Images/bg_pharmaton.jpg');
}

/* @end */

/* @group breadcrumbs */

#breadcrumbs {
	list-style: none;
	margin: 5px 0 0 3px;
	padding: 3px 0 4px 1px;
	border-bottom: 1px solid  #d5d5d5;
	font-size: 0.9em;
}
#breadcrumbs li {
	list-style: /* be nice to Opera */;
	display: inline;
	margin: 0 5px 0 0;
}
#breadcrumbs li a, #breadcrumbs li span {
	background: url('/wcms_opu/internet_bi_ua_prod/Images/arrow-breadcrumb.gif') no-repeat right;
	display: block;
	padding-right: 10px;
	float:left;
	margin-left:3px;
	white-space:nowrap;
	color:#666;
}
	*:not(hr) #breadcrumbs li a, #breadcrumbs li span {
		margin-left: 5px;
	} 
#breadcrumbs li a:hover {
	color: #f90;
}
#breadcrumbs li span.current {
	background: none;
	color: #036;
}

/* @end */
	.teaserBox .left {
		margin-right:7px;
	}

/* @end */

/* @group teasers */
.teasers {
	margin-bottom: 7px;
	font-size: 1.1em;
}
.teasers div.right {
	width: 572px;
	margin-left: 4px;
}

.teasers ul.relatedlinks {
	list-style: none;
}
.teasers ul.relatedlinks li {
	list-style: none; /* be nice to Opera */
}
.teasers ul.relatedlinks a {
	color:#666;
	display: block;	
	border-bottom: 1px solid white;
	padding: 5px 7px 5px 7px;
	background-color: #e6e6e6;
	height: auto !important;
	height: 1%; /* IE6 hack */
}
.teasers ul.relatedlinks a:hover {
	color: #fff;
	background-color: #f90;
	text-decoration: none;
}
	.teasers ul.relatedlinks a.empty:hover {
		background-color:#e6e6e6;
	}
.teasers ul.topic {
	height: 88px;
	margin-bottom: 5px;
}
.teasers div.topicboxes {
	width: 586px;
	list-style: none;
	font-size: 0.9em;
}
.teasers div.topicboxes ul.arrow {
	margin-left:7px;
}
	.teasers div.topicboxes.margleft3 {
		margin-left:3px;
	}
.teasers div.topicboxes div.topicbox {
	width: 186px;
	float: left;
	background-color: transparent;
	margin: 0 7px 0 0;
	padding: 0;
	list-style: none; /* be nice to Opera */
}
.teasers div.topicboxes div.topicbox.last {
	width:180px;
}
.teasers div.topicboxes div.twocolumn {
	width: 379px;
}
.teasers div.topicboxes div.topicbox img {
	margin-bottom: 0px;
}

.teasers div.topicboxes a.bigbutton {
	display:block;
	height:44px;
	width:186px;
}
	.teasers div.topicboxes a.bigbutton.ourvision {
		background: url('/wcms_opu/internet_bi_ua_prod/Images/home/our-vision_off.jpg') no-repeat left top;
	}
		.teasers div.topicboxes a.bigbutton.ourvision:hover {
			background: url('/wcms_opu/internet_bi_ua_prod/Images/home/our-vision_on.jpg') no-repeat left top;
		}
	.teasers div.topicboxes a.bigbutton.wecare {
		background: url('/wcms_opu/internet_bi_ua_prod/Images/home/we-care_off.jpg') no-repeat left top;
	}
		.teasers div.topicboxes a.bigbutton.wecare:hover {
			background: url('/wcms_opu/internet_bi_ua_prod/Images/home/we-care_on.jpg') no-repeat left top;
		}
	.teasers div.topicboxes a.bigbutton.careers {
		background: url('/wcms_opu/internet_bi_ua_prod/Images/home/careers_off.jpg') no-repeat left top;
	}
		.teasers div.topicboxes a.bigbutton.careers:hover {
			background: url('/wcms_opu/internet_bi_ua_prod/Images/home/careers_on.jpg') no-repeat left top;
		}


.teasers a.readmore, .teaserBox a.readmore {
	display: block;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #e6e6e6;
	color: #ff9900;
	background-image: url('/wcms_opu/internet_bi_ua_prod/Images/arrow-right-yellow.gif');
	background-position: 7px;
	padding: 2px 0 2px 15px;
	margin-top: 4px;
}

.teaserBox {
	margin-top: 13px;
	width:186px;
	float:left;
}
	.teaserBox h4 {
		font-weight: bold;
		border-width: 1px 0 1px 0;
		border-style: solid;
		border-color: #99adc2;
		background-color: #f0f0f0;
		padding: 3px 7px 3px 7px;
		color: #036;
		font-size: 12px;
	}
	.teaserBox img {
		margin:1px 0 3px 0;
	}
	.teaserBox a.lines {
		display:block;
		border-top:1px solid #e6e6e6;
		border-bottom:1px solid #e6e6e6;
		padding-left:16px;
		background:url('/wcms_opu/internet_bi_ua_prod/Images/arrow-right-yellow.gif') no-repeat 8px 5px;
		font-size:0.9em;
		color:#f90;
		padding-top:1px;
		padding-bottom:1px;
		margin-top:7px;
	}
	.teaserBox ul {
		list-style: none;
	}
		.teaserBox ul li {
			list-style: none; /* be nice to Opera */
		}
			.teaserBox ul a {
				padding: 3px 7px 3px 7px;
				display: block;
				background-color: #e6e6e6;
				text-decoration: none;
				width:172px;
				border-bottom:1px solid #fff;
				min-height:18px;
			}
			* html .teaserBox ul a {
				height:18px;
			}
		
				.teaserBox ul a:hover {
					color: #fff;
					background-color: #f90;
					text-decoration: none;
				}
span.infotext-schwarz-subhead {
	color:#000;
}
span.infotext-grau {
	color:#666;
}

/* Animalhealth matrix */
ul.amatrix-breadcrumb {
		list-style-type:none;
		width:100%;
	}
	ul.amatrix-breadcrumb li {
		float:left;
		width:19%;
		text-align:center;
		background-color:#e6e6e6;
		border-bottom:1px solid #99adc2;
		height:39px;
		
	}
	* html ul.amatrix-breadcrumb li img {
		vertical-align:bottom;
		margin-top:3px
	}
		ul.amatrix-breadcrumb li.first, .amatrix table td.first {
			width:23.9%;
			text-align:left;
		}
		ul.amatrix-breadcrumb li.first {
			height:42px;
		}
		
		/* Nur fuer IE7 */
		*+html ul.amatrix-breadcrumb li.first {
			height:39px;
		} 
		
		*:not(hr) ul.amatrix-breadcrumb li.first {
			height:39px;
		}
		
		*:not(hr) ul.amatrix-breadcrumb li.first, .amatrix table td.first {
			width:24%;
		}

.amatrix {
	position:relative;
	clear:both;
 	padding-bottom:35px;
}
*:not(hr) .amatrix {
	padding-bottom:80px;
}
	.amatrix table {
		position:relative;
		color:#666;
	}
		.amatrix table td {
			text-align:center;
			width:19%;
			height:19px;
			border-bottom:1px solid #d5d5d5;
			vertical-align:middle;
		}
		*:not(hr) .amatrix table td {
			height:30px;
		}
			.amatrix table tr.last td {
				border-bottom:1px solid #99adc2;
			}
	.amatrix div.am-popup {
		width:138px;
		border:1px solid #3a89d7;
		position:absolute;
		background-color:#fff;
		display:none;
	}
		.amatrix div.am-popup h6 {
			background-color:#0066cc;
			color:white;
			padding-left:5px;
		}
		.amatrix div.am-popup ul {
			list-style-type:none;
			padding-bottom:5px;
		}
			.amatrix div.am-popup ul li {
				padding-left:5px;
			}
					.amatrix div.am-popup ul li a {
						color:#666 !important;
						display:block;
						height:1%;
					}
					.amatrix div.am-popup ul li a:hover {
						color:#f90 !important;
					}
		/* Popups */
		.amatrix #bio-horse {
			top:20px;
			left:118px;
		}
		.amatrix #bio-swine {
			top:20px;
			left:124px;
		}
		.amatrix #pharma-horse {
			top:50px;
			left:118px;
		}
		.amatrix #pharma-cattle {
			top:50px;
			left:186px;
		}
		.amatrix #pharma-swine {
			top:50px;
			left:124px;
		}
		.amatrix #pharma-domestic {
			top:50px;
			left:193px;
		}
		.amatrix #nat-horse {
			top:80px;
			left:118px;
		}
		.amatrix #nat-cattle {
			top:80px;
			left:186px;
		}
		.amatrix #nat-domestic {
			top:80px;
			left:193px;
		}

	.glossary ul.tabs {
		clear:both;
		border-bottom:1px solid #99adc2;
		margin-bottom:10px;
	}
	.glossary ul.tabs li {
		float:left;
		list-style-type:none;
		display:block;
		border-right:1px solid white;
	}
			.glossary ul.tabs li a, .glossary ul.tabs li.act {
				display:block;
				color:#666 !important;
				background-color:#e6e6e6;
				padding:5px;
				padding-right:20px;
				padding-left:10px;
				font-weight:bold;
			}
				.glossary ul.tabs li a:hover, .glossary ul.tabs li.act {
					text-decoration:none;
					color:#fff !important;
					background-color:#f90;
				}
			.glossary ul.tabs li.apart {
				float:right;
			}
				.glossary ul.tabs li.apart a {
					color:#f90 !important;
					background-color: transparent;
					font-weight:normal;
					padding:0;
					margin-top:5px;
				}
					.glossary ul.tabs li.apart a:hover {
						text-decoration:underline !important;
					}
	.glossary ul.navi {
		list-style-type:none;
		height:18px;
		margin-top:10px;
		margin-bottom:5px;
		color: #ccc;
	}
		#main .glossary ul.navi li a{
			color: #f90;
		}
		.glossary ul.navi li {
			float:left;
			padding-left:0.55em;
		}
			.glossary ul.navi li.first {
				padding-left:0;
			}
			#main .glossary ul.navi li.act a {
				color: #666;
				font-weight:bold;
			}
				.glossary ul.navi li span {
					padding-right:0.5em;
				}
	.glossary dl, .glossary dl dt {
		margin:0;
		padding:0;
	}
		.glossary dl dt {	
			font-weight: bold;
			border-width: 1px 0 1px 0;
			border-style: solid;
			border-color: #e6e6e6;
			background-color: #f0f0f0;
			margin-bottom: 3px;
			padding: 3px 7px 3px 7px;
			font-size: 12px;
			background-image: url('/wcms_opu/internet_bi_ua_prod/Images/arrow-right-yellow.gif');
			padding-left: 19px;
			background-position: 8px 7px;
		}
			.glossary dl dt.open {
				background-image: url('/wcms_opu/internet_bi_ua_prod/Images/arrow-down-yellow.gif');
				background-position: 6px 8px;
			}
			.glossary dl dt dfn {
				font-weight:normal;
				font-style:normal;
			}
			.glossary dl dt:hover {
				cursor:pointer;
				text-decoration:underline;
			}
			.glossary dl dd {
				background-color: #f0f0f0;
				padding: 8px 20px 8px 20px;
				border-bottom:1px solid #e6e6e6;
				margin-bottom: 3px;
			}
				.glossary dl dd.open {
					display:block;
				}
				.glossary dl dt.open {
					border-bottom:0;
					margin-bottom:0;
				}
		
/* @end */

/* @group footer */
#footer {
	clear: both;
	height: 70px;
	font-size: 0.9em;
	line-height: 1.7em;
	border-top: 1px solid #d5d5d5;
}.homefooter {
		margin-top: 25px;
	}
* html #footer {
	font-size:10px;
}
*+html #footer {
	font-size:10px;
}
#footer ul {
	list-style: none;
}
#footer li {
	display: inline;
	margin-left: 5px;
	list-style: none; /* be nice to Opera */
}
#footer ul a {
	color: #666;
	margin-left: 5px;
}
#footer ul a:hover {
	color: #f90;
}
#footer div.right {
	width: 552px;
	padding: 15px 10px 15px 10px;
	text-align: right;
}
#footer *.left {
	width: 172px;
	padding: 15px 10px 15px 10px;
}
.footnote { 
	font-size: 0.9em;
}
.disclaimer {
	border:1px solid #d5d5d5;
	padding: 7px;
	margin-top: 15px !important;
	margin-bottom: 1em;
}
	.disclaimer h6 {
		font-size:11px;
		font-weight:bold;
	}
/* @end */

/* @end */

/* @group search */

#main form.searchform {
	background-color: #f0f0f0;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	padding: 8px;
}

#main form.searchform a.arrow {
	background-image: url('/wcms_opu/internet_bi_ua_prod/Images/arrow-right-yellow.gif');
	padding-left: 7px;
	margin-left: 5px;
	text-decoration: none;
}
#main div.searchresultcontrols {
	position: relative;
	padding: 5px 5px 5px 4px;
}
#main div.searchresultcontrols ul.scroller {
	list-style: none;
}
#main div.searchresultcontrols ul.scroller li {
	list-style: none;
	display: inline;
	padding: 0 2px 0 0;
}
	#main div.searchresultcontrols ul.scroller li a.backward, #main div.searchresultcontrols ul.scroller li a.forward {
		background-image:url('/wcms_opu/internet_bi_ua_prod/Images/arrow-left-yellow.gif');
		background-position:left 4px;
	}
	#main div.searchresultcontrols ul.scroller li a.forward {
		background-image:url('/wcms_opu/internet_bi_ua_prod/Images/arrow-right-yellow.gif');
	}
#main div.searchresultcontrols ul.scroller li a,#main div.searchresultcontrols ul.scroller li span {
	margin: 0 2px 0 0;
}
#main div.searchresultcontrols ul.scroller li span.current {
	font-weight: bold;
}
#main div.searchresultcontrols span.sorting {
	position: absolute;
	right: 8px;
	bottom: 4px;
}
#main ul.searchresults {
	list-style: none;	
	margin: 0;
	border-bottom: 1px solid #d5d5d5;
}
#main ul.searchresults li {
	position: relative;
	list-style: none;
	border-top: 1px solid #d5d5d5;
	padding: 10px 10px 8px 10px;
}
	#main ul.searchresults li p {
		padding-left: 10px;
	}
	#main ul.searchresults li a {
	color:#666;
	font-weight:bold;
	background-image: url('/wcms_opu/internet_bi_ua_prod/Images/arrow-right-yellow.gif');
	background-position:left 3px ; 
	padding-left:9px;
	padding-right:50px;
	display: block;
	}
#main ul.searchresults li a:hover {
	color:#f90;
}
#main ul.searchresults li div.relevancy {
	position: absolute;
	right: 10px;
	top:  20px;
	text-align: right;
}
#main ul.searchresults li div.relevancy div.bar {
	height: 10px;
	width: 100px;
	border: 1px solid #99adc2;
	overflow: hidden;
	background-color: white;
}
#main ul.searchresults li div.relevancy div.bar div.amount {
	height: 100%;
}
#main ul.searchresults li div.relevancy div.bar div.amount, #main ul.searchresults span.finding {
	background-color: #add6ff;
} 

/* @end */

/* Standard fuer Detail Seiten */
h3.sectionhead {
	background-color: #069;
	color: white;
	font-size: 2.8em;
	font-weight: normal;
	height:43px;
	padding-top: 32px;
	padding-left:8px;
	margin: 0;
	white-space:nowrap;
	position: relative;
	line-height: 1em;
}
	h3.sectionhead span {
		width: 550px;
		position: absolute;
		bottom: 2px;
	}
	
	*:not(hr) h3.sectionhead {
		height:42px;
	}
	/* Style fuer Index Seiten */
	
	body.sitetype-index h3.sectionhead {
		padding-top: 57px;
	}
		*:not(hr) body.sitetype-index h3.sectionhead {
			padding-top: 58px;	
		}
	/* Style fuer Firstentry Seiten */
	body.sitetype-fep h3.sectionhead {
		padding-top:22px;
		padding-bottom: 85px;
	}
		*:not(hr) body.sitetype-fep h3.sectionhead {
			padding-bottom: 86px;	
		}
	/* Keyvisual */
	h3.sectionhead.products {
		background:url('/wcms_opu/internet_bi_ua_prod/Images/keyvi-products.jpg') left top no-repeat;
	}
	h3.sectionhead.careers {
		background:url('/wcms_opu/internet_bi_ua_prod/Images/keyvi-careers.jpg') left top no-repeat;
	}
	h3.sectionhead.news-centre {
		background:url('/wcms_opu/internet_bi_ua_prod/Images/keyvi-news-centre.jpg') left top no-repeat;
	}
	h3.sectionhead.company-profile {
		background:url('/wcms_opu/internet_bi_ua_prod/Images/keyvi-corporate-profile.jpg') left top no-repeat;
	}
	h3.sectionhead.research-development{
		background:url('/wcms_opu/internet_bi_ua_prod/Images/keyvi-research-development.jpg') left top no-repeat;
	}
#main {
	width: 565px;
	overflow: hidden;
	margin: 15px 0 0 10px;
}
#main div.leedin {
	display: block;
	color: #006599;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom:  24px;
}
#main div.greeting {
	margin-bottom: 10px;
}
#main div.signature {
	clear: both;
	margin: 30px 0 10px 0;
}
#main div.text cite {
	display: block;
	border-width: 1px 0 1px 0;
	border-color: #d5d5d5;
	background-color: #f0f0f0;
	padding: 15px 10px 15px 10px;
	margin-bottom: 1em;
	color: #003466;
}
#main div.text {
	width: 363px;
	overflow: hidden;
	float: left;
	margin-right: 16px;
	xmargin-bottom: 25px;
}
	#main div.text.wide { 
		width: 565px;
	}
	#main div.text.animalhealth {
		padding: 10px;
		width:343px;
	}		
		#main div.text.animalhealth h5 span {
			color:#666;
			font-size: 11px;
		}
		#main div.text.animalhealth ul {
			list-style-type:none;
			color: #06c;
			font-size:11px;
			margin-bottom: 0.5em;
		}
	
#main div.sidebar {
	width: 186px;
	overflow: hidden;
	float: left;
}
#main a {
	color: #f90;
}
#main a.arrow {
	background-image: url('/wcms_opu/internet_bi_ua_prod/Images/arrow-right-yellow.gif');
	padding-left: 9px;
}
#main div.sidebar ul.arrow a, #main  ul.arrow a {
	color: #666;
	text-decoration: none;
}
#main div.sidebar ul.arrow a:hover, #main  ul.arrow a:hover {
	color: #f90;
	text-decoration: underline;
}
#main div.sidebar img.spaced {
	margin-bottom: 6px;
}
#main div.sidebar span.imgSubline, #main div.intextimage span.imgSubline {
	display: block;
	border-width: 1px 0 1px 0;
	border-color: #d5d5d5;
	background-color: #f0f0f0;
	padding: 10px;
	margin-top: 8px;
}
#main div.intextimage span.imgSubline {
	padding: 5px;
	padding-left:7px;
}
#main div.intextimage {
	float:left;
	padding-right:10px;
}
#main div.element {
	margin-bottom: 20px;
}
	#main div.element p, #main div.element h6 {
		padding-left:7px;
	}
	#main div.element .border {
		border-top: 1px solid #d5d5d5;
		margin-top:5px;
		padding-top:8px;
	}
	#main div.element.image img, #main div.element ul {
		margin-bottom: 7px;
	}	
	#main div.element a.readmore {
		display: block;
		border-width: 1px 0 1px 0;
		border-style: solid;
		border-color: #e6e6e6;
		color: #ff9900;
		background-image: url('/wcms_opu/internet_bi_ua_prod/Images/arrow-right-yellow.gif');
		background-position: 7px;
		padding: 2px 0 2px 16px;
		xmargin-top: 5px;		
	}		
		*:not(hr) #main div.element a.readmore {
			xmargin-top: 7px;
		}
		#main div.element.image a.readmore {
			margin-top: -3px;
		}
		*:not(hr) #main div.element.image a.readmore {
			margin-top: 0px;
		}
		#main div.element a.readmore:hover {
			text-decoration: underline;
		}		
	
#main div.text cite {
	display: block;
}
#main div.text ul.disc {
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 1em;
}
#main div.text ul.disc li {
	margin-left: 20px;
}
#main div.text ul.square {
	list-style-image: url('/wcms_opu/internet_bi_ua_prod/Images/bullet.gif');
	margin-left: 2px;
	margin-bottom: 10px;
}
*:not(hr) #main div.text ul.square {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: square;
}
#main div.text ul.square li {	
	margin-left: 14px;
}
*:not(hr) #main div.text ul.square li {
	padding-top: 2px;
	margin-left: 12px;
}



#main div.text cite span {
	font-size: 18px;
	display: block;
}
#main  h3 {
	font-size: 1.3em;
}
#main h4.spaced {
	margin-bottom: 1.5em;
}
#main div.excerpt {
	line-height: 1.5em;
}
#main div.excerpt.nomarg {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
#main ul.tabbed li {
	position: relative;
	overflow: hidden;
}
#main div.segment {
	margin-bottom: 1.5em;
}
	#main div.segment.sitemap {
		margin-bottom: 7px;
	}
#main .sidebar .teaserBox {
	margin: 0;
}
ul.backnavi { 
	list-style-type:none;
	list-style-image:none;
	padding:0;
	margin:0;	
}
.backnavi li { 
	float: left;
	margin-right:52px;	
	height:	19px;
	_width: 100px;	
	_margin-right: 12px;
}
#main a#backtotop, #main a#backto {	
	color: #f90;
	display: block;
	clear: both;
	height: 19px;
	width: 100%;
	padding-left: 15px;
	xmargin-top:23px;
	background: url('/wcms_opu/internet_bi_ua_prod/Images/link-arrow-up.gif') no-repeat left 1px;
}
#main a#backto {
	background: url('/wcms_opu/internet_bi_ua_prod/Images/link-arrow-back.gif') no-repeat left 1px;	
	
}
#main a#backtopresspack {
	color: #f90;
	display: block;
	clear: both;
	width: 100%;
	padding-left: 15px;
	background: url('/wcms_opu/internet_bi_ua_prod/Images/link-arrow-back.gif') no-repeat left 1px;
}
#pagecontrols #backtopresspack, #pagecontrols #backtotop {
	width: auto;
	clear: none;
	float: left;
	xmargin-right: 50px;
}

/* @group table */
td.caption {
	font-weight: bold;
	color: #036;
	padding: 8px 5px 16px 6px;
}
td.subcaption {
	color: #77a0c0;
	font-size: 0.8em;
}
td.important {
	background-color: #d4e8ff;
}
td.highlighted {
	color: #649ccb;
	font-weight: bold;
}
tr.sectionend td {
	border-bottom: 1px solid #99adc2;
	padding: 8px 5px 16px 5px;
}
tr.sectionstart td {
	padding: 16px 5px 8px 5px;
}
tr.dottedlined td {
	background-image: url('/wcms_opu/internet_bi_ua_prod/Images/dotted-blue-line.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}
tr td.lined {
	background-image: url('/wcms_opu/internet_bi_ua_prod/Images/dotted-blue-line.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}
td.numberdata {
	text-align: right;
}

/* @end */
#skipcontrols {
	margin: 3px 0;
	padding: 2px 0;
	border-width: 1px 0;
	border-color: #e6e6e6;
	padding-left: 5px;
}
#skiptext {
	float:  left;
	margin:  0 3px;
}	
.sidebar .withimages #skipcontrols {
	position: absolute;
	width: 100%;
	top: 88px;
	padding-left:7px;
}

/* @group newsskipper */
#newsskipper {
	position: relative;
	list-style: none;
}
#newsskipper li {
	list-style: none; /* be nice to Opera */
}
#newsskipper li a {
	color: #666;
	text-decoration: none;
	padding-left:7px;
	display:block;
}
#newsskipper li a:hover {
	color: #f90;
	text-decoration: underline;
}
#newsskipper li img {
	margin-bottom: 2.3em;
}
#previousskip, #nextskip {
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -999px;
	background-image: url('/wcms_opu/internet_bi_ua_prod/Images/arrow-left-yellow.gif');
	background-position: left;
	width: 4px;
	height: 1.3em;
}
#nextskip {
	background-image: url('/wcms_opu/internet_bi_ua_prod/Images/arrow-right-yellow.gif');
}

/* @end */
#main a.readmore {
	display: block;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #e6e6e6;
	color: #ff9900;
	background-image: url('/wcms_opu/internet_bi_ua_prod/Images/arrow-right-yellow.gif');
	background-position: 7px;
	padding: 2px 0 2px 15px;
	margin-top: 7px;
}
#main a.readmore:hover {
	text-decoration: underline;
}
#main ul.articleboxes li a.readmore {
	color: #f90;
	border: 0;
	display: inline;
	padding-left: 14px;
	text-decoration: none;
}
#main ul.articleboxes li a.readmore:hover {
	text-decoration: underline !important;
}
#main ul.articleboxes li a.expand {
	color: #666;
	text-decoration: none;
}
#main ul.articleboxes li a {
	color: #666;
	text-decoration: none;
}
	#main ul.articleboxes li a.arrow {
	color: #f90;
}
#main ul.articleboxes li a h6 {
	font-weight: bold;
}
#main ul.articleboxes li a:hover {
	text-decoration: underline;
}		
#main div.contentbox {
	position: relative;
	background-color: #e3ecee;
	color: #006599;
	padding: 15px 0;
	margin-bottom: 1em;
}
#main div.contentbox p,#main div.contentbox h3,#main div.contentbox h6, #main div.contentbox ul {
	padding: 0 15px;
}
#main div.contentbox div.imageSubline {
	position: absolute;
	width: 353px;
	bottom: 0px;
	background-color: #006599;
	color: white;
	padding: 5px 0 5px 10px;
}
#main div.contentbox.reduced, #main div.contentbox.reduced p,#main div.contentbox.reduced h3 {
	color: #666;
	margin-bottom: 0.5em;
}
#main div.contentbox.reduced {
	margin-bottom: 1.5em;
}
#main div.sidebar cite {
	display: block;
	background-color: #f0f0f0;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	font-size:1.8em;
	padding:5px;
}
table.outSig {
	width:375px;
	background:none;
	color:#666;
	font-size:14px;
	margin-top:30px;
}
	table.outSig td {
		padding-bottom:40px;
		padding-left:10px;
	}
#main table.features {
	background-color: #e3f2ff;
}
#main table.features td {
	border: 1px solid white;
	text-align: center;
}
#main table.features td.label {
	text-align: left;
}
#main table.features th {
	background-color: #6eace2;
	color: white;
}
#main table.features tr.odd td {
	background-color: #faffff;
}
#main table.features tr.odd td.odd {
	background-color: #effdff;
}
#main table.features span.point {
	display: block;
	width: 100%;
	height: 8px;
	line-height: 8px;
	overflow: hidden;
	text-indent: -999px;
	background: url('/wcms_opu/internet_bi_ua_prod/Images/point.gif') center;
}
#main div.formerror, #main fieldset.arbox.error {
	background-color: #ffffcc;
	background-image: url('/wcms_opu/internet_bi_ua_prod/Images/form_error.gif');
	background-position: 6px 10px;
	border: 1px solid #ff6701;
	color: #f60;
	padding: 10px 10px 10px 25px;
	margin-bottom: 10px;
	font-family: arial;
	font-size: 1.02em;
}
	#main fieldset.arbox.error {
		background-image: none;
		padding:0;
	}
	#main fieldset.arbox td {
		padding: 4px 0;
	}
	td.check {
		padding-right: 0;
		width: 10px;
		padding: 1px 0 2px 5px;
	}	
	*:not(hr) td.check {
		padding: 5px 0 0 5px;
	}
	#main fieldset.arbox td.check {		
		width: 20px;
		padding: 1px 0 2px 5px;
	} *:not(hr) #main fieldset.arbox td.check {		
		width: 20px;
		padding: 4px 0 0 5px;
	}
		#main fieldset label.check {
			width: auto;
			padding-left: 0;
		}
#main tr.error td {
	color: #ff6701 !important;
}
#main tr.error td input, #main tr.error td textarea {
	background: #ffffcc;
}
button.back {
	background: #999 url('/wcms_opu/internet_bi_ua_prod/Images/arrow-left-white.gif');
}
.segment.sitemap ul {
  list-style: none;
  background-repeat: repeat-y;
}
	.segment.sitemap ul.one-column {
  		background-image: url('/wcms_opu/internet_bi_ua_prod/Images/bg_sitemap_one.gif');
	}
	.segment.sitemap ul.two-column {
  		background-image: url('/wcms_opu/internet_bi_ua_prod/Images/bg_sitemap_two.gif');
	}
	.segment.sitemap ul.three-column {
  		background-image: url('/wcms_opu/internet_bi_ua_prod/Images/bg_sitemap_three.gif');
	}
.segment.sitemap ul li {
	width: 186px;
	overflow: hidden;
	float: left;
	margin-right: 3px;
	border-top:1px solid #99adc2;
}
.segment.sitemap ul li.last {
	margin-right:0;
}
.segment.sitemap ul li a {
	color: #666 !important;
	font-weight: bold;
	text-decoration: none;
	background-image: url('/wcms_opu/internet_bi_ua_prod/Images/arrow-right-yellow.gif');
	background-position: 5px 0.5em;
	display:block;
	background-color: #f0f0f0;
	padding: 3px 7px 3px 12px;
	border-bottom:1px solid #99adc2;
}

.segment.sitemap ul li span {
	border-bottom:3px solid white; 
	display:block;
}

.segment.sitemap ul li a:hover {
  text-decoration: underline;
  color: #f90 !important;
}
.segment.sitemap ul ul {
 padding-top:5px;
 padding-bottom:5px; 
}

.segment.sitemap ul ul ul {
  padding: 0;
  border:none;
}
.segment.sitemap ul li li {
  border: 0;
  margin: 0;
  padding-left: 5px;
}
.segment.sitemap ul li li a {
  font-weight: normal;
  background-color: transparent;
  background-position: 8px 0.3em;
  padding: 0 3px 0 15px;
  margin: 0;
  border: none;
  float: none;
}
.searchanchorpage {
}
.searchactualpage {
	font-weight: bold; 
}
div.textbg { 
	background: #f0f0f0; 
	padding: 12px;
	padding-bottom:0px; 
}
	div.textbg:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	div.textbg {
		zoom: 1; /* Triggering hasLayout in IE7 : THIS IS NOT VALID */
	}
	* html div.textbg { /* only show to IE */
		height: 1%;
	}

div.textbg ul { 
	list-style-type: none; 
}
div.textbg h4 { 
	border: none; 
	margin: 0; 
	padding: 0; 
	font-weight: bold; 
}
ul.bulletlist { 
	list-style-image: url('/wcms_opu/internet_bi_ua_prod/Images/bullet.gif');	
	margin: 10px 0 0 17px;
	}
*:not(hr) ul.bulletlist {
	margin-left:12px;
	list-style-type: square !important;
	list-style-image: none;
}
ol {
	list-style-type:none;
	margin: 10px 0 0 24px; 
}
	ol.decimal {
		list-style-type:decimal;
	}
	ol.l-alpha {
		list-style-type:lower-alpha;
	}

ul.linklist li a:hover { 
	color: #f90 !important;
	text-decoration: underline;
}
.online_activ_head {
	font-weight: bold;
	margin: 5px 0;
}
.crb_border {
	border-top: 1px solid #d5d5d5;
	padding: 5px 0px;
}
.mb5 {
	margin-bottom: 5px;
}
.nomargbot {
	margin-bottom:0 !important;
}

/* @end */

.accordion {	
	border: none !important;	
	margin-bottom: 25px;
}
	.accordion .productTabTitle {
		color: #666 !important;
		cursor: pointer;
		border-top: 1px solid #d5d5d5 !important;
		border-bottom: 1px solid #d5d5d5 !important;
		background: #f0f0f0 no-repeat;
		padding: 4px 0 0 20px;
		height: 18px;
	}
	.accordion .productTabContent {
		border: none !important;
		height: 355px;
	}
		.accordion .productTabContent .text {
			width: 270px !important;
			padding: 65px 0 0 85px;	
		}			
	.accordion .arTabTitle {		
		color: #666 !important;
		cursor: pointer;
		border-top: 1px solid #d5d5d5;
		border-bottom: 1px solid #d5d5d5;
		padding: 4px 0 0 20px;
		height: 18px;
		background: #f0f0f0 no-repeat;
	}
	.accordion .arTabTitle:hover {
		color: #f90 !important;
		text-decoration: underline;
	}
	.accordion .arTabContent {			
		border-top: none !important;		
		border-left: none !important;		
		border-right: none !important;		
		background: #f0f0f0 url(../images/pix_gray.gif) repeat-x left bottom;
	}
		.accordion .arTabContent a:hover {
			text-decoration: underline;
		}
		.accordion .arTabContent p {
			padding: 5px 10px 0 10px; 					
		}
		.accordion .arTabContent p a {
			color: #666 !important;
			display: block;
		}
		.accordion .arTabContent p a:hover {
			text-decoration:none;
		}			
			.accordion .arTabContent a span.readmore {
				background-image: url('/wcms_opu/internet_bi_ua_prod/Images/arrow-right-yellow.gif');
				background-position: left;
				padding-left: 9px;
				color: #f90;
			}
			.accordion .arTabContent a span.readmore:hover {
				text-decoration:underline;		
			}
			.accordion .arTabContent img {
				padding: 10px 10px 0 10px;
				float: left;
			}
			.accordion .arTabContent h6 {
				padding-left: 10px;
			}
	.accordion select {	
		width: 150px
	}
#main div.text div.focus  {
	color: white;
	position: relative;
	margin-bottom: 1em;
}
#main div.text div.focus img {
	float: left;
}
#main div.text div.focus cite {
	float: left;
	width: 209px;
	background-color: transparent;
	border: 0;
}
#main div.text div.focus cite span {
	float: left;
	background-color: transparent;
	width: 100%;
	font-size: 20px;
}
#main div.text div.focus div.subline {
	position: absolute;
	bottom: 10px;
	left: 140px;
}

/* Tabellen */

table.mainTable {
	color: #5e5e5e;
}
	table.mainTable th {
		color: #666;
		background-color: #d4d4d4;
		text-align: left;
	}
	table.mainTable td {
		border-top: 1px solid #d4d4d4;
		padding-right: 20px;
		vertical-align: top;
	}
		table.mainTable td.blank {
			border-top: 1px solid #d4d4d4;
			background-color: white;
			border-bottom: 1px solid #d4d4d4;
			padding-top: 2px;
			padding-bottom: 2px;
		}
	table.mainTable table ul {
		list-style: square;
		list-style-position: inside;
		margin-left: 10px;
	}
		table.mainTable ul.none, table.mainTable ul.none li {
			list-style: none;
		}
	table.mainTable.tdMiddle td {
		vertical-align: middle;
	}

table.attention {
	color:  #666;
	background-color: #acd6fe;
}
table.attention th {
	text-align: left;
	font-size: 1.07em;
	color: white;
	background-color: #036;
	padding-left: 7px;
}
table.attention td {
	padding-left: 7px;
}
table.attention td select, table.attention td input, table.attention td textarea {
	width: 100%;
}
table.solidforms, table.certified , table.ar, table.ga, table.white {
	width: 564px;
	margin-bottom: 20px;
	color: #555;
	margin-left: 1px;	
	_margin-left: 0;
	_width: 565px;
}	/* IE7 */
	* + html table.solidforms, * + html table.certified, * + html table.ar, * + html table.ga, * + html table.white  {
		width: 565px;
		margin-left: 0px;
	}
table.white{
	width: 363px;
	margin-left: 0px;
}
table.ga{
	width: 362px;
	_width: 362px;
}
	* + html table.ga, * + html table.white {
		width: 363px;
	}
table.solidforms th, table.certified th, table.ar th, table.ga th,
		table.solidforms td, table.certified td, table.ar td, table.ga td {
			text-align: left;
			font-weight: normal;
			padding: 4px 7px;
			border: 1px solid #b9b9b9;
			background-color: #f0f0f0;
			vertical-align: middle;
			}
		table.ga th {
			vertical-align: top;
		}
		table.solidforms th, table.certified th{
			font-weight: bold;
			background: #d5d5d5;
			}
		table.ar th{
			font-weight: bold;
		}
		table.solidforms th, table.solidforms td{
			text-align:center;
			}
		table.solidforms .colhighlight,
		table.certified .colhighlight,
		table.ar .colhighlight
		{
			background-color: #e6e6e6;
			text-align: left;
			}
		table.ar th.colhighlight {
			background: #d5d5d5;
		}
		.result th, .special td {
			font-weight: bold;
			background-color:#e6e6e6;
			border-bottom: 3px solid #d5d5d5;
			padding-bottom: 10px;
			}
		.special th {
			font-weight: bold;
			background-color: #d5d5d5;
			}
			.special .col1 {
				text-align: left;
			}
		.special td {
			font-weight: bold;
			background-color: #f0f0f0;
			}
		.specialfirst th, .specialfirst td {
			font-weight: bold;
			background-color:#d5d5d5;
			border-bottom: 3px solid #b9b9b9 !important;
			padding-bottom: 4px;
			}
		.specialspecial td {
			font-weight: normal;
			}
		.white th,.white td{
			background-color: #fff;	
			padding: 4px 0;
			}
		table.white th{
			text-align: left;
		}
		table.white td, table.white th {
			padding: 4px 7px;
		}
		table.white.border{
			border-collapse: collapse;
		}
		table.white.border td, table.white.border th{
			border-bottom: 1px solid #d6d6d6;			
		}		
		table.white.border td.first {
			border-top: 1px solid #d6d6d6;
		}
		table.white.border td.noborder{
			border-bottom: none;
		}
		table.ar .right {
			text-align: right;
		}
/* Allg. Style fuer Submit-Button */
form input.btn-submit {
	background-color:#f90;
	border:none;
	width:auto !important;
	text-align:left;
	font-weight:bold;
	color:#fff;
	padding-left:11px !important;
	padding-top:2px !important;
	padding-bottom:2px !important;
	background-image:url('/wcms_opu/internet_bi_ua_prod/Images/arrow-right-white.gif');
	background-repeat:no-repeat;
	background-position:5px center;
	float:right;
	cursor:pointer;
}
	*html form input.btn-submit {
		padding-left:15px !important;
	}
	*+html form input.btn-submit {
		padding-left:15px !important;
	}

	/* Spezieller Style fuer Submit-Button mit dem Text send */
	form input.btn-submit.send {
		width:100px !important;
	}
	#main form input.btn-submit.search { 
		background-image: url('/wcms_opu/internet_bi_ua_prod/Images/link-arrow.gif');
		float:none;
		background-color:transparent;
		color:#f90;
		font-weight:normal;
		padding-left: 20px !important;		
		margin-left:5px;
	}

table div.meta {
	position: relative;
	background: url('/wcms_opu/internet_bi_ua_prod/Images/dotted-gray-line.gif') repeat-x 0 bottom;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
table div.meta span.tag {
	position: absolute; 
	right: 0px
}