/*
Stylesheet by kotyrba.net 2006
*/

.left {
	width: 240px;
	vertical-align:top;
	text-align: left;
	border-top-width:1px;
	border-top-color:#FFF;
	border-top-style:solid;
	background-color:#667176;

}
.left ul, #left li {
	list-style-type: none;
	list-style-image: none;
}
li a, li a:visited {
	color:#FFF;
	text-decoration:none;
}
li a:hover {
	color:#FDBF09;
	text-decoration:none;
}

/* level 1 item */
ul, li {
	padding:0px;
	margin:0px;
}
ul li {
	display:block;
	font-size: 16pt;
	text-align: left;
	text-decoration: none;
	padding: 15px 5px 65px 25px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#FFF;
}

/* level 3 item */
ul ul li {
	font-size: 10pt;
	text-align: left;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom:5px;
	padding-left:0px;
	margin:0px;
	display: block;
	height:auto;
	border:none;
}

/* level 4 item */
ul ul ul li {
	font-size: 10pt;
	text-align: left;
	text-decoration: none;
	padding-left: 25px;
	padding-top:5px;
	margin:0px;
	display: block;
	height:auto;
	border:none;

}

li.page_item a {
	color:#FFF;
	font-weight:normal;
}
li.page_item a:hover {
	color:#FDBF09;
	font-weight:normal;
}


/* aktive ebenen */
li.current_page_ancestor /* 1. ebene */
{
	background-color:#444D50;
}
li.current_page_ancestor a /* 1. ebene */
{
	color:#FF9710;
}

li.current_page_ancestor ul li.current_page_item a,
li.current_page_ancestor ul li.current_page_ancestor a, /* 2. ebene */
li.current_page_ancestor ul li.current_page_ancestor ul li.current_page_item a /* 3. ebene */ 
{
	color:#FF9710;
	font-weight:bold;
}
/* aktive ebene hover */
li.current_page_ancestor ul li.current_page_item a:hover,
li.current_page_ancestor a:hover, /* 1. ebene */
li.current_page_ancestor ul li.current_page_ancestor a:hover, /* 2. ebene */
li.current_page_ancestor ul li.current_page_ancestor ul li.current_page_item a:hover /* 3. ebene */ 
{
	color:#FDBF09;
}
/* alles unter jeweiliger ebene wieder weiss */
li.current_page_ancestor ul a,
li.current_page_ancestor ul li.current_page_ancestor ul a
{
	color:#FFF;
	font-weight:normal;
}
/* alles unter jeweiliger ebene hover */
li.current_page_ancestor ul a:hover,
li.current_page_ancestor ul li.current_page_ancestor ul a:hover
{
	color:#FDBF09;
	font-weight:normal;
}

li.current_page_ancestor ul li.current_page_ancestor ul {/* 2. ebene bereich abstand zum parent*/
	#padding-top:5px;
}li.current_page_ancestor ul li.current_page_ancestor {/* 2. ebene bereich abstand zum parent*/
}

li.current_page_ancestor ul li {/* 2. ebene bereich abstand zum parent*/
}

.right {
	width:180px;
	padding:0px;
	text-align:left;
	vertical-align:top;
	background-color: #DDE4E7;
	padding-top:90px;
	padding-left:10px;
}
.right a {
	padding-top:1px;
	color:#667176;
}
.right a:hover {
	color:#FF9710;
	text-decoration:none;
}
