
/* Headerbild */

#header .orangeBar{

	background-image: url(../images/white_bar.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 10px 0 10px 15px;
	margin-top: 0;
}
/**************** Nav Layer ****************/
div.menuTopLayer td{
	margin:0px;
	padding:0px;
}
div.menuTopLayer a{
	filter:Alpha(opacity=80, finishopacity=80, style=0);
	opacity: .8;
	width: 250px;
	font-size:	11px;
	background-color: #F3F3F3;
	display: block;
	text-decoration: none;
	color:	black;

	padding-left:30px;
	padding-right: 10px;
	padding-top:5px;
	padding-bottom: 6px;

	background-image: url(../images/nav_left_normal.gif);
	background-repeat: no-repeat;
	background-position: 12px 9px;
}
div.menuTopLayer a:hover{
	background-color: #1979BA;
	color: silver;
}

div.menuTopLayer li{
	list-style: none;
}

div.menuSub p.lastElement{
	margin : -13px 0 0 0;
	border-bottom: 1px solid #CCCCCC;
}

