/* STANDAARD HTML ELEMENTEN */
body
{
	font-size: small;
	margin: 0px;
	color: #c7b299;
	font-family: Georgia, "Times New Roman" , Times, serif;
	background-color: #b2d4eb;
	text-align: center;font-style: italic;}
a, a:visited
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #C7B299;
	text-decoration: underline;
}
a:hover
{
	
}
img
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

td
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #C7B299;
}
/* EINDE STANDAARD HTML ELEMENTEN*/

/* CUSTOM CLASSES */
.content
{
	background-color: #5B1F33;
	width:500px;
	text-align:left;
	line-height: 26px;
}
.content .margins
{
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
}
.content .margins .textHeader
{
	width:418px;
	height:22px;
	padding-top: 5px; 
	padding-bottom: 6px;
}
.topAlign
{
	vertical-align:top;
}
.wrapper
{
	margin: 0 auto;
	background: url("../images/background.gif"); 
	background-repeat: repeat-x; 
	text-align:center; 
}
.wrapper .darkblueBG
{
	background-color: #0072BC;
}
.wrapper .lightblueBG
{
	background-color: #B2D4EB;
}
.wrapper .menu
{
	width:150px;
	
/*	background: url("../images/menu_background.jpg");
	background-repeat: no-repeat;
	*/background-color: #b2d4eb;}

#footer
{font-family: Verdana, Helvetica, Arial, sans-serif;font-size: 0.7em;margin-top: 0px;padding-top: 0px;}.error
{
	font-color:green;
}
.tempmenulink, .tempmenulink:visited, .tempmenulink:hover
{
	color:#000000;
}

hr
{
	height: 1px;
	color: #C7B299;
	border: solid 1px;
}
/* EINDE CUSTOM CLASSES */