/* 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: #B0CFE8;
	margin: 0px;
	padding: 0px;
}
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font-size: 12px;*/
	color: #E6D4BA;
	background-color: #442B24;
	margin-top: 0px;
}

#container{
	position:absolute;
	top: 10px;
	width: 90%;
	left: 5%;
}
#entries{
	display: none;
}
#noJavascript{
	color:#AD9B97;
	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: 30px;
}
.nummering a{
	text-decoration: none;
}
.nummering a.active{
	background: #774E45;
}
.nummering{
	height: 20px;
	margin: 0px;
	padding-top: 3px;
}
.nummering span, .nummering a{
	background: #442B24;
	/*border: 1px solid #AD9B97;*/
	color: #AD9B97;
	font-weight: bold;
	font-size: 10px;
	padding: 2px 4px 2px 4px;
	margin: 0px 5px 0px 0px;
}
.nummering .reply a{
	background: #774E45;
	color: #AD9B97;
	border: 1px solid #AD9B97;
	font-weight: bold;
	font-size: 10px;
	padding: 2px 4px 2px 4px;
	margin: 0px 0px 5px 0px;
	height: 20px;
}
.nummering .reply{
	height: 20px;
	padding-top: 3px;
	margin: 0px;
	float:right;
	margin-top: -15px;
}
#threadtitle{
	margin: 32px 0px;
	padding: 0px 0px 0px 0px;
	background: #442B24;
	border: 1px solid #AD9B97;
	height: 20px;
	vertical-align: middle;
}
#threadtitle h2{
	font-size: 18px;
	font-weight: bolder;
	color: #AD9B97;
	padding: 2px 0px 2px 0px; 
	margin: 2px 8px;
}
.bericht{
	margin: 11px 0px 11px 0px;
	border: 1px solid #AD9B97;
	background: #442B24;
}
#previewbox{
	padding: 0 10px;
	margin: 0;
}
.bericht .berichtinfo{
	border-bottom: 1px solid #AD9B97;
	background: #774E45;
/*	color: #AD9B97;
	font-size: 10px;
	font-weight: bold*/;
	width: 100%;
color: #f26522;	
font-family: CityBlueprint;
font-weight: normal;
 font-size: 18 px;
vertical-align:bottom
}
.bericht .berichtinfo .datum{
	padding: 2px;
}
.bericht .berichtinfo .gebruiker{
	float:right;
	margin-top: -15px;
	margin-right: 2px;
}
.bericht .berichtinfo .gebruiker a{
	color:#AD9B97;
}
.bericht .bericht_inhoud {
	margin: 10px;
	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: #774E45;
	border: 1px solid #AD9B97;
	color: #AD9B97;
	font-size: 13px;
	font-weight: bolder;
}
#geenBerichten p{
	margin-top: 55px;
}
#noEntryReply {
	background: #442B24;
	color: #AD9B97;
	border: 1px solid #AD9B97;
	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: #AD9B97;
}
#creditbox a{
	color: #AD9B97;
}
.bericht .bericht_inhoud .quote{
	background: #44C225;
	border: 1px inset #AD9B97;
	padding: 5px;
	margin: 5px 0;
}
.bericht .bericht_inhoud .code{
	background: #44C225;
	border: 1px inset #AD9B97;
	padding: 5px;
	margin: 5px 0;
}

input,textarea
{
	color:#442B24;
	border: 1px solid #F06424;
	background-color : #EFD6CB;
}

input.btn
{
	background-color : #EFD6CB;
	color:#442B24;
	border: 1px solid #AD9B97;
	width: 150;
}