
#subnavcontainer #navlist
{
	padding-left: 0;
	margin-left: 0;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
}

#subnavcontainer #navlist li
{
	list-style: none;
	margin: 0;
	padding: 0.25em;
}

#subnavcontainer #navlist li a {
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	color: #FFFFFF;
	font-size: 0.8em;
	padding-left: 10px;
	padding-right: 10px;
}

.blau {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
}
.blau:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	background-color: #000066;
}
.dunkelrot {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
.dunkelrot:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	background-color: #990000;
}
.gruen {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
}
.gruen:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	background-color: #006600;
}
.orange {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
.orange:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	background-color: #FF9900;
}
.gelb {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
}
.gelb:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
	background-color: #FFFF00;
}
.schwarz {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.schwarz:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #000000;
}
.lila {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF00FF;
}
.lila:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF00FF;
	background-color: #FF00FF;
}

