@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2 (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 * 
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(core/base.css);

/* import screen layout | Screen-Layout einbinden */
/* @import url(navigation/nav_shinybuttons.css); */
@import url(screen/basemod.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(print/print_draft.css);h1 {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 20px; line-height: 1.5em; color: #177B74}
p {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 1.5em; color: #033713}
h3 {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 14px; line-height: 1.5em; color: #336600}
h2 { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 14px; line-height: 1.5em; color: #033713; font-weight: bold}
ul { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 1.5em; color: #033713}


.navigation {
	padding: 0px 25px 2px;
}

.navigation a {
    color:#033713;
    display:inline-block;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    list-style-type:none;
    padding:1px 0;
    text-decoration:none;
}

.navigation li.aktiv a,
.navigation a:hover {
	font-weight:bold;
	text-decoration: underline;
}

.navigation ul {
	margin: 0 0;
; list-style-position: inside; list-style-type: disc
; padding:  0px 0px 0px 10px
}

.navigation ul ul {
	margin: 0 0;
; list-style-position: inside; list-style-type: circle
; padding:  0px 0px 0px 15px
}
.navigation li {
	background-color:#C9E4AD;
	margin: 0 0 1px;
	padding:  0 3px 1px 10px;
	list-style-type: none;
; list-style-position: inside
}

.navigation li li {
	background-color:#C9E4AD;
	padding-left: 15px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px
; list-style-type: none
}
.navigation a:hover  { color: #FFFAE2 }link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 1.5em; color: #033713 }
