@charset "utf-8";
*{
	padding:0;
	margin:0;
}
body,html {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	background-image: url(../img/bg.jpg);
	/*overflow-x:hidden; */ 
}
#header_bg {
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	height: 295px;
	width: 100%;
	position: absolute;
	top: 0px;
	background-position: center top;	
	/*
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	height: 295px;
	width: 1200px;
	margin-left: -600px;
	position: absolute;
	left: 50%;
	top: 0px;
	*/
}
#container{
	position:absolute;
	width:960px;
	min-height:100%;
	top: 0px;
	left: 50%;
	margin-left: -480px;
}
/* STEUN SAM */
#steun_sam a{
	display:block;
	width: 202px;
	height: 110px;
	background-image: url(../img/steun_sam.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9000px;
	position:absolute;
	top:0;
	right: 20px;
}
#steun_sam a:hover{
	background-position: 0px -114px;		
}
/* RECHTERKOLOM */
#rechterkolom{
	background-image: url(../img/rechter_kolom.png);
	background-repeat: no-repeat;
	height: 553px;/*583 op 270*/
	width: 205px;
	position: absolute;
	top: 235px;
	right: 4px;
	padding: 30px 0 0 65px;	
}
#rechterkolom ul, li{ 
	list-style-type: none;
}
#rechterkolom li a{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 23px;	
}
#rechterkolom li a:hover{
	color: #C00;
}
#rechterkolom li a:before{
	margin: 0 0 0 -5px;
	content: "- ";	
}
#volgende_benefiet{
	position:absolute;
	top: 200px;
	width: 100px;
	height: 380px;
}

/* INHOUD */
#inhoud{
	width:710px;
	margin: 0 0 0 23px;
}
#tekst_vlak{
	width:710px;
	margin: 0 0 0 -23px;	
}
#tekst_center{
	background-image: url(../img/text_center.png);
	background-repeat: repeat-y;
	padding: 0 40px 0 30px;
}
#tekst_top{
	background-image: url(../img/text_top.png);
	background-repeat: no-repeat;
	height: 88px;
	width: 710px;	
}
#tekst_bottom{
	background-image: url(../img/text_bottom.png);
	background-repeat: no-repeat;
	height: 33px;
	width: 710px;	
}
/* NAVIGATIE */
#navigatie{
	width: 960px;
	height: 100px;
	margin: 150px 0 0 0;
}
#navigatie ul, li{
    list-style-type: none;
}
#navigatie li.oversam a{
	display:block;
	width: 140px;
	height: 32px;
	background-image: url(../img/nav_oversam.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9000px;
	margin: 0 0 0 20px;
	float:left;
}
#navigatie li.oversam a:hover{
	background-position: 0px -31px;		
}
#navigatie li.nieuws a{
	display:block;
	width: 140px;
	height: 32px;
	background-image: url(../img/nav_nieuws.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9000px;
	margin: 15px 0 0 20px;
	float:left;
}
#navigatie li.nieuws a:hover{
	background-position: 0px -31px;		
}
#navigatie li.benefiet a{
	display:block;
	width: 140px;
	height: 32px;
	background-image: url(../img/nav_benefiet.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9000px;
	margin: 20px 0 0 280px;
	float:left;
}
#navigatie li.benefiet a:hover{
	background-position: 0px -31px;		
}
#navigatie li.sponsors a{
	display:block;
	width: 140px;
	height: 32px;
	background-image: url(../img/nav_sponsors.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9000px;
	margin: 10px 0 0 30px;
	float:left;
}
#navigatie li.sponsors a:hover{
	background-position: 0px -31px;
}
a.link_home{
	color:#666;
	position: absolute;
	left: 30px;
	top: 0px;
	display:block;
	/*background-color: #CCC;*/
	text-indent: -9000px;
	height: 93px; /*135 op 400*/
	width: 190px;
	padding: 47px 0 0 210px;
	font-size: 20px;
	font-family: 'PointyDemoRegular', Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-transform: uppercase;
}
a:hover.link_home{
	color:#C00;
	text-indent: 0px;
	text-decoration: none;
}				
/* SPONSORS */
.sponsor_logo {
	border: 1px solid #CCC;
	float:left;
	margin: 0 5px 5px 0;
}
.naamvermelding{
	display: block;
	float: left;
	width: 300px;
	margin: 0 12px 5px 0;
}
.naamvermelding:before{
	content: url(../img/bullet_pijl.gif);
	padding: 0 5px 0 0;
}
/* GENERAL */
.stippellijn {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	clear:both;
}
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.clear{
	clear:both;
}