@charset "utf-8";
/* CSS Document */
<!--
body {
	background-color: #FFF;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
H1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;	
}
#container {
	width:900px;
	text-align:center;
	margin:0 auto;
}
#menu {
	width:900px;
	height:24px;
	text-align:right;
}
#header {
	width:900px;
	height:90px;
	background-image: url(img/header.jpg);
	position:relative;
}
#ads { 
	position: absolute; 
	top: 4px; 
	right: 60px;
}
#content {
	width:900px;
	overflow:hidden;
	background-image: url(img/content.gif);
	text-align:center;
}
#content2 {
	width:800px;
	text-align:center;
	margin:0 auto;
}
#links {
	width:700px;
	text-align:left;
	margin:0 auto;
}
.toevoegen1 {
	width:200px;
	float:left;
	text-align:left;
}
.toevoegen2 {
	width:500px;
	float:left;
	text-align:left;
}
.list {
	width:400px;
	height:100px;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
}

.list_l {
	width:100px;
	height:100px;
	float:left;
}
.list_r {
	width:290px;
	height:100px;
	float:left;
	text-align:left;
	padding-left:10px;
}
.appelsap {
	width:796px;
	height:15px;
	float:left;
	display:block;
}
.appelsap2 {
	width:796px;
	height:15px;
	float:left;
	background-color:#cbdc3f;
	display:block;
}
.song {
	width:350px;
	height:15px;
	float:left;
	text-align:left;
}
.mama {
	width:350px;
	height:15px;
	float:left;
	text-align:left;
}
.date {
	width:96px;
	height:15px;
	float:left;
	text-align:left;
}
.advenster {
	width:796px;
	height:80px;
	margin-top:20px;
	float:left;
	display:block;
}
.tv {
	width:640px;
	height:415px;
	margin:0 auto;
	text-align:center;
	padding-top:190px;
	background-image: url(img/tv.jpg);
}
.tekst {
	width:450px;
	text-align:left;
	margin:0 auto;
}
#footer a{
	width:900px;
	height:20px;
	background-image: url(img/footer.gif);
	cursor:pointer;
	display:block;
}
a:link {
	color: #2B2A28;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2B2A28;
}
a:hover {
	text-decoration: none;
	color: #2B2A28;
}
a:active {
	text-decoration: none;
	color: #2B2A28;
}
-->

