/*   DIVs   */

#bg {
   	 background-color: #000000;
	 	 margin: 0px;
		 padding: 0px;
		 width: 98%;
		 height: 85%;
		 text-align: center;
} 

#divgroot {
     width: 775px;
  	 height: 600px;     
     margin-left: auto;   
     margin-right: auto;     
  	 margin-top: 5%; 	 
} 				 


#left {
   width: 361px;
	 height: 600px;
	 float: left;
	 padding: 0px;
	 border: 0px;
}

#right {
   width: 414px;
	 height: 600px;
   background-image: url("images/right.jpg");
	 background-repeat: no-repeat;  
   float: right;  
	 padding: 0px;
	 border: 0px;
}


#content {
   width: 395px;
	 height: 350px;   
	 margin-top: 89px;   
/*  	 margin-top: 80px;   */    
/*  	 margin-left: -67px;   */   
    margin-left: -23px;
		float: left;  
}

#textcontent {
   width: 360px;
	 height: 290px;    
	 margin-left: 35px;
	 margin-top: 25px;;
}

#contact2 {
   width: 360px;
	 height: 290px;    
	 margin-left: 35px;
	 margin-top: -30px;;
}

#welkom {
   width: 232px;
	 height: 24px;
	 background-image: url(images/welkom.png);
	 background-repeat: no-repeat;
	 margin-left: 15%;
}

#contact {
   width: 232px;
	 height: 24px;
	 background-image: url(images/contact.png);
	 background-repeat: no-repeat;
	 margin-left: 15%;
}


#links {
   width: 232px;
	 height: 24px;
	 background-image: url(images/links.png);
	 background-repeat: no-repeat;
	 margin-left: 15%;
}


/*   TEKST   */

.text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	  text-align: left;
		color: #FFFFFF;
		margin-top: auto;
}


/* LINKS  */

a:link {
	color:#FFFFFF;
	text-decoration: none;
	}
a:visited {
	color:#FFFFFF;
	text-decoration: none;
	}
a:hover {
	color:#61E4F6;
	text-decoration:underline;
	}
a:active {
	color:#FFFFFF;
	text-decoration:underline;
	}


