/*Stand: 21.03.2012*/
/* GLOBAL */

* { margin:0; padding:0;}

html {height:100%; margin-bottom:1px; min-height: 101%;}

body {
	font-family: 'Source Sans Pro', sans-serif;
    font-size:14px;
	line-height:20px;
	color:#5a5a5a;
	margin: 0 0 20px 0;
	background-color:#dfdfdf;
	background-image:url(../img/bg_site_triangles.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

fieldset, img { border:0 solid;}	
ul,ol {margin:0;}

a {
    text-decoration:none;
}

a:hover {
    text-decoration: underline;
}

*:focus {outline:none;}

/*LAYOUT*/
#page {
    width:994px;
	margin:0 auto;
	position:relative;
    background:url(../img/bottom_shadow.png) no-repeat bottom;
	padding: 0 0 12px 0;
}

#header {
	position:relative;
	height:57px;
	padding: 111px 0 0 0;
	z-index:500;
}

#logo {
   position:absolute;
   top:26px;
   left:27px;
   z-index:2;

}

#meta {
	position:absolute;
	right:22px;
	top:5px;
	z-index:5;
	overflow:hidden;
}


#meta div label{ padding:2px 0 0 8px;color:#c2cbdd}

#search {
	float:left;
	margin:0 10px 0 0;
}
#search input[type=text]{
	width:135px;
	height:22px;
	border:0;
	background:url(../img/bg_search_input.gif) no-repeat;
	padding:0 5px 0 11px;
	color:#999999;
	font-size:11px;
	line-height:22px;
	margin: 0 1px 0 0;
	float:left;
}

#search input[type=submit] {
	width:24px;
	height:22px;
	border:0;
	background:url(../img/btn_search.gif) no-repeat;
	cursor:pointer;
	display:block;
	float:left;
}

#search input[type=submit]:hover {
	background:url(../img/btn_search_hover.gif) no-repeat;
}


ul#metaNavigation {
	list-style-type:none;
	overflow:hidden;
	float:left;
}

  #metaNavigation  li {
	float:left;
	margin:0 10px 0 0;
	padding:1px 14px 0 0px;
	background:url(../img/meta_trenner.png) no-repeat right 2px;
	height:19px;
  }
  
  #metaNavigation  li a {
  	font-size:14px;
	line-height:12px;
	color:#8c8f8b;
  }
  
   #metaNavigation li a:hover {
	color:#343434;
  }
  

#languageSwitch {
	float:left;
	background:url(../img/meta_trenner.png) no-repeat 0px 2px;
	padding:3px 0 0 11px;
	height:19px;
}

#languageSwitch a {
	font-size:14px;
	line-height:12px;
	color:#8c8f8b;
}

#languageSwitch a:hover {
	color:#343434;
	text-decoration: none;
}

#navigation{
  background:url(../img/bg_mainnavigation.png) no-repeat;
  width:984px;
  height:46px;
  position:relative;
  margin: 0 0 0 3px;
  padding:3px 0 0 4px;
}

