@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) stylesheet for screen layout
 * (de) Stylesheet für das Bildschirm-Layout
 *
 * @creator     YAML Builder V1.0 (http://builder.yaml.de)
 * @file        content.css
 * @date		16.05.2008		
 * @description Formatierung der Inhalte (Texte, Grafiken, Links, Listen, Tabellen usw.)
 *
 *
 * Submenu Background:				#4069A8
 * Submenu Hover: 					#B3B3B3
 *
 * Content Hintergrund grau:		#EDEDEB
 * 
 * Tabs Background:					#DADAD4
 * Tabs Font:						#87867C						
 * Tabs Background active:			#EDEDEB
 * Tabs Font active:				#4D70B0
 *
 * List Dots:						#00378B
 * Headline Background;				#00378B
 * Content Link:					#00378B
 *
 
 */

@media all
{
  /*-------------------------------------------------------------------------*/
  
  	/* Key Visual */
	#col3 .key_visual {padding: 0 0 8px 0; background-color: #FFF;}
	
	/* Überschrift */
	#col3 .content_headline {width: 560px; padding: 5px 30px; color: #FFF; background-color: #00378B;}
	#col3 .content_headline h1 { font-size: 1.165em; font-weight: bold;}
	#col3 .content_headline h2 {font-size: 1em; font-weight: bold;}
	

	/* Content */

	#col3 .content_standard h1 { font-size: 1em; font-weight: bold; margin-bottom: 10px;}
	#col3 .content_standard h2, 
	#col3 .content_standard h3, 
	#col3 .content_standard h4 { font-size: 1em; font-weight: bold; margin-bottom: 10px;}
	#col3 .content_standard p {margin: 0 0 10px 0;}
	#col3 .content_standard ul { list-style-image: none; list-style-type: none;}
	#col3 .content_standard ul li {padding: 0 0 0 12px; margin: 0 0 10px 0; background: url('../images/list_dot.gif') 0px 6px no-repeat;}
	 
	#col3 .content_standard { width: 578px; padding: 15px 12px 15px 30px; background-color: #F5F5F5; overflow: auto; position: relative;}
	#col3 .content_separator {width: auto; background: url('../images/column_separator.gif') 280px 0px repeat-y; overflow: hidden;}
	#col3 .content_standard_column { min-height: 405px;}
	#col3 .content_standard_col1{ width: 260px; min-height: 405px; padding: 10px 20px 10px 0; float: left; }
	#col3 .content_standard_col2{ width: auto; min-height: 405px; padding: 10px 0 10px 20px; margin: 0 0 0 280px;}
	
			
	/* Register */
	ul.mootabs_title { height: 24px; list-style-type: none; overflow:  hidden; position: relative;}
	ul.mootabs_title li {height: 24px; min-width: 100px; padding: 4px 8px 2px 8px; margin: 0 2px 0 0; color: #87867C; font-weight: bold; text-align: center; background-color: #DADAD4; cursor: pointer; float: left; position: relative;}
	ul.mootabs_title li.active, ul.mootabs_title li.over {background-color: #EDEDEB; color: #4D70B0; position: relative;}
	
	.mootabs_panel {display: none;}
	.mootabs_panel.active {display: block; position: relative;}
	
	/* Contact Worldwide */
	.adress_ww {display: none; margin: 20px 0 0 0;}
	select#adresses_worldwide {font-size: 0.835em; width: 130px; margin: 0 0 0 10px;}
	

	/* Register */
	div.register ul {overflow: hidden; position: relative; list-style-type: none;}
  	div.register ul li {height: 18px; padding: 2px 10px; font-weight: bold; font-size: 0.915em; color: #FFF; text-align: center; float: left; }
  	div.register ul li a { color: #FFF !important; text-decoration: none;}
  	div.register ul li.active a { color: #000 !important; text-decoration: none;}
  	
  	div.register ul li.register1 { margin: 0 4px 0 0; background-color: #4D70B0;} /* width: 96px; */
  	div.register ul li.register2 { margin: 0 4px 0 0; background-color: #A3C753;}/* width: 192px; */
	div.register ul li.register3 { margin: 0 4px 0 0;background-color: #AF0917;}/*width: 113px; */
	div.register ul li.register4 { margin: 0 0 0 0; background-color: #8A1A6E;}/*width: 207px; */
	div.register ul li.active {height: 19px;}
	
	div.register .register_bar {height: 6px; background-color: #4D70B0;}
	div.register .register_bar1 {height: 6px !important; background-color: #4D70B0; position: relative;}
	div.register .register_bar2 {height: 6px !important; background-color: #A3C753; position: relative;}
	div.register .register_bar3 {height: 6px !important; background-color: #AF0917; position: relative;}
	div.register .register_bar4 {height: 6px !important; background-color: #8A1A6E; position: relative;}
  
	div.register .filter_bar {height: 22px; padding: 2px 5px 0 0; font-size: 0.835em; background: url('../images/bg_filter_bar.gif') 0px 0px repeat-x; text-align: right;}
	div.register .filter_bar .product {}
  	div.register .filter_bar .product select{ width: 110px; font-size: 1em;}
	
	/* Filterbar */
	.filter_bar {height: 22px; padding: 2px 5px 0 0; font-size: 0.835em; background: url('../images/bg_filter_bar.gif') 0px 0px repeat-x; text-align: right;}
	.filter_bar .filter {padding: 0 0 0 10px;}
	.filter_bar .filter form {display: inline;}
  	.filter_bar .filter select{ width: 110px; font-size: 1em;}
	
	
	
	
}













