/*
---------------------------------------------
Banzer-Sport Thusis
Start: 24.09.2007
Autor: Michael Küchler - www.schturm.ch
Medium: Screen
---------------------------------------------
*/
@charset "utf-8";
#button {
	width: 236px;
	border-right: 1px solid #FFF;
	padding: 0 0 0 0;
	background-color: #f1f1f1;
	color: #4f5b60;
	font-size: 12px;
	font-weight: bold;
}

#stufe1 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#stufe1 li {
	border-bottom: 1px solid #FFF;
	margin: 0;
}

#stufe1 li a {
	display: block;
	padding: 5px 5px 5px 2px;
	border-left: 10px solid #a0b1b8;
	background-color: #c8d4da;
	color: #4f5b60;
	text-decoration: none;
	width: 219px; /* damits im IE 6 richtig angezeigt wird*/
}

html>body #container #sidebar1 #stufe1 li a {
	width: auto;
}

#stufe1 li a:hover {
	border-left: 10px solid #80939b;
	background-color: #bdc8cd;
	color: #000;
}

#stufe2 ul li {
	list-style-type: none;
	margin-left: 0;
	padding: 0;
	border: none;
}

#stufe2 li a {
	display: block;
	padding: 5px 5px 5px 15px;
	border-left: 10px solid #c8d4da;
	background-color: #f1f1f1;
	color: #4f5b60;
	text-decoration: none;
	width: 207px; /* damits im IE 6 richtig angezeigt wird*/
}

html>body #sidebar1 #stufe2 li a {
	width: auto;
}

#stufe2 li a:hover {
	border-left: 10px solid #bcc9d0;
	/*background-color: #e4e4e4;*/
	background-color: #ffffff;
	color: #000;
}

#stufe3 ul li {
	list-style-type: none;
	margin-left: 0;
	padding: 0;
	border: none;
}

#stufe3 li a {
	display: block;
	padding: 5px 5px 5px 25px;
	border-left: 10px solid #c8d4da;
	background-color: #f1f1f1;
	color: #4f5b60;
	text-decoration: none;
	width: 100%;
	font-weight: normal;
}

html>body #sidebar1 #stufe3 li a {
	width: auto;
}

#stufe3 li a:hover {
	border-left: 10px solid #bcc9d0;
	/*background-color: #e4e4e4;*/
	background-color: #ffffff;
	color: #000;
}

.markiert {
	color: #e11327;
}

.twoColFixLtHdr #container #sidebar1 #button #stufe1 #stufe2 #stufe3 #aktiv a {
	background-color: #ffffff;
}

.twoColFixLtHdr #container #sidebar1 #button #stufe1 #stufe2 #aktiv a {
	background-color: #FFFFFF;
}

.twoColFixLtHdr #container #sidebar1 #button #stufe1 #aktiv a {
	background-color: #bdc8cd;
}