ul#mainNavigation  {
	list-style-type:none;
	overflow:hidden;
	float:left;
}
	  
	#mainNavigation li {
		float:left;
		margin:0 0 0 0;
		background:url(../img/mainnav_trenner.gif) no-repeat top right;
		padding: 0 2px 0 0;
	  }
  

  	#mainNavigation  a {
		font-size:14px;
		line-height:16px;
		color:#e5e5e5;
		font-weight:600; 
		display:block;
		padding:9px 15px 0 16px;	
		text-align:center;	
		height:42px;
  	}

	#mainNavigation a:hover, #mainNavigation a.active {
		background:url(../img/bg_nav_active.png) no-repeat top center;	
		color:#ffffff;
		text-decoration: none;
	}

	  #mainNavigation .flyout {
		/*
            background:url(../img/bg_flyout.png) no-repeat bottom;
        */
		background-color: #3f3f3f;
        width:233px;
		position:absolute;
		top:38px;
		left:67px;
		z-index:505;
		display:none;
		padding: 0 0 14px 0;		
	  }
	  
	  #mainNavigation .flyout span {
		/*
            background:url(../img/flyout_arrow.gif) no-repeat  5px 0;
        */
		height:11px;
		margin:0 0 6px 2px;
		display:block;
	  }
  
	   #mainNavigation li:hover .flyout {
		display:block;
	   }
	  
	  #mainNavigation li ul {
		width:188px;
		margin:0 0 0 22px;
		list-style:none;		
	  }
  
  	 #mainNavigation li ul li {
   		background:url(../img/subnav_line.gif) no-repeat top;
		padding: 2px 0 1px 0px;
		float:none;
		height:auto;
   	  }
   
      #mainNavigation li ul li:first-child {
   		background:none;
		padding: 2px 0 1px 0px;
   }
   
     #mainNavigation li  ul li a {
   		display:block;
		font-size:14px;
		line-height:20px;
		color:#ffffff;
		font-weight:normal;
		background:none;
		height:auto;
		width:auto;
		text-align:left;
		text-transform:none;
		padding:4px 10px 6px 10px;
    }
	
	#mainNavigation li ul li a:hover {
		font-weight:normal;
		color:#ffffff;
		background:#535353;
		font-size:14px;
		line-height:20px;
		padding:4px 10px 6px 10px;
		height:auto;
		width:auto;
		text-transform:none;
		text-align:left;
		text-decoration: none;
	}
	
ul#supportNavigation  {
	list-style-type:none;
	overflow:hidden;
	float:right;
	margin: 0 9px 0 0;
}
	  
	#supportNavigation li {
		float:left;
		margin:0;
		background:url(../img/mainnav_trenner_small.gif) no-repeat;
		padding:8px 9px  0 11px;
	  }
	  
	  #supportNavigation li:first-child {
		background:none;
		padding:8px 9px  0 9px;
	  }
	    
  	#supportNavigation  a {
		font-size:14px;
		line-height:16px;
		text-transform:none;
		color:#e5e5e5;
		font-weight:600;
		text-decoration: none;
  	}
	
	 #supportNavigation li a.active,#supportNavigation a:hover{
		color:#ffffff;
	}
	

	 #mainNavigation a:hover {
		color:#ffffff;
    }

/* Subnavigation  vertical */
	#subNavigation ul {
		list-style:none;
		margin:0 0 18px 0;
	}
	#subNavigation ul li {
   		background:url(../img/subnav_line.gif) no-repeat bottom left;
		padding: 1px 0 2px 0px;
   }
 
    #subNavigation ul li a {
   		display:block;
		font-size:14px;
		line-height:20px;
		color:#666666;
		font-weight:normal;
		background:none;
		text-align:left;
		text-transform:none;
		padding:4px 0px 6px 10px;
    }
	
	#subNavigation ul li a:hover, #subNavigation ul li a.active {
		font-weight:normal;
		color:#ffffff;
		background:#3f3f3f;
		text-decoration:none;
	} 
	
	#subNavigation strong {
		font-size:14px;
		line-height:16px;
		text-transform:uppercase;
		color:#4b4d4d;
		padding:0 0px 0 10px;
		margin: 0 0 7px 0;
		display:block;
	}
  
  
  /* Subnavigation  horizontal */  
  #subNavigationHorizontal {
  	padding: 0 0 15px 0;	
 	 border-bottom: 2px solid #ebebeb; 
	 margin: 0 0 25px 32px;
  
  }
	#subNavigationHorizontal ul {
		list-style:none;
		overflow:hidden;
	}
	#subNavigationHorizontal ul li {
   		float: left; 
		position: relative;  
		margin: 0 9px 0 0; 
		height:28px;
   }
   
    #subNavigationHorizontal ul li a {
			font-size:14px;
			font-weight:400;
			color:#666666; 
			padding:2px 10px 0 10px;  
			text-decoration: none; 
			height:22px;
			display:block;	
    }
	
	#subNavigationHorizontal ul li:hover, #subNavigationHorizontal ul li.active {
		background:url("../img/arrow_tab_active.gif") no-repeat bottom center;
	}
	
	#subNavigationHorizontal ul li a:hover ,#subNavigationHorizontal ul li.active a{
		font-weight:400;
		color:#ffffff;
		background:#454848; 
		text-decoration:none;
	} 
	
	
