@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #E3D1A6;
}
body {
	background-color: #625949;
	background-image: url(afbeeldingen/bg.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E3D1A6;
}
a {
	font-family: Arial, Helvetica, sans-serif;
}

.Contenthead {
	background-image: url(afbeeldingen/Contenthead.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 570px;
}
.Contentheadlong {
	background-image: url(afbeeldingen/ContentheadLong.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 770px;
}
.Contentbottom {
	background-image: url(afbeeldingen/Contentbottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 570px;
}
.Contentbottomlong {
	background-image: url(afbeeldingen/ContentbottomLong.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	width: 770px;
}
.Top {
	background-image: none;
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 160px;
	width: 990px;
}
.Navbar {
	background-image: url(afbeeldingen/Navbg2.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 39px;
	width: 990px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Navbar2 {
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
	height: 27px;
	width: 990px;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color:#000;
	border-top-color:#948770;
	background-color: #4b4233;
}
.NavLHeader {
	background-image: url(afbeeldingen/NavLHead.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 201px;
}
.NavLbg {
	background-image: url(afbeeldingen/NavLbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 201px;
}
.NavLbottom {
	background-image: url(afbeeldingen/NavLbottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 51px;
	width: 201px;
}
.NavLH1 {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #E3D1A6;
	vertical-align: middle;
	text-align: center;
}
.ContH1 {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #E3D1A6;
	vertical-align: middle;
	text-align: left;
	text-indent: 20px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 15px;
	color: #E3D1A6;
}
p a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #cca959;
	text-decoration: none;
}
p a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #cca959;
	text-decoration: underline;
}

/* Top Navigation */
.menu {
	font-family: tahoma;
	width:950px;
	height:26px;
	position:relative;
	font-size:11px;
	font-weight: bold;
	z-index:100;
	background-position: left top;
	text-align: left;
	vertical-align: text-top;
	padding-top: 4px;
	float: left;
}

.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#cca959;
	width:104px;
	height:25px; 
	text-align:center;
	line-height:23px; 
	font-size:11px; 
	overflow:hidden;
}

.menu ul {
	padding:0; 
	margin:0; 
	list-style: none;
}

.menu ul li {
	float:left; 
	position:relative;
}

.menu ul li ul {
	display: none;
}

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#ffffff; 
	background:#4B4233 
}

.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:25px;
	left:0;
	width:155px;
	border: 1px solid #372e20;
}

.menu ul li:hover ul li a.hide {
	background:#4B4233; 
	text-align: left; 
	color:#fff;
}
.menu ul li:hover ul li:hover a.hide {
	background:#4B4233; 
	color:#cca959;
}

.menu ul li:hover ul li ul {
	display: none;
}

.menu ul li:hover ul li a {
	display:block; 
	background:#4B4233; 
	color:#cca959;
	text-align: left;
	text-indent: 5px;
	width:155px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #372E20;
}

.menu ul li:hover ul li a:hover {
	background:#948770; 
	color:#ffffff;
	width:155px;
}

.menu ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:105px; 
	top:0;
}

.menu ul li:hover ul li:hover ul.left {
	left:-105px;
}

	 	
.Contentbg {
	background-image: url(afbeeldingen/Contentbg.png);
	width: 570px;
	background-repeat: repeat-y;
	background-position: left top;
}
.Contentbglong {
	background-image: url(afbeeldingen/ContentbgLong.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 770px;
}
/* Copyright */
.copyright {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #E3D1A6;
	text-decoration: none;
	margin-top: 15px;
	margin-bottom: 15px;
}
.copyright a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #E3D1A6;
	text-decoration: none;
	margin-top: 15px;
	margin-bottom: 15px;
}
.copyright a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #cca959;
	text-decoration: underline;
	margin-top: 15px;
	margin-bottom: 15px;
}
.container {
	background-image: url(afbeeldingen/EclanBottom.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
hr {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #251F16;
	border-bottom-color: #625949;
	margin-right: 15px;
	margin-left: 15px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCA959;
	text-indent: 15px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7D6326;
	text-indent: 15px;
}

a {	
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #cca959;
	text-decoration: none;
}

a:hover {	
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #cca959;
	text-decoration: none;
}
.contenttable {
	border: 1px solid #473C29;
}
.contenttablerow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	color: #E3D1A6;
	text-indent: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #473C29;
	border-right-color: #5F5036;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
	text-indent: 15px;
}
