*{
	padding:0px;
	margin:1px;
	font-family:Verdana, Arial, sans-serif;
}

html,body {height:99.5%;width:99.5%;text-align:center;}
html,body{background-color:rgb(0,0,0);font-size:100%;}

a:link {
	text-decoration: none;
	color: rgb(51,102,153);
}

a:visited{
	text-decoration: none;
	color: rgb(51,102,153);
}

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

#container{
	background:rgb(0,0,0);
/* verplichte border voor Moz om linkerkant veilig te stellen */
 	border:1px solid rgb(148,167,185);
 	padding-left:0px;
 	padding-right:0px;
 	padding-bottom:0px;
 	text-align:center;
}

#content{
	text-align:center;
	background-color:black;
	color:rgb(51,102,153);
	font-weight:bold;
	padding:10px;
	padding-bottom:0px;
	margin:auto;
	width:800px;
}
img{border:none;}
#content img{
	height:600px; 
	width:800px;
	vertical-align:top;
	margin:0px;
	border:1px solid rgb(148,167,185);
}

h1{font-size:1.3em;}

#bottom{
	background-color:rgb(0,0,0);
	padding-bottom:5px;
	padding-top:0px;
	margin:0px;
	height:1em;
}

#bottom p{
	clear:both;
	font-size:70%;
	vertical-align:bottom;
	color:rgb(51,102,153);
	text-align:right;
}

p{
	margin-bottom:.5em;
}

.navbar {height:1.3em;font-size:.8em;position:relative;top:-1.5em;}
.navbar span.prev {float:left;}
.navbar span.next {float:right;}
.navbar a:link, .navbar a {font-weight:bold;}
.navbar a:hover {color:rgb(255,0,0);}

.date {text-align:right;font-size:70%;}
#content div{width:800px;}
.comment{font-size:90%;position:relative;top:1em;}

