/*
	basic screen-styles for boehringer ingelheim "TEMPLATES"
	$Id: base-screen.css 266 2008-02-01 10:37:42Z ralfd $
	Red=#D42E12, Blue=#28166F
*/
@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;
	font-family:  Garamond, Helvetica, Arial, Geneva, sans-serif;
	font-size: 0.9em;
	color: #000;
	background: #D42E12 url(../images/bg.gif) left top repeat;
}
input, select, textarea {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	border: 1px groove #cccccc;
	color: #555;
	padding: 2px;
	font-size: .9em;
}
strong {
	color: #28166F;
}
	*: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;
	}
#main ul{
	list-style-type: none;
}
.press-detail-ul-style .text ul {
	list-style-type: disc!important;
	margin-left: 20px;
	margin-bottom: 10px;
}
.press-detail-ul-style ul.articleboxes {
	list-style-type: none!important;
	margin-left: 0;
	margin-bottom: 0!important;
}
.press-detail-ul-style .sidebar .element ul li {
	list-style: none;
	background-image: url(../images/arrow-right-yellow.gif);
	background-position: left 4px;
	padding-left: 8px;
	margin-left: 7px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
h3 {
	color: #28166F;
	font-weight: bold;
	margin-bottom: 1em;
	padding-left:0;
}
h4 {
	font-weight: bold;
	background-color: #f00;
	margin-bottom: 4px;
	padding: 3px 7px 3px 7px;
	color: #fff;
	font-size: 1em;
}
h4.white {
	background-color:#fff;
}
h4.rss {
	background: #f0f0f0 url(../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 #d5d5d5;
	padding-bottom: 5px;
}
	h5 span {
		color:#06c;
	}
h6 {
	font-size: 1em;
	font-weight: bold;	
	margin-bottom: 0.3em;
}
a {
	color: #28166F;
	text-decoration: none;
	cursor: pointer;
}
#main, .topicboxes {
	font-size: 95%;
}
#main a:hover, a:hover {
	/* color: #bfbfbf; */
	color: #f00;
	text-decoration: underline;
	cursor: pointer;
}
a:active {
	color: #f00;
}

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

p, div.textbg {
	margin-bottom: 1em;
}
p {
	padding-left:1px;
}
.gimage {
	margin:0 10px 10px 0;
	}
.pimage {
	float: left;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 1.5em;
}
	#downloads p.pl, #downloads span.pl {
		padding-left: 8px;
	}
		#downloads table .pl {
			margin-left: 4px;
		}
		#downloads #brochures .pl {
			padding-left: 114px;
		}
#downloads  div.qanda img {
	float: left;
	margin: 0 14px 14px 0;
}
#downloads  div.qanda #videos img {
	float: none;
	margin: 0;
}
#main a.key img {
	float: none;
	margin: 0;
	padding: 0;
}
#downloads div.qanda ul.dotted_line { /* 080529 - Christian Horsch */
	background-image: url(../images/dotted-blue-line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom:8px;
	margin-bottom:6px;
}
.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: #555;
	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: #555;
}
button {
	background-color: #f00;
	font-weight: bold;
	width: 100px;
	background-image: url(../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, #main a.togglediv {
	background-image: url(../images/arrow-right-yellow.gif);
	background-position: left 0.3em;
	padding-left: 10px;
	color: #555;
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
	cursor: pointer;
}
#main a.open {
	background-image: url(../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(../images/link-arrow.gif);
	height: 11px;
	width: 11px;
	text-indent: -999px;
	overflow: hidden;
}
a.recommend {
	background-image: url(../images/icon-recommend.gif);
	padding-left: 16px;
}
a.print {
	background-image: url(../images/icon-print.gif);
	padding-left: 20px;
}
.printDisplay  {
	display:none;
}

#footer a.rss {
	background: url(../images/icon-rss-footer.gif) no-repeat right;
	padding-right: 20px;
}
a.close {
	background-image: url(../images/icon-close.gif);
	padding-left: 20px;
}
	a.iframe.close {		
		color:white;
		display:block;
		margin-bottom:0.3em;
		margin-left:55.5em;
	}
		a.iframe.close:hover {
			color: #f00;
		}	
a.arrow {
	background-image: url(../images/link-arrow.gif);
	background-position: left 3px;
}

