/* XHTML Elements */
*			{ font: 10pt Arial; color: #000000;}
p			{ padding: 0; margin: 0 0 10px 0 }
body            	{ margin: 0px }
h1			{ font: 12pt Arial; font-weight: bold; color: #000000} /* kop */
h2              	{ font: 11pt Arial; color: #FF0000; } 			/* ERROR */
h3			{ font: 9pt Arial; font-style: italic; color: #b8b8b8;}	/* bijschrift */
h4			{ font: 11pt Arial; font-weight: bold; color: #000000; margin: 0; padding: 0;} /* tussenkop */
h5			{ font: 10pt Arial; font-weight: bold; color: #000000; text-decoration: underline } /* kop-groep contact*/
h6			{ margin-left: 10px } /* gastenboek */
h8			{ font: 10pt Arial; font-weight: bold; color: #000000; margin: 0; padding: 0; } /* bold */
h9			{ font: 10pt Arial; font-style: italic; color: #000000; margin: 0; padding: 0; } /* italic */
h10			{ font: 10pt Arial; text-decoration: underline; color: #000000; margin: 0; padding: 0 } /* underline */
a     			{ color: #FFCC66; text-decoration: none; font-weight: bold;}
a:hover	        	{ color: #999999 }
a:active		{ color: #999999 }

/* ID's */ 
#header                 { background: url( ../images/header.png ); height: 130px; text-align: center }
#header ul              { display: inline; list-style: none }
#header ul li           { display: inline }
#header ul li a         { color: #FFCC66; font: bold 17pt Arial; text-decoration: none; margin: 0px 5px 0px 5px }
#header ul li a:hover   { color: #999999 }
#right			{ float: right; width: 210px; }
#logo			{ height: 90px; width: 180px; }
#main			{ margin-left: 10px; }


/* Classes */ 
div.boxtop		{ background: url( ../images/boxtop.png ); color: #FFFFCC; font: 15pt Arial; height: 28px; text-align: center; font-weight: bold; border-size: 0px}
div.boxmiddle	    	{ background: url( ../images/boxmiddle.png ); padding: 0px 10px 0px 10px; text-align: center; border-size: 0px}
div.boxbottom	    	{ background: url( ../images/boxbottom.png ); height: 24px }
div.gastenboek		{ width: 75%; border: 1px solid #000000; }
div.ledenoverzicht	{ width: 75%; border; 1px solid #000000; cursor: pointer; }
div.ledenoverzicht:hover{ width: 75%; border: 1px solid #FFCC66; cursor: pointer; background: #FFFFCC; }
.ledenoverzicht:hover a {color: #999999;}
img.user_images		{ border: 0px; height: 13px; width: 13px;}
img.antispam		{ border: 1px solid black; }
img.style		{ border: none; }
img.emoticon		{ border: none; }
textarea.textarea	{ height: 250px; width: 500px; }

.date_agenda		{ width: 45px; }

table.agenda		{ width: 75%; border: none; }
table.print		{ width: 100%; border: none }
tr.agenda_top		{ width: 100%; border: none; background: #FFFFCC }
tr.agenda_containter	{ width: 100%; border: 1px solid #000000;}
td.agenda_top		{ width: 12,5%; border: none; background: #FFFFCC}
td.agenda		{ width: 12,5%; border: none;}
.date_agenda		{ width: 45px; }

table.agenda2		{ width: 75%; border: none; }
tr.agenda_top2		{ width: 100%; border: none; background: #FFFFCC }
td.agenda_top2		{ width: 25%; border: none; background: #FFFFCC}
tr.agenda_containter2	{ width: 100%; border: none;}
td.agenda2		{ width: 25%; border: none;}

.id_show		{ width: 30px; }
