@charset "UTF-8";
/* CSS Document */

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #f6f6f6;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	margin-left: 20px;
	margin-top: 0px;
	}
	
#foot {
	position: fixed;
	z-index: 0;
	top: 440px;
	left: 350px;
}

#content {
	position: relative;
	z-index: 1;
}
	
	
#voet {
	position: relative;
	top: 0px;
	left: 50px;
	z-index: 0;
}

#logo {
	position: absolute;
	z-index: 1;
	top: 20px;
}

#landkeuze {
	position: fixed;
	z-index: 1;
	top: 260px;
	margin-left: 90px;

}

#container {
	width:683px;
	margin: 0 auto;  
}

.translate {
	color: #cc0033;
}

.red {
	color: #c1001f;
}