body{
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-size: 10px;
	color: black;
}

#wrapper{
	width: 600px;
	text-align: left;
}

div, p, form, input, textarea{
	margin: 0;
	padding: 0;
	margin-top: 1px;
}

input, textarea{
	border: 1px solid black;
	border-collapase: collapse;
}

a{
	text-decoration: none;	
	color: black;
	
}

#overzichtbericht, #overzichtreplybericht{
	clear: both;
	width: 600px;
	cursor: pointer;
	padding:2px;
	height: 12px;
}

#overzichtbericht #overzichtonderwerp{
	font-weight: bold;
}

#overzichtbericht{
	margin-top: 5px;
	background: #CACEFF;
	
}

#overzichtreplybericht{
	background: #EEEFFF;
	width: 577px;
	padding-left: 25px;
}

#overzichtonderwerp{
	float: left;
}
#overzichtnaam{
	float: left; 
	font-style: italic;
	margin-left: 3px;
}
#overzichtdatum{
	float: right;
}


#insertbericht{
	margin-top: 20px;
	width: 400px;
}

#insertbericht #header{
	font-weight: bold;

}

.kop{
	float: left;
	width: 100px;
}

.input input{
	width: 200px;
}

#submit{
	clear: both;
	float: right;
	width: 100px;
	margin-top: 2px;
}

.input textarea{
	width: 295px;
	height: 150px;
	float: right;
}

#bericht{
	width: 600px;
	background: #EEEFFF;
	margin-top: 5px;
	padding-bottom: 2px;
}

#bericht div{
	padding-left: 2px;
}

#berichtonderwerp{
	font-weight: bold;
	background: #CACEFF;
	padding: 2px;
}

#berichtnaam{
	margin-top: 20px;	
}

#berichtnaam, #berichtemail, #berichtdatum{
	font-style: italic;
}

#menubalk a{
	float: right;
	margin-left: 10px;
	font-weight: bold;
}

#menubalk a:hover{
	color: red;
}

#pager a:hover{
	color:red;
}