#content a, #content a:link {
	color:#B82841;
	text-transform:none;
}
#content a:hover {
	color:#330000;
	text-transform:none;
}
#footer a, #footer a:link {
	color:#330000;
	text-transform:none;
}
#footer a:hover {
	color:#FAA61A;
	text-transform:none;
}


#navigation {
    background:#FAA61A;
    display: inline;
    width: 165px;
    height: 310px;
    position:absolute;
    left:630px;
    top:175px;
    padding: 0px 0px 0px 0px;
    background-image:url(borde.gif);
    background-position: 2px 280px;
    background-repeat: no-repeat;
}

#navheight_vert {
   margin: 10px 0px 0px -26px;
   display: block;

}
* html body #navheight_vert { height: 300px; } /* IE 6 / 5.5 Hack */

#navheight_vert ul.nav1st {
 display: block;}


/* ### nav1st - first level navigation ######################################## */

ul.nav1st {

	font-size:1.2em;



}

ul.nav1st li {
	display: block;
	color:#B82841;
	background: inherit;
	font-weight:normal;
	text-align: left;
         list-style-type:none;


}

ul.nav1st a,
ul.nav1st a:link {
	display: block;
	color:#B82841;
	background: inherit;
         background-image:url(listpunkt.gif);
         background-position:0px 0px;
	background-repeat: no-repeat;
         text-decoration:none;
         height: 20px;
         list-style-type:none;
         padding: 2px 0px 0px 14px;

}

ul.nav1st a:hover {
	color:#330000;
	background: inherit;
         background-image:url(listpunkt.gif);
         background-position:0px 0px;
	background-repeat: no-repeat;
         padding: 2px 0px 0px 14px;
}

ul.nav1st li a.current,
ul.nav1st li a.current:link {
	color:#fff;
	background: inherit;
         background-image:url(listpunkt.gif);
         background-position:0px 0px;
	background-repeat: no-repeat;
	padding: 2px 0px 0px 14px;
}

ul.nav1st li a.current:hover {
	color:#fff;
	background: inherit;
         background-image:url(listpunkt.gif);
         background-position:0px 0px;
	background-repeat: no-repeat;
	padding: 2px 0px 0px 14px;
}

ul.nav1st li a.current:active {
	color:#fff;
	background: inherit;
         background-image:url(listpunkt.gif);
         background-position:0px 0px;
	background-repeat: no-repeat;
	padding: 2px 0px 0px 14px;
}


/* ### nav2nd - second level navigation ######################################### */

ul.nav2nd {
	padding:0;
	margin: 0 0 2px 0;
	font-size:0.8em;
	font-weight:normal;
	text-transform:none;


}

ul.nav2nd li {
	padding:0;
	margin:0;
	font-weight:normal;
	border:none;
	text-align: left;
         list-style-type:none;



}

ul.nav2nd a,
ul.nav2nd a:link {
	display:block;
	padding:0px 0px 0px 15px;
	background-image:url(button.gif);
	background-position:0px 0px;
	background-repeat: no-repeat;
         text-decoration:none;
}


ul.nav2nd a:hover {
	padding:0px 0px 0px 15px;
	background-image:url(button.gif);
	background-position:0px -0px;
	background-repeat: no-repeat;
	background-color:transparent;
	color:#330000;
}

ul.nav2nd li.active a,
ul.nav2nd li.active a:link {
	padding:0px 0px 0px 15px;
	background-image:url(button.gif);
	background-position:0px -0px;
	background-repeat: no-repeat;
	background-color:transparent;
	color:#fff;
}


/* ### Breadcrump Navigation #################################################### */

#sitePath {
	float:left;
	padding-left:10px;
	color:#c4d4dc;
	background: inherit;
}

#sitePath a, #sitePath a:link {
	color:#c4d4dc;
	background: inherit;
	text-transform:none;
}