a.readmore {
	background-image: url(../images/arrow-right-yellow.gif);
	background-position: left;
	padding-left: 9px;
}
a.viewmore {
	background: url(../images/icon_video.gif) 0 2px no-repeat;	
	background-position: left;
	padding-left: 12px;
}
a.zoom {
	display: block;
	height: 11px;
	overflow: hidden;
	text-indent: -999px;
	background-image: url(../images/zoom-link.gif);
	background-position: right;
	background-color: #f0f0f0;
	border-top: 1px solid white;
	line-height: 0;
}
a.crossillu {
	background-image:url(../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(../images/link-cross-grey.gif)!important;
		background-repeat:no-repeat;
		background-position:left top;
		text-decoration:none;
		height:11px;
	}
a.back {
	background:url(../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:#555 !important;
	background-image: url(../images/arrow-right-yellow.gif);
	background-position: left 4px;
	padding-left: 8px;
}
a.bold{
	font-weight: bold;
}
a.grey:hover {
	color: #f00 !important;
	text-decoration: underline;
}
a.file {
	color: #666;
	background: url(../images/icon_file.gif) 0 1px no-repeat;
	padding: 0 0 22px 12px;
}
a.video {
	color: #666;
	background: url(../images/icon_video.gif) 0 2px no-repeat;
	padding: 0 0 22px 12px;
}
a.picture {
	color: #666;
	background: url(../images/icon_picture.gif) 0 1px no-repeat;
	padding: 0 0 22px 12px;
}
img.right {
	float: right;
	margin-left: 10px;
	border: 3px solid #fff;
}
img.left {
	float: left;
	margin-right: 10px;
	border: 3px solid #fff;
}
*.hidden {
	display: none;
}
*.invisible {	
	visibility: hidden;
}
ul.list {
	list-style: none;
	margin-left: 25px;
}
ul.list li {
	list-style: none;
	background-image: url(../images/arrow-right-yellow.gif);
	background-position: left 4px;
	padding-left: 15px;
}	
ul.news {
	list-style: none;
}
ul.news li {
	list-style: none;
	background-position: left 4px;
	padding-left: 8px;
}
ul.news li a strong{
	display: block;
	background-color: #E6ECF7;
	padding: 3px 0 3px 0;
	font-size: 95%;
}
	ul.news.textbg_img {
		margin-left: 105px;
	}
ul.news li span.date {
	color: #999;
	margin-right: 0.5em;
	font-size: 90%;
}

ul.arrow {
	list-style: none;
}
ul.arrow li {
	list-style: none;
	background-image: url(../images/arrow-right-yellow.gif);
	background-position: left 4px;
	padding-left: 8px;
}	
	ul.arrow.textbg_img {
		margin-left: 105px;
	}	
ul.none li {
	padding: 0;
	margin: 0!important;
	border: none !important;
	
}
ul.none li.arrow {
	background-image: url(../images/arrow-right-yellow.gif);
	background-position: left 4px;
	padding-left: 8px;
}
	#main ul.none li  a:hover{
		color: #f00;
	}
div.sidebar ul.arrow li {
	margin-left:7px;
}
ul.arrow li.current {
	font-weight: bold;
}
ul.arrow li span.date {
	color: #f00;
	margin-right: 0.5em;
}
div.excerpt {
	line-height: 1.5em;
	padding-bottom:1.3em;
}
#main div.excerpt  a{
	color: #f00;
}
/* @group domtab */

#main div.domtab ul.domtabs {
	list-style: none;
	border-bottom: 1px solid #99ADC2;
	margin-bottom: 4px;
}
#main div.domtab ul.domtabs li, .glossary ul.tabs li {
	float: left;	
	width: auto;	
	margin: 11px 1px 0px 1px;
	background: #f0f0f0;	
	font-weight: bold;
	font-size: 1em;	
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	list-style: none;	
}
	*:not(hr) #main div.domtab ul.domtabs li, .glossary ul.tabs li, .glossary ul.tabs li {
		width: auto;
		min-width: 60px;	
	}
	#main div.domtab ul.domtabs li.first {
		margin: 11px 1px 0 0;
	}
		
#main div.domtab ul.domtabs li.active, #main div.domtab ul.domtabs li.tabs-selected , .glossary ul.tabs li.act{
	margin: 0 0 0 0;
	background: url(../images/tab_orange_active.jpg) no-repeat;
	border: 0; 
	border-right: 1px solid #FC9D0D;
	min-width: 70px;
}
	#main div.domtab ul.domtabs li.tabs-selected a {
		cursor: default;
		text-decoration: none;
	}
#main div.domtab ul.domtabs li a, .glossary ul.tabs li {
	display: block;
	color: #555;
	padding: 4px 8px;	
}
#main div.domtab ul.domtabs li.active a,  #main div.domtab ul.domtabs li.tabs-selected a , .glossary ul.tabs li.act {			
	color: white;
	border: none;
	padding: 10px 8px;	
}
#main div.domtab ul.domtabs.special {
	border: none;
	margin-bottom: 1px;
}
#main div.domtab div {
	
}
	#main div.domtab div.mediapool {
		margin-left:7px
	}
#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 0 20px 0;
	}
	#main div.qanda td.img {
		padding: 0px 14px 14px 0;
		width: 102px;
	}
#main div.qanda a.newslink {
	display: block;
	font-weight: bold;
	color:#555;
	background-image: url(../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:  #f00;
}
#main div.qanda a.newslink span {
	position: relative;
	display: block;
	font-weight: normal;
}
	#main div.qanda a.newslink span.date {
		color: #f00;
	}
#main div.qanda div.togglediv {
	display: none;
}
	#main div.qanda div.togglediv.open{
		display: block;
	}
#main div.qanda div.togglediv div{
	padding: 0 10px 10px 10px;
	display: block;
}
	#main div.qanda div.togglediv ul.bulletlist {
		margin-left:20px;
	}
#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;
}
#main div.domtab div.qanda #brochures li {
	margin-bottom:10px;
}
*:not(hr) #main div.domtab div.qanda #brochures li {
	margin-bottom: 0;
}
#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;
}

.tabs-hide {
	display: none;
}
/* @end */


/* @end */

/* @group AREAS */

/* @group header */
h1#logo {
	width: 200px;
	height: 85px;
	position:relative;
	text-indent:-999px;
}
	h1#logo img {
		position:absolute;
		top:10px;
		left:0px;
		width:200px;
		height:85px;
	}
@media screen  { 
	img#print-logo {
		display: none;
	}
	.printDisplay {
		display: none;	
	}
}
#claim {
	display: block;
	position: absolute;
	top: 30px;
	width: 100%;
	bottom: 0px;
	background-position: center;
	font-size: 1.07em;
	background-image:url(../images/byline.gif);
}
#claim span {
	visibility: hidden;
}
#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: #555;
	margin-right: 5px;
}
#topnav ul a:hover {
	color: #f00;
}
#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:#555;
}

/* @end */

/* @group content / substance_box */

#content, #substance_box {
	margin-bottom: 6px;
}
	body.sitetype-home #content {
		margin-bottom:4px;
	}
		 
	body.sitetype-home div.left div.grayspace {
		width: 192px;
		height: 50px;
		background-color: #f0f0f0;
	}
