/* css simple - Boy Kollee 17-3-08 */

/* 									basis */

#container {
	width:1028px;
	text-align: left;
	border-collapse:collapse;
	margin: 0px auto;
	border:"0";
	background-color:#fff;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(../images/bg.jpg);
 	scrollbar-face-color: #ffffff;
  	scrollbar-highlight-color: #ff9900;
  	scrollbar-shadow-color: #666666;
  	scrollbar-3dlight-color: #cccccc;
  	scrollbar-arrow-color: #000000;
  	scrollbar-track-color: #e5e5e5;
  	scrollbar-darkshadow-color: #ffff00;
}
body,td,th {
	font-size: 12px;
	color: #666666;
	line-height:1.4em;
}
h1 {
	font-weight: bold;
	color: #0645B3;
	font-size: 18px;
	border-bottom: 1px #ff9933 solid;
	margin: 5px 0px 5px 0px;
	line-height: 1.1em;
}
h2 {
	font-weight: normal;
	color: #003399;
	font-size: 14px;
	margin: 12px 0 12px 0;
}
h3 {
	font-weight: bold;
	color: maroon;
	font-size: 14px;
	margin: 15px 0px 5px 0px;
}
h4 {
	font-weight: normal;
	font-style: oblique;
	color: #3B82FF;
	line-height:1.6em;
	font-size: 15px;
	margin:30px 30px 15px 50px;
}
h5 {
	font-weight: normal;
	font-style: italic;
	color: #000000;
	width:400px;
	line-height:1.8em;
	font-size: 14px;
	margin: 20px 0px 5px 30px;
}
h6 {
	font-weight: normal;
	color: #666;
	font-size: 11px;
	line-height: 1.2em;
	margin: 5px 0px 5px 0px;
}
p {
	line-height:1.4em;
	font-size: 13px;
}
a:link, a:visited, a:active {
	color: #6666FF;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
	text-decoration: underline;
}
form {
	margin: 0;
}

/*   							header    */

.header {
	background:url(../images/header.jpg) no-repeat;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	height: 100px;
	font-size: 20px;
	font-weight: bold;
}

/*   							menu    */

.menu {
	width: 180px;
	vertical-align: top;
	border: 0px;
	background-color: #f0e8d3;
	border-bottom: 0px;
	border-style: solid;
	border-color: #ccc;

}
.menu li{
	list-style-type: none;
	margin: 0px;
	line-height: 1.3em;
	padding: 0px;
	border-bottom: 1px solid;
	border-color: #ccc;
}
.menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #EDEAE3;
}
.menu ul ul {
	padding-left: 10px;
	background-color: #EDEAE3;
	border-bottom: 0px;
}
.menu a:link, 
.menu a:visited, 
.menu a:active {
	padding: 4px 10px 4px 10px;
	color: #0645B3;
	display: block;
	text-decoration: none;
}
.menu a:hover {
	text-decoration: none;
	color: #BE5532;
}
.menu_current {
	color: #fff;
	background-color: #CBA685;
}

/*  								zoeken */

.zoeken { 
	margin:0;
	padding:0px;
	}
.zoekbutton {
	font-weight:normal;
	margin:0px;
	padding:0px;
	color: #0645B3;
	background-color: #EDEAE3;
	}
.zoekbutton:hover{
	cursor:pointer;
	}

/*    		content    */

#content {
	padding: 20px 20px 0px 50px;
	width:550px;
	height: 550px;
	overflow:auto;
}
.content {
	background-color: #FFFFFF;
	line-height: 1.5em;
	vertical-align: top;
}
.content ul li {
	padding-left: 5px;
	margin-left: 20px;
	line-height: 1.6em;
	list-style-type: square;
	list-style-position: outside;
}
.content ol li {
	padding: 0px;
	margin: 0;
	line-height: 1.6em;
	list-style-type: decimal;
	list-style-position: outside;
}
.sites img {
	padding:5px;
	border:2px solid #c0c0c0;
}
.sites img a:hover {
	padding:5px;
	border:2px solid #999;
}
/*	footer en topbalk  */

.topbar {
	background-color: #FFC03B;
	height: 10px;
}
.footer {
	background-color: #FFC03B;
	color: #000;
	text-align: center;
	font-size: 10px;
	height: 10px;
}