/* Algemene stijl */
body {
	font-family: Arial;
	font-size:12px;
}
table {
	font-family : Arial;
	font-size:12px;
	line-height:1.3em;
	vertical-align: top;
	margin:0px;
	padding:0px;
}
.content a {
	color: #B00000;
	text-decoration: none;
}
.content a:hover {
	color: #7C7D80;
}
p {
	margin: 0;
}

/* Formulieren */
form {
	margin: 0;
	padding: 0;
}
form label {
	cursor: pointer;
}
form .label {
	width: 215px;
}
input, textarea, select {
	font-family: Arial;
	font-size:12px;
	background: #fafaea;
}
textarea {
	width: 275px;
	height: 60px;
}
input, select {
	width: 275px;
	margin: 1px 0;
}
input.chk {
	width: 20px;
	background: none;
}
input.button {
	width: 100px;
	font-weight: bold;
	color: #fff;
	padding: 1px;
	background: #b0000c;
}

/* Standaard Bouwsteen stijlen */
h1, .kop {
	width: 681px;
	_width: 701px;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	padding: 5px 10px;
	margin-bottom: 10px;
	background: url(/images/transp_white.png);
}
h1 p {
	float: right;
	color: #bdbe09;
}
.content h1 p a {
	color: #bdbe09;
}
.content h1 p a:hover {
	color: #abac08;
}
h2, .subkop {
	margin: 0;
	font-size: 1em;
	color: #B00000;
	font-weight: bold;
}
h3, h4, h5 {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 13px;
}
h4 {
	font-size: 11px;
}
h5 {
	font-size: 15px;
}
.helptxt {
	color: gray;
}
.alineatekst {
	color: #000;
	clear: both;
}
hr {
	display: block;
	clear: both;
	width: 100%;
	color:#9d9d9d;
	background-color:#9d9d9d;
	height:1px;
	border: none;
	margin: 0 0 10px;
}
.box {
	padding: 10px;
	background: #fff;
}
.iconright {
	float: right;
}

/* Foto - thumbnail weergave */
.thumb, .catthumb {
	float: left;
	width: 108px;
	_width: 130px;
	height: 150px;
	_height: 175px;
	padding: 10px;
	margin: 0 13px 13px 0;
	color: #525252;
	background: #fff;
	font-size: 11px;
	border: 1px solid #a8a8a8;
}
.thumb img, .catthumb img {
	border: 0;
}
.catthumb {
	width: 203px;
	_width: 225px;
	height: 203px;
}
.pager {
	clear: both;
	margin: 0;
	font-size: 12px;
	text-align: center;
}
.pager a {
	margin: 0 2px 0 0;
	padding: 1px 5px;
}
.pager span {
	padding-right: 3px;
	color: #3b3b3b;
	font-size: 12px;
	font-weight: normal;
}
.pager a.active {
	color: #fff;
	background: #b0000c;
}

/* Foto - detail weergave */
.details, .details table {
	color: #3b3b3b;
}
.details img {
	clear: both;
	margin: 0 0 10px;
}
.details label {
	font-weight: bold;
}
.details .left {
	float: left;
	width: 375px;
	margin-bottom: 10px;
}
.details .right {
	float: right;
	margin-bottom: 10px;
}
.details .vote .count {
	width: 67px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 3px 0;
	background: #faeb73;
}
.details .vote .disabled {
	text-align: right;
	color: gray;
	font-size: 11px;
}
.details .vote .disabled img {
	margin-top: 3px;
}
.details .vote a img {
	border: 0;
}
a.reportlink {
	color: #3b3b3b;
}
a.reportlink img {
	margin: 0 4px 0 0;
}
a.maillink img {
	margin: 2px 4px 0 0;
}
.winner {
	clear:both;
	padding: 11px 11px 11px 84px;
	height: 75px;
	background: #faeb73 url(/images/balloons.gif) no-repeat 13px 9px;
	margin: 0 0 15px;
}