body	{font-size: 80%; height:100%;margin-top:0px;margin-bottom:0px;background-color:#A1A1A1;}
body, form * 	{font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
form,table,p	{font-size: 85%;}

#container {width:100%;height:100%;border:none;}
#containersmal {position:relative;width:740px; border-left:none; border-right:none; background-color:white;}
#menu
	{width: 740px; height:20px;
	position: relative; left: 0px; top: 5px;padding-left:0px; background-color:white;}

#content {width:700px; position:relative;padding-left:20px; padding-right:20px; background-color:white;border:none}
#cont {clear:both;} 

#contentleft
	{position: relative; float:left; top: 20px; width: 216px;
	 padding-left: 0px; padding-right: 0px; border:none; background-color:white;}
	
#contentright
	{position: relative; float:right; top: 20px; width: 450px; border:1px solid red;
	 padding-left: 5px; padding-right: 10px;  border:none; background-color:white;}
	 
#header {position:relative; background-color:white;}
#footer
	{width:740px; position:relative;top:00px; background-color:white;}

#menu ul		{margin: 0px; padding: 0; list-style-type: none;}
#menu ul li		{margin-top: 15px;}
#menu ul li.current	{font-weight: bold}
#menu ul ul		{margin: 0 0 0 20px; padding: 0; list-style-type: none;}

h1	{font-size: 130%;}
h2	{font-size: 115%;}
h3	{font-size: 100%;}

.rose {background-color:#FBF0F1; border:1px solid black;padding-top:5px;padding-bottom:5px;padding-left:5px;padding-right:5px;}
strong {color:#C0000F;font-weight:bold;}
h4 {color:#000000;font-weight:bold;font-size:85%}

th		{text-align: left; font-weight: bold}
td,th	{vertical-align: top}
table form th	{font-weight: normal}

form dl dt {clear:both; width:100px; float:left; text-align:left;}
form dl dd {float:left; width:66%; margin:0 0 0.5em 0.25em;}


a.menu	{color: #A1A1A1; text-decoration: none;font-size:10px; font-weight:bold;}
a.menu:hover {color:#C0000F;text-decoration:none;}

a.menu2	{color: #C0000F; text-decoration: none;font-size:10px; font-weight:bold;}
a.menu2:hover {color:#C0000F;text-decoration:underline;}

a	{color: firebrick; text-decoration: none;}
a:hover	{text-decoration: underline;}
a img	{border: none;}

.button	{border: 1px solid black;}
hr	{height: 1pt; noshade; color: gainsboro;}

.even	{background-color: white}
.oneven	{background-color: whitesmoke}

/* door de maintenance toegekend bij uitlijnen imgs. 
plaats desgewenst andere padding of borders. */
.imglinks	{float: left; margin: 0 10px 10px 0;}
.imgrechts	{float: rechts; margin: 0 0 10px 10px;}

/* voor skip to content link */
a.verborgen {position: absolute; overflow: hidden; width: 0; height: 0;}
a.verborgen:active, a.verborgen:focus 
	{position: absolute; overflow: visible; width: auto; height: auto;
	font-weight: bold; background-color: white; color: #FF6600; padding: 5px;}
