@charset "utf-8";
body  
{
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

/********************************************************************/
/* Menu																*/
/********************************************************************/

div.main_menu_item 
{
	float: right;
	padding: 8px;
	padding-left: 22px;
	margin-right: 35px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}

.main_menu_item a
{
	text-decoration: none;
	color: #FFFFFF;
}

#main_menu_active a
{
	color: #a54d15;
}

/********************************************************************/
/* Left																*/
/********************************************************************/

div.sub_menu_item
{
	margin-left: 5px;
	font-weight: bold;
	border-bottom: 2px solid #e6b98a;
}

.sub_menu_item a
{
	text-decoration: none;
	color: #e6b98a;
}

#sub_menu_active a
{
	color: #ffffff;
}

div.left_text
{
	line-height: 30px;
	color: #e6b98a;
	font-style: italic;
}

div.left_contact
{
	color: #e6b98a;
	text-align: right;
}

.email
{
	color: #e6b98a;
	text-decoration: none;
}

.email:hover
{
	color: #e6b98a;
	text-decoration: underline;
}

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

#content_text
{
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 40px;
	margin-bottom: 10px;
}

h1
{
	color: #a54d15;	
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 10px;
	
}

h2
{
	color: #a54d15;	
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
	
}

p
{
	padding-top: 2px;
	margin-top: 2px;
}

div.textheader2
{
	color: #a54d15;	
	font-weight: bold;
	padding-bottom: 5px;
}

div.textheader3
{
	color: #a54d15;	
	text-decoration: underline;
	padding-bottom: 5px;
}

div.textheader4
{
	padding-bottom: 5px;
}

div.bullet
{
	padding-left: 15px;
}

.image_download
{
	border: 1px solid #a54d15;
}

.frame_google
{
	border: 1px solid #a54d15;
}


a
{
	color: #a54d15;
}

td.doc_toelichting
{
	width: 250px;
	height: 105px;
	vertical-align: top;
	padding-top: 8px;
	padding-left: 8px;
	font-style:italic;
}

td.pub_toelichting
{
	width: 350px;
	height: 105px;
	vertical-align: top;
	padding: 8px 0px 12px 8px;
	font-style:italic;
}

#column_left
{
	float: left;
}

#column_right
{
	float: left;
}

/***** HOME PAGINA *****/

div.home_header
{
	margin: auto;
	padding-top: 80px;
	height: 50px;
	text-align: center;
}

span.home_header
{
	color: #a54d15;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;	
}

span.home_header2
{
	color: #000000;	
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;	
	font-style: italic;
}

div.home_text
{
	padding-left: 250px;
	padding-top: 30px;
	font-size: 18px;
	color: #000000;
}

/***** PICTURE PAGINA *****/

#pictures_left
{
	float: left;
	width: 220px;
}

div.pictures_pic
{
	margin: auto;
	padding-left: 40px;
	padding-bottom: 10px;
}

#pictures_right
{
	float: left;
	width: 440px;
}

#pictures_name
{
	border-top: 2px solid #a54d15;
	padding-left: 10px;
	line-height: 30px;
	color: #a54d15;
	font-weight: bold;
}

#pictures_content
{
	height: 360px;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	text-align:left;
}

#pictures_email
{
	border-bottom: 2px solid #a54d15;
	padding-left: 10px;
	line-height: 30px;
	color: #a54d15;
	font-weight: bold;
}


/********************************************************************/
/* Footer															*/
/********************************************************************/

#footer p 
{
	margin: 0; 
	padding: 10px 0; 
}

.fltrt 
{ 
	float: right;
	margin-left: 8px;
}

.fltlft 
{ 
	float: left;
	margin-right: 8px;
}

.clearfloat 
{ 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

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

table.data
{
	width: 450px;
}

table.data td
{
	height: 30px;
}

#form_actions
{
	float: right;
}

#form_actions input
{
	border: 1px solid #a74e15;
	color: #e6b98a;
	background-color: #c46700;
	font-style: italic;
	font-weight: bold;
}

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

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

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

#form_aanmelding input.text, #form_aanmelding textarea.text, #form_aanmelding input.error
{
	width: 300px;
	border: 1px solid #bbbbbb;
	padding: 3px;
}

#form_aanmelding input.error
{
	border: 1px dotted #a54d15;
}
