/*Allgemein*/
 
* {
    padding:0;
    margin:0;
} 

html, body {
    width:100%;
    height:100%;
    font-family:arial, sans-serif;
    font-size:12px;
}

p, .paragraph ul, .paragraph ol {
    margin: 20px 0;
    font-size:12px;
    line-height:18px;
}

.error {
	background-color: #ff0000;
	color: #fff;
	padding: 5px;
}

iframe
{
    margin-bottom: 25px;
}

object {
	outline: none;
}

/*Layout*/

#container {
    width:970px;
    position:relative;
    margin:0 auto;
}

#navigation {
    margin-top:20px;
}

#header {
    margin-top:25px;
    height: 121px;
    background-image:url('../img/general/topnavi_bg.png');
    background-repeat:no-repeat;
    background-position:bottom; 
    margin-bottom: 4px;
}

#left_head {
    float:left;
    width:220px;
}

#right_head{
    float:left;
    width:750px;
}

/*Suche*/

#search {
    float:right;
    width:197px;
    position: relative;
}

#searchTerm {
	border: 1px solid #000;
	border-width: 1px 0 0 1px;
	height: 15px;
	margin: 0;
	width: 174px;
	padding: 2px 20px 2px 2px;
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #858585;	
}

#searchSubmit {
	position: absolute;
	top: 2px;
	right: 0;
}

#initialSearchValue {
	display: none;
}

#logo {
    float: left;
}

#breadcrumbs {
    font-size:10px;
    color:#999999;
    margin-top:48px;
}


.breadcrumb, .breadcrumb_first {
    float:left;
}

.breadcrumb{
    padding-right:10px;
}

#wrapper{
    overflow:hidden;
}

#main{
    background-image:url('../img/content/content_bg.png');
    background-repeat:repeat-x;
    background-color:#D5DFF2;
    width:530px;
    float:left;
    margin-left:5px;
	padding: 0 0px 20px 0px;	
    padding-bottom:32767px;
    margin-bottom:-32767px;
    min-height: 300px;
}

#main_wide {
    background-image:url('../img/content/content_bg.png');
    background-repeat:repeat-x;
    background-color:#E6EBF5;
    width:750px;
    float:left;
    margin-left:5px;
	padding: 0 0px 20px 0px;	
    padding-bottom:32767px;
    margin-bottom:-32767px;
    min-height: 300px;    
}

@media print {
	#main,
	#main_wide {
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

#main_wide #service {
	text-align: right;
	margin-right: 100px;
}

#main_wide #service .toolbar {
	margin: 0;
	padding: 0;
}

#left{
    float:left;
    width:215px;
    /*padding-top:4px;*/   
    background-repeat:no-repeat;
    padding-bottom:32767px;
    margin-bottom:-32767px;
    min-height: 160px;
}

#home #left {
	padding-top: 15px;
}

#merckLogo {
    top: -77px;
    position: relative;
    width: 112px;
    height: 77px;
    margin: 0 -112px -77px 0;
}

#right {
    float:right;
    width:215px;
    background-color:#F37324;
    padding-bottom:32767px;
    margin-bottom:-32767px;
}

#content{
    padding:0px;
    margin-left:15px;
    width:500px;
}

#content_wide{
    padding:0px;
    margin-left:15px;
    width:715px;
}

.keyvisualIndivation {
	margin: 0 0 0 15px;
}

/* Top Nav */

#navigation ul {
    list-style: none;
    padding: 0;
    margin: 0; 
}

#navigation li {
    display: inline;
    margin: 0px 10px;
}

/* static state */
#navigation li a {
    color: #2453b3;
    text-decoration: none;
    font-size: 12px;
}

/* hover, active, down state */
#navigation li a:hover,
#navigation li a.active {
	font-weight:bold;
}

#navigation li.indication a.active,
#navigation li.indication a:hover {
	color: #ff6600;
	font-weight:bold;
}

/* Footer */
#footer {
    height:40px;
    width:970px;
    background-image:url('../img/general/footer_bg.png');
    background-repeat:no-repeat;
    clear: both;
    border-top: 5px solid #fff;
    line-height:40px;
    color:#ffffff;
    font-size: 1em;
    background-color: #fff;
}

#copy {
    margin-left:10px;
    float:left;
    width:220px;
}

#updated {
    float: left;
    width: 150px;
	height: 40px;
	line-height: 40px;
	margin: 0 0 0 5px;
	vertical-align: middle;

}

#footer a {
	text-decoration: none;
	color: #fff;
}

#footer a.active {
	font-weight: bold;
}

#copyright {
	font-weight: bold;
	float: left;
	width: 205px;
	height: 40px;
	padding: 0 0 0 10px;
	line-height: 40px;
	vertical-align: middle;
}

#copyright sup {
	vertical-align: baseline;
	font-size: 1em;
}