#wrapper {
	background:url(../img/top_shadow.png) no-repeat;
	padding:8px 0 0 0;
}
#homeWrapper {
	background:url(../img/top_shadow.png) no-repeat;
	margin: -6px 0 0;
    padding: 8px 0 0;
    position: relative;
    z-index: 700;
}
#main {
	background:url(../img/side_shadow.png) repeat-y; 
}

#contentWrapper {
  overflow:hidden;
  padding: 24px 32px 50px 0;

}

#col2Wrapper {
  overflow:hidden;
}

	#col2Wrapper #content {
	  width:700px;
	  float:left;
	  margin:0 10px 0 32px;
	  padding: 0 0 0 0;
	}

	#col2Wrapper #rightCol {
	  width:197px;
	  float:left;
	  padding: 0 3px 0 16px;
	}

#col3Wrapper {
  overflow:hidden;

}
	#subNavigation {
	  width:185px;
	  float:left;
	  margin:0 40px 0 22px;
	  padding: 5px 0 0 0;
	}
	
	#col3Wrapper #content {
	  width:473px;
	  float:left;
	  margin:0 24px 0 0;
	  padding: 0 0 0 0;
	}
	
	#col3Wrapper #rightCol {
	  width:197px;
	  float:left;
	  padding: 0 3px 0 16px;
	}


#footer {
	overflow:hidden;
 	background:url(../img/footer_top_line.png) no-repeat 32px 0;
	padding: 30px 0 8px 32px;
	position:relative;
}


#socialMedia{
	position:absolute;
	right:33px;
	top:33px;
	z-index:5;
	width:33px;
}

#socialMedia img {
	margin: 0 0 3px 0;
}

/* Footer Sitemap */

#footer #footerSitemap {
	overflow: hidden;
	margin: 0 0 20px 2px;
}

#footer #footerSitemap ul {
	float:left;
	list-style:none;
	margin:0;
	width:230px;
}

#footer #footerSitemap a {
    display: inline-block;
	font-size:12px;
	line-height:20px;
	color:#999999;
	text-decoration:none;
}

#footer #footerSitemap a:hover {
	color:#E65F1E;
	text-decoration:none;
}

#footer #footerSitemap a.important {
    padding-top: 6px;
    font-weight: bold;
    color: #777777;
}

#footer #footerSitemap a.important:hover {
	color:#E65F1E;
	text-decoration:none;
}

/* Footer Navigation */

	#footerNavigation {
		border-top:1px solid #e5e5e5;
		margin: 0 33px 0 0;
		padding: 10px 0 0 0;
		position:relative;
	}

	#footerNavigation span {
		font-size:11px;
		line-height:13px;
		color:#999999;
	}
	
	#footerNavigation ul {
		overflow:hidden;
		float:left;
		list-style:none;
		position:absolute;
		right:-7px;
		top:7px;
		z-index:2;
		
	}
	
	#footerNavigation ul li {
		float:left;
		padding:0 7px 0 8px;
		background:url(../img/footer_trenner.gif) no-repeat 0 6px;
	}
	
	#footerNavigation ul li:first-child {
		padding:0 7px 0 0;
		background:none;
	}

	#footerNavigation ul a {
		font-size:11px;
		line-height:13px;
		color:#999999;
		text-decoration:none;
		text-transform:uppercase;
	}
	
	#footerNavigation ul a:hover, #footerNavigation ul a.active {
		color:#333333;  text-decoration:none;
	}

/* Custom */

.textbox-with-hint-blur {
    color: #999999;
}

#suggest-german-website {
    position: absolute;
    right: 7px;
    top: 80px;
    display: none;
    z-index: 1;
}
