@charset "UTF-8";
/* CSS Document */
body{
	font-family: Helvetica, Verdana;

	margin:0px;
	background-image:url(images/achtergrond.jpg);
	background-repeat:no-repeat;
	background-color:#7c7c7c;
	background-position:center top;
	background-attachment: fixed;
}
a:link {color:#000000;}      /* unvisited link */
a:visited {color:#000000;}  /* visited link */
a:hover {color:#000000;}  /* mouse over link */
a:active {color:#000000;}  /* selected link */
#menu{
	background-color: rgba(255, 255, 0, 0.4);
	margin:20px auto 0px;
	position:relative;
	width:950px;
    height:160px;

	border: solid 1px;
}
td
{
padding:5px;
}
	#menuleft{
		float: left;
		width: 56%;
		margin-top: 10px;
		margin-left: 10px;
	}
	#menuright{
		text-align:right;
		float: right;
		width: 33%;
		margin-top: 10px;
	}
	#menu img{
		border:none;
	}

#inhoud{
	margin:20px auto 0px;
	width:950px;
	overflow:auto;
	position:relative;

	min-height: 400px;

	background-color: rgba(255, 255, 0, 0.4);

	border: solid 1px;
	margin-bottom: 20px;
}
#leftcol{
		float: left;
		width: 600px;
		margin: 20px;
		min-height: 600px;
}
#rightcol{
		background-color: rgba(255, 255, 0, 0.5);
		float: right;
		width: 250px;
		margin: 20px;
		margin-right: 29px;
		min-height: 300px;
		border: solid 1px;
}
#nocol{
	width: 910px;
	margin-left: 20px;
	min-height:600px;
	margin-right: 29px;
}
h1{
	color:#000;
	margin-left:10px;
	font-family:Verdana,helvetica;
	font-size:22px;
	text-align: center;
	background-color: rgba(255, 255, 0, 0.25);
}
#inhoud img{
	border:solid 1px;
	border-color:#000;
	margin:0px 10px 10px 0px;
}
#footer{
	width: 340px;	
	border: solid 1px;
  	position: relative;
  	left: 35%;
  	top: 50%;
}

.button {background-color: #C0C0C0; color:#000000; }
.inputc {font-size: 8pt;}
.style3 {font-size: xx-small}

#3colmain{
	position: absolute;
	float: left;
	width: 100%;
}
#3col1{
	float: left;
	width: 33%;
	height: 100%;
}
#3col2{
	float: left;
	width: 33%;
	height: 100%;
}
#3col3{
	float: left;
	width: 33%;
	height: 100%;
}