body.sitetype-home div.text {
	padding-top:13px;
	padding-left:7px;
}
	body.sitetype-home div.text a {
		color:#f00;
		text-decoration:underline;
	}
		body.sitetype-home a.more {
			padding-left:8px;
			background:url(../images/arrow-right-yellow.gif) no-repeat left 4px;
			text-decoration:none;
			color:#f00;
		}
			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(../images/bg-teaserbutton-prod.jpg) no-repeat left top;
	}
		body.sitetype-home a.teaserButton.prod:hover {
			background: url(../images/bg-teaserbutton-bio.jpg) no-repeat left top;
		}
	body.sitetype-home a.teaserButton.bio {
		background: url(../images/bg-teaserbutton-bio.jpg) no-repeat left top;
	}
		body.sitetype-home a.teaserButton.bio:hover {
			background: url(../images/bg-teaserbutton-chem.jpg) no-repeat left top;
		}
	body.sitetype-home a.teaserButton.chem {
		background: url(../images/bg-teaserbutton-chem.jpg) no-repeat left top;
	}
		body.sitetype-home a.teaserButton.chem:hover {
			background: url(../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(../images/link-podcast.gif) right top no-repeat;
}
	body.sitetype-home a.linkPodcast:hover {
			background: #f00 url(../images/link-podcast_hi.gif) right top no-repeat;
	}
a.linkRss {
	background: #e6e6e6 url(../images/link-Rss.gif) right top no-repeat;
}
	a.linkRss:hover {
			background: #f00 url(../images/link-Rss_hi.gif) right top no-repeat;
		}
a.linkTwitter {
	background: #e6e6e6 url(../images/link-twitter.gif) right top no-repeat;
}
	a.linkTwitter:hover {
		background: #f00 url(../images/link-twitter_hi.gif) right top no-repeat;
	}
a.linkSharethis{
	background: #e6e6e6 url(../images/link-sharethis.gif) right top no-repeat;
}
	a.linkSharethis:hover {
		background: #f00 url(../images/link-sharethis_hi.gif) right top no-repeat;
	}
a.linkMobile{
	background: #e6e6e6 url(../images/link-mobile.gif) right top no-repeat;
}
	a.linkMobile:hover {
		background: #f00 url(../images/link-mobile_hi.gif) right top no-repeat;
	}
	a.stico_default {
		padding: 5px 7px 2px 7px !important;
		background: url(../images/link-sharethis.gif) right top no-repeat !important;
	}
		a.stico_default:hover {
			padding: 5px 7px 2px 7px !important;
			background: url(../images/link-sharethis_hi.gif) right top no-repeat !important;
		}
a.linkDigg {
	background: #e6e6e6 url(../images/link-digg.gif) right top no-repeat;
}
	a.linkDigg:hover {
		background: #f00 url(../images/link-digg_hi.gif) right top no-repeat;
	}
a.linkDelicious {
	background: #e6e6e6 url(../images/link-delicious.gif) right top no-repeat;
}
	a.linkDelicious:hover {
		background: #f00 url(../images/link-delicious_hi.gif) right top no-repeat;
	}
a.linkGoogle {
	background: #e6e6e6 url(../images/link-google.gif) right top no-repeat;
}
	a.linkGoogle:hover {
		background: #f00 url(../images/link-google_hi.gif) right top no-repeat;
	}
a.linkFacebook {
	background: #e6e6e6 url(../images/link-facebook.gif) right top no-repeat;
}
	a.linkFacebook:hover {
		background: #f00 url(../images/link-facebook_hi.gif) right top no-repeat;
	}
a.linkTechnorati {
	background: #e6e6e6 url(../images/link-technorati.gif) right top no-repeat;
}
	a.linkTechnorati:hover {
		background: #f00 url(../images/link-technorati_hi.gif) right top no-repeat;
	}
body.sitetype-home a.linkFaq {
	background: #e6e6e6 url(../images/link-Faq.gif) right top no-repeat;
}
	body.sitetype-home a.linkFaq:hover {
		background: #f00 url(../images/link-Faq_hi.gif) right top no-repeat;
	}
body.sitetype-home a.linkContact {
	background: #e6e6e6 url(../images/link-Contact.gif) right top no-repeat;
}
	body.sitetype-home a.linkContact:hover {
		background: #f00 url(../images/link-Contact_hi.gif) right top no-repeat;
	}
body.sitetype-home a.linkUpdates {
	background: #e6e6e6 url(../images/link-Updates.gif) right top no-repeat;
}
	body.sitetype-home a.linkUpdates:hover {
		background: #f00 url(../images/link-Updates_hi.gif) right top no-repeat;
	}
body.sitetype-home a.linkLink {
	background: #e6e6e6 url(../images/link_link.gif) right top no-repeat;
}
	body.sitetype-home a.linkLink:hover {
		background: #f00 url(../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;
	float: right;
}

#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: #009;
	color: white;
	background-image: url(../images/annualreport-text.gif);
}
#content div.keyvisualtext.de, #substance_box div.keyvisualtext.de { 
	background-image: url(../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: #f00;
	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:  #f00 !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: #555;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/arrow-right-yellow.gif);
	background-position: left;
	padding-left: 8px;
	display:block;
}
ul.articleboxes li span.readmore {
	display: inline;
	background-image: url(../images/arrow-right-yellow.gif);
	background-position: left 4px;
	padding-left: 8px;
	font-weight: normal;
	color: #f00;
}
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;
			color: #555;
		}

#antistax { background: url(../images/bg_antistax.jpg) no-repeat; }

#bisolvon { background: url(../images/bg_bisolvon.jpg) no-repeat; }

#buscopan { background: url(../images/bg_buscopan.jpg) no-repeat;; }

#dulcolax { background: url(../images/bg_dulcolax.jpg) no-repeat;; }

#mucoangin { background: url(../images/bg_mucoangin.jpg) no-repeat;; }

