@charset "UTF-8";
/* CSS Document */


div#container {
	background: url('/gfx/back/sub-gray.jpg') scroll right 60px;
	background-repeat: no-repeat;
	background-color: #fff;
	position:relative;
}

div#logo-bataviastad {
	position: absolute;
	background: url('/gfx/logo-bataviastad.png') no-repeat;
	width: 155px;
	height: 155px;
	z-index: 20;
	top: 60px;
	left: 30px;
}
div#logo-wiedemar {
	position: absolute;
	background: url('/gfx/logo-wiedemar.png') no-repeat;
	width: 155px;
	height: 155px;
	z-index: 20;
	top: 60px;
	left: 30px;
}
div#logo-montabaur {
	position: absolute;
	background: url('/gfx/logo-montabaur.png') no-repeat;
	width: 155px;
	height: 155px;
	z-index: 20;
	top: 60px;
	left: 30px;
}
div#logo-stable-small {
	position: absolute;
	background: url('/gfx/logo-stable-small.png') no-repeat;
	z-index: 20;
	top: 30px;
	left: 840px;
	width: 122px;
	height: 43px;
}


div#menu {
	position:absolute;
	height:28px;
	width:970px;
}

div#menu ul {
	margin: 0px;
	padding: 0px;
}
div#menu ul li {
	float: left;
	background: url('/gfx/menu/dark-blue-li-left.gif') no-repeat top left;
	height: 28px;
	list-style-type: none;
	margin: 0 4px 0 0;
}
div#menu ul li.active {
	background: url('/gfx/menu/montabaur-li-left.gif') no-repeat top left;
}
div#menu ul li a {
	background: url('/gfx/menu/dark-blue-li-right.gif') no-repeat right top;
	display: block;
	text-decoration: none;
	color: #fff;
	margin: 0 0 0 5px;
	padding: 6px 13px 0px 10px;
	height: 28px;
}
div#menu ul li.active a {
	background: url('/gfx/menu/montabaur-li-right.gif') no-repeat right top;
}

div#content-outlet {
	position: absolute;
	top: 540px;
	left: 0px;
	width: 610px;
	height: 170px;
/*	background-color: #fff; */
	padding: 10px;
	padding-left: 350px;
}

div#logo-stable {
	position: absolute;
	background: url('/gfx/logo-stable.png') no-repeat;
	width: 155px;
	height: 55px;
	z-index: 20;
	top: 60px;
	left: 30px;
}
div#transparant-bow {
	position: absolute;
	width: 970px;
	height: 256px;
	background: url('/gfx/menu/montabaur-transparant-bow.png') no-repeat;
	top: 28px;
	z-index: 10;
}
div#sub-left-menu {
	position: absolute;
	top: 28px;
	height: 702px;
	width: 160px;
	background-color: #d0b156;
	left: 0px;
	z-index:4;
}
div#sub-left-menu ul {
	margin: 280px 0px 0 0px;
}

div#sub-left-menu ul li {
	list-style-type: none;
	border-bottom: 1px solid #fff;
	padding: 20px 0 10px 5px;
}

div#sub-left-menu ul li span {
	font-weight: bold;
	padding-left: 23px;
	display: block;
	top:-10px;
	position: relative;
}
div#sub-left-menu ul li span a {
	color: #000;
	text-decoration: none;
}
div#sub-left-menu ul li.montabaur {
	background: url('/gfx/yellow/back-left.gif') no-repeat scroll  0px 0px;
}

div#sub-left-menu ul li.bataviastad {
	background: url('/gfx/brown/bataviastad.png') no-repeat scroll 3px 10px;
}

div#sub-left-menu ul li.wiedemar {
	background: url('/gfx/brown/wiedemar.png') no-repeat scroll 3px 10px;
}

div#sub-left-overlay {
	position: absolute;
	top: 28px;
	height: 702px;
	width: 150px;
	background-color: #f3db92;
	opacity: 0.90;
	left: 0px;
	z-index: 3;
}

div#sub-left-content {
	position: absolute;
	top: 175px;
	width: 160px;
	left: 160px;
	z-index: 5;
	color: #fff;
	display: none;
}

div#sub-left-content ul {
	margin: 100px 0px 0 0px;
}

div#sub-left-content ul li {
	list-style-type: none;
	height: 22px;
	cursor: pointer;
	padding: 4px 0px 0px 20px;
}
div#sub-left-content ul li a {
	color: #000000;
	text-decoration: none;
}
div#sub-left-content ul li:hover {
	background: url('/gfx/yellow/left-sub-menu.gif') no-repeat;
}

div#sub-left-content ul li.active {
	background: url('/gfx/yellow/left-sub-menu-active.gif') no-repeat;
}


div#shout-title {
	position: absolute;
	left: 500px;
	top: 300px;
	width: 300px;
}

div#shout-title h3 {
	position:absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	font-size: 44px;
}
div#shout-title h3 span.highlight {
	color: #ab9475;
}
div#shout-title span.shadow {
	position: relative;
	top: 46px;
	left: 2px;
	color: #000000;
	font-size: 44px;
	font-weight: bold;
}


span.montabaur-link {
	margin-left: 10px;
/*	padding-top: 80px; */
}
span.montabaur-link a {
/*	margin-top: 30px; */
	color: #000;
	text-decoration: none;
/*	font-weight: bold;*/
}

span.montabaur-link a:hover {
	text-decoration: underline;
}