@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.1b (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 * 
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(screen/nav_vlist.css);
@import url(screen/basemod_1col.css);
@import url(screen/content_1col.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_draft.css);

######
#
# Snippets by http://typo3.intervation.de/
#
####
#hauptmenue {
	line-height : normal;
	text-align: left;
	height:auto;
	overflow:hidden;
	width: 100%;
}
#hauptmenue ul {
	list-style-type : none;
	margin-right : 0;
	padding : 0;
	margin-top: 0;
	margin-bottom: 0;
	text-align:right;
	display:inline;
}
#hauptmenue li {
	display : inline;
	margin : 0;
	padding : 0;
}
#yymenu a {
	padding: 4px;
	text-decoration: none;
	display: block;
	float:left;
	color: #FFFFFF;
	margin: 0px;
	padding-left:30px;
	/*border-bottom: solid 1px #FFffff;*/
	/*background: #8594a0;*/
	font: bold 11px Verdana, Arial, Helvetica, Geneva, SunSans-Regular;
}
#yymenu a.last {
	border-style: none;
}
#yymenu  {
	/*background: #2e3e4b;*/
	text-transform:uppercase;
	font-weight:normal;
	
	
}

#yymenu a:hover {
	color: #ffffff;
	text-decoration:underline;
}
.mmLevel1, .mmLevel2{
	z-index: 1000;
	padding-top:0px;

	margin-bottom:10px;
}
#yymenu .sub {

}

#submenue {
}