#mucosolvan { background: url(../images/bg_mucosolvan.jpg) no-repeat;; }

#pharmaton { background: url(../images/bg_pharmaton.jpg) no-repeat;; }

#thomapyrin { background: url(../images/bg_thomapyrin.jpg) no-repeat;; }

#zantac { background: url(../images/bg_zantac.jpg) no-repeat;; }

#acc_pm { background: url(../images/corp_profile/illu_accordeon_pm.jpg) no-repeat;; }

#acc_ah{ background: url(../images/corp_profile/illu_accordeon_ah.jpg) no-repeat;; }
 
#acc_chc { background: url(../images/corp_profile/illu_accordeon_ch.jpg) no-repeat;; }

/* @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(../images/arrow-breadcrumb.gif) no-repeat right;
	display: block;
	padding-right: 10px;
	float:left;
	margin-left:3px;
	white-space:nowrap;
	color:#555;
}
	*:not(hr) #breadcrumbs li a, #breadcrumbs li span {
		margin-left: 5px;
	} 
#breadcrumbs li a:hover {
	color: #f00;
}
#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:#555;
	display: block;	
	border-bottom: 1px solid white;
	padding: 5px 7px 4px 7px;
	background-color: #e6e6e6 !important;
	height: auto !important;
	height: 1% !important; /* IE6 hack */ 
}	
.teasers ul.relatedlinks a:hover {
	color: #fff !important;
	background-color: #f00 !important;
	text-decoration: none !important;
}
	.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;

}
.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(../images/our-vision_off.jpg) no-repeat left top;
	}
		.teasers div.topicboxes a.bigbutton.ourvision:hover {
			background: url(../images/our-vision_on.jpg) no-repeat left top;
		}
	.teasers div.topicboxes a.bigbutton.wecare {
		background: url(../images/we-care_off.jpg) no-repeat left top;
	}
		.teasers div.topicboxes a.bigbutton.wecare:hover {
			background: url(../images/we-care_on.jpg) no-repeat left top;
		}
	.teasers div.topicboxes a.bigbutton.careers {
		background: url(../images/careers_off.jpg) no-repeat left top;
	}
		.teasers div.topicboxes a.bigbutton.careers:hover {
			background: url(../images/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: #f00;
	background-image: url(../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(../images/arrow-right-yellow.gif) no-repeat 8px 5px;
		font-size:0.9em;
		color:#f00;
		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: #f00;
					text-decoration: none;
				}
span.infotext-schwarz-subhead {
	color:#000;
}
span.infotext-grau {
	color:#555;
}

/* 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:50px;
}
*:not(hr) .amatrix {
	padding-bottom:95px;
}
	.amatrix table {
		position:relative;
		color:#555;
	}
		.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:#555 !important;
						display:block;
						height:1%;
					}
					.amatrix div.am-popup ul li a:hover {
						color:#f00 !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 {
			border-bottom:1px solid #99adc2;
		}
		.glossary ul.tabs li a {
			color:#555 !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: #f00;
		}
		.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: #555;
				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(../images/arrow-right-yellow.gif);
			padding-left: 19px;
			background-position: 8px 7px;
		}
			.glossary dl dt.open {
				background-image: url(../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 imagelist */
ul.imagelist {
	list-style: none;
	clear: both;
	background-color: #f0f0f0;
	margin-bottom: 4px;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}
	ul.imagelist li {
		margin: 14px;
		padding-top: 1em;		
		border-bottom: 1px solid #d5d5d5;
	}	
		ul.imagelist li.none {
			border-bottom: none;
		}
		ul.imagelist .picbg {
			background: white url(../images/photo_plus.gif) no-repeat;
			background-position: 78px 91px;
			width: 92px;
			height: 104px;
			float: left;
			margin-right: 2em;
		}			
			ul.imagelist .picbg a{
				height: 104px;
				display: block;
			}				
		ul.imagelist li ul {
			list-style: none;
			border-top: 1px solid #d5d5d5;
			border-bottom: 1px solid #d5d5d5;
			margin: 2em 0;
			padding-top: .8em;
			padding-bottom: .8em;
		}
			#main ul.imagelist li ul a{
				color: #555;
			}
				#main ul.imagelist li li {
					padding: 0;
					padding-left: 10px;
					margin: 0;
					border-bottom: none;
				}				
				#main ul.imagelist li ul a:hover {
					color: #f00;
					text-decoration: underline;
				}
			#main ul.imagelist .text {
				width: 420px;
				margin: 0;
			}
				#main ul.imagelist .text p{
					width: 370px;
				}
/* @end */
/* @group  videolist */
ul.videolist {
	list-style: none;
	clear: both;
	background-color: #f0f0f0;
	margin-bottom: 4px;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}	
	ul.videolist li {
		padding: 2em 0;
	}
	ul.videolist .picbgsmall, ul.videolist .picbglarge{
		background: white;			
		width: auto;
		height: 152px;
		float: left;
		margin-right: 2em;
	}
		ul.videolist .picbgsmall a, ul.videolist .picbglarge a {
			height: 152px;
			display: block;
		}	ul.videolist .picbglarge a{
				height: 198px;
			}
			ul.videolist .picbgsmall a:hover, ul.videolist .picbglarge a:hover {
				text-decoration: none;
			}
				ul.videolist .picbgsmall a span, ul.videolist .picbglarge a span {
					color: #555;
					display: block;
					margin: 3px 0 0 5px;
					_margin: 1px 0 0 5px;
					font-size: .9em;
				}
	ul.videolist li {
		margin: 14px;
		padding-top: 1em;		
		border-bottom: 1px solid #d5d5d5;
	}	
		ul.videolist li.none {
			border: none;
		}
		#main ul.videolist li ul {
			list-style: none;
			border-top: 1px solid #d5d5d5;
			border-bottom: 1px solid #d5d5d5;
			margin: 2em 0;
			padding-top: .8em;
			padding-bottom: .8em;
		}
		#main ul.videolist li ul a{
				color: #555;
			}
				#main ul.videolist li li {
					padding: 0;
					padding-left: 10px;
					margin: 0;
					border-bottom: none;
				}				
				#main ul.videolist li ul a:hover {
					color: #f00;
					text-decoration: underline;
				}
		#main ul.videolist li .text {
			width: 340px !important;
			margin: 0;
		}
			#main ul.videolist li .textsmall {
				width: 240px;
				margin: 0;
			}
			#main ul.videolist li .text p {
				width: auto;
			}

