@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        career.css
 * @date		07.06.2008		
 * @description Formatierung der Inhalte (Texte, Grafiken, Links, Listen, Tabellen usw.)
 *
 *
 * Submenu Background:				#4069A8
 * Submenu Hover: 					#B3B3B3
 *
 * Content Hintergrund grau:		#EDEDEB
 * 
 * List Dots:						#00378B
 * Headline Background;				#00378B
 * Content Link:					#00378B
 * Backgrund dunkelgrau:			#DADAD4
 
 */

@media all
{
  /*-------------------------------------------------------------------------*/
  
	div.app_reports ul{list-style-type: none; list-style-image: none !important; margin: 0 !important;}
	div.app_reports ul li {overflow: hidden; background: none; position: relative;}
	div.app_reports ul .image {float: left; width: 100px;}
	div.app_reports ul .image img { border: 1px solid #000 !important;}
	div.app_reports ul .text {float: left; width: 430px;}
	
	div.app_reports h2.trenner {font-weight: bold; border-bottom: 1px solid #4D70B0;}
	
	
	#col3 .app_reports h2, 
	#col3 .app_reports h3, 
	#col3 .app_reports h4 { font-size: 1em; font-weight: bold; margin-bottom: 10px;}
	#col3 .app_reports p {margin: 0 0 10px 0;}
	#col3 .app_reports ul { margin: 20px; list-style-image: url('../images/list_dot.gif');}
	#col3 .app_reports ul li {padding: 2px 0; margin-bottom: 10px; background: none;} 
	
	
		
}
