@charset "UTF-8";
/**
* "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
*
* (de) Variation des Screenlayouts f�r den Bereich Basics (blau)
*
* @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.1
* @revision        $Revision: 92 $
*/

@media screen
{
  #main { 
  	/*margin-top: 0 px; bei 2-zeiliger Naviagation */
	margin-top: -20px; /* bei 3-zeiliger Naviagation */ 
	}
	
#nav_2 { background:url(../grafiken/gelb_navigationszeile.jpg) 
repeat-x; padding-top: 10px; padding-left: 55px; padding-bottom: 16px;}
  
  
#nav_main #current {
    background-image: url("../grafiken/button_gelb_links.jpg");
  }

#nav_main #current a,
#nav_main #current strong {
    color:#334;
    background-image: url("../grafiken/button_gelb_rechts.jpg");
    background-position:top right;
  }



span.aktuell {
	float:right; display:inline;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	
	border:5px solid #c1e8e8;
	background-color: #c1e8e8; 
	position:relative;
}

span.aktuell h1 {
	color: #006666;
}

#col3 {
	margin: 0; padding:0; 
	margin-right: 100px;
	border-left: 200px #EBEBEB solid;
	/*background-color: #cccccc;*/
}

p.titel {
	font-weight:bold;
	color: #006666;
}

#submenu li a { 
	padding-right: 10px;
	border-top: 1px #006666 solid; 
	color: #006666;
	text-align:left;
}

#submenu li a strong { 
 	font-weight:bold;
	font-size: 110.67%;
	color: #006666;
	line-height: 1em;
}
  
#submenu li#title a{
    color: #006666;
  }

/****Kästen in der Rechten Spalte ********************************/
 
 span.minisKasten {
	float:right; display:inline; 
	margin-top: 5px;
	width: 90%; padding: 5px; 
	background-color: #990099; color: #FFFFFF;
	position:relative;
}

span.minisKasten strong {
	font-size: 116.67%;
	font-weight: bold;
}

span.minisKasten a {
	background-color: #990099; color: #FFFFFF;
	text-decoration: none;
}

span.minisKasten a:hover {
	background-color: #990099; color: #FFFFFF;
	text-decoration:underline;
}

span.dkaKasten {
	float:right; display:inline; 
	margin-top: 5px;

	width: 90%; padding: 5px; 
	background-color: #330066; color: #FFFFFF;
	position:relative;
}

span.dkaKasten strong {
	font-size: 116.67%;
	font-weight: bold;
}

span.dkaKasten a {
	background-color: #330066; color: #FFFFFF;
	text-decoration: none;
}

span.dkaKasten a:hover {
	background-color: #330066; color: #FFFFFF;
	text-decoration: underline;
}

span.shopKasten {
	float:right; display:inline; 
	width: 90%; padding: 5px;
	margin-top: 5px; 
	background-color: #ff3333; color: #FFFFFF;
	position:relative;
}

span.shopKasten strong {
	font-size: 116.67%;
	font-weight: bold;
}


span.shopKasten a {
	background-color: #ff3333; color: #FFFFFF;
	text-decoration: none;
}

span.shopKasten a:hover {
	background-color: #ff3333; color: #FFFFFF;
	text-decoration: underline;
}

span.lqKasten {
	float:right; display:inline; 
	width: 90%; padding: 5px; 
	margin-top: 5px;
	background-color: #ff9900; color: #FFFFFF;
	position:relative;
}

span.lqKasten strong {
	font-size: 116.67%;
	font-weight: bold;
}

span.lqKasten a {
	background-color: #ff9900; color: #FFFFFF;
	text-decoration: none;
}

span.lqKasten a:hover {
	background-color: #ff9900; color: #FFFFFF;
	text-decoration: underline;
}

span.geschichteKasten {
	float:right; display:inline; 
	width: 90%; padding: 5px; 
	margin-top: 5px;
	background-color: #006666; color: #FFFFFF;
	position:relative;
}

span.geschichteKasten strong {
	font-size: 116.67%;
	font-weight: bold;
}

span.geschichteKasten a {
	background-color: #006666; color: #FFFFFF;
	text-decoration: none;
}

span.geschichteKasten a:hover {
	background-color: #006666; color: #FFFFFF;
	text-decoration: underline;
}

/**********************************************************************/

}