/* @end */
/* @group footer */
#footer {
	clear: both;
	height: 110px;
	font-size: 0.9em;
	line-height: 1.7em;
	border-top: 1px solid #d5d5d5;
	padding-bottom:10px;
}.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: #aaa;
	margin-left: 5px;
	font-size: 90%;
}
#footer ul a:hover {
	color: #f00;
}
#footer div.right {
	width: 474px;
	padding: 15px 10px 15px 10px;
	text-align: right;
}
#footer *.left {
	width: 250px;
	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 5px;
}
*:not(hr) #main form.searchform {
	padding: 8px;
}
#main form.searchform a.arrow {
	background-image: url(../images/arrow-right-yellow.gif);
	padding-left: 8px;
	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 span.previous, #main div.searchresultcontrols ul.scroller li a span.next {
		background-image:url(../images/arrow-left-yellow.gif);
		display:inline-block;
		width:5px;
		background-position:left 4px;
	}
	#main div.searchresultcontrols ul.scroller li a span.next {
		background-image:url(../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:#555;
	font-weight:bold;
	background-image: url(../images/arrow-right-yellow.gif);
	background-position:left 3px ; 
	padding-left:9px;
	padding-right:50px;
	display: block;
	}
#main ul.searchresults li a:hover {
	color:#f00;
}
#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: #4d54d8;
	color: white;
	font-size: 2.4em;
	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('../images/keyvi-products.jpg') left top no-repeat;
	}
	h3.sectionhead.careers {
		background:url('../images/keyvi-careers.jpg') left top no-repeat;
	}
	h3.sectionhead.news-centre {
		background:url('../images/keyvi-newscentre.jpg') left top no-repeat;
	}
	h3.sectionhead.company-profile {
		background:url('../images/keyvi-corporate-profile.jpg') left top no-repeat;
	}
	h3.sectionhead.trials {
		background:url('../images/keyvi-clinical-trials.jpg') left top no-repeat;
	}
	h3.sectionhead.research {
		background:url('../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;
	background-color: #f0f0f0;
	padding: 0 10px 15px 10px;
	color: #666666;
	line-height: 1.2em;
	font-size: 1.1em;
}
#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:#555;
			font-size: 11px;
		}
		#main div.text.animalhealth ul {
			list-style-type:none;
			xcolor: #06c;
			font-size:11px;
			margin-bottom: 0.5em;
		}
	
#main div.sidebar {
	width: 186px;
	overflow: hidden;
	float: left;
}
#main div.sidebar .mediapoolteaser { 
	background: url(../images/news/mediapool_teaser.jpg) no-repeat;
	height: 138px;	
}
	#main div.sidebar .mediapoolteaser a {
		display: block;
		color: #f00;
		width: 159px;
		height: 18px;
		background: #fff url(../images/arrow-right-yellow.gif) 4px 50% no-repeat;
		margin: 9px 0 0 8px;
		padding-top: 3px;
		padding-left: 11px;
	}
	#main div.sidebar .mediapoolteaser div { 
		padding: 42px 7px 0 7px;
	}
	#main div.sidebar .mediapoolteaser select {
		width: 170px;
		margin-bottom: 9px;
		background: #EEF4F8;
	}
		#main div.sidebar .mediapoolteaser option{
			padding: 0 2px;
		}
	#main div.sidebar .rss_teaser {
		background: url(../images/teaser_rss.jpg) no-repeat;
		width: 186px;
		height: 119px;		
	}
		#main div.sidebar .rss_teaser p {
			padding: 48px 10px 0 10px;
			margin: 0 0 5px 0;			
		}
		#main div.sidebar .rss_teaser a {
			display: block;
			background: #fff url(../images/arrow-right-yellow.gif) 4px 50% no-repeat;
			height: 16px;
			margin: 0 10px 0 10px;
			padding: 2px 0 0 12px;
			color: #f00;
		}
#main a {
	color: #f00;
}
#main a.arrow {
	background-image: url(../images/arrow-right-yellow.gif);
	padding-left: 8px;
}
.accordion-contents ul.arrow li {
	_border: 1px solid white;	
	_background-position: left 7px;
}
#main div.sidebar ul.arrow a, #main ul.arrow a {
	color: #fff;
	text-decoration: none;
	margin-top: 2px;	
}
#main div.sidebar ul.arrow a:hover, #main ul.arrow a:hover {
	color: #f00;
	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: dashed;
		border-color: #e6e6e6;
		color: #f00;
		background-image: url(../images/arrow-right-yellow.gif);
		background-position: 7px;
		padding: 2px 0 2px 16px;
		xmargin-top: 5px;		
	}
	#main a.viewmore {
		display: block;
		border-width: 1px 0 1px 0;
		border-style: solid;
		border-color: #e6e6e6;
		color: #f00;
		background-image: url(../images/icon_video.gif);
		background-position: 7px;
		padding: 2px 0 2px 19px;
		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 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(../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: #f00;
	display: inline-block;
	clear: both;
	height: 19px;
	padding-left: 15px;
	xmargin-top:23px;
	background: url(../images/link-arrow-up.gif) no-repeat left 1px;
}
#main a#backto {
	background: url(../images/link-arrow-back.gif) no-repeat left 1px;	
	
}
#main a#backtopresspack {
	color: #f00;
	display: inline-block;
	clear: both;
	padding-left: 15px;
	background: url(../images/link-arrow-back.gif) no-repeat left 1px;
}
#pagecontrols #backtopresspack, #pagecontrols #backtotop {
	width: auto;
	clear: none;
	float: left;
	xmargin-right: 50px;
}
div.bottomnavcontainer {
	width: 362px;
}
.backtopresspack {
	float: right;
}
.backtotop {
	float: left;
}

