@CHARSET "ISO-8859-1";

ul.lvl2 {
	list-style: none;	
	width: 152px;
	padding-bottom: 0px;
}
ul.lvl2 li {
	background: url('../img/lvl2_mid.gif') repeat-y;
}
ul.lvl2 li.top {
	color: #ec7820;	
	height: 34px;
	line-height: 34px;
	background: url('../img/lvl2_top.gif') left top no-repeat;
}
ul.lvl2 li.top span {
	padding-left: 10px;
}
ul.lvl2 li a {
	border-bottom: 1px #c8e5f7 solid;
	display: block;
	width: 145px;
	_width: 150px;
	color: #008acb;
	line-height: 20px;
	padding-left: 4px;	
	text-decoration: none;	
}
ul.lvl2 li a:hover {
	text-decoration: underline;
}
ul.lvl2 li.bot {
	height: 8px;
	font-size: 0px;
	line-height: 0px;
	background: #fff url('../img/lvl2_bot.gif') left top no-repeat;
}
ul.lvl3 li {
	list-style:none;	
}
ul.lvl3 li a {
	width: 134px;
	_width: 150px;
	padding-left:15px
}
ul.lvl4 li {
	list-style:none;	
}
ul.lvl4 li a {
	width: 126px;
	_width: 150px;
	padding-left:24px
}
div.nav {
	float: left;
}
div.nav img {
	margin: 10px 0 0 20px;
	float: left;
}
ul.nav {
	float: left;
	padding: 3px 0 0 4px;
	list-style: none;
	height: 53px;
}
ul.nav li {
	float: left;
	height: 54px;
	border-right: 1px solid #ddf0f7;
}
ul.nav li.agenda a {
	padding-left: 36px;
	background: url('../img/kalender.gif') no-repeat;	
}
ul.nav li.agenda a:hover {
	padding-left: 36px;
	background: url('../img/kalender_hover.gif') no-repeat;	
}
ul.nav li a {
	display: block;
	line-height: 54px;
	color: #3e3f3f;
	font-size: 16px;
	padding: 0 6px 0 6px;	
}
ul.nav li a:hover {
	display: block;
	line-height: 54px;
	color: #3e3f3f;
	font-size: 16px;
	padding: 0 6px 0 6px;	
	background: url('../img/nav_hover.gif') repeat-x;
	text-decoration: none;
}
ul.nav .first a {
	padding-left: 20px;
}
ul.nav .first a:hover {
	padding-left: 20px;
	background: url('../img/nav_hover_first.gif') left bottom no-repeat;
}
ul.nav li h3 {
	margin-top: 14px;
	width: 90px;
	height: 100%;
}

/* Selected */
ul.nav li a.mark {
	background: url('../img/nav_hover.gif') repeat-x;
}
ul.nav li.first a.mark {
	background: url('../img/nav_hover_first.gif') left bottom no-repeat;
}
ul.nav li.agenda a.mark {
	background: url('../img/kalender_hover.gif') no-repeat;	
}
