html {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px; 
	height: 101%; /* setting height to 101% forces scroll bar to display */ 
} 
body {
	background: #000 url(../images/bg.jpg) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 18px;
	color: #999;
}
img {
	border: none;
	padding: 5px;
}
a { 
	color: #97C4FF; 
	text-decoration: none;
}
a:hover { 
	text-decoration: none; 
	color : #FF9; 
}
#container {
	margin: 10px auto 0 auto;
	width: 1000px;
}
#header {
	border: 5px solid #222;
	height: 150px;
	background: #333 url(../images/kop2.png) no-repeat 600px;
}
#header h1 {
	font-size: 26px;
	font-weight: 100;
	letter-spacing: -3px;
	padding: 15px 0 0px 10px;
	color: #FF9;
	text-decoration: none;
	letter-spacing: 1px;
}
#header h2 {
	color: #ccc;
	font-size: 15px;
	font-weight: 100;
	padding: 0 0 0 11px;
	letter-spacing: 5px;
	line-height: 12px;
}
.content {
	margin-top: 10px;
	width: 720px;
	float: left;
	text-align: justify;
	border: 5px solid #222;
	padding: 10px;
	background: #333;
}
.content h2 {
	color: #59799F;
	font-size: 24px;
	font-weight: 100;
	padding : 5px 0 10px;
	background: url(../images/poot.gif) no-repeat left;
	margin-left: 30px;
	text-indent: 40px;
}
.tekst {
	padding: 0px 10px;
}
.tekst ol {
	padding: 5px 10px 10px 30px;
	color: #999;
	list-style: url(../images/wijzer.gif) none inside;
	text-align: left;
}
.tekst ul li{
	list-style-type: square;
	padding: 5px 10px 10px 30px;
	color: #FF9;
}
.tekst li {
	padding-bottom: 7px;
}
#gast {
	height: 482px;
	width: 720px;
}
.sidebar {
	margin-top: 10px;
	width: 210px;
	float: right;
	border: 5px solid #222;
	font-size: 12px;
	padding: 0px 10px 0px 10px;
	background: #333;
}
.sidebar ul {
	list-style-type: square;
	padding: 5px 10px 5px 25px;
	color: #59799F;
}
.sidebar li {
	padding-bottom: 7px;
}
.sidebar h2 {
	height: 30px;
	font-size: 12px;
	color: #FF9;
	line-height: 30px;
}
.sidebar a { text-decoration: none }

#footer {
	margin-top: 10px;
	text-align: center;
	color: #eee;
	font-size: 9px;
	border: 5px solid #222;
	padding: 5px;
	background: #333;
}
.geel {
	color: #FF9;
	font-style: oblique;
	font-weight: bold;
}
hr {
	color:#ff9;
	border-top:0.5px dotted #ff9; /* dit werkt ook in firefox, dus wil je een dikkere lijn doe het dan zo */
	height:3px;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#container .content h4 {
	color: #ff6;
	font-size: 9px;
}
.thumbgroot{
	width: 100px;
	height: 130px;
	margin: 0px;
}
.thumbkort{
	width: 100px;
	height: 65px;
	margin: 0px;
}
.thumbmiddel{
	width: 100px;
	height: 75px;
	margin: 0px;
}