/* @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(../images/dotted-blue-line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
tr td.lined {
	background-image: url(../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: #555;
	text-decoration: none;
	padding-left:7px;
	display:block;
}
#newsskipper li a:hover {
	color: #f00;
	text-decoration: underline;
}
#newsskipper li img {
	margin-bottom: 2.3em;
}
#previousskip, #nextskip {
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -999px;
	background-image: url(../images/arrow-left-yellow.gif);
	background-position: left;
	width: 4px;
	height: 1.3em;
}
#nextskip {
	background-image: url(../images/arrow-right-yellow.gif);
}

/* @end */
#main a.readmore {
	display: block;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #e6e6e6;
	color: #f00;
	background-image: url(../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: #f00;
	border: 0;
	display: inline;
	padding-left: 7px;
	text-decoration: none;
	background-position: 0 50%;
}
#main ul.articleboxes li a.readmore:hover {
	text-decoration: underline !important;
}
#main ul.articleboxes li a.expand {
	color: #555;
	text-decoration: none;
}
#main ul.articleboxes li a {
	color: #555;
	text-decoration: none;
}
	#main ul.articleboxes li a.arrow {
	color: #f00;
}
#main ul.articleboxes li a h6 {
	font-weight: bold;
}
#main ul.articleboxes li span.hdln {
	margin-top: 5px;
	display: block;
	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: #555;
	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;
	line-height: 1em;
}
table.outSig {
	width:375px;
	background:none;
	color:#555;
	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(../images/point.gif) center;
}
#main div.formerror, #main fieldset.arbox.error {
	background-color: #ffffcc;
	background-image: url(../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(../images/arrow-left-white.gif) no-repeat 6px 50%;
}
.segment.sitemap ul {
  list-style: none;
  background-repeat: repeat-y;
}
	.segment.sitemap ul.one-column {
  		background-image: url(../images/bg_sitemap_one.gif);
	}
	.segment.sitemap ul.two-column {
  		background-image: url(../images/bg_sitemap_two.gif);
	}
	.segment.sitemap ul.three-column {
  		background-image: url(../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: #555 !important;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../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: #f00 !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;
}
#sitemap ul {
  list-style: none;
}
#sitemap ul li {
	width: 180px;
	overflow: hidden;
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
}
#sitemap ul li li li{
	width: 160px;
}
#sitemap ul li a {
	color: #555;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/arrow-right-yellow.gif);
	background-position: 5px 0.5em;
	_background-position: 5px 0.7em;
	display:block;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #99adc2;
	background-color: #f5f5f5;
	margin-bottom: 4px;
	padding: 3px 7px 3px 12px;
	min-height: 15px;
	_height: 19px;
	_padding: 5px 7px 1px 12px;
}
#sitemap ul li a:hover {
  text-decoration: underline;
  color: #f00;
}
#sitemap ul ul {
  background-color: #f5f5f5;
  padding: 8px 4px 8px 0;
}
#sitemap ul ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#sitemap ul ul {
	zoom: 1; /* Triggering hasLayout in IE7 : THIS IS NOT VALID */
}
* html #sitemap ul ul { /* only show to IE */
	height: 1%;
}

#sitemap ul ul ul {
  padding: 0;
}
#sitemap ul li li {
  border: 0;
  margin: 0;
  background-color: transparent;
  padding-left: 5px;
}
#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;
}
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; 
}
div.textbg img {
	float: left;
	margin: 0 10px 20px 0;
}
ul.bulletlist{ 
	list-style-image: url(../images/bullet.gif);	
	margin: 0px 0 0 17px;
	}
*:not(hr) ul.bulletlist {
	margin-left:12px;
	list-style-image: none;
	list-style-type: square !important;
}
	ul.bulletlist.image{ 
		margin-left: 160px;
	}
	*:not(hr) ul.bulletlist.image {
		margin-left: 155px;
	}
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: #f00 !important;
	text-decoration: underline;
}
ul.linklist li.video {
	background: url(../images/icon_video.gif) 0 2px no-repeat;
	padding: 0 0 22px 12px;
}
.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: 19px;
}
	#main .accordion h3.drawer-handle {
		font-size: 1em;
	}
		#main .accordion h3.drawer-handle:hover  {
			color: #f00;
		}
		#main .accordion h3.drawer-handle.open {			
			border-bottom: none;
		}
			#main .accordion h3.drawer-handle.open:hover {
				color: #555;
			}
	#main .accordion .arTabContent {
		padding: 1em;
		background: #F0F0F0;
	}
	#main li.drawer.open .arTabContent{
		border-bottom: 1px solid #D5D5D5;
	}
	
.teasers .topicboxes .accordion-tab {
	background-color: #F0F0F0;
	background-position: 7px 6px;
	border-width: 1px 0 1px 0;
	border-color: #D5D5D5;
	margin: 0 0 3px;
	cursor: pointer;	
}

	
#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;
	line-height: 1em;
}
#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: #555;
		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:  #555;
	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: 562px;
	margin-bottom: 20px;
	color: #555;
	margin-left: 1px;	
	_margin-left: 0;
	_width: 563px;
}	/* IE7 */
	* + html table.solidforms, * + html table.certified, * + html table.ar, * + html table.ga, * + html table.white  {
		width: 563px;
		margin-left: 0px;
	}
