body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	margin-top:0px;
	/*background: url(images/bg-grey.jpg) repeat-y 50% 0;
	background-color: #bababa;*/
}
td p {
	margin: 0;
}

a {
	color: blue;
}


a:visited {
	color:#0000CC
}

a:hover {
	color: white;
	background-color: #0074ff;
	text-decoration: none;
}


#pagina {
	width: 720px;
	text-align: left;
	margin-right:auto;
	margin-left:auto;
	height:100%;
}

#vlaggen {
	float:right;
	width: 200px;
	top: 118px;
	position: relative;
}

#vlaggen img {
	border: 1px solid white;
}

#logo {
	float:left;
	width:400px;
	padding-top: 20px;
	/*padding-left:10px; toegevoegd voor grijze achtergrond */
}
#sidebar {
	width: 200px;
	left: 510px;
	position: relative;
}


#menu {
	font-family: "Trebuchet MS";
	font-weight: bold;
	clear: both;
	color: #FFFFFF;
	padding: 2px;
	background-image: url(images/bg-blue.jpg);
	/*padding-left: 10px; toegevoegd voor grijze achtergrond*/ 
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px;
}

#menu a:hover {
	color: #0074ff;
	background-color: #FFFFFF;
	text-decoration: none;
}

#chrome {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	height: 110px;
	clear: both;
	padding: 3px;
	background-position: top right;
}

#voet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: center;
	border-top: 1px solid #999999;
	height: 14px;
	padding-top: 2px;
	margin: 11px;
	clear:left;
	margin-right:auto;
	margin-left:auto;
	width: 720px;
}


#voet a {
	color: #666666;
}
#voet a:hover {
	color: white;
	background-color: #666666;
}

#inhoud {
	padding: 3px;
	/*padding: 10px;*/
	padding-top: 20px;
	height: 100%;
	padding-bottom: 12px;
}



#bovenkop {
	text-align: right;
	color: #0074ff;
	padding-bottom: 2px;
	font-weight: bold;
}

#bovenkop a {
	color: #0074ff;
	text-decoration: none;
	padding: 1px;
	font-size: 9pt;

}

#bovenkop a:hover {
	color: white;
	background-color: #0074ff;
	text-decoration: none;
}


/* Formulieropmaak */
#contactform label {
	position: absolute;
	width:130px;
	margin-top:5px;
}
#contactform input, textarea, select {margin-left:120px; width:300px; margin-top:5px; border-style:solid; border-color:#999999; border-width:1px;}
#contactform #Submit { margin-top: 8px; width:150px; background-color:#0066FF; color:white; }

.tussenlijntje {
	border-right: 1px solid #AAAAAA;
}

.kolomeinde {
	clear: left;
}
/* Twee kolommen */
#kolomlinks {
	float: left;
	width: 500px; 
	padding-right: 20px;
}
#kolomrechts {
	float: left;
	width: 180px;
	border-left: 1px solid #AAAAAA;
	padding-left: 12px;
	margin-bottom: 8px;
	font-size: 0.85em;
	color: #666666;
	height: 100%;
	overflow: hidden;
}
/* Drie kolommen, twee maal een div met class kolom1 gebruiken */
.kolom1 {
	float: left;
	width: 30%;
	border-right: 1px solid #AAAAAA;
	margin-right: 2%;
	padding-right: 2%;
}
.kolom2 {
	float: left;
	width: 30%;
}

.kolom1 p, .kolom2 p, #kolomlinks p, #kolomrechts p {
	margin-top: 0;
}

li {
	margin-left: -20px;
}
ul {
	margin-top: 0px;
}

#kolomrechts ul {
	margin-top: 0px;
	margin-bottom: 10px;
}

#kolomrechts p {
	margin-bottom: 5px;
}
