html
{
	overflow-y: scroll;
}
  
body
{
	margin:0;
  	padding:0;
 	font-family:Calibri,Arial;
	font-size:14px;
  	color: #ffffff;
	background-color:#000000;
 	height: 100%;
   	line-height: 110%;
}

td {
	margin:0;
  	padding:0;
 	font-family:Calibri,Arial;
	font-size:14px;
  	color: #ffffff;	
 	height: 100%;
   	line-height: 100%;
}

* { -moz-box-sizing: border-box; }

img{
	border:none;
}

a img
{
	border:none;
}

p{
	margin:0px;
}



/* begin van de website*/
#website
{
	left:50%;
	top:50%;
	position:absolute;
	
}

#websitebinnen
{
	left:-412px;
	top:-295px;
	position:absolute;
	height:589px;
	width:825px;
}


#logo{
	position:absolute;
	top:0px;
	left:15px;
	height:590px;
	width:122px;
	background: url('../images/logo.png');
	z-index:2;
}


#balk_boven{
	position:absolute;
	top:66px;
	left:0px;
	height:33px;
	width:825px;
	background: url('../images/balk_boven.png');
	z-index:1;
}

#balk_midden{
	position:absolute;
	top:203px;
	left:0px;
	height:23px;
	width:825px;
	background: url('../images/balk_midden.png');
	z-index:1;
}

#balk_onder{
	position:absolute;
	top:546px;
	left:0px;
	height:37px;
	width:825px;
	background: url('../images/balk_onder.png');
	z-index:3;
}

#fotobalk{
	position:absolute;
	top:99px;
	left:135px;
	height:104px;
	width:573px;
}

#menu {
	position:absolute;
	top:67px;
	left:137px;
	height:33px;
	width:688px;
	z-index:2;
	border: 0px red solid;
	padding-top:7px;
	
}

#menu #menupunt1 { 	float:left; padding-left:15px;}
#menu #menupunt2 { 	float:left; padding-left:40px;}
#menu #menupunt3 { 	float:left; padding-left:40px;}
#menu #menupunt4 { 	float:left; padding-left:40px;}
#menu #menupunt5 { 	float:left; padding-left:40px;}
#menu #menupunt6 { 	float:left; padding-left:40px;}
#menu #menupunt7 { 	float:left; padding-left:55px;}

a.menupunt {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

a.menupunt:hover {
	
	text-decoration:underline;
}


a { color:#ffffff;}

#info{
	position:absolute;
	top:99px;
	left:705px;
	height:104px;
	width:118px;
	background: url('../images/info.jpg');
}


#content {
	position:absolute;
	top:226px;
	left:150px;
	height:320px;
	width:555px;
	color:white;
	padding:10px;
	overflow-y:auto;
	
	
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
    SCROLLBAR-SHADOW-COLOR: #ffffff;

    SCROLLBAR-3DLIGHT-COLOR: #ffffff;
    SCROLLBAR-ARROW-COLOR: #ffffff;
       
    SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
    SCROLLBAR-BASE-COLOR: #503163;
    SCROLLBAR-TRACK-COLOR: #ffffff;
}

#rechts {
	position:absolute;
	top:225px;
	left:710px;
	height:322px;
	width:115px;
	
	border:0px red solid;
}


#ledeninfo {
	position:absolute;
	top:10px;
	left:713px;
	height:33px;
	width:200px;
	color:white;
	font-size:14px;
	font-weight:bold;
	z-index:4;
}
#ledeninfo a { text-decoration:none;color:#ffffff; }

#sponsoring {
	position:absolute;
	top:10px;
	left:70px;
	height:33px;
	width:200px;
	color:white;
	font-size:14px;
	font-weight:bold;
	z-index:4;
}
#sponsoring a { text-decoration:none;color:#ffffff; }


#talen {
	position:absolute;
	top:10px;
	left:530px;
	height:40px;
	width:200px;
	color:white;
	font-size:14px;
	font-weight:bold;
	z-index:4;
	
}

.jaartal{
	font-weight:bold;
	color:#4C1371;
}


#broodkruimel {
	margin-bottom:20px;
	border-bottom:1px #4C1371 solid;
	height:20px;
	width:500px;
	color:#fffff;
	font-weight:bold;
	text-decoration:none;
	padding-left:5px;
}

#broodkruimel a
 {
	color:#fffff;
	font-weight:bold;
	text-decoration:none;
}



textarea 
{
	overflow: auto;
	color:#4C1371;
	font-family:Calibri,Arial;
	font-size:12px;
	border-color:#4C1371;
	border-style:solid;
	border-width:1px;
	width:183px;
	
}

.inputfield
{
	border-color:#4C1371;
	border-style:solid;
	border-Width:1px;
	height:17px;
	font-size:10px;
	width:130px;
	color:#4C1371;
	padding-left:5px;
}


.purple {
	color:#4C1371;
}

.button 
{
	background-color:#4C1371;
	border-color:#4C1371;
	border-style:solid;
	border-Width:1px;
	COLOR: #ffffff;
	width:183px;
	
}
