
body{

	background-image: url(../img/filmstrip.jpg); 
	background-repeat: repeat-x;
}
#container{
	text-align: left;
	width:900px;
	margin: 0 auto 0 auto;
}

#banner{
	width: 900px; 
	margin-top: 56px; 
	height:300px;
}

#links{
	float: left; 
	margin-left: 10px;
	width:400px;
	height:233px;
	background-color:#000;
	padding:5px;
}
#rechts{
	margin-left: 430px;
	width: 400px;
	height:233px;
	background-color:#000;
	padding:5px;
}
#flashcontent{
	margin-top:0px;
	padding-left: 10px;
	background-color:#000;
}
/*
#intro{
	padding: 20px;
	text-align: center;
	font-weight: bold;
	color: #000;	
}
#wallpaper{
	float:left;
}
*/

.introtekst{
	background-color: #000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.introtekst a{
	padding: 4px;
	padding-top: 10px;
	font-size: 24px;
	color: #D7B427;
	text-decoration: none;
	margin-top: 5px;
}
.introtekst a:hover{
	color: #fff;
}
.arrow{
	font-size: 26px;
	font-weight: bold;

}

#footer{
	clear:both;
	margin-top: 2px;
}
#footer table{
	width: 850px;
	padding: 0;

	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
}
#footer table td{
	vertical-align: top;
	width: 200px;
	padding: 8px;
}
#footer table td .licht{
	background-color: #444;
	color: #ddd;
}
#footer table td .licht a{
	color: #ddd;
}
#footer table td .donker{
	background-color: #444;
	color: #bbb;
}
#footer table td .donker a{
	color: #bbb;
}
#footer table h1{
	font-size: 16px;
	font-weight: bold;
}

#footer table td .licht a:hover, #footer table td .donker a:hover{
	color: #fff;
	text-decoration: none;
}

