/* CSS Document */

body, html{
	margin: 0 auto;
	height: 100%;
	background-color:#EBEBEB;
	background-image:url(../images/bg.gif);
	line-height: 12px;
}

#main_container{
	margin: 0 auto;
	width:800px;
	min-height: 100%;
	_height: 100%;
	background-color:#333333;
}

#content_container{
	position:relative;
	margin:0 0 20px 20px;
	width:780px;
	z-index:2;
}

#header_container {
	height:114px;
}

#left_container {
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
}

#right_container {
	position:relative;
	width:510px;
	margin: 0 0 0 239px;
	padding: 40px 30px 50px 20px;
}
#right_container a:hover img { 
border: 0.2pt solid #FFFF00; 
} 

/* Language */
#language {
	position:absolute;
	/* text-align:right; */
	right:30px;
	top:20px;
	width:100px;
	height:20px;
}

#language a:hover img { 
border: 0.2pt solid #FFFF00; 
} 

.flag {
	float:left;
	margin: 0 3px 0 0;
}

/* Menu */
#menu {
	padding:0;
	margin:10px 0 0 0;
	list-style:none;
}

li.menubtn {
	height:25px;
	width:240px;
	border-bottom:1px solid #CCCCCC;
	cursor:pointer;
}

li.menubtn:hover { background-color:#000000; }

li.submenubtn {
	padding:0 0 0 10px;
	height: auto;
	width:190px;
	color:#CCCCCC;
	cursor:pointer;
}

li.submenubtn:hover { background-color:#000000; }

#submenu {
	padding:0;
	margin:0 0 0 25px;
	color:#CCCCCC;
	list-style:disc;
}

/* Foto's */
.foto_container {
	float:right;
}

/* Language
#language {
	position:absolute;
	top:0px;
	right:10px;
	width:93px;
	height:14px;
	cursor:pointer;
	margin:10px 0 0 0;
	background-image:url(../images/language.gif);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	border:1px solid #333333;
	z-index:2;
} */

#language_keuze {
	position:absolute;
	top:0px;
	left:0px;
	width:93px;
	cursor:pointer;
	background-image:url(../images/language.gif);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	border:1px solid #333333;
	z-index:2;
}

.language_tekst {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:10px;
	padding:1px 5px 0 5px;
	text-align:left;
	z-index:2;
}

/* Footer */
#footer_container {
	clear: both;
	position:relative;
	height: 40px;
	width:800px;
	margin:0 auto;
	margin-top:-40px;
	background: url(../images/bg_footer.gif) top center repeat-x;
	background-color:#333333;
	text-align:center;
	z-index:1;	
}

#footer_realisatie {
	float:left;
	padding: 0 0 0 40px;
	text-align: left;
	width: 30%;
}

#footer_disclaimer {
	float:left;
	padding: 0 0 0 237px;
	text-align: right;
	width: 30%;
}

#footer_text {
	padding: 5px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:10px;
}

#footer_image {
	position:absolute;
	right:0px;
	bottom:40px;
	width:465px;
	height:300px;
	background: url(../images/wereldbol.gif) bottom right no-repeat;
}