@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
{
  /*-------------------------------------------------------------------------*/
  
	.download_box {width: 200px; padding: 40px 0 0 0;}
	.download_box .headline { height: 16px; padding: 2px 10px; background: url('../images/box_icon_download.gif') top right no-repeat; background-color: #00378B; color: #FFF; font-weight: bold;}
	.download_box .text { padding: 5px 10px; background-color: #DADAD4; color: #000;}
	.download_box .text 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;} 
	
	
	ul.joblist {margin: 0 !important; list-style-type: none !important; list-style-image: none !important;}
	ul.joblist li{ background: none !important; padding: 0 !important;}
	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;}
	
	.last_update {font-size: 11px; font-style: italic;}
}
