@charset "UTF-8";
/* CSS Document */

html, body {
	color: #36231a;
	padding:0;
	margin:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
body {
	background-color: #36231a;
	background-image: url(../Images/layout/bgraster.png);
}
img {
	border:none;
}
#layer1 {
	width:100%;
	height:200px;
	background-image: url(../Images/layout/bgfoto2.png);
	background-position: 50%;
	position: absolute;
	top: 0;
	z-index:1;
	background-repeat: no-repeat;
}
#layer2 {
	width:100%;
	height:200px;
	background-position: 60%;
	position: absolute;
	top: 0px;
	z-index:2;
}
#layer3 {
	width:100%;
	height:200px;
	background-position: 40%;
	position: absolute;
	top: 0px;
	z-index:3;
}
#layer4 {
	width:100%;
	height:200px;
	background-position: 45%;
	position: absolute;
	top: 0px;
	z-index:4;
}
#logo {
	height: 150px;
	width: 500px;
	background-repeat: no-repeat;
	margin: 20px 0 0 -250px;
	position: absolute;
	z-index:5;
	top: 35px;
	left:50%;
	background-image: url(../Images/layout/manxlogo.png);
}
#container {
	width: 90%;
	min-width:880px;
	line-height: 130%;
	margin: 230px auto 40px auto;
	background-color: #cdb6a4;
	z-index:6;
	position:relative;
	border-left: 3px solid #3c4705;
	border-right: 3px solid #3c4705;
}
#top {
	position:absolute;
	top:-30px;
	width:100%;
}
#headerleft {
	background: url(../Images/layout/cornerUpperLeft.png) no-repeat;
	height: 30px;
	width: 30px;
	position: absolute;
	left:-3px;
}
#headerright {
	background: url(../Images/layout/cornerUpperRight.png) no-repeat;
	height: 30px;
	width: 30px;
	position: absolute;
	right:-3px;
}
#header {
	background: url(../Images/layout/menuTop.png) repeat-x;
	height: 30px;
	margin: 0 27px;
}
#logo a {
	display:block;
	width: 100%;
	height:100%;
	text-indent:-10000px;
	text-decoration:none;
	border:none;
}
#leftnav {
	float: left;
	width: 200px;
}
.cssfly {
	text-decoration:none;
	width:190px;
	height:30px;
	position:relative;
}
.cssfly ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
.cssfly ul li {
	float:left;
	position:relative;
}
.cssfly ul li a {
	display:block;
	text-decoration:none;
	width:190px;
	height:20px;
	color:#36231a;
	line-height:20px;
	font-size:14px;
	padding: 5px;
	background-color: #cdb6a4;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #3c4705;
}
.cssfly ul li ul li a {
	border-left: none;
}
.cssfly ul li a:visited, .cssfly ul li:hover ul li a:visited {
	color: #333435;
}
.cssfly ul li ul {
	display: none;
}
.cssfly ul li:hover a {
	background: #E3D4C8;
	color: black;
}
.cssfly ul li:hover ul {
	display:block;
	position:absolute;
	top:-5px;
	left:199px;
	width:190px;
	padding: 5px 2px;
}
.cssfly ul li:hover ul li a {
	display:block;
	background:#EDE6DE;
	position: relative;
	width: 190px;
	padding: 5px;
	color:#36231a;
	border-bottom:1px solid #3c4705;
}
.cssfly ul li:hover ul li a:hover {
	color:black;
	background-color: #E3D4C8;
}
#rightnav {
	float: right;
	width: 180px;
	padding: 10px;
}
#content {
	margin: 0px 200px;
	padding: 20px;
	border-right: 1px solid #3c4705;
	border-left: 1px solid #3c4705;
	min-height:400px;
}
#content h1 {
	margin: 0 0 1.5em 0;
	font-size: 1.25em;
}
#content h2 {
	margin: 0;
	font-size: 1em;
}
#content p {
	text-align:justify;
}
.bijschrift {
	text-align:left;
	font-size: 12px;
	width: 440px;
	margin-top: 5px;
	font-weight: normal;
}
#footer {
	clear: both;
	height: 30px;
}
#rightnav p {
	margin: 0;
}
#bottom {position:absolute;
bottom:-30px;
width:100%;
}
#footerleft {
	background: url(../Images/layout/cornerBottomLeft.png) no-repeat;
	height: 30px;
	width: 30px;
	position: absolute;
	left:-3px;
}
#footerright {
	background: url(../Images/layout/cornerBottomRight.png) no-repeat;
	height: 30px;
	width: 30px;
	position: absolute;
	right:-3px;
}
#footercenter {
	background: url(../Images/layout/menuBottom.png) repeat-x;
	text-align: center;
	margin: 0 27px;
	height: 30px;
	font-size: 9px;
	line-height:30px;
}