table.white{
	width: 363px;
	margin-left: 0px;
}
table.bordered td {
	border: 1px solid #b9b9b9 ;
	}
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 {
			background-color:#F0F0F0;
			border:1px solid #B9B9B9;
			font-weight:normal;
			padding:4px 7px;
			text-align:left;
			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,
		table.ga .colhighlight
		{
			background-color: #e6e6e6;
			text-align: left;
			}
		table.ar th.colhighlight, table.ga 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!important;
			background-color: #d5d5d5!important;
			}
			.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;
		}
		table.solidforms .thickborderRight {
			border-right-width: 3px;
		}
		table.solidforms .thickborderLeft {
			border-left-width: 3px;
		}
		div.tableqanda .thickborderBottom {
			border-bottom: 3px solid #b9b9b9;
		}
/* Allg. Style fuer Submit-Button */
form input.btn-submit {
	background-color:#f00;
	border:none;
	width:auto;
	text-align:left;
	font-weight:bold;
	color:#fff;
	padding-left:11px;
	padding-top:2px;
	padding-bottom:2px;
	background-image:url(../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(../images/link-arrow.gif);
		float:none;
		background-color:transparent;
		color:#f00;
		font-weight:normal;
		padding-left: 20px !important;		
		margin-left:5px;
	}

table div.meta {
	position: relative;
	background: url(../images/dotted-gray-line.gif) repeat-x 0 bottom;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
table div.meta span.tag {
	position: absolute; 
	right: 0px
}
/* group annual  */
div.ar_top {
	width: 362px;
	height: 329px;
	background: url(../images/annual/ar_topgfx.jpg) no-repeat;
}
	div.ar_top div.content {
		padding: 130px 20px 0 20px;
	}	
		div.ar_top div.content div, div.ar_bottom div.content div {
			margin-top: 10px;
		}
	div.ar_top div.dottedline, div.ar_bottom div.dottedline {
		width: auto;
		height: 1px;
		background: url(../images/dotted-gray-line.gif) repeat-x;
		margin: 10px 0;
	}
div.ar_bottom {
	width: 362px;
	height: 159px;
	background: url(../images/annual/ar_bottomgfx.jpg) no-repeat;
	margin: 1px 0 12px 0;
}
	div.ar_bottom  div.content {
		padding: 20px 20px 0 20px;
	}
	div.ar_top ul, div.ar_bottom ul{
		margin-top: 4px;
	}
	div.ar_top ul li.dottedline, div.ar_bottom ul li.dottedline {
		padding-bottom: 10px;
		background: url(../images/dotted-gray-line.gif) bottom repeat-x;	
	}
/* group annual  */

/* group clinical trials  */
div.trials_top {
	background: #69c url(../images/trials/trials_top.jpg) no-repeat;
	xheight: 219px;
	width: 362px;
	margin: 0;
	padding: 130px 0 10px 0;
}
	div.trials_top p {
		padding: 5px 0 0 0;
	}
	div.trials_top a.readmore, div.trials_top a.viewmore {
		margin-right: 20px;
	}
	div.trials_top .content {
		margin: 0 10px 0 10px;
		background: white;
		padding: 10px;
	}
		div.trials_top .content h5,div.trials_bottom .content h5 {
			font-weight: bold;
			border: none;
			margin: 0;
			padding: 0;
		}
		
div.trials_bottom { border-bottom: 1px solid #69f;
	background: #69c;
	width: 362px;
	margin: 1px 0 30px 0;
}
	div.trials_bottom .content{
		background: white;
		margin: 0 10px 10px 10px;
		padding: 10px 10px 10px 10px;
	}
		div.trials_bottom .content li {
			background: url(../images/dotted-gray-line.gif) repeat-x bottom;
			padding: 15px 0;
		}
			div.trials_bottom .content li.last {
				background: none;
			}
		div.trials_bottom .content li img{
			float: left;
			padding: 0 .5em 0 0;
		}		
/* group clinical trials  */


/* group clearfixes *
.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%;
}*/
div.trials_bottom .content li:after,
ul.articleboxes li:after,
#ontarget ul.special li:after,
#brochures ul li:after,
#videos li:after,
.qanda li:after,
.qanda dt:after,
.qanda dd:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Triggering hasLayout in IE7 : THIS IS NOT VALID */
div.trials_bottom .content li, 
ul.articleboxes li,
#ontarget ul.special li,
#brochures ul li,
#videos li,
.qanda li,
.qanda dd, 
.qanda dt {
	zoom: 1; 
} 
/* only show to IE */
* html div.trials_bottom .content li, 
* html ul.articleboxes li,
* html #ontarget ul.special li,
* html #brochures ul li,
* html #videos li,
* html .qanda li{
	height: 1%;
}
/* group clearfixes */

/* group helper */
.nomb { margin-bottom: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { 	margin-bottom: 20px !important; }
.mb30 { 	margin-bottom: 30px !important; }
/* group helper */

.media_conference {
	background:transparent url(../images/news/images-and-videos.jpg) no-repeat scroll 0%;
	height:285px;
	width:362px;
}
.media_conference_bottom {
	border:10px solid #A4C1DF;
	width:342px;
}
.media_conference_bottom .videodata {
	padding:10px;
}
div.media_conference div.content {
	padding:130px 20px 0pt;
}
div.media_conference div.dottedline {
	background:transparent url(../images/dotted-gray-line.gif) repeat-x scroll 0%;
	height:1px;
	margin:15px 0pt;
	width:auto;
}
* html div.media_conference div.dottedline {
	margin:15px 0pt 0pt;
}
div.media_conference ul.bulletlist li.innersp5 {
	padding:5px 0pt;
}
* html div.media_conference ul.bulletlist li.innersp5 {
	padding:3px 0pt;
}
div.media_conference ul li.dottedline {
	background:transparent url(../images/dotted-gray-line.gif) repeat-x scroll center bottom;
	padding-bottom:10px;
}
div.media_conference_bottom div.bgblue {
	background-color:#EEF3F9;
	padding:10px;
	width:322px;
}

.qanda dl.prize_winner dt {
	background: url(../images/arrow-right-yellow.gif) no-repeat 0 3px;
	padding-left: 10px;
	margin-bottom: 5px;
}
	.qanda dl.prize_winner dt.open {
		background: url(../images/arrow-down-yellow.gif) no-repeat 0 5px;
		padding-left: 10px;
	}
.qanda dl.prize_winner dd {
	display: none;
	margin-bottom: 1em;
	padding-left: 10px;
}
.qanda dl.prize_winner dd.open {
	display: block;
}

/* Flash STAGE */
#stage {
	margin-bottom: 17px;
}

/* HOMEPAGE Accordion */

ul.drawers li {
	list-style-type: none;
	margin-bottom: 4px;
}
ul.drawers li h3 {	
	display: block;
	cursor: pointer;
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	margin: 0;
	padding: 0;
	color: #555;
	background: #F0F0F0;
	font-size: 1em;
	line-height: 20px;
	text-indent: 15px;
}	
/* modidify for tools */
ul.tools li h3 {
	border-top: none;
	border-bottom: NOne;
	color: #555;
	background: #E6ECF7;
	font-size: 1em;
	line-height: 20px;
	text-indent: 0px;
}	

	ul.drawers li.open h3 {
		cursor: default;
	}
		ul.drawers li h3:hover, .sitetype-home ul.drawers li h3.hover {
			color: #f00;
		}
		ul.drawers li.open h3:hover {
			color: #555;
		}
		ul.drawers li h3 span {	
			display: block;
			width: 15px;
			height: 15px;
			background: url(../images/arrow-right-yellow.gif) no-repeat 7px 6px;
			float: left;
		}
		/* modidify for tools */
		ul.tools li h3 span {	
			width: 15px;
			height: 15px;
			background: url(../images/bucket_open_off.gif) no-repeat 0px 4px;
			float: right;
		}				
			ul.drawers li.open h3 span {
				background: url(../images/arrow-down-yellow.gif) no-repeat 5px 8px;
			}
			/* modidify for tools */
			ul.tools li.open h3 span {
				background: url(../images/bucket_close_off.gif) no-repeat 0px 4px;
			}

	
/* PRODUCT Accordion */	
.sitetype-detail ul.drawers.product li {
	margin-bottom: 4px;
}
	.sitetype-detail #main ul.drawers.product li a.drawer-handle {
		display: block;
		cursor: pointer;
		border-top: 1px solid #D5D5D5;
		border-bottom: 1px solid #D5D5D5;
		margin: 0;
		padding: 0;
		color: #555;
		background: #F0F0F0 url(../images/arrow-right-yellow.gif) no-repeat 7px 6px;
		font-size: 1em;
		line-height: 20px;
		text-indent: 20px;
		font-weight: bold;
	}
		.sitetype-detail #main ul.drawers.product li a.drawer-handle:hover{
			color: #f00;
		}
		.sitetype-detail #main ul.drawers.product li.open a.drawer-handle {
			background: #F0F0F0 url(../images/arrow-down-yellow.gif) no-repeat 5px 8px;
		}
