html, body { 
	background: url("../img/bg.gif") repeat-x;
	background-color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-align:center;
	height: 100%; 
	margin: 0; 
	padding: 0; 
}

a {
	color: #000;
	text-decoration:underline;
}

a:visited {
	color: #000;
}

a:hover {
	color: #000;
	}
	
a:active {
	color: #000;
}

h1 {
color: #fff;
display: inline;
font-size: 14px;
font-weight: bold;
}

h2 {
color: #000;
display: inline;
font-size: 12px;
font-weight: bold;
}

h3 {
color: #9d3425;
display: inline;
font-size: 12px;
font-weight: bold;
}

h4 {
color: #9d3425;
display: inline;
line-height: 22px;
font-size: 12px;
font-weight: bold;
}

#container {
	background: url("../img/bgleftbottom.gif") repeat-y;
	width: 900px;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
}

#footer {
	width: 100%;
	height: 10px;
	clear: both;
}

.main {
margin: 0 auto;
width: 900px;
height: 100%;
text-align: left;
}

.logo {
background: url("../img/logo.gif");
height: 116px; 
}

.info {
background: url("../img/bglefttop.gif");
font-size: 14px;
padding-top: 20px;
padding-left: 70px;
height: 233px; 
text-align: left;
}

.infobottom {
background: url("../img/infobottom.gif");
height: 3px; 
}

.leftbottom {
background: url("../img/bgleftbottom.gif");
}

.menu {
width: 645px;
margin-left: -24px;
text-align: justify;
height: 120px;
background-repeat: no-repeat;
text-transform: uppercase;
}

.menu a {
	float:left;
	font-size: 12px;
	padding-top: 10px;
	margin-left: 56px;
	margin-top: 40px;
	width: 104px;
	height: 22px;
	text-align: center;
	display:block;
	color: #a9a9a9;
	font-weight: bold;
	background: url("../img/button.gif");
	text-decoration:none;
}

.menu li {
	float: left;
	margin: 0;
	padding: 0;
	}

.menu a:visited {
	font-size: 12px;
	text-decoration:none;
}

.menu a:hover {
	color: #fff;
	}
.menu a:active {
	color: #fff;
}

.menu #current a {
	color: #fff;
}

ul { list-style-type: none;
margin: 0px;
padding: 0px;
}

.header {
width: 600px;
margin-left: 30px;
text-align: center;
margin-top: 15px;
height: 250px;
}

.content {
color: #000;
margin-left: 30px;
width: 600px;
text-align: justify;
}

.welkom {
text-align: justify;
float: left;
width: 600px;
}

.media {
text-align: center;
float: left;
width: 600px;
}

.homeplayer {
float: left;
text-align: center;
padding: 5px;
background-color: #d9d9d9;
border:  1px solid #959595;
margin-left: 15px;
margin-top: -5px;
width: 200px;
height: 220px;
}

.mediaplayer {
float: left;
text-align: center;
padding: 5px;
background-color: #d9d9d9;
border:  1px solid #959595;
margin-left: 15px;
margin-top: -5px;
width: 200px;
height: 282px;
}

.left {
background: url("../img/bgleftbottom.gif");
float: left;
height: 100%;
width: 274px;
}

.right {
float: left;
height: 100%;
width: 600px;
}

img {
border: 0px;
}

