html,body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
body{
	background-color: white;
	background-image: url('../images/bg-top.png');
	background-repeat:repeat-x;
	background-position: left top;
	font-family: tahoma, verdana, arial;
	font-size: 12px;
}

#container{
	min-height: 100%;
	position: relative;
}

div.top{
	color: black;
	height: 165px;
}
div.content{
	margin: 0px;
	padding-top: 25px;
	padding-bottom: 185px;
}
div.bottom{
	background-color: #CEE4FF;
	background-image: url('../images/bg-bottom.png');
	background-repeat:repeat-x;
	background-position: left top;
	color: #666666;
	position:absolute;
	height: 160px;
	bottom:0px;
	width: 100%;
	padding-top: 10px;
/*	border-top: 2px solid #E1E1E1; */
}
div.bottom a, div.bottom a:visited{
	color: #666666;
}
div.bottom-content{
	padding-top: 10px;
}
div.top, div.menu, div.content, div.bottom-content{
	margin-left:auto;
	margin-right: auto;
	width: 90%;
}
div.top a:link, div.top a:visited{
	text-decoration: none;
	outline: none;
}
#logo{
	margin-top: 0px;
	margin-right: 30px;
	vertical-align: middle;
}
img.flag{
	vertical-align: middle;
	margin: 5px;
	border: none;
}
#titel{
	display:inline;
	font-family: times;
	font-style: italic;
	font-size: 25px;
}
#taalkeuze{
	margin-top: 25px;
	float: right;
}

.menu{
	position: relative;
	background-color: white;
	height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0px 5px 5px #888;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 5px 5px #888;
	border-radius: 10px;
	box-shadow: 0px 5px 5px #888;
}

.menu-button{
	height: 38px;
	float: left;
	width: 109px;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
/*	text-transform: lowercase; */
}
.menu a:link, .menu a:visited{
	color: black;
	text-decoration: none;
	outline: none;
}
.menu a:hover{
	background-image: url('../images/menu-button.png');
	background-repeat: no-repeat;
	color: #F3FFF7;
}

div.kader{
	position: relative;
	float: right;
	min-width: 40%;
	min-height: 200px;
	padding: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
	margin-right: 0px;
	background-color: #83AD96;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0px 5px 5px #888;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 5px 5px #888;
	border-radius: 10px;
	box-shadow: 0px 5px 5px #888;
}
