/* */

* {
 	margin: 0;
	padding: 0;
	}

#all {
	margin: 0 auto;
/*	background: url('../images/bg_visual1.jpg') top left no-repeat; */
	width: 990px;
	margin-top: -53px;
	/*border-right: 1px solid #fff;*/
	text-align: left;
	
}

.nav {
	font-family: Arial, sans-serif;
	z-index: 100;
	position: relative;
	left: 12px;
}

.nav LI {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav A {
	font-family: arial, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

.nav UL LI {
	background: url('../images/bg_sub1.gif') top right no-repeat red;
	
}

.nav UL LI A, .nav UL LI A:link, .nav UL LI A:active, .nav UL LI A:visited {
	display: block;
	padding: 3px 10px 4px;
	color: #fff;
}

.nav UL LI A:hover {
	background: url('../images/bg_sub2.gif') top left repeat-x red;
	color: #172a38; 
}

.nav UL LI.withsub A:hover {
	background: url('../images/bg_sub3.gif') top left repeat-x;
}

.nav UL LI:hover A,
.nav UL LI.sfHover A {
	background: url('../images/bg_sub2.gif') top left repeat-x;
	color: #0d171f !important;
}


.nav UL LI.withsub:hover A ,
.nav UL LI.sfHover A  {
	background: url('../images/bg_sub3.gif') top left repeat-x;
} 

.nav UL LI.withsub:hover UL A,
.nav UL LI.sfHover UL A  {
        background-image: none;
}

.nav UL UL LI:hover A,
.nav UL UL LI.sfHover A {
	background: none;
}

.nav UL LI:hover UL A,
.nav UL LI.sfHover UL A {
	background-image: none;
	color: #334752 !important;
}

.nav UL LI:hover UL A:hover,
.nav UL LI.sfHover UL A:hover {
	background: #fc0f17 url('../images/bg_pfeil.gif') 2px 7px no-repeat;
	color: #fff !important;
}

.nav UL UL {
	display: block;
	position: absolute;
	top: -999em;
	left: -1px;
	width: 230px;
	margin: 0;
	background: #DCEBF5 url('../images/bg_aufklapp.gif') top left repeat-x;
	border: 1px solid #fc0f17;
	border-top: none;
}

.nav UL LI:hover UL,
.nav UL LI.sfHover UL {
	top: 22px;
}

.nav UL UL LI {
	float: none;
	height: 23px;
	background: none;
}

.nav UL UL LI A {
	width: 211px;
	white-space: nowrap;
}

.nav UL UL LI A:hover {
}

#menufooter {
	height: 23px;
	background-color: red;
}



