@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

#box_1_navi ul {
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #999999;
	width: 215px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#box_1_navi li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	display: block;
	background-image: url(../Bilder/button_navi_225x22.jpg);
}
#box_1_navi a {
	color: #000000;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	display: block;
	font-weight: normal;
}
#box_1_navi a:hover {
	background-color: #CCCCCC;
	color: #fff;
	width: 100%;
	background-image: url(../Bilder/button_navi_2_225x22.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#box_1_navi a:focus {
	background-color: #CCCCCC;
	color: #CCCCCC;
	width: 100%;
	border: thin solid #666666;
}
#box_1_navi li.current a {
	color: #FFF;
	text-decoration: none;
	background-image: url(../Bilder/button_navi_2_225x22.jpg);
	background-repeat: no-repeat;
	background-position: 100%;
	display: block;
}

