body
{
	background-color: #ffffff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #3d3d3d;
}

/****************************************************/
/* Mainmenu											*/
/****************************************************/

.mainmenu_item
{
	float: left;
	width: 140px;
	height: 50px;
	background-image: url(../img/button.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding-bottom: 11px;	

	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
}

.mainmenu_item a
{
	text-decoration: none;
	color: #3d3d3d;
}

.mainmenu_item a:hover
{
	color: #c5341c;
	text-decoration: none;
}

#mainmenu_item_active
{
}

#mainmenu_item_active a
{
	color: #c5341c;
}

/****************************************************/
/* FOTOMENU											*/
/****************************************************/

.content_bottom img
{
	border: 0px;
}

.fotomenu_item
{
	float:left; 
	width:50px; 
	height:65px; 
	margin-top:10px; 
	margin-left:5px;
}

.foto_nr
{
	text-align: center;
	color: #e1d92d;
	font-size: 10px;
	font-weight: bold;
}

#foto_active
{
	color: #c5341c;
}

/****************************************************/
/* Content											*/
/****************************************************/

.foto_nummer
{
	width: 40px;
	height: 25px;
	margin-left: 295px;
	margin-top: 27px;
	margin-bottom: 263px;
	letter-spacing: 2px;
	font-size: 16px;
	font-weight: bold;	
	line-height: 25px;
	color: #c5341c;
	text-align: center;
}

.foto_vorige, .foto_volgende
{
	float: left;
	width: 40px;
	height: 25px;
	margin-left: 25px;

	letter-spacing: 2px;
	font-size: 16px;
	font-weight: bold;	
	line-height: 25px;
	color: #c5341c;
	text-align: center;
}

.foto_vorige
{
	margin-right: 205px;
}

/****************************************************/
/* Content											*/
/****************************************************/

a, a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.link
{
	color: #c5341c;
} 

h1
{
	letter-spacing: 2px;
	font-size: 32px;
	font-weight: bold;
	color: #c5341c;
	margin-left: 15px;
}

h2
{
	letter-spacing: 2px;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

li
{
	margin-left: -30px;
}

span.highlight
{
	color: #c5341c;
} 

#content_left a, #content_left a:hover, #content_left a:visited
{
	color: #c5341c;
	text-decoration: none;
}

/****************************************************/
/* Tag cloud										*/
/****************************************************/

.cloud
{
	float: left;
	font-family: Georgia, Tahoma;
	color: #e1d92d;
	height: 40px;	
	text-align: right;
}

/****************************************************/
/* Formulieren										*/
/****************************************************/

#no_javascript
{
	color: #c5341c;
	font-weight: bold;
	margin-top: 10px;
	line-height: 18px;
}

table.data
{
	width: 340px;
}

table.data td
{
	padding-top: 3px;
	padding-bottom: 3px;
}

#form_belmij input.text, #form_belmij textarea.text, #form_belmij input.error
{
	border: 1px solid #bbbbbb;
	padding: 3px;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#form_belmij input.error
{
	border: 1px dotted #c5341c;
}

#error_container 
{
	float: left;
	width: 160px;
}

#error_container  p
{
	color: #c5341c;
	margin: 2px;
	height: 20px;
}

#form_actions
{
	float: right;
}

#form_actions input
{
	border: 1px solid #ffffff;
	color: #ffffff;
	background-color: #a5a646;
}

#form_aanvraag input.text, #form_aanvraag textarea.text, #form_aanvraag input.error
{
	width: 200px;
	padding: 3px;
	border: 1px solid #bbbbbb;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#form_aanvraag input.text_vragen, #form_aanvraag textarea.text_vragen
{
	width: 260px;
	margin-left: 20px;
	padding: 3px;
	border: 1px solid #bbbbbb;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#form_aanvraag input.error
{
	border: 1px dotted #c5341c;
}