/* Copyright 2005 Brecht Neyrinck.
This script is distributed under the terms of the GNU General Public License. */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #000000;
	margin: 0px;
	padding: 0px;
}
#container{
	position:absolute;
	top: 10px;
	width: 80%;
	left: 10%;
}
#messages{
	width: 1px;
	height: 1px;
	overflow: hidden;
}
#noJavascript{
	color:#ffffff;
	font-weight: bolder;
	position: absolute;
	width: 500px;
	margin-left: -250px;
	left: 50%;
	top: 100px;
	text-align: center;
}
#header{
	/*background: url(../logo.gif) center center no-repeat;*/
	height: 160px;
	display: none;
}
.nummering a{
	text-decoration: none;
}
.nummering a.active{
	background: #93ADC2;
}
.nummering{
	height: 20px;
	margin: 0px;
	padding: 3px 0;
	width: 100%;
}
.nummering span, .nummering a{
	background: #ffffff;
	border: 1px solid #000033;
	color: #000033;
	font-weight: bold;
	font-size: 10px;
	padding: 2px 4px 2px 4px;
	margin: 0px 5px 0px 0px;
}
.nummering .reply{
	background: #93ADC2;
	border: 1px solid #000033;
	margin: 0px;
	position: absolute;
	right: 0px;
}

#threadtitle{
	margin: 12px 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	border: 1px solid #000033;
	height: 20px;
	vertical-align: middle;
}
#threadtitle h2{
	font-size: 14px;
	font-weight: bolder;
	color: #000033;
	padding: 2px 0px 2px 0px; 
	margin: 2px 8px;
}
.bericht{
	margin: 11px 0px 11px 0px;
	border: 1px solid #000033;
	background: #ffffff;
	padding-bottom: 10px;
}
#previewbox{
	padding: 0 10px;
	margin: 0;
}
.bericht .berichtinfo{
	border-bottom: 1px solid #000033;
	background: #93ADC2;
	color: #ff0000;
	font-size: 10px;
	font-weight: bold;
	width: 100%;
}
.bericht .berichtinfo .datum{
	padding: 2px;
}
.bericht .berichtinfo .gebruiker{
	float:right;
	margin-top: -15px;
	margin-right: 2px;
}
.bericht .berichtinfo .gebruiker a{
	color:#000033;
}
.bericht .bericht_inhoud {
	margin: 10px;
	margin-bottom: 0px;
	overflow: auto;
}
.bericht .bericht_inhoud ul{
	margin-top: 1px;
	margin-bottom: 1px;
}
.bericht .bericht_inhoud ul ol{
	margin-top: 1px;
	margin-bottom: 1px;
}
.bericht .bericht_inhoud a{
	color: #000066;
}
#geenBerichten{
	margin: 30px auto 0 auto;
	width: 500px;
	height: 125px;
	text-align: center;
	background: #93ADC2;
	border: 1px solid #000033;
	color: #000033;
	font-size: 13px;
	font-weight: bolder;
}
#geenBerichten p{
	margin-top: 55px;
}
#noEntryReply {
	background: #B0C1E1;
	color: #000033;
	border: 1px solid #000033;
	font-weight: bold;
	font-size: 11px;
	padding: 2px 4px 2px 4px;
	position: relative;
	top: 15px;
	margin-left: 400px;
	text-decoration: none;
}
#creditbox{
	margin: 20px auto 0 auto;
	width: 500px;
	text-align: center;
	color: #000033;
}
#creditbox a{
	color: #000033;
}
.bericht .bericht_inhoud .quote{
	background: #78ADD8;
	border: 1px inset #000033;
	padding: 5px;
	margin: 5px 0;
}
.bericht .bericht_inhoud .code{
	background: #B0CFE8;
	border: 1px inset #000033;
	padding: 5px;
	margin: 5px 0;
}
