/* MENÜ FÜR DIE ZWEITE MENÜEBENE */
#backgroundSubMenu {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	height: 18px;
	margin-top: -106px;
	background-image: url(images/menuBG.jpg);
}

#nav {
	position:absolute;
		left: 249px;
		top: 189px;
	height: 17px;
	border-left: 1px solid #c6b07f;
	z-index: 50;
}

#nav, #nav ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
 
#nav a {
	display: block;
	border-bottom: 1px solid #c6b07f;
	border-right: 1px solid #c6b07f;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 2px;
	padding-bottom: 1px;
	text-decoration: none;
	color: #000;
}

#nav li {
	float: left;
	padding: 0;
}
 
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px;
	font-weight: normal;
	margin: 0;
		
}

#nav li ul a {
	width: 140px;
	background: white;
	border-left: 1px solid #c6b07f;
	/*
	opacity: .70;
	filter:alpha(opacity=70);
	*/
}

#nav li ul a:hover {
	background-image: url(images/menuBGHigh.jpg);
}
 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
 
#nav li:hover, #nav li.sfhover, #nav li a.act {
	background-image: url(images/menuBGHigh.jpg);
}

#backgroundSubPages {
	position: absolute;
		left: 0px;
		top: 50%;
	width: 100%;
	height: 357px;
	margin-top: -86px;
}
#subMenuPicture {
	position: absolute;
		left: 0px;
		bottom: 24px;
	height: 357px;
	width: 242px;
}

* html #subMenuPicture {
		bottom: 40px;
}

#contentContainer {
	position: absolute;
		left: 275px;
		top: 210px;
	height: 355px;
	width: 710px;
	overflow: auto;
}

#content {
	position: absolute;
		left: 0px;
		top: 10px;
	width: 680px;
	text-align: justify;
}

#content embed {
	float: left;
	margin-right: 30px;
}