body {
	background-image: url(/images/css/bbg.jpg) repeat-y;
	background: #5b656f;
	text-align:center;
	padding:30;
	line-height: 1.2em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;	
}

input, textarea, table, td, th {
   font-family: Arial, Helvetica, sans-serif;
}

a img {
   border: 0;
}


form {
   display: inline;
}

#container  {
	margin-left:auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
	background: #fff;
	font-size: 95%;
	font-size: 95%;
	background-image: url(/images/css/bg.jpg);
	
}

.public_bg  {
	background-image: url(/images/css/bg.jpg);
}


.login_bg  {
	background-image: url(/images/css/bg_login.jpg);
}

#header  {
	height: 143px;
	width: 900px;
	background-image: url(/images/css/header.jpg);
}

#header a {
   display: block;
   height: 143px;
}


#content  {
   background-position: 0px 6px;
	padding-bottom: 40px;
	width: 900px;
}	

#leftcol_container {
   float: left; 
   width: 170px;
	margin: 0;
}

#leftcol, #centercol, #rightcol {
   margin-top: 25px;
   padding: 0;
}


#leftcol .text  {
	padding: 0px 10px 0 15px;
	font-weight: normal;
	font-size: 90%;
}


#centercol  {
	margin-left: 16px;
	margin-right: 16px;
	width: 520px;
	float:left;
	font-size: 95%;
}

#rightcol  {
	float:left;
	width: 150px;
	padding: 0px 6px;
}

h1  {
	font-size: 170%;
	font-weight: bold;
	margin-top:10px;
	margin-bottom: 20px;
	color: #008372;
}

h2  {
	font-size: 120%;
	margin-top:10px;
	margin-bottom: 10px;
	color: #008373;
	font-weight:bold;
}


/* clearfixer */
.form_row:after,
.clearfix:after {
   content:".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

.form_row, 
.clearfix {
   display:inline-block;
}

/* Hides from IE-mac \*/
.form_row,
.clearfix {display: block;}
/* End hide from IE-mac */

.right {	text-align: right; }
.left { text-align: left; }
.center { text-align: center; }
.fleft {	float: left; }
.fright { float: right; }
.none { display: none; }
.bold { font-weight: bold;}
.italic { font-style: italic;}

div.message,
div.error {
   padding: 0.5em;
   margin: 1em 0 1em 0;
   cursor:  pointer;
}


div.message {
   background-color: #ECF3E1;
   border: 1px solid #C5DEA1;
}

div.error {
   border: 1px solid #b80000;
   background-color: #ebcacb;
}

div.error h3 {
	color:  #b80000;
}

div.error a {
	color: #b80000;
	background-color: #f7f7f7;
	padding: 3px;
	font-weight: bold;
}

div.error ul {
	list-style: none;
}

div.error ul li {

}

div.error ul li a {
	border: 1px solid #333;
   background-color: #f7f7f7;
   cursor: pointer; 
   padding: 0.3em; 
   margin: 0.5em; 
   display: block;
   text-decoration:  none;
   color: #000;
}

div.error ul li a:hover {
	text-decoration:  none;
	color: #fff;
	background-color: #333;
}



.plaatjerechts, .plaatjelinks  {
	background-color: transparent;
}

.plaatjerechts div.img,
.plaatjelinks div.img,
.plaatjemidden div.img {
   margin: 2px;
   padding: 5px;
   background-image: url(/images/css/ink_bg.gif);
}

.plaatjerechts div.img  {
	float:right;
}


.plaatjelinks div.img  {
	float: left;
}

.plaatjemidden div.img  {
	text-align: center;
}

.plaatjerechts div.img img, .plaatjelinks div.img img,.plaatjemidden div.img img  {
	padding: 2px;
	margin: 5px;
}

#content a  {
	color: #008373;
	text-decoration:none;
}

#content a:hover, #content a:active  {
	color: #5B656F;
	text-decoration:underline;

}

.hidden  {
	display:none;
}

.hidden2  {
	visibility:hidden;
}


#content ul  {
	margin:0;
	margin-top:3px;
	margin-bottom:3px;
	padding:0px;
	list-style:none;
}

#content ul li  {
	margin-left:14px;
	margin-bottom:2px;
	padding-left:8px;
}

ul.faq_q {
   margin-bottom: 10px;
   list-style
}

.faq_q_and_a {
   margin-top: 10px;
}


#country_loop {
   margin-top: 10px;
   width: 145px;
}

.member_list {
   border-top: 1px solid #eee;
}

.member_list .member_details {
   border-bottom: 1px solid #eee;
}

.member_list h2 {
   margin-top: 20px;
   margin-bottom: 5px;
}


/* --- Login Form --- */

div.client_login {
   
}

.form_row {
   margin-bottom: 10px;
}


.form_row label {
   display: block;
   font-weight: bold;
   margin-bottom: 5px;
}

.form_row input.invullen {
    width: 90%;
}


.client_login {
   margin-top: 20px;
   border-top: 1px solid #666;
   padding-top: 20px;
}

div.submit {
   text-align: right;
}

div.submit a.forgotten {
   font-size: 10px;
}
/* --- End Login Form --- */



/* --- contact form */
.contact_form {
   margin-top: 25px;
   background-color: #F5F5F5;
   padding: 5px 20px 5px 10px;
}

.contact_form .form_row {
   width: 95%;
}

.contact_form .t_contact {
   width: 100%;
   font-size: 12px;
   padding: 3px 2px;
}

/* --- end contact form */

.fright {
   float: right;
}