@media screen {

.styleswitch {
    padding-left: 0px;
}
.styleswitch a {
	color: #555251;
	text-decoration: none;
}
.styleswitch a:hover {
	color: #AFAFAF;
	text-decoration: none;
}

#navi_h ul {
	padding: 0px 0px 0px 197px;
	font-size: 14px;
 	font-weight: bold;	
	height: 32px;
}	
#navi_h li {
	list-style-type: none;
	float: left;
	padding: 5px 5px 0px 0px;
}
#navi_h a {
	text-decoration: none;
	color: #ffffff;
	padding: 7px 7px 10px 7px;
}
#navi_h a:hover {
	background-color:#555251;
	color: #ffffff;
}
#navi_h .active {
	background-color: #555251;

}
#navi_h .trail {
	background-color: #555251;
}

#navi_sub ul {
	list-style: none;
}
#navi_sub li {
	border-top: 2px solid #ffffff;
}
#navi_sub li a {
	display: block;
	padding: 2px 0px 2px 6px;
	border-left: 5px solid #555251;
	background-color: #B1B0B0;
    color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#navi_sub li a:hover {
	border-left: 5px solid #555251;
	background-color: #861530;
	color: #ffffff;
}
#navi_sub li .active {
	display: block;
	padding: 2px 0px 2px 6px;
   	border-left: 5px solid #555251;
	background-color: #861530;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#navi_sub .level_2 li {
	border-top: 2px solid #ffffff;
}
#navi_sub .level_2 li a {
	display: block;
	padding: 2px 0px 2px 16px;
	border-left: 5px solid #555251;
	background-color: #CCCCCC;
    color: #333333;
	font-weight: normal;
	text-decoration: none;
}
#navi_sub .level_2 li a:hover {
	border-left: 5px solid #555251;
	background-color: #861530;
	color: #ffffff;
}
#navi_sub .level_2 li .active {
	display: block;
	padding: 2px 0px 2px 16px;
	border-left: 5px solid #555251;
	background-color: #861530;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
} 

#navi_sub .level_3 li a {
	display: block;
	padding: 2px 0px 2px 26px;
	border-left: 5px solid #555251;
	background-color: #E7E7E7;
    color: #333333;
	font-weight: normal;
	text-decoration: none;
}
#navi_sub .level_3 li a:hover {
	border-left: 5px solid #555251;
	background-color: #861530;
	color: #ffffff;
}
#navi_sub .level_3 li .active {
	display: block;
	padding: 2px 0px 2px 26px;
	border-left: 5px solid #555251;
	background-color: #861530;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

/* Zurueck-Button anpassen */
#navi_sub .back a {
	display: block;
	padding: 2px 0px 2px 6px;
	border-left: 5px solid #555251;
	background-color: #B1B0B0;
    color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#navi_sub .back a:hover {
	border-left: 5px solid #555251;
	background-color: #861530;
	color: #ffffff;
}

#footer li {
	float: right;
	list-style-type: none;
	background-color: #848484;
	border-bottom: 2px solid #848484;
	margin: 0px 0px 10px 0px;
}
#footer li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 10px 8px 10px;
}
#footer a:hover {
	background-color: #555251;
	color: #ffffff;
}
#footer li .active {
	text-decoration: none;
	padding: 2px 10px 8px 10px;
	background-color: #555251;
	color: #ffffff;
}
#footer .trail {
	text-decoration: none;
	padding: 2px 10px 8px 10px;
	background-color: #555251;
	color: #ffffff;
}

}

