/* Presentation Stylesheet */

a { color: #612e01; background: transparent; font-weight: normal; text-decoration: none;}
a:hover { color: #FE7900; background: transparent; font-weight: normal; text-decoration: none;}
a.highlight { color: #FE7900; background: transparent; font-weight: normal; text-decoration: none;}





h1 {
	font-size: 180%;
	color: #FE7900;
	background: transparent;
	line-height: 120%;
	font-weight: bold;

	padding: 0;
	margin: 0 0 15px 0;
}

h2 {
	color: #FFDD01;
	background: transparent;
	font-size: 125%;
	line-height: 130%;
	font-weight: bold;
	margin: 5px 0 15px 0;
	padding: 0;

}

h3 {
	padding: 0;
	margin: 2px 0px 4px 0px;
	font-size: 105%;
	line-height: 120%;
	color: #FE7900;
	background: transparent;
}

p{
	margin: 0 0 1em; }


strong {
	font-weight: bold;
	color: #B1C533;
}

hr {
  	border: 0;
  	width: 100%;
  	color: #80a353;
	background-color: #80a353;
	height: 1px;
	clear: both;
	margin: 8px 0 8px 0;
}

.red {color:#ff0000;}


#content a.meerinfo{
	padding: 0 25px 0 0;
	float: right;
	background: transparent url(../img/icons/leftcol-arrow.gif);
	background-repeat: no-repeat;
	background-position: center right;
}



/* links naar gebruikersprofielen */
#content a.userlink{
	color: #FE7900;
	font-weight: bold;
	text-align: right;
	padding: 2px 0px 2px 15px;
	margin: 1px 2px 1px 2px;
	
	background-image: url(../img/icons/usericon.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}


/* berichtenlink */
#content a.maillink{
	color: #FE7900;
	font-weight: bold;
	text-align: right;
	padding: 2px 0px 2px 18px;
	margin: 1px 2px 1px 2px;
	
	background-image: url(../img/icons/mail.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}



#content.three-col a.userlink:hover{
	color: #fff;
}




#content a.arrowoption{
	background: #ffe540;
	color: #FE7900;
	font-weight: bold;
	text-align: left;
	padding: 4px 25px 4px 5px;
	margin: 15px 0 7px 0px;
	
	background-image: url(../img/icons/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: 97% 50%;
	
}

#content a:hover.arrowoption{
	background-color: #d6fab0;
	color: #FE7900 !important; 
}


#content a.option{
	background: #ffe540;
	color: #FE7900;
	font-weight: bold;
	text-align: right;
	padding: 4px 5px 4px 25px;
	margin: 15px 0 7px 0px;
	
	background-image: url(../img/icons/plus.gif);
	background-repeat: no-repeat;
	background-position: 5% 50%;
	
}


.nomarginleft{
	margin-left: 0;
}

#content a:hover.option{
	background-color: #fff072;
	color: #FE7900 !important; 
}


/* maillinks */
#content a.mailoption{
	background: #ffe540;
	color: #FE7900;
	font-weight: bold;
	text-align: right;
	padding: 4px 8px 4px 25px;
	margin: 15px 0 7px 0px;
	
	background-image: url(../img/icons/mail.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	
}

#content a:hover.mailoption{
	background-color: #d6fab0;
	color: #FE7900 !important; 
}




/* tabel voor paginaindex op verschillende content pagina's */
#content table.content-pageinfo{
	font-size: 85%;
	width: 100%;
	border: 0;
	margin-top: 10px;
	height: 30px
}

#content table.content-pageinfo a{
	font-weight: bold;
	color: #FE7900;
}

#content table.content-pageinfo a:hover{
	color: #fff;
}

#content table.content-pageinfo a.first{
	padding-left: 20px;
	background-image: url(../img/icons/arrow-left.gif);
    background-repeat: no-repeat;
	background-position: 0px 1px;
}


#content table.content-pageinfo a.last{
	padding-right: 20px;
	background-image: url(../img/icons/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}






/* Image styling */

img.border{
	border-style: solid;
	border-width: 1px;
	border-color: #666;
}

img.padding-left{
	margin: 0px 0px 10px 15px;
}














/* LEFTCOL */

#leftcol ul{

	font-size: 90%;	
	

	margin: 0;
	padding: 0;
	
	color: #5e2f01;
	font-weight: bold;
	list-style-type: none;
	
	
	

}

#leftcol ul li{
	
	width: 148px;

	margin: 0;
	padding: 5px 0 5px 8px;


	color: #5e2f01;
	font-weight: bold;
	font-size: 95%;
	
	
	background: transparent url(../img/icons/leftcol-arrow.gif);
	background-repeat: no-repeat;
	background-position: 130px 10px;

}

#leftcol ul li.highlight{
	background-color: #ffe540;
}




#leftcol a { display: block; width: 100%; color: #5e2f01; background: transparent; font-weight: bold; text-decoration: none;}
#leftcol a:hover { color: #FE7900; background: transparent; font-weight: bold; text-decoration: none;}
#leftcol a.highlight { color: #FE7900; background: transparent; font-weight: bold; text-decoration: none;}










