
/* Lay-out lagen en body */

body			{ background-image: url(img/bg_patroon_kleur.jpg); }

#layout			{ background-image: url(img/layout.jpg); width:900px; height:500px; overflow:hidden;
				border: solid #000000; border-bottom-width: 20px; border-top-width: 20px; border-left-width: 40px; border-right-width: 40px; 
}

#contentup		{ width:520px; height:10px; background-image:url(img/content_up.gif); background-repeat:no-repeat;
				float:left; margin-top:10px; margin-left:15px;
}

#menu			{ width:520px; height:auto; float:left; margin-left:15px; background-color:#FFF; color:#805b32;
				text-align:center; font-family:Garmond, "Times New Roman", Times, serif; font-size:12pt; font-variant:small-caps; font-weight:bold;
}

#content		{ width:450px; height:auto; background-color:#FFF; float:left; margin-left:15px; padding-left:35px; padding-right:35px; padding-top:10px; text-align:left;
}

#contentdown	{ width:520px; height:10px; background-image:url(img/content_down.gif); background-repeat:no-repeat;
				float:left; margin-left:15px;
}


/* Menu opmaak */

hr.menu				{ width:480px; height:1px; color:#805b32; background-color:#805b32; border:0px }

A.menu:link    		{ text-decoration:none; color:#805b32; }
A.menu:visited 		{ text-decoration:none; color:#805b32; }
A.menu:hover   		{ text-decoration:none; color:#2c1d0d; }
A.menu:active  		{ text-decoration:none; color:#2c1d0d; }


/* Link opmaak */

A.link:link    		{ text-decoration:none; color:#333399; }
A.link:visited 		{ text-decoration:none; color:#333399; }
A.link:hover   		{ text-decoration:underline; color:#333399; }
A.link:active  		{ text-decoration:underline; color:#333399; }


/* Content opmaak */

.content 			{ font-family:Arial, Helvetica, sans-serif; font-size:8pt; color:#2c1d0d; line-height:12pt; }

.dikkekop 			{ font-size:30pt; }

.kop				{ font-size:14pt; }

table.content		{ width:450px; }
td.content			{ width:200px; vertical-align:baseline; }


/* Overig */

.copyright		{ float:left; clear:both; margin-left:15px; margin-top:7px; text-align:left; 
				color:#2C1D0D; font-family:Garmond, "Times New Roman", Times, serif; font-size:10pt; }
