body {
	background-color: #E4E6DB;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#container {
	text-align: center;
}

#langchoice {
	width:940px;
	margin:0 auto;
	margin-top:15px;
}

.langcols{
	display: block;
	float: left;
	width: 290px;
	height: 496px;
	padding: 6px;
	background-image: url(../images/lang_bg.jpg);
	text-align: center;
}

#langcol1 {
	margin-left:8px;
}

#langcol2 {
	margin-left:8px;
}

#header_francais {
	width: 290px;
	height: 91px;
	background-repeat: repeat;
	background-image: url(../images/header_francais.jpg);
}

#header_nederlands {
	width: 290px;
	height: 91px;
	background-repeat: repeat;
	background-image: url(../images/header_nederlands.jpg);
}

#header_deutsch {
	width: 290px;
	height: 91px;
	background-repeat: repeat;
	background-image: url(../images/header_deutsch.jpg);
}

.content {
	padding:10px;
	font-size:11px;
	line-height: 165%;
	text-align:left;
	height:320px;
}

img {
	border:0;
}

h2 {
	font-size:13px;
}

.clear {
	display:block;
	clear:both;
}