/*****************************************************************************************************/
/* UNIVERSEEL                                                                                        */
/*****************************************************************************************************/
* {
	/* hier kun je bijvoorbeeld een standaard font e.d. neerzetten */

	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #7E2D27;
	text-decoration: none;
   letter-spacing: 1px;
}

img, fieldset {
   border: 0;
}

p, h1, h2, fieldset, form, input, select, table, tr, td {
   margin: 0;
   padding: 0;
   
   font-family: Tahoma, Verdana, Arial;
	size: 12px;
	color: #7E2D27;
	letter-spacing: 1px;
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
	font: 24px Arial;
}


/*****************************************************************************************************/
/* HTML, BODY, CONTAINER                                                                             */
/*****************************************************************************************************/
html, body {
   margin: 0;
   padding: 0;
   border: none;
   height: 100%;
}

.content {
	font-family: Tahoma, Verdana, Arial;
	size: 12px;
	color: #7E2D27;
	letter-spacing: 1px;
	text-decoration: none;
}

.menulink {
	font-family: Tahoma, Verdana, Arial;
	size: 12px;
	color: #7E2D27;
	letter-spacing: 1px;
	font-weight: bold;
}

.menulink:hover {
	color: #FF0000;
	text-decoration: none;
}

.menulinkROOD {
	font-family: Tahoma, Verdana, Arial;
	size: 12px;
	color: #FF0000;
	letter-spacing: 1px;
	font-weight: bold;
}

.menulinkROOD:hover {
	color: #FF0000;
	text-decoration: none;
}


.forminput {
	width: 400px;
}


/*****************************************************************************************************/
/* FOTO ALBUMS                                                                                       */
/*****************************************************************************************************/
ul.album {
   margin: 0;
   padding: 0;
}

ul.album li {
   display: block;
   width: 100%;
   float: left;
   list-style-type: none;
   font-size: 0px; /* IE fix */      
}

ul.album li ul {
   clear: both;
   margin: 0;
   padding: 0;
}

ul.album li ul li {
   text-align: center;
   width: 47%;
   padding-bottom: 25px;
}
