/* Presentation Stylesheet */

a { 
	color: #603100; 
	background: transparent; 
	font-weight: normal; 
	text-decoration: none;
}

a:hover {
	color: #fff; 
	background: transparent; 
	font-weight: normal; 
	text-decoration: none;
}

a.highlight { 
	color: #fff; 
	background: transparent; 
	font-weight: normal; 
	text-decoration: none;
}





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

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

intro {
	font-size: 120%;
	color: #603100;
	font-weight: bold;
	line-height: 120%;
}

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: #fff;
	background: transparent;
}

p{
	margin: 0 0 1em; }


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

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


.red {color:#ff0000;}


/* SWE feedback is for inschrijven.html (single column) */
#feedback h1 {
	padding: 0 0 0 20px;
}
#feedback h2{
	color: #5c3100;
	font-size: 115%;
	padding: 0 0 0 20px;
}
#feedback a{
	margin: 0;
	padding: 0;
}
#feedback a:hover{
	color: #fff;
}
/* for button to profiel after succesfull new member */
#feedback a.option{
	background: #ffe540;
	display: block;
	width: 260px;

	color: #5c3100;
	
	padding: 2px 2px 2px 5px;
	margin: 5px 0 7px 25px;
	
	background-image: url(../img/icons/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: 245px 5px;
}


#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;
}



span.bottom{
	
	display: block;
	height: 50px;
	
	background: #333 url(../img/css/mainbg-bottom.jpg);
	background-repeat: no-repeat;

}













/* 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.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: #fff; background: transparent; font-weight: bold; text-decoration: none;}
#leftcol a.highlight { color: #fff; background: transparent; font-weight: bold; text-decoration: none;}










/* rightcol styles */



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

#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{
	border: 1px solid;
	color: #ffffff;
	width: 132px;
	font-weight: bold;
	padding: 8px;
	margin: 0 0 10px 0;
	background: #9ba80c;

}


#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{
	border: 1px solid;
	color: #ffffff;
	width: 132px;
	font-weight: bold;
	padding: 8px;
	background: #c8d63a;
	
}


#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 ul{
	font-size: 90%;	
	list-style-type: disc;
	margin: 3px 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;
}