@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        news.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
{
  /*-------------------------------------------------------------------------*/
  
	.news ul {list-style-type: none !important; list-style-image: none; margin: 0 !important;}
	.news ul li { background: none !important; padding: 0 !important;}
	.news ul .image {float:left;}
	.news ul .text {float:left; width: 440px; border-bottom: 1px solid #00378B; padding: 0 0 5px 0;}
	
	.news .text h2 {color: #00378B;}
	
	ul.joblist a { min-height: 20px; padding: 0 0 0 26px; color: #000; text-decoration: none; display: block; background: url('../images/link_icon_download.gif') top left no-repeat;}
	
}
