
body { 
	   margin:0;
     padding:0;
		 color:#612581;
		 font-family:arial, serif;
		 font-size:88%;
		 background:url(../images/bg.jpg) 50% #612581 repeat-Y;
		 text-align:center;
		 }
a {
     text-decoration:none;
		 font-weight:bold;
		 color:#562775;
		 }
a:hover {
     text-decoration:underline;
		 }		 		 
a img {
     border:0;
		 }

#wrapper {
     width:820px;
		 margin:15px auto;
		 text-align:left;
		 }		 		 

#kopfilo {
     float:left;
		 text-align:right;
		 }
#koplogo {
     float:right;
		 text-align:center;
		 }		 
#koplogo img {
     margin:10px;
		 }
#tussenruimte {
     height:70px;
		 }
		 
#indexrechts {
     width:320px;
		 float:right;
		 }
#indexrechts .subdiv {
     text-align:center;
		 width:115px;
		 float:right;
		 margin:20px;
		 margin-top:0;
		 }
#indexrechts .subdiv img {
     margin:5px 5px 0px 10px;
		 }		 		 
#indexinhoud {
     width:440px;
		 float:left;
		 margin-left:25px;
		 text-align:justify;
		 }		 
#inhoud {
     width:430px;
		 margin-left:170px;
		 text-align:justify;
		 }
#linkermenu {
     width:160px;
		 float:left;
		 }
#rechtermenu {
     width:180px;
		 float:right;
		 }		  
#rechtermenu img {
     margin:5px;
		 }
#rechtermenu .rm_txt {
     position:relative;
		 top:-25px;
		 }		 
#aanbod a {
     font-weight:normal;
		 }		 
#footer {
     width:800px;
		 font-size:0.8em;
		 text-align:center;
		 margin-top:2em;
		 }		
span.right {
     float:right;
		 }
span.left {
     float:left;
		 } 

/* .hoverpop{
	display:inline;
} */

.hoverpop a{
	text-decoration:none;
	font-weight:bold;
	color:#785784;
	
}

.hoverpop a:hover{
	border:none;
}

.hoverpop a span{
	display:none;
	background-color: #cdcdff;
}

.hoverpop a:hover span,.hoverpop a:visited:hover span{
	font-weight:normal;
	display:block;
	width:350px;
	left:300px;
	position:absolute;
	color:#562775;
	border: 1px solid #000;
	background-color:#cdcdff;
	margin-top:15px;
	padding-left:10px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:5px;
	text-decoration:none;
}		 