.sitetype-detail ul.drawers.product li div div.left {
	padding: 65px 0 0 90px;	
	width: 270px;
	margin-right: 2em;
	margin-bottom: 3em;
	_margin-bottom: 4em;
}
	.sitetype-detail ul.drawers.product li div div {
		padding: 65px 0 0 0;	
	}
	.sitetype-detail ul.drawers.product li div div  div{
		padding: 0;
	}
	.sitetype-detail ul.drawers.product li div p{
		width: 270px;
		float: left;
		margin-right: 2em;
	}
	#main ul.drawers.activities li a.open {
		border-bottom: 0 !important;
	}
	ul.drawers li .drawer-body {
		border-bottom: 1px solid #D5D5D5;
		background: #F0F0F0;
		padding: 10px;
	}
		ul.drawers li .drawer-body {
			
		}
		
/* gallery additions */
div.gallery {
	float: left; width: 82px; margin: 5px;
	background-color: #fcfcfc;
}
div.gallery img {
	padding: 2px;
	border: 1px solid #ccc;
}
div.gallery p {
	font-size: 90%;
}

/* SHADOWS */
#wrapper { 
	width: 800px;
	margin: auto;
	background: transparent url(../images/shadow_body.png) right top repeat-y;
}

.stay_connected {width: inherit; text-align: right; margin-top: 10px;}
.stay_connected img {display:inline; margin:5px 5px 0px 5px;}

#white {
	width:768px;
	padding: 0 11px;
	background: #fff;
	margin-left: 5px;	
}
#bottomwrapper {
	width: 800px;
	height: 10px;
	margin: auto;		
	background: url(../images/shadow_bottom.png) right top no-repeat;
}
#sitemap ul.level1 a, #sitemap ul.level2 a{
	font-weight: bold;
}
#sitemap ul.level3 a,#sitemap ul.level4 a{
	font-weight: normal;
}
#sitemap ul.level3  {
	margin-top: 2px;
	padding-left: 10px;
}
#sitemap ul.level4 {
	margin-top: 2px;
	padding-left: 15px;
}
#layer_buehne {
	position: absolute;
	top: 128px;
	margin-left: 193px;
	width: 600px;
	height: 254px;
	overflow: hidden;
	border: 1px solid #f00;
}

.red { color: #f00; }
.err { color: #f00; }
.msg { color: #0C0; }

.social-icon {
	padding: 10px;
}
