/* CSS Document 
Start 21.04.2006
*/


body, ul, li {
	padding: 0;
	margin: 0;	
}
 html {
	line-height: 140%;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
}	
	
td {
	font-size: 100%;
}		
* html td /* IE */ {
	font-size: 70%;
}	
	
	
/** {	
	padding: 0;
	margin: 0;	
	}*/
	
img {
	border: 0 none;
}	
/*wrapper bild */
.bild {
	float: left;
	position: absolute;
	display: block;
	width: 240px;
	height: 300px;
	border: none;
	left: 0px;
	margin-top: 5px;
}	

/* mosimage */
.bildiminhalt, .mosimage_caption {
	padding: 2px;
	float: left;
	}

/* Seite About us - Organization */
.bildorganization {
	position: absolute;
	left: 0;
	top: 50px;
	
}
/* Seite Services - Regulatory Affairs - Organisational Chart */
.bildiminhaltweissrand {
		position: absolute;
		left: 70px;
	top: 80px;
}
/* Seite Contact World Wide */
.bildworldwide {
	position: absolute;
	left: 40px;
	top: 80px;
	
		}
/* Seite Technology - Production Site Lahr */
.bildpanorama {
	position: absolute;
	left: 0;
	top: 50px;
	}

.mosimage_caption {
	display: block;
	clear: both;
	margin-top: -15px; 
}

* html .mosimage_caption {
	margin-left: -120px;
	margin-top: 20px;
}


ul {
	list-style-type: square;
}
* html ul {
	/*margin-top: -10px;*/
}
ul ul {
	list-style-type:circle;
	margin-top: 0px;
	}

li {
	margin-left:16px;
}


hr {
	color: #d3d3d3;
	background-color: #d3d3d3;
	border: 1px solid #d3d3d3;
	height: 1px;
	border: 0px;
	border-top: 1px solid #d3d3d3;
		
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #666666;
}

a:hover{
	text-decoration: underline;
	color: #ef3911;
}

#top { 
	width: 942px;
	padding-top: 10px;
 }
 
#toppic { 
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3; 
	padding-top: 5px; 
	padding-bottom: 5px;
	height: 81px;
	display: inline;
	float: left;
 }

.imgtop {
	float: right;
	position: relative;
	top: 5px; 
}

/* NAVIGATION  */

#hauptnavi {
	width: 748px;
	border-bottom: 1px solid #d3d3d3;
	height: 17px;
	clear: both;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
		z-index: 10;
		background-color: white;
	border-right: 1px solid #d3d3d3;
} 
* html #hauptnavi {
	height: 16px;
}
ul#mainlevel {
	padding-left: 30px;
	z-index: 10;
	margin-top: 0px;	
	}

* html ul#mainlevel {
	padding-left: 40px;
}

 ul#mainlevel li{
	float:left;
	margin: 0px ;
	padding: 0px;
  	list-style-type: none; 
	border-left: 1px solid #d3d3d3;
	
		z-index: 10;
	
		}

a.mainlevel:link,  a.mainlevel:visited  {
	margin: 0 8px;
	color: #666666;
	text-decoration: none;
 	font-weight: bold;
		z-index: 10;
}

ul#sublevel {
	margin: 0; padding: 0;
	position: absolute;
	left: 30px;
	top: 121px;
	border-bottom: 1px solid #d3d3d3;
	letter-spacing: 0em;
	
}

* html ul#sublevel {  /* Korrekturen fuer IE 5.x */
	width: 690px;
	top: 120px;
	left: 40px;
	border-bottom: none;
     }
ul#sublevel li{
	background-color: #F5F5F5;
	border-right: 1px solid #d3d3d3;
	margin-right: -1px;
	/*background-color: white;*/
	}
