body {
	background:#000;
	margin:0;
	font-family:"Tahoma";
	font-size:12px;
	margin-bottom: 10px;
}

#container {
	background:url(../images/bg.jpg) repeat-y #FFF;
	width:800px;
	margin:0 auto;
	border-left:#666666 solid 4px;
	border-right:#666666 solid 4px;
	border-bottom: #666666 solid 4px;
}
a:link{
	color: blue;
	font-weight: bold;
}
a:hover{
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}
a:visited{
	color: darkblue;
	text-decoration: underline;
	font-weight: bold;
}

a.InText:Link	{	Color: #000000;	Text-Decoration: Underline; Font-Weight: Normal;	}
a.InText:Visited{	Color: #000000;	Text-Decoration: Underline; Font-Weight: Normal;	}
a.InText:Hover	{	Color: #000000;	Text-Decoration: Underline; Font-Weight: Normal;	}
a.InText:Active	{	Color: #000000;	Text-Decoration: Underline; Font-Weight: Normal;	}

#header {
	background:url(../images/header.jpg) no-repeat;
	width:800px;
	height:60px;
	text-align: right;
}

#banner {
	padding: 0px 0px 0px 330px;
}

input {
	color: #000000;
	background: #fee3ad;
	border: 1px solid #000000;
}

submit {
	color: #000;
	background: #ffffff;
	border: 1px solid #000000;
} 

select {
	color: #000000;
	background: #fee3ad;
	border: 1px solid #000000;
}

textarea {
	color: #000000;
	border: 1px solid #000000;
}

#time {
	background:#000;
	width:800px;
	height:15px;
}

#time h3 {
	font-weight:normal;
	font-size:10px;
	color:#FFF;
	padding:1px 0 0 0;
	margin:0 18px 0 0;
	float:right;
}

#sidebar {
	width:145px;
	float:left;
}

#sidebar form {
	padding-left: 5px;
}

#sidebar ul {
	list-style-type:none;
	padding:0;
	margin:6px 0 0 0;
}

#sidebar li {
	margin:0 0 16px 0;
}

#sidebar li a {
	background:url(../images/sidebar-uit.jpg) no-repeat;
	display:block;
	height:15px;
	padding:4px 0 4px 5px;
	text-decoration:none;
	font-weight:bold;
	color:#000;
}

#sidebar li a:hover {
	background:url(../images/sidebar-aan.jpg) no-repeat;
}

#content {
	width:620px;
	float:right;
	padding:0 15px 0 0;
	line-height:15px;
}

#content h1 {
	padding:0;
	margin:10px 0 0 0;
	font-size:18px;
}

#top-10-verhalen {
	width:278px;
	border:#000 solid 1px;
	padding:8px;
	float:left;
	margin:0 0 15px 0;
}

#nieuweverhalen {
	width:602px;
	border:#000 solid 1px;
	padding:8px;
	float:left;
	margin:0 0 15px 0;
}

#nieuweverhalentitel {
	width:602px;
	border:#000 solid 1px;
	padding:8px;
	float:left;
	margin:0 0 15px 0;
	background: #eeeeee;
}

#top-10-andere {
	width:278px;
	border:#000 solid 1px;
	padding:8px;
	float:right;
	margin:0 0 15px 0;
}	

#top-10-verhalen h2, #top-10-andere h2, #nieuweverhalen h2, #nieuweverhalentitel h2 {
	padding:0;
	margin:0;
	font-size:18px;
}

#top-10-verhalen h4, #top-10-andere h4, #nieuweverhalen h4 {
	padding:0;
	margin:3px 0 0 0;
	color:#999999;
}

#top-10-verhalen h4 a, #top-10-andere h4 a, #nieuweverhalen a{
	text-decoration:none;
	color:#999999;
}

#top-10-verhalen ul, #top-10-andere ul, #nieuweverhalen ul {
	list-style-type:none;
	padding:0;
	margin:8px 0 0 0;
}

#top-10-verhalen li, #top-10-andere li, #nieuweverhalen li {
	background:url(../images/list-icon.jpg) no-repeat 0 3px;
	padding:2px 0 2px 0;
}

#top-10-verhalen li a, #top-10-andere li a, #nieuweverhalen li a {
	padding:2px 0 2px 20px;
	dislay:block;
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

#top-10-verhalen li a:hover, #top-10-andere li a:hover, #nieuweverhalen li a:hover {
	color:#FF9933;
}

#footer {
	padding:0 15px 0 0;
	float:right;
	font-size:10px;
	color:#999999;
}

#footer a {
	color:#999999;
	font-weight:bold;
	text-decoration:none;
}

	

.clear { clear:both; }