@CHARSET "ISO-8859-1";

.showteken{
	outline: none;
}
#tekendiv{
	height:auto;
	/*background: url(../images/layout/guestbook.png) right top no-repeat;*/
}

#tekendiv input[type=text]{
	width:316px;
}

#tekendiv textarea{
		width:666px;
		height:200px;
}

#tekentabel{

}

span.em { font-size:10px; margin-left:240px; }

.submit {float:left; margin:10px 0; }

#berichten{
	margin:0px 0 0px 0;
	width:666px;
}

.gb {background:url(../images/base/bg_white_10.png) repeat; padding-bottom:10px;}

.titel{
	padding:4px;
	height:20px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;

}

.titel table{
		background:url(../images/base/bg_white_10.png) repeat;
	width:100%;
	height:35px;
}
.naam{
	padding-left:10px;
}
.datum{
	padding-right:10px;

}

#berichten .titel td a{
	color:#444444;
}
#berichten .titel td a:hover{
	color:#F49300;

	
}


.bericht table{
	width: 646px;
	margin:0px 16px;
}

.bericht table td{
	color: #fff;
	padding:5px 0px;
}

.bericht table td p{
	line-height:21px;
}

.bericht table td p:first-letter{
	font-weight:bold;
	font-size:larger;
	text-transform : uppercase;
	color:#FFF;
	margin-right:1px;
}

#berichten .spacer{
	 background:none; height:20px; display:block;
}

#berichten .nieuw{
	display:none;
}

#delKnop:hover{
	cursor: pointer;
}

#berichten .nieuw .tekst{
	display:none;
}
.results{
	padding-left:5px;
	width:250px;
	float:left;
	font-size:12px;
	line-height:13px;
	margin:5px 0;
	padding-top:4px;
	text-align:left;

}
.navigatie{
	text-align:right;
	font-size: 11px;
	line-height:12px;
	margin:5px 0;
	height:20px;
	float:right;width:400px;

}

.navigatie a{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:normal;
}
.navigatie .nummer{
	color:#FFFFFF;
	display: inline-block;
	height: 11px;
	width:15px;
	border:1px solid #CCC;
	margin:1px 2px;
	text-align:center;
	padding:2px 0px 3px 0px;
	background:url(../images/base/bg_white_10.png) repeat;
	
}

.navigatie .nummer:hover{
	background:url(../images/base/bg_white_20.png) repeat;
}

.navigatie .active, .navigatie .active:hover{
	background:url(../images/base/bg_white_50.png) repeat;
	color:#333;
	border:1px solid #FFF;
}

.navigatie .tekst strong{	
	color:#FFF;
	font-size:12px;
	font-weight:normal;
}
.navigatie .tekst span{	
	color: #FF7B00;
	font-weight:bold;
}
.navigatie .tekst:hover strong{
	text-decoration:underline;
}
.navigatie .inactive{
	color:#CCC;
	font-size:12px;
}
.navigatie .inactive span{	
	color: #FF7B00;
	font-weight:bold;
}




