/*************************************************************
  
Website Concept & Design by Tabeoka
Realisation & Implementation by Tabeoka .
Copyright - 2009 - by 'Tabeoka'. All rights reserved.

Graphic Design by 'Michael' 
HTML & CSS production by 'John Moors' 
john@tabeoka.be - www.tabeoka.be 
  
/************************************************************/

/*============================================================
  01. PAGE STRUCTURE
============================================================*/

body /*!T!*/ {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
}

#wrapper {
	height: 750px;
	width: 1190px;
	margin: auto;
	min-height: 750px;
	background-image: url(../img/index3.jpg);
	background-repeat: no-repeat;
}
.klein {
	font-size: 14px;
}

#taalkeuze {
	width: 1190px;
	height: 150px;
	padding-top: 510px;
	padding-left: 155px;
	color: #013D79;
}
#taalkeuze a:link, a:visited {
	color: #013D79;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#taalkeuze a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


#verandaNL {
	height: 150px;
	width: 180px;
	text-align: center;
	float: left;
	vertical-align: baseline;
}



#verandaFR {
	height: 150px;
	width: 180px;
	float: left;
	text-align: center;
	color: #FFFFFF;
}
#ramenNL {
	height: 150px;
	width: 180px;
	float: left;
	margin-left: 160px;
	text-align: center;
	color: #013D79;
}
#ramenFR   {
	height: 150px;
	width: 180px;
	float: left;
	text-align: center;
	padding-right: 0px;
	color: #013D79;
}