#footer-nav  {
    list-style: none;
    padding: 0;
    margin: 0 0 0 5px;
    float:left;
    width:530px;
    display:block;
    float: left;
}

#footer-nav li {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}

#footer-nav li a {
    margin: 0;
    padding: 0 6px 0 5px;
	border-left: 1px solid #ffffff;
}

#footer-nav li.first a {
    border-left: none;
    padding-left: 0;
}

#footer_nav a {
    color:#ffffff;
    text-decoration:none;
}

/* left */

#indications img {
    width:60px;
    height:60px;
}

#indicationImg1 {
	margin-right: 18px;	
}

#indicationImg2 {
	margin-right: 17px;	
}

/* toolbar */

.toolbar {
    background-color:#ffffff;
    padding-bottom:8px;
    padding-left:15px;
}

.toolbar a{
    color:#999999;
    text-decoration:none;
    margin-right:15px;
}

.email-link {
    background-image:url('../img/icons/mail_icon.png');
    background-repeat:no-repeat;
     padding-left:21px;
}

.print-link {
    background-image:url('../img/icons/pdf_icon.png');
    background-repeat:no-repeat;
    padding-left:14px;
}

/* right Login container */
.whiteBlock{
    background-color:#FFF;
    height:5px;
    line-height:5px;
}


#choose_country_selection {
    padding:5px 0px 15px 14px;    
    background-color:#ffffff;
}

#choose_country_selection select {
    color:#999999;
    width:180px;
}

#right_login_container {
    background: #f8aa7b url('../img/general/login_box_bg.png') 0 0 repeat-x;
    width:187px;
    padding:0px 14px 0px 14px;
    border-bottom: 5px solid #fff;
}

#right_login_container .form_element_text_error {
	clear: both;
	padding: 10px 0;
}


#login {
    width:180px;
}

#login h5 {
    font-size:14px;
    font-weight:bold;
    display:inline;
    margin-right:3px;
}

#login h3 {
    font-size:9px;
    display:inline;
}

#login .form_element_text {
    font-size:10px;
    font-weight:normal;
    line-height:18px;
    padding-bottom:5px;
}

#login input {
    width:178px;
    margin-bottom:5px;
}

#login input.login_submit {
    width:30px;
    padding-left:10px;
    float:left;
    background:url('../img/general/link_bg.gif') no-repeat 0px 5px;
    border:outset 0px;
    color:#000000;
}

#login a {
    color:#000000;
    text-decoration:none;
    background-image:url('../img/general/link_bg.gif');
    padding-left:12px;
    background-repeat:no-repeat;
    background-position:0px 5px;
    float:left;
    line-height:20px;
    font-size: 12px;
}

#login input {
    color:#999999;
    width:180px;
}

#login a.login_forgot_pw, #login a.logout{
    float:right;
}

.clear {
    font-size:0px;
    line-height:0px;
    clear:both;
    padding:0px;
    margin:0px;
}

/* right Box */

#right_box {
    background-image:url('../img/general/right_box_bg.png');
    background-repeat:repeat-x;
    background-color:#F37324;
    min-height:300px;
    padding:14px 14px 0px 14px;
    width:187px;
}

#right_box h5{
    font-size:14px;
    font-weight:bold;
    margin-bottom:5px;
}

#right_box ul, #right_box li{
   list-style-type:none;
}

#right_box li{
   background:url('../img/general/link_bg.gif') no-repeat 0 4px;
   padding-left:13px;
   padding-bottom:2px;
}

#right_box a{
   color:#000000;
   text-decoration:none;
}

/* left navigation (formerly submenu) */
/* left navigation */
#left-nav h5 {
	background-position: center bottom;
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
	height: 33px;
	line-height: 26px;
	padding-left: 10px;
}

#left-nav {
	padding-top: 13px;
}

#left-nav ul,
#left-nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#left-nav ul.level-1,
#left-nav .no-navigation {
	margin: 5px 0 0 0;
	min-height: 325px;
}

#left-nav ul li a {
	display: block;
	padding: 3px 10px 2px 15px;
	text-decoration: none;
	line-height: 15px;
	background-repeat: no-repeat;
}

#left-nav a.link-level-1 {
	background-position: 5px 7px;
}

#left-nav a.link-level-2 {
	padding:3px 10px 2px 25px;
	background-position:15px 7px;
}

#left-nav a.link-level-3 {
	padding:3px 10px 2px 35px;
	background-position:25px 9px;
}

#left-nav li.active,
#left-nav li.child-active {
    border-top: 1px solid #003399;
    border-bottom: 1px solid #003399;
}


#left-nav ul.level-2 li {
	border: none;
}

iframe
{
    margin-bottom: 25px;
}

#footerLogo {
    padding:24px 44px 0 38px;
    clear:both;
    float:none;
    width: 888px;
}

#footerLogo .leftLogo{
    float:left;
    padding-top:24px;
}

#footerLogo .rightLogo{
    float:right;
    padding-bottom:24px;    
}