* html ul#sublevel li{
	border-bottom: 1px solid #d3d3d3;
	margin-top: 1px;
	}
 a.sublevel:link, a.sublevel:visited  {
	margin: 0px 11px;
 	font-weight: normal;
	text-decoration: none;
}
/* 1. Ebene Hauptnavigation */
ul#mainlevel a#active_menu{
	color: #ef3911;
}
/* 2. Ebene Hauptnavigation aktiv */
ul#sublevel a#active_menu {
	font-weight: normal;
	background-color: #ef3911;
	color: white;
	padding-right: 4px;
	padding-left: 4px;
}
/* 3. Ebene Hauptnavigation aktiv */
ul#sublevel ul#subsublevel a#active_menu{
	color: #ef3911;
	background-color: white;
	padding: 0px;
}


/* übergeordnete mainlevels, in mod_mainmenu um _active erweitert */
li a.mainlevel_active, li a.mainlevel_active:visited {
	margin: 0 8px;
	text-decoration: none;
 	font-weight: bold;
	color: #ef3911;
}

/* unterNAVIGATION services, regulatory affairs  */
ul#subsublevel {
	position: absolute;
	top: 17px;
	left: 0px;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	width: 128px;
	z-index: 2;
}

ul#subsublevel li{
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	width: 117px;
	padding-left: 10px;
	text-indent: -10px;
	margin-bottom: -1px;
	}

* html ul#subsublevel li{
	width: 128px;
	margin-bottom: -2px;
	}


/* NAVIGATION UNTEN  */
#bottom {
	background-color: #d5d4cf;
	width: 730px;
	height: 22px;
	color: white;
	padding-left: 40px;
	font-size: 12px;
	clear: both;
		top: 20px;
	margin-left: -50px;
} 

* html #bottom {
	position: relative;
	top: 20px;
	width: 760px;
}

#bottom ul {
	margin-top: 0px;
}

ul#mainlevelunten li {
 	float: left;
	margin: 2px 0px;
  	list-style-type: none; 
	border-right: 1px solid #9A9685;
	}

a.mainlevelunten:link,  a.mainlevelunten:visited {
	margin: 0px 11px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	
}

a.mainlevelunten:hover, a.mainlevel:hover {
	text-decoration: underline;
}

/* ENDE NAVIGATION  */

.mambel {
	float: right;
	margin: 1px 2px 0px 2px;
}

/* suchfeld */
div.search {
	float: right;
}

.inputbox {	
	border: 1px solid #d5d4cf;
	background-color: white;
	width: 240px;
	padding-left: 3px;
	height: 17px;
	margin-bottom: 2px;
}
textarea {
	width: 240px;
	border: 1px solid #d5d4cf;
}

/* ENDE suchfeld */
select
{
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #d5d4cf;
	margin-bottom: 2px;
	height: 17px;
	}


#inhaltcontain{
	width: 910px;
	position: absolute;
	left: 0px;
	top: 150px;
	height: 72%;
} 
* html #inhaltcontain{
	left: 0px;
	width: 903px;
}

#inhalt {
	width: 700px;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	height: 87%;
	min-height: 410px;
	overflow: auto;
	overflow-x:hidden;
	padding-right: 20px;
	z-index: 1;
	/* min-height für IE */
	height:expression(document.body.clientHeight > 410 ? "87%":"410px") ;
} 
* html #inhalt {
	width: 710px;
	margin-right: 0px;
		padding-right: 0px;
}

 #inhalt .inhalt_text,  #inhalt .inhalt_text_news, #inhalt .inhalt_joboffers, #inhalt .news_text,  #inhalt .news_text_einzeilig, .readon, .sitemap, /*produktsuche*/ #dm_title, form#dm_frmsearch, #dm_docs, #dm_pathway, #dm_cats, .dm_files, #dm_nav, #dm_details, #details {
	padding-right: 30px;
	width: 410px;
	margin-left: 220px;
}

* html #inhalt .inhalt_text {
		width: 450px;
}

#inhalt .inhalt_text_news {
	background-color: #eee;
	padding: 3px;
	}

.inhalt_text_sales {
	position: absolute;
	left: 0px;
	width: 680px;
}

/* alphabetical product list */
 #inhalt .inhalt_textalphaproducts {
 	float: right;
	 margin-left: 200px;
	 margin-top: -35px;
	 width: 460px;
 } 
