@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Screen layout for YAML examples
 * (de) Bildschirmlayout für YAML-Beispiele
 *
 * @copyright       Copyright 2005-2007, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.2
 * @revision        $Revision: 107 $
 * @lastmodified    $Date: 2007-08-01 18:27:14 +0200 (Mi, 01 Aug 2007) $
 */

@media all
{


	#page_margins {

	}

	#page {
		background: none;
	}

	#main {
		background: url(../img/startseiten_watermark.gif) left top no-repeat;
	}

/* Einstellungen wegen Background Image der Startseite */
	
	#header {
	}
	
	#breadcrumb_language_wrapper {
	}
	
	#footer {
	}
	
	/* Da Breadcrumb */
#breadcrumb span {
	margin:0 0 0 0px;
}

/* Einstellungen ENDE */

	#startseite_news_inhalt {
		min-height:400px;
	
	}
	
	
	#start-latestnews h2{
		color:#222222;	
	
	}
	
	#start-latestnews img {
		margin: 0 0 20px 0;
	}
	
	#start-latestnews .eineStartNews a img {
		background: none;
		padding: 0;
	}
	
	#start-latestnews .eineStartNews a {
		text-decoration:none;
		color:#777777;
		font-size: 1.2em;
	}
	
	#start-latestnews .eineStartNews p.bodytext a {

		font-size: 1.0em;
		padding:0pt 0pt 0px 1.2em;
	}
	
	
	#start-latestnews .eineStartNews a:hover{
		color:#6b9a13;
	}
	
	#start-latestnews .eineStartNews a .interner_link {
		background-image:url(../img/interner_link_icon.gif);
		background-position:center left;
		background-repeat:no-repeat;
		padding:0 0 0px 1.5em;		
	}
	
	#start-latestnews .eineStartNews a .news-link-title {
		font-style: italic;
		color:#000000;
	}
	
	#start-latestnews .eineStartNews a:hover .news-link-title {
		color:#6b9a13;
	}

	#startnews_navigation .startnews_nav_number {
		
		font-size:1.3em;
		float:left;
		display:block;
		padding:0 5px 0 5px;
		cursor:pointer; 
		color:#777777;
		
		
	}
	
	#startseite_controls {
		
		border-top:1px solid #CCCCCC;
		margin:10px 0 0 0;
		width:580px;
	
	}
	
	#startnews_navigation {
		margin:10px 0 0 0;
		float:left;
		
		
	}
	
	#startnews_navigation .activeslide, #startnews_navigation .startnews_nav_number:hover{
		
		color:#6b9a13;
		
		
	}
	
	
	
	#startseite_play_button {
		
		font-size:1.3em;
		display:block;
		margin:10px 5px 0 0;
		cursor:pointer;
		float:left;
		color:#777777;
		border-right:solid 1px #CCCCCC;
		padding:0 10px 0 0;
		
		
	}

	#startseite_play_button:hover {
		
		color:#6b9a13;
		
	}
	
	
	
	#startseite_link_to_aktuelles {
		
		font-size:1.3em;
		display:block;
		margin:10px 0 0 10px;
		float:left;
		border-left:solid 1px #CCCCCC;
		padding:0 0 0 10px;
		
		
	}
	
	#startseiten_height_fixer {
		
		height:360px;
		
		
	}
	


}