@charset "UTF-8";
/* CSS Document */

/*  Web design en huiststijl door Rob Krijgsman - www.watontwerpers.nl */
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	line-height: 1.5em;
	color: #000000;
}

a { color: red; text-decoration: none; }
a:visited { color: white; text-decoration: none; }
a:hover { color: white; text-decoration: none; }
a:active { color: white; text-decoration: none; }

a.tekst { color: red; text-decoration: none; }
a.tekst:visited { color: red; text-decoration: none; }
a.tekst:hover { color: red; text-decoration: underline; }
a.tekst:active { color: red; text-decoration: none; }


#container {
	background-color: #FFFFFF;
	width: 955px;
	border: 1px solid #ccc;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: -475px;
	position: absolute;
	left: 50%;
	top: 5px;
	right: 10px;
	height: auto;
}
#left {
	height: 400px;
	width: 230px;
	top: 0px;
	float: left;
	color: #ECECEC;
	padding-right: 0px;
}
#logo {
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 230px;
	top: -10px;
}
#menu {
	list-style-type: none;
	margin-top: 35px;
	margin-left: 0px;
	text-align: right;
	width: 200px;
	padding-right: 20px;
	height: 600px;
}


#menu li {
	list-style: none;
}

#menu li a {
	font-size: 12px;
	font-style: normal;
	color: #999999;
	text-decoration: none;
}

#menu  li a:hover  {
	font-size: 12px;
	font-style: normal;
	color: #FF0000;
	text-decoration: none;
}
#content {
	padding: 0px;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 260px;
	top: 0px;
	right: 0px;
	visibility: visible;
}
#footer {
	clear: both;
	width: 547px;
	height: 240px;
	margin-left: 0px;
	position: static;
	bottom: 0px;
	margin-top: 20px;
}
.footerimage {
}


#disclaimer { padding-top: 180px; margin-left: 20px;font-size: 9px; color: #ddd;}

#disclaimer a {font-size: 9px; color: #ddd; text-decoration: none; }
#disclaimer a:visited { color: red; text-decoration: none; }
#disclaimer a:hover { color: red; text-decoration: none; }
#disclaimer a:active { color: red; text-decoration: none; }

.streamer {	
background-repeat: repeat-y;
	background-position: right top;
	padding-top: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 0;
	padding-left:20px;
	padding-bottom:10px;}

#streamer {
	
	width: 100%;
	background-repeat: repeat-y;
	background-position: right top;
	margin-top: 10px;
	margin-bottom: 20px;
}

h2 {color:#FFF; font-size:16px; font-weight:bold; margin-left: 15px; margin-top: 8px; }

ul.tekst  {
	margin-right: 200px;
	margin-left: 20px;
	margin-bottom: 15px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5 em;
}
p.tekst  {
	margin-right: 190px;
	margin-left: 20px;
	margin-bottom: 15px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5 em;
}
h1 {margin-top: 0px;
margin-bottom: 18px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

#footer a {color: white; font-size: 8px; margin-left: 425px !important; margin-top: -10px;}

#footer a:hover {color: red; font-size:8px; margin-left: 425px !important; margin-top: -10px; text-decoration: underline;}