body {
    background-color: #ffffff;
   /*background-color:#AFD5A0;*/
    text-align: center; /* for IE */
} 

#container {
    margin: 0 auto; /* align for good browsers */
    width: 900px;
    margin-top: 10px;
    background-color: #ffffff;
    overflow: auto;
} 

#header {
    background-image: url(ban.png);
    background-repeat: no-repeat;
    width: 900px;
    height: 200px;
} 

#greenblock {
    height: 50px;
} 

#greenblock_b1 {
    font-size: 14px;
    color: #838690;
    font-family: Arial;
} 

#greenblock_b2 {
    font-size: 10px;
    font-family: Arial;
    color: #838690;
    float: right;
} 

#content {    
    width: 900px;
    color: #838690;
    font-family: Arial;
    font-size: 14px;
    text-align: left;
} 

#content a{
	color: #8F50A4;
	text-decoration:underline;
} 


#menu {    
    width: 900px;
	height:75px;
    text-align: left;
    font-size: 24px;
    font-family: Arial;
	
} 


#menu a {
    color: #838690;
    text-decoration: none;
	padding-left:50px;
	padding-right:50px;
	
    padding-top: 10px;
} 

#menu a:hover {
    color: #8F50A4;
} 


#menu_in a{
  	
	font-size: 16px;
  	padding-left:30px;
	padding-right:30px;
  
}
#footer {
    background-image: url(border_info.png);
    background-repeat: no-repeat;
    float: left;
    width: 900px;
    font-size: 14px;
	font-family: Arial;
    color: #838690;
    text-align: center;
    padding-top: 4px;
} 

#footer a{
	color: #838690;
	text-decoration:none;
}

#footer h1{
	font-size: 17px;
	font-family: Arial;
    color: #838690;
}

#footer a:hover{
	text-decoration:underline;
}

#contact{ 
	float:left;
	font-family: Arial;
	font-size: 14px;
	text-align:left;
	 
	width:170px; 
	height:230px;		
	margin:0px;
	padding:10px;	
}

#imala{ 
	text-align:left;
	font-family: Arial;
	font-size: 14px;
	float:left; 
	
	width:450px; 
	height:230px; 
	margin-left:25px;
	margin-right:25px;	
	padding:10px;
}

#spreuken{ 
	text-align:right;
	font-family: Arial;
	font-size: 14px;
	float:left; 
	width:170px; 
	height:230px; 
	margin:0px;
	padding:10px;
}

#spreuken li{
	list-style:none;
}

#imala td.first_column{
	width:40px;
	text-align:center;
}

#copyright{
	width: 900px;
	text-align:right;
	font-family: Arial;
	font-size: 10px;
	color: #838690;
}