/*produktsuche */
#dm_header {
	float: left;
}

#inhalt .back_button {
	position: absolute;
	top: 0px;
	width: 695px;
	left:660px;
}
* html #inhalt .back_button {
	width: 670px;
	left: 650px;
}
#inhalt .back_button a {
	background-color:#eee;
	padding: 2px;
}
.sitemap a:link, .sitemap a:visited  {
	text-decoration: none;
}


/*weiter + zurück-buttons */

.pagenav_next, .pagenav_prev, .readon{
	font-size: 90%;
	margin-top: 0px;
	text-align: right; 
	display: block;
	margin-top: 0px;
}

a.pagenav_next:link, a.pagenav_prev:link, a.pagenav_next:visited, a.pagenav_prev:visited, a.readon:link, a.readon:visited {
	color: #ef3911;
}

/* TITEL */


h1, .h2 {
/* ausgerichtet an inhalt_text */
	
	padding-bottom: 4px;
	margin-left: 240px;
	text-transform:uppercase;
	letter-spacing: 0em;
	font-size: 130%;
	color: #ef3911;
	font-weight: bold;
	margin-top: 10px;
}
/* newsübersicht */
h1.news {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 100%;
	padding-top: 5px;
	letter-spacing: 0.1em;
}

h5 {
/* NICHT ausgerichtet an inhalt_text */
	
	padding-bottom: 6px;
	text-transform:uppercase;
	letter-spacing: 0.2em;
	font-size: 120%;
	color: #ef3911;
	margin-bottom: 10px;
	font-weight: bold;
	margin-top: 10px;
}

/* startseite = .h1 */
 .h1 {
	color: black;
}

h2 /* sitemap headline */{
	letter-spacing: 0.2em;
	color:#ef3911;
	font-size: 140%;
	margin-bottom: 20px;
}


h4 {
	padding: 3px;
	font-size: 100%;
	color: white;
	background-color: #ef3911;
	margin: 0px;
}


/* newskasten rechts */

#new {
	width: 188px;
	position:relative;
	left:-4px;
	top: 0px;
	height: 90%;
	float: right;
	color: white;
	font-size: 12px;
}


h3 {
	letter-spacing: 0.3em;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: white;
	font-size: 120%;
	background-color: #ef3911;
	}

* html h3 {
	padding-top: 10px;
}

ul.latestnews {
	width: 158px;
	background-color: #ef3911;
	position:relative;
	left:0px;
	height: 90%;
	float: right;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 0px;
	color: white;
}

* html ul.latestnews {
	width: 188px;
	/* anders als bei Listen im Inhalt */
	list-style-position: outside;
}


#new a.latestnews  {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#new a.latestnewsmore  {
	color: #FCBC52;
	text-decoration: none;
	font-weight: bold;
	margin-top: -10px;
}

li.latestnews {
	list-style-type: square;
	margin-left: 16px;
	color: #FCBC52;
	font-weight: bold;
	margin-bottom: 10px;
}
  
.latestnews .news_text {
	color: white;
	font-size: 90%;
	margin-bottom: 10px;
	font-weight: normal;
	display: inline;
}




.article_seperator {
	display: block;
	margin-left: 240px;
	border-bottom: 1px solid #d5d4cf;
	margin-bottom: -4px;
	margin-top: -10px;
	width: 410px;
}

.klein {
	font-size: smaller;
}

/* Tabelle Services -> Drug Master Files */

table.drug {

width: 450px;
background-color: #f2f5f7;
}
table.drug thead td {
border: none;
border-bottom: 1px solid white;
}
table.drug td {
border-right: 1px solid white;
border-bottom: 1px solid white;
}


thead {
background-color: #ef3910;
color: white;
}

td.date {
background-color: #e6e9eb;
color: black;
}
td.filingdate {
background-color: #e6e9eb;
color: black;
border-top: 1px solid white;
border-right: 1px solid white;
border-left: 1px solid white;
}

/* print button */

.buttonheading {
width: 100%;
float: right;
}