/*
HTML Style-Sheet fuer Dopergin Internetauftritt
*/
/* HACK: remove toolbar */
#iw-vpreview{
  margin-top: -1000px;
  width: 1px;
  display: none;
}

/* Hyperlinks */
a {
	color: #0066CC; /* Schering-blau */
	text-decoration:none;
}
	
a:hover { 
	color: #E00000; /* rot */
	text-decoration: none;
}

/* Normaler Text */
body {
	background-color: #FFFFFF; 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10pt;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

/* Formular-Ueberschriften */
h1 {
	font-size: 12pt;}

h2 {
	font-size: 12pt;}
	
td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
}	
	
/* Horizontales Menu */	
.HMenu {
	/* border: solid red; 
	margin-right: 5px; */
	color: #0066CC;
	text-align: center;
	width: 100%;
}

.HMenuEmpty {
	width: 133px;
}
		
.HMenuEntry {
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-color: #0066CC; /* Schering-blau */
	font-weight: bold;
	padding-bottom: 5px;
}

.HMenuEntryChecked {
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-color: #E00000; /* rot */
	color: #E00000; /* rot */
	font-weight: bold;
	padding-bottom: 5px;
}

.HMenuHome {
	color: #009933; /* Schering-gruen */
	text-align: left;
	width: 133px;
}
	
.HMenuLine {
	background-color: white;
	width: 2px;
}

/* Header-Tabelle fuer Titelleiste (= Frame mit Logo + Ueberschrift) */
#HTab {	
	background-color: white;
	height: 65px; /*60px*/
	width: 100%;
}

#HTabLogo {
	margin-right: 4px;
	margin-top: 4px;
	padding-top: 5px;
    width: 100px;
}

.home #HTabLogo {
	padding-top: 7px;
}

#HTabTitle {
	/*background-image: url(graph/wave_hi.gif);*/
	background-repeat: no-repeat;
/*	color: #00377A;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	width: 550px*/
}

/* Tabelle fuer Zeilen mit Icons (zB. Buttons) */	
#IcTab {	
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-color: #0066CC; /* Schering-blau */
	font-size: 10pt;
	vertical-align: top;
}
	
#IcTabIcon {
	vertical-align: top;
	width: 40px;
}

/* Weisse Linie */
#LineWhite {
	color: white;
	height: 1px;
	/*noshade;*/
	width: 100%;
}

/* Literatur-Tabellen */
#LitTab {
	border: 0px;
	font-size: 10pt;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	valign: middle;
	width: 100%;
}

#LitTabAuthors {
	padding-left: 4px;
	padding-right: 4px;	
}
	
#LitTabEntryTab {
	background-color: #D9D9E9;
	border: 0px;
	font-size: 10pt;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	valign: middle;
	width: 100%;
}		

#LitTabHead {
	background-color: #A0B0C0;
	border: 0px;
	font-size: 12pt;
	font-weight: bold;
	height: 50px;
	text-align: center;
}

#LitTabOrder {
	background-color: #A0B0E0;
	height: 30px;
	padding-right: 4px;
}

#LitTabReference {
	background-color: #A0B0E0;
	font-style: italic;
	height: 30px;
	padding-left: 4px;
	padding-right: 4px;
}

#LitTabSeparator {
	color: white;
	height: 10px;
	/*noshade;*/
	width: 100%;
} 

#LitTabSubtitle {
	background-color: #A0B0E0;
	border: 0px;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	valign: middle;
	width: 100%;
}

#LitTabTitle {
/* title of the paper, not of the table! */
	font-weight: bold;	
	padding-left: 4px;
	padding-right: 4px;
}

/* BarGraph fuer Prozentsatz-Anzeige */
#PercentageBar {
	text-align: left;
	color: red; 
	/*noshade;*/	
	height: 15px;
}

/* Tabelle fuer linken Seitenrand */	
#RTab {	
	border: 0px;
	font-size: 10pt;
	width: 100%;
}

#RTabLeft { /* <td> linker Seitenrand </td> */	
	width: 10px;
}

/* General-Purpose Tabellen */
#Tab10c { 
	border: 0;
	font-size: 10pt;
	text-align: center;
}

#Tab8pt {
	font-size: 8pt;
}

#TabDef {
	background-color: #D9D9E9; /* hellblau */
	border: 0px;
	font-size: 10pt;
	margin-right: 4px;
	margin-left: 4px;
	text-align: left;
	valign: middle;
	width: 100%;
}

#TabDark {
	background-color: #A0B0E0; /* dunkelblau */
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#TabHead {
	background-color: #A0B0C0;  /* noch dunkleres blau */
	font-size: 12pt;
	font-weight: bold;
	height: 50px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
}	

/* Tabelle fuer Anzeige der Abschnitts-Intros (into.tpl) */	
#TabIntro {	
	background-color: white;
	border: 0px;
	font-size: 10pt;
	height: 100%;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
}

#TabIntroText {
	font-size: 10pt;
	padding-left: 10px;
	padding-top: 0px;
	text-align: left;
	valign: top;
}

#TabLight {
	background-color: #D9D9E9; /* hellblau */
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}
	
#TabLight2 {
	background-color: #E5E5F5; /* noch helleres blau */
	padding-left: 4px;
	padding-right: 4px;
}

#TabLight3 {
	background-color: #EEEEFE; /* fast weiss*/
	padding-left: 4px;
	padding-right: 4px;
}

#TabLight4 {
	background-color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
	vertical-align: top;
}

#TabOutline {	
	background-color: white;
	border: 1px solid;
	border-color: #0066CC; /* Schering-blau */
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10pt;
	width: 100%;
}

#TabSeparator {
	height: 1px;
	background-color: #A0B0E0; /* dunkelblau */
}

