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

/* all */
body {
	margin:50px 0 0 0;
	background:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	scrollbar-3dlight-color: #000;
    scrollbar-arrow-color:#000;
    scrollbar-base-color:#fff;
    scrollbar-track-color:#fff;
    scrollbar-darkshadow-color:#fff;
    scrollbar-face-color:#fff;
    scrollbar-highlight-color:#fff;
    scrollbar-shadow-color:#000000;
}

#wrapper {
	position:relative;
	width:780px;
	height:610px;
	background:#FFFFFF;
	margin:0 auto 0 auto;
}

/* index template */
.indexitem {
	position:relative;
	float:left;
	width:180px;
	height:150px;
	padding:40px 40px 0 40px;
}
.clear {
	clear:both;
}

#search {
	width:180px;
	height:150px;
	background: #A5B0AF;
}
#search form {
	padding:60px 0 0 30px;
}


/* pages template */
#mainmenu {
	position:relative;
	float:left;
	width: 780px;
	height: 136px;
	padding:40px 0 0 40px;
	color:#FFFFFF;
	margin:0 0 0 0;
}

/* home en main nav */
#home {	
	position:relative;
	float:left;
}
#home a {
	width:110px;
	height:130px;
	background:#333333;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	line-height:130px;
	padding:0 0 0 20px;
	font-size:14px;
}
#home a:link {
	text-decoration:none;
}
#home a:visited {
	text-decoration:none;
}
#home a:hover {
	background:#666666;
	text-decoration:none;
}

#nav {
	position:relative;
	float:left;
	width:650px;
	margin:0;
	overflow:hidden;
}
#nav ul {
	list-style:none;
	padding:0;
	margin:0;
}
#nav li {
	float:left;
	padding:0;
	margin:0;
}
#nav a {
	display:block;
	width:137px;
	height:62px;
	line-height:62px;
	margin:0 0 6px 6px;
	padding:0;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
	background:#CCCCCC;
}
#nav a:link {
	text-decoration:none;
}
#nav a:visited {
	text-decoration:none;
}
#nav a:hover {
	background:#919580;
	text-decoration:none;
}


/* colums */
#cols {
	margin:0 0 0 0;
}

/* submenu */

#leftCol {
	position:relative;
	float:left;
	width:130px;
	margin:0 0 0 40px;
}
#submenuitems {
}
.submenuitem {
	position:relative;
	float:left;
	width:130px;
	height:130px;
	background:#CCCCCC;
	margin:0 0 6px 0;
}
.submenuitem p {
	margin:0 0 0 0;
	padding:0 0 0 20px;
	font-size:12px;
}
.submenuitem a {
	margin:0 0 0 0;
	color:#FFFFFF;
	text-decoration:none;
}
.submenuitem a:link {
	text-decoration:none;
}
.submenuitem a:visited {
	text-decoration:none;
}
.submenuitem a:hover {
	text-decoration:none;
	color: #999999;
}

/* main content */
#rightCol {
	position:relative;
	float:left;
	width:565px;
	height:402px;
	overflow:auto;
	margin:0 0 0 7px;
}
#maincontent {
	padding:10px 20px 0 10px;
	color:#333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:20px;
}
#maincontent h1 {
	font-size: 20px;
	font-weight:normal;
	margin:0;
	padding:0;
	color:#666666;
}
#maincontent h2 {
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
}
#maincontent p {
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0;
}
#maincontent ul {
	font-size:12px;
	font-weight:normal;
}
#maincontent a:link {
	color:#333333;
}
#maincontent a:visited {
	color:#999999;
}
#maincontent a:hover {
	color:#990000;
}

/* ----------------- */

/* search */
#searchpages form {
	padding:20px 0 0 20px;
}
#searchbtn {
	background:#CCCCCC;
	border:none;
	color:#FFFFFF;
	height:20px;
	width:40px;
	font-size:14px;
}
#as_q {
	width:55px;
	height:14px;
}

/* weblog */
#weblog {
	position:relative;
	float:left;
	width:702px;
	height:400px;
	margin:0 0 0 40px;
}


/* contactformulier */
#contactform {
	float:left;
	width:510px;
	border:#EFEFEF solid 1px;
	padding:10px 0 10px 0;
	margin:0;
	background:#F7F7F7;
}
#contactform p {
	width:100%;
	float:left;
	margin:0 0 5px 40px;
	padding:0;
}
#contactform label {
	float:left;
	width:75px;
	height:20px;
	margin:0;
	padding:0;
}
#contactform input {
	float:left;
	margin:0;
	padding:0;
}
#contactform textarea {
	float:left;
	margin:0 0 5px 0;
}
#contactform .btn_p {
	width:425px;
	margin:0;
	padding:0;
	}
#contactform .btn {
	border:1px solid #999999;
	width:100px;
	height:23px;
	color: #333333;
}
#contactform .btn#submit {
	margin:0 5px 0 115px;
}

/* fade */
#fade {
	position:absolute;
	z-index:1;
	top:540px;
	left:180px;
	width:545px;
	height:40px;
	display:none;
	/* tijdelijke uitgeschakeld IE6 probleem met png en probleem met aanklikken terugpijltje in galleries
	background:url(../img_site/fade.png) repeat-x;
	*/
}