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

body {
	background-color: #feedc1;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
}

#container {
	width: 1000px;
	margin: auto;
}

#containercontent {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position:center;
	width: 1000px;
}

#top {
	width: 1000px;

}

#header {
	background-image: url(images/header2.jpg);
	width: 1000px;
	height: 198px;	
}

#links {
	width: 105px;
	height: 430px;
	padding: 20px 0 0 40px;
	margin-left: 85px;
	position: relative;
	display: block;
	float: left;

}

#content {
	max-width: 575px;
	height: 450px;
	margin-left: 300px;
	padding: 20px 0 0 0;

	overflow: auto;
}

#onder {
	width: 1000px;
	height: 325px;
}

/*/STYLES/*/
a {
	color: #663300;
	font-weight: bold;
	text-decoration:underline;
}

a:hover { 
	color: #663300;
	font-weight: bold;
	text-decoration:underline;
}

.kop {
	font-size: 14px;
	font-weight: bold;
}

.content {
	font-size: 12px;
	font-weight: normal;
}

/*/MENU/*/
* {padding:0px; margin:0px; }
#leftcolumn {float:left; width:125px}
.dropdown {display:block; position:relative; height: 50px;}
.dropdown dt {width:125px; font-weight:bold; cursor:pointer; }
.dropdown .upperdd {border-bottom:none; }
.dropdown dt:hover {}
.dropdown dd {position:absolute; top:0; overflow:hidden; width:200px; display:none; background:#e7af62; opacity:0  }
.dropdown ul {width:204px; list-style:none; }
.dropdown li {display:inline; background-color: #e7af62;}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#e7af62; width:194px}
.dropdown a:hover {background:#fae0ad; color:#000}
.dropdown .underline { font-family:Arial, Helvetica, sans-serif; font-size: 12px;}

#content {
	width: 100%;
	height: 450px;
	overflow: auto;
}
img {
	border:0;
}
