/* Layout Stylesheet */ 
body{
	font: 0.7em/1.4em Tahoma, Verdana, Arial, Georgia, sans-serif;
/*	color: #474F49; */
	color: #000;
	background: #fff;
	width:800px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
}	 
 
fieldset {
	border: 1px solid #ccc;
	padding: 10px 0 15px 15px;
}

legend{
	color: #600;
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px 5px;
} 


acronym {
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	cursor: help;
}
	
#hdr {
	position:relative; 
	background-color:#FFFFFF; 
	width:100%;
	height:80px;
	background:url("/images/header.jpg") no-repeat left center;
}	

#maincol {
	background-color: #FFF;  
	float: left; 
	width:600px;
	font: 1em/1.3em Tahoma, Verdana, Arial, Georgia, sans-serif;
	color: #000;
}

#maincol p {
	margin: 0px 10px 5px 0px;
}

#maincol h1 {
	font-size: 1.3em;
	color: #600;
	font-weight: bold;
	border-left: 11px solid #600;
	padding-left: 7px;
}

#maincol a {
	color: #600;
	text-decoration:underline;
}

#maincol a:hover, #mailcol a:visited {
	color: #600;
	text-decoration:underline;
}

#rightcol {
	width:192px; 
	float:left; 
	padding: 5px 0px 0px 5px;
	background-color:#FFFFFF; 
}


#styleselecter , #styleselecter a, #styleselecter a:hover, #styleselecter a:visited {
/*	border: none;*/
	color:#666;
	padding: 10px 0 5px 0;
	margin: 0 0 0 5px;
}

h2, h3 {
/*	clear:both; */
	font-size: 1.2em;
	color: #600;
	margin: 15px 0 5px 0;
}

em {
	color:#999;
}

h1{
	font-size: 1.3em;
	font-weight: bold;
	color: #600;
	border-left: 11px solid #600;
	padding-left: 7px;
}

/* #news h1{
	font-size: 1.3em;
	font-weight: bold;
	color:#FFF;
	background-color:#b3ab79;
	margin:0;
	padding:5px;
	border:none;
} */

#news {
	margin: 0 0 0 5px;
}

#news h1{
	font-size: 1.3em;
	font-weight: bold;
	color:#600;
	margin:0;
	padding:5px;
	border: none;
	text-transform: capitalize;
}

#news a {
	color: #600;
	text-decoration:none;
	background:url(../images/bullet.gif) no-repeat left center;
	padding: 1px 0 1px 15px;
	display:block;
/*	background-color:#faeec7;*/
}

#news a:hover {
	color: #fff;
	background-color: #600;
}
 
table, td {
    padding:0;
    margin:0;
    font-family:verdana, arial, helvetica, sans-serif;
}

th {
	text-align:left;
	color:#FFF;
	background-color: #b3ab79;
}

input, textarea {
    border: 1px solid #a79787;
    background: #fff;
    color: #666;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size:9px;
}

form {
    padding:0;
    margin:0;
}

.btn {
    background:#060;
    border:1px solid #000;
    color:#fff;
}

#footer {
	clear:both;
	font-size: 0.9em; 
	color:#999999; 
	text-align:right;
	background: url("../images/footer_separator.gif") repeat-x left top #fff;
	padding:2px 5px; 
	margin:0px 0px 20px 0px; 
	border-top:2px; 
	border-top-color:#b3ab79; 
	border-top-style:solid; 
	border-bottom:2px; 
	border-bottom-color:#b3ab79; 
	border-bottom-style:solid; 
	white-space:pre;
	text-decoration:none;
}

#footer a, a:hover, a:visited {
	text-decoration:none;
	color: #999999;
}

#footer #current {
	cursor:text;
}

.whereami {
	border-bottom:dotted #666 thin;
	color:#666666;
	font-size: 0.9em;
	width:98%;
}

.highlight {
	color:#060;
	width:175px;
	padding:15px 10px 15px 10px; 
	border:1px solid #ffad5b; 
	background:#eee;
	float: right;
	text-transform:capitalize;
}

.imgleft { 
	padding: 0 5px 0 0; 
	float:left;
}

.imgleft p {
	clear:both;
	font-size: 0.9em;
	color:#999;
	font-style:italic;
	text-align:right;
}

/* Zorgt voor oranje rand om image
.imgleft img {
	border:1px solid #ffad5b; 
}*/


.imgright { 
	padding: 0 0 5px 0; 
	float:right;
}

.imgright p {
	font-size: 0.9em;
	color:#999;
	font-style:italic;
	text-align:right;
}

/* Zorgt voor oranje rand om image
.imgright img {
	border:1px solid #ffad5b; 
}*/
 
#printfooter{
	display: none;
} 

.logo {
	clear:both;
	float: left;
	width: 205px;
	padding: 5px 5px 5px 5px;
}

.logo img {
	border:none;
}

.reftext {
	float: right;
	width:365px;
	padding: 5px 5px 5px 5px;
}


hr {
display: none;
clear: both;
}

.red {
	color: #600;
	font-weight:bold;
}

.grey {
	color: #666;
	font-size: 0.7em;
}	

span.hide { display:none; }


 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#maincol{width:100%; float:none;}
#hdr{display:none;}
#footer{display:none}
#printfooter{
	display:block;
	color:#666;
	clear:both;
	padding:2px 5px; 
	margin:0px 0px 20px 0px; 
	border-top:2px; 
	border-top-color:#b3ab79; 
	border-top-style:solid; 
	border-bottom:2px; 
	border-bottom-color:#b3ab79; 
	border-bottom-style:solid; 
}
.highlight {display:none}
}
