@charset "utf-8";

#img.source-image {
	width: 100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
}
	
.box_text a:link       {color: #999; text-decoration: underline; }
.box_text a:visited    {color: #999; text-decoration: underline; }
.box_text a:hover      {color: #FFF; text-decoration: none; }
.box_text a:active     {color: #FFF; text-decoration: none; }
	
body {
	margin:0;
	color: #999;
	font-family: "Century Gothic", Tahoma, Geneva, sans-serif;
	font-size: 70%;
	line-height: 1;
	background-color:#000;
	position: relative; /*stabiliseren van IE*/
	}

img {
border: none;
}

.red {color: #d50225;}
.reddata {color: #d50225; font-size:60%; letter-spacing:-1px;}
	
.topo {
	margin: 0 auto;
	width: 100%;
	height: 30px;
}

.header {
	width: 840px;
	height: 200px;
}


.header1 {
	width: 250px;
	height: 200px;
	float: left;
}

.header2 {
	width: 100%;
	height: 200px;
	float: right;
	text-align: right;
}

	
	.menu_nav {
	width:250px;
	height:auto;
	margin-top:52px;
	}
	
		.bt {
			width:250px;
			height:30px;
			margin-bottom:10px;
			}
			
			.logo {
			width:200px;
			height:130px;
			float:left;
			margin-top:50px;
			}

.content {
	width: 840px;
	height: auto;
}

.box {
	margin: 0 auto;
	width: 740px;
	height: auto;
}
	
	.spacer {
clear: both;
}

/*BACKGROUND*/
html, body, #bg, #bg table, #bg td, #bg2, #bg2 table, #bg2 td, #cont {
height:100%;
overflow:hidden;
width:100%;
}

#bg div, #bg2 div {
height:200%;
left:-50%;
position:absolute;
top:-60%;
width:200%;
z-index:1;
}
#bg td, #bg2 td {
text-align:center;
vertical-align:middle;
}
#bg img, #bg2 img {
margin:0 auto;
min-height:60%;
min-width:50%;
}
/*BACKGROUND END*/