* a img {text-decoration: none; border: none;}

td{ vertical-align: top;}

select .current { font-weight: bold; color:#ff3334;}

.clearB  { clear: both; }
.clearR  { clear: right; }
.clearL  { clear: left; }

table td {padding: 4px; }
.rowH td, h1.header {
	color: #fff;
	vertical-align: middle;
	height: 33px;
	font-size:1.4em;
	background-color: #c7266a;
	
	-moz-border-radius-topright: 7px; -moz-border-radius-topleft:7px;
	-webkit-border-top-right-radius: 7px; -webkit-border-top-left-radius: 7px;

	padding: 6px 5px; height: auto;
	margin: 0;
	font-weight: normal;
}

.rowA td { background-color: #f1f1f1 ;}
.rowB td { background-color: #ebebeb; }
.rowC td { background-color: #ccff66; }

.sponsor { text-align: center; border-bottom: 1px solid #E9E9E9; padding-bottom: 10px; margin-bottom:15px;}
.sponsor h1 { font-size: 16px; }

.nummering { text-align: center; }

.post .title {
	margin: 0;
	padding: 5px 0px;
	letter-spacing: -2px;
	border-bottom: 1px solid #F5F5F5;
}
.post .meta {
	height: 26px;
	background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
	font-size: smaller;
	font-weight: bold;
	padding: 0;
}
.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
	background: url(../img/img09.gif) no-repeat left bottom;
}
.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}
.post .title a { text-decoration: none;}
.post .permalink {	background: url(../img/img10.gif) no-repeat right bottom; }
.post .entry { padding-bottom:10px; }
.post { margin-bottom: 20px; }

.editbar { float: right; font-size: x-small;}
.tool { width: 20px; text-align: center;}
.red {color: red; font-weight: bold;}
/* messages */
.message{
	font-size:14px;
	margin: 5px;
	line-height: 1.00;
	padding: 5px 20px 5px 70px;
	clear:both;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


.berichtje .body
{
	padding: 3px;
}


.message a { font-weight: bold; }
.message h1{ font-size: 24px }

.alert * { color: #f11; } .alert { border: 1px solid #ffd324; background: #fff6bf url(../images/warning.gif) 10px 50% no-repeat; }
.dev   * { color: #444  } .dev   { border: 1px solid #ffd324; background: #fff6bf url(../images/development.png) 10px 50% no-repeat; }
.error * { color: #fff; } .error { border: 1px solid #f00   ; background: #ff3131 url(../images/warning.gif) 10px 50% no-repeat; }
.info  * { color: #fff; } .info  { border: 1px solid #069   ; background: #3399cc url(../images/message.png) 10px 50% no-repeat; }
.ok    * { color: #000; } .ok    { border: 1px solid #0f0   ; background: #ccff66 url(../images/ok.gif) 10px 50% no-repeat; }