#TabSubTitle {
	background-color: #A0B0E0; /* dunkelblau */
	font-size: 10pt;
	font-weight: bold;
	height: 25px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
}

/* Tabelle fuer Anzeige in Templates (z.B. simple.tpl) */	
#TabWhite {	
	background-color: white;
	border: 0px;
	font-size: 10pt;
	width: 100%;
}

#TabYellow {
	background-color: #FFFF99; /* gelb (wie Dosierschema/HG) */
	padding-left: 4px;
	padding-right: 4px;
}

/* Einfacher Tabelleneintrag <TD> */
#TDSimple {	
	border: 0px;
	font-size: 10pt;
}	

/* Trennlinie fuer Menubuttons */
#Trennlinie {
	align: right;
	color: #0066CC; /* Schering-blau */
	height: 1px;
	width: 50%;
}

/* Vertical Menu */	
.VMenu {
	background-image: url(/html/img/graph/wave_v.gif);
	background-repeat: no-repeat;
	height: 100%;
	width: 140px;
}

.VMenuEmpty {
	border-right: 1px solid;
	border-color: #0066CC; /* Schering-blau */
	font-size: 10pt;
	font-weight: bold;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: right;
	vertical-align: bottom;
}

.VMenuEntry {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #0066CC; /* Schering-blau */
	color: #0066CC; /* Schering-blau */
	font-size: 10pt;
	font-weight: bold;
	height: 30px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}

.VMenuEntryChecked {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #E00000; /* rot */
	color: #E00000; /* rot */
	font-size: 10pt;
	font-weight: bold;
	height: 30px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}

.VMenuHeader {
	color: #00377A;
	font-size: 12pt;
	font-weight: bold;
	height: 30px;
	padding-left: 5px;
	text-align: left;
}

.VMenuLine {
	background-color: white;
	height: 2px
}

.content {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
}

/* ******************************** Seitenspezifisches *************************************************/
	
/* Dosierschema */
#DB {
	background-color: #A0B0E0; /*#094991;*/
	border: 0px;
	font-size: 10pt;
	margin: 0px;
}

#DB8pt {
	background-color: #A0B0E0; /*#094991;*/
	border: 0px;
	font-size: 8pt;
	text-align: left;
}

#DG {
	background-color: #FEF263;
}

#DGR {
	background-color: #FEF263;
	border-right: solid black 1px;
}
	
#HB {
	background-color: #C1D5E1;
	border: 0px;
	font-size: 10pt;
	text-align: center;
}

#HBL {
	background-color: #C1D5E1;
	border: 0px;
	font-size: 10pt;
	text-align: left;
}

#HBR {
	background-color: #C1D5E1;
	border-right: solid black 1px;
	font-size: 10pt;
}

#HB8pt {
	background-color: #C1D5E1;
	font-size: 8pt;
}

#HB8ptR {
	background-color: #C1D5E1;
	border-right: solid black 1px;
	font-size: 8pt;
	text-align: center;
}

#HG {
	background-color: #FFFF99;
}

#HGR {
	background-color: #FFFF99;
	border-right: solid black 1px;
}
			
#W {
	background-color: #FFFFFF;
}

#WR {
	background-color: #FFFFFF;
	border-right: solid black 1px;
}
		
#HLineW {
	background-color: white;
	height: 2px;
}

/* Contactformular */
#Contact label {
	width:250px;
	display:inline-block;
	float:left;
}

#Contact fieldset {
	width: 650px;
}

#Contact select, #Contact input, #Contact textarea, #Contact button {
	width:200px;
	display:inline-block;
	float:left;
}

 ul#metanav,
 ul#bayergroup {
    position: absolute;
    display: block;
    width:auto;
    clear: both;
    top: 36px;
}

/* IE8 */
ul#bayergroup {
	top /*\**/: 38px\9 
}

/* IE7 */
* + html ul#bayergroup {
	top: 45px;
}

/* IE6 */
* html ul#bayergroup {
	top: 45px;
}

/* Home Screen */

.home ul#bayergroup {
	top: 33px;
}

/* IE8 */
.home ul#bayergroup {
	top /*\**/: 38px\9
	height /*\**/: 14px\9
}

/* IE7 */
* + html .home ul#bayergroup {
	top: 45px;
}

/* IE6 */
* html .home ul#bayergroup {
	top: 45px;
}

 ul#bayergroup {
    right: 120px;
    z-index: 198;
    background: #fff;
}
 ul#metanav {
    right: 199px;
    z-index: 200;
}

 ul#metanav li,
 ul#bayergroup li {
    display: inline;
    list-style: none;
    height: 16px;
    float:left;
    width:auto;
    padding: 0 0 5px 0;
}

 ul#bayerlogo a,  ul#bayerlogo a:link,  ul#bayerlogo a:visited,  ul#bayerlogo a:active,  ul#bayerlogo a:hover,
 ul#metanav a,  ul#metanav a:link,  ul#metanav a:visited,  ul#metanav a:active,  ul#metanav a:hover,
 ul#bayergroup li a,  ul#bayergroup li a:link,  ul#bayergroup li a:visited,  ul#bayergroup li a:active,  ul#bayergroup li a:hover {
    text-decoration: none;
    white-space: nowrap;
    width: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 11px;
    color: #666666;
}
 ul#bayerlogo a:hover,
 ul#metanav a:hover,
 ul#bayergroup li a:hover {
	color: #222222;
}

 ul#bayergroup li a {
    padding: 0 4px 3px 4px;
}

 ul#metanav li a {
    border-left: 1px solid #666666;
    padding: 0 4px 0 4px;
}
 ul#metanav li.first a {
    border: 0;
}