/* rightcol styles */



#rightcol div{
	color: #ffffff;
	width: 134px;
	padding: 8px;
	margin: 0 0 10px 0;
	background: #FE7900;
	
}

#rightcol div h2{
	color: #fff;
	font-size: 95%;
	margin: 0;
	padding: 0;
}

#rightcol div p{
	margin: 0;
	padding: 0;
}

#rightcol div.border{
	border: 1px solid;
	border-color: #fff;
	width: 132px;
}

#rightcol div img{
	padding: 4px;
}

/* Style01 specific */

#rightcol div.style01{
	color: #ffffff;
	width: 132px;
	padding: 8px;
	margin: 0 0 10px 0;
	background: #FE7900;

}


#rightcol div.style01 a { display: block; width: 100%; color: #ffffff; background: transparent; font-weight: normal; text-decoration: none;}
#rightcol div.style01 a:hover { color: #fff; background: transparent; font-weight: normal; text-decoration: none;}





/* Style02 specific */

#rightcol div.style02{
	color: #ffffff;
	font-weight: bold;
	width: 132px;
	padding: 8px;
	background: #B1C533;
	
}


#rightcol div.style02 a { display: block; width: 100%; color: #ffffff; background: transparent; font-weight: normal; text-decoration: none;}
#rightcol div.style02 a:hover { color: #fff; background: transparent; font-weight: normal; text-decoration: none;}














/* Nieuws artikelen */




#content #news h1{
	color: #5f2f01;
	background: transparent;
	font-size: 130%;
	line-height: 130%;
	font-weight: bold;
	margin: 0px 0 10px 0;
	padding: 0;
}



#content #news h2{
	color: #FFDD01;
	background: transparent;
	font-size: 100%;
	line-height: 130%;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}


#content #news p{
	
	margin: 0;
	padding: 0;
}


#content #news div.item img{
	
border: 0;
float: left;


}

#content #news div.item div.itemtext{
	float: left;
	width: 430px;
	padding-left: 15px;
}







/* Footer */

#footer ul{
	font-size: 90%;	
	list-style-type: disc;
	margin: 0px 0 0 0;
	padding: 0;
}

#footer ul li{
	color: #5e2f01;
	font-size: 95%;
	display: inline;
	
	
	background: transparent url(../img/css/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
	padding: 0 5px 0 10px;
}

#footer ul li.first{
	background: transparent;
}






/* Aanmeldformulier */

form{
	margin: 0;
	padding: 0;
}

form.aanmelden fieldset{
  border: 1px solid #612e01;
  margin: 15px 0 10px 0;
  padding: 10px;
  font-size: 95%;
  overflow: hidden;
}


form.aanmelden fieldset legend{
	font-weight: bold;
	font-size: 110%;
}

* html form.aanmelden fieldset legend{
	margin: 0 0 10px 0;
}


form.aanmelden fieldset.naw label{
	width: 230px;
	float: left;
}

form.aanmelden fieldset strong{
	color: #FE7900;
}


form.aanmelden input.checkbox{
   float: left;
   margin-right: 8px;
}

form.aanmelden p.floatleft{
	float: left; 
	width: 460px;
}

form.aanmelden input.text{
	border: 1px solid #612e01;
	padding: 0 3px 0 3px;
	margin: 2px;
}




form.aanmelden input.small{
   width: 43px;
}

form.aanmelden input.mid{
   width: 160px;
}

form.aanmelden input.large{
   width: 220px;
}

form.aanmelden strong{
	color: #612e01;
}

form.aanmelden select{
	padding: 0;
	margin: 2px;
	
	border: 1px solid #612e01;
}

form.aanmelden input.submit{
  	border: 0;
	padding: 3px 0 3px 0;
	margin: 0;
	width: 170px;
	float: right;
	background: #ffe540 url(../img/icons/leftcol-arrow.gif);
	background-repeat: no-repeat;
	background-position: 145px 8px;
	color: #612e01;

}




/* TABLES */

/* DATA TABLE */
table.data{
	margin:0; 
	padding: 0; 
	width: 100%;
	font-size: 95%; 
	border: 0;
}


table.data td { 
	border: 0; 
	padding: 3px 3px 3px 3px;
	margin: 0; 
	vertical-align: middle;  
}

table.data td.top{
	vertical-align: top;
	  
}

table.data th { 
	color: #568418;
	font-weight: bold; 
	background: transparent; 
	margin: 0; 
	padding: 3px 3px 3px 3px; 
	border: 0;
}

table.data tr.even{
	background: #ffe540;
}

table.data tr.odd{
	background: transparent;
}




/* Formulieren */

input.checkbox{
   margin: 0 0 0 10px;
}

input.text{
	border: 1px solid #612e01;
	padding: 1px 3px 1px 3px;
	margin: 2px;
}

select{
	padding: 0;
	margin: 2px;
	
	border: 1px solid #612e01;
}

input.submit{
  	border: 0;
	padding: 3px 25px 3px 6px;
	text-align: left;
	margin: 0;
	font-weight: bold;
	background: #ffe540 url(../img/icons/leftcol-arrow.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	color: #FE7900;

}


