#menue{
	font-size: 0.8em;
	font-variant: small-caps;
	position: relative;
	left: 3px;
}

#menue LI{
	float: left;
	list-style-type: none;
	text-align: center;
}

A.Menue, LI.Menue, LI.MenueActive{
	display: block;
	width: 105px;
	height: 20px;
	background-image: url("../pic/button_mainmenu_03_serie.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

A.Menue:HOVER{
	border: 0px;
	background-position: -105px 0px;
	color: #000000;
}

LI.MenueActive
{
	background-position: -210px 0px;
}

#submenue,#calendar{
	padding: 12px; 
	border-top: 2px dotted #19a949;
	font-size: 0.9em;
	font-variant: small-caps;
}

#submenue{
	padding-right: 0;
}

#submenue UL{
	padding-left: 0em;
}

#submenue UL.SubLevelTwo{
	padding-left: 1em;
	display: none;
}

#submenue UL.SubLevelTwoAdmin{
	padding-left: 1em;
}

#submenue A.navLink{
	display: block;
	width: 100%;
	background-image: url("../pic/button_submenue_gradient_01.gif");
	background-repeat: repeat-y;
	background-position: -400px 0px;
}

#submenue A.navLink:HOVER{
	background-image: url("../pic/button_submenue_gradient_01.gif");
	background-repeat: repeat-y;
	background-position: 0px 0px;
	color: #000000;
}

#submenue IMG:HOVER{
 	background-color: #aaaaaa;
	cursor: pointer;
}

#submenue DIV.SubmenueActive{
	display: block;
	width: 100%;
	background-image: url("../pic/button_submenue_gradient_01.gif");
	background-repeat: repeat-y;
	background-position: -200px 0px;
	color: #000000;
	font-weight: bold;
}
#submenue LI{
	position: relative;
}

.SubLevelOne LI{
	line-height: 1.5em;
	list-style-type: none;
}

.SubLevelTwo LI{
	line-height: 1.3em;
	list-style-type: none;
}

#calendar TABLE{
	border: 0;
	text-align: right;
	font-size: 100%;
	clear: left;
	table-layout: fixed;
}

#calendar_head{
	border: 0px;
	text-align: center;
}

#calendar TD{
	border: 1px solid #858585;
	width: 5em;
	height: 2em;
}

#calendar TABLE A{
	color: #FFFFF9;
	font-weight: 300;
}

#event_month_nav,#calendar_month_nav{
	list-style-type: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8em;
	margin-bottom: 3em; margin-left: 0;
	padding-left: 0;
}

#calendar_month_nav{
	margin: 0;
}

#event_month_nav LI,#calendar_month_nav LI{
	float: left;
	margin-left: 1em;
}

.cal_active{
	color: #FFFFF9;
	background-color: #97ae9a;
}

.cal_passive{
	background-color: #FFFFF9;
}

.cal_shadowed{
	background-color: #FFFFF9;
}

A.showTreeLink, A.hideTreeLink{
	display: none;
	border: none;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}

