@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "2col_left_13"
 * (de) Zentrales Stylesheet - Beispiellayout "2col_left_13"
 *
 * @copyright       Copyright 2005-2008, 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.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(../yaml/navigation/nav_shinybuttons.css);
@import url(screen/basemod.css);
@import url(screen/basemod_startseite.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_003_draft.css);

#suchentext {
	width: 55px;
	height: 21px;
	color: #ffffff;
	font-size: 14px;
	float: left;
	}

#page_margins {
	background-image:url(/fileadmin/images/layout/background.gif);
	height:100%;
	width:100%;
	background-repeat:repeat-x;
	background-position:0 -98px;
}

#header {
	margin:0 16px;
	width:990px;
	height: 322px;
	background-image: url(/fileadmin/images/layout/headerback.gif);
}

#logocontainer {
	width: 318px;
	height: 320px;
	background-image: url(/fileadmin/images/layout/logoback.gif);
	float: left;
}

#quicklinks {
	height:112px;
	padding:20px 0 0 16px;
	width:302px;
}

#headerbild {
	width: 672px;
	height: 320px;
	float:right;
}

#untermenu {
	width: 318px;
	float: left;
}

#untermenu img {
	margin-right: 10px;
}

#untermenu, #untermenu a, #untermenu a:hover, #untermenu a:visited, #untermenu a:active {
	color: #064a95;
	text-decoration: none;
}

.hauptnorm, .hauptcur, .hauptact  {
	width: 303px;
	padding: 5px 5px 5px 10px;
	margin-bottom: 2px;
	font-size: 13px;
}

.unternorm, .untercur  {
	width: 271px;
	padding: 5px 5px 5px 42px;
	margin-bottom: 2px;
	font-size: 13px;
	background-position:10px 8px;
	background-repeat:no-repeat;
	background-image: url(/fileadmin/images/layout/wolke.gif);
}

.hauptnorm, .unternorm {
	background-color: #ddf3fe;
}

.hauptcur, .untercur, .hauptact {
	font-weight: bold;
	background-color: #c7ebfb;
}


