/* Subnavigation*/


#navcontainer {
	margin-left: 25px;
	background: #dcf1e2;
	width: 155px;
	height: 350px;
 }
#nav {
	width: 200px;
	height: 400px;
}
#contentli {
	height: 300px;
	width: 800px;
	float: left;
}
#contentre {
	height: 300px;
	width: 290px;
	left: 400px;
	float: right;
}


#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
	width: 100px;
}

#navcontainer li {
	margin: 0;
	width: 100px;
}

#navcontainer a
{
	display: block;
	width: 100px;
	color: #000;
	font-weight: bold;
	font-size: 10px;
	background-image: url(medien/navbar_inaktiv.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 5px;
	padding-right: 17px;
	padding-bottom: 5px;
	padding-left: 22px;
}

#navcontainer a:hover
{
color: #000;
text-decoration: none;
background-image: url(medien/navbar_aktiv1.gif);
background-repeat: no-repeat;
background-position: 0 0;
}

#navcontainer ul ul li {
	margin: 0;
	width: 100px;
	font-style: normal;
}

#navcontainer ul ul a
{
	display: block;
	width: 100px;
	color: #000;
	background-image: url(medien/subnavbar.gif);
	text-decoration: none;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}

#navcontainer ul ul a:hover
{
color: #000;
background-image: url(medien/subnavbar_aktiv.gif);
text-decoration: none;
}

#navcontainer li a#current {
	background-image: url(medien/navbar_aktiv2.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 100px;
}

#navcontainer li li a#subcurrent {
	background-image: url(medien/subnavbar_aktiv.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 100px;
}

