﻿/* --------------------------- reset + main html redefinitions  */
/*  common tag redefinitions  */
html, body, form, fieldset {
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
html {
	font-size:100.01%;
}
body {
	background:url(/site_images/taalkeuze/bck_taalkeuze.gif) repeat-x;
	line-height:1.4em;
	font-size:0.75em; /* 12px */
}
* {
	font-size:100%; /* avoids font scaling in a table - if this distroys all layout, just use table */
}

#wrapper {
 	width:980px; 
 	margin:0 auto;
 	background:url(/site_images/taalkeuze/txt_slogan.gif) 400px 410px  no-repeat;
	height:530px;
}


.logo {
	padding-left:70px;	
}
.boxes 
{
    padding-top:42px;
	padding-left:203px;
}

.boxes div {
	float:left;
	width:210px;
}


.clearfloats {
	clear:both;
}