/* Algemene stijl */
body {
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height:18px;
}
table {
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica;
	color: #0a0a0a;
	font-size: 12px;
	line-height:18px;
	vertical-align: top;
	margin:0px;
	padding:0px;
}
p {
	margin: 0;
	padding: 0;
}
.alineatekst a,
.other a {
	color: #2a8d23;
	text-decoration: none;
}
.alineatekst a:hover,
.other a:hover {
	color: #a88251;
}
/* Einde Algemene stijl */

/* Standaard Bouwsteen stijlen */
h1, .kop, h1 a {
	color: #a8834f;
	font-size: 20px;
	margin: 0 0 5px;
	font-weight: normal;
}
h2, .subkop, h2 a {
	margin: 0;
	color: #5a534d;
	font-size: 14px;
	font-weight: bold;
}
.alineatekst {
	color: #0a0a0a;
	clear: both;
}
.lijntje {
	clear: both;
	display: block;
	width: 100%;
	height: 3px;
	font-size: 1px;
	margin: 3px 0 3px;
	color: #e1ede1;
}
.imageleft 		{ margin: 0 5px 2px 0; border: 1px solid #7b7269;}
.imageright 	{ margin: 0 0 2px 5px; border: 1px solid #7b7269;}
.imageonly 		{ margin: 0 0 5px 5px; border: 1px solid #7b7269;}
.button {
	border: 1px solid #7b726a;
	background: #a8834f;
	color: #fff;
	font-weight: bold;
}
/* Einde standaard Bouwsteen stijlen */

/* Poll */
.pollcontainer {
	border: 1px dashed #7b7269;
	margin-bottom: 5px;
}
.pollBoven {
	display:block;
	font-size:1px;
	height: 9px;
	background: url(/images/poll/poll_boven.gif) no-repeat 0% 0%;
}
.poll {
	color: #000;
	padding: 0px 15px 0;
	background: #e9d8be url(/images/poll/poll_onder.gif) no-repeat 0% 100%;
}
.pollButton_stem, 
.pollButton_archief {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	border: 0;
	margin: 0 0 3px;
	background: transparent;
	cursor: pointer;
}
.pollButton_archief {
	color: #fff;
	font-weight: normal;
}
.pollbalk {
	background: #1d781b;
}
.pollresults {
	margin: 4px 0 11px 0;
	background: #FAF0D9;
	border: 1px solid #F6CA63;
}
/* Einde Poll */


/* Nieuwsviewer */
.nieuwsviewer {
	width: 100%;
	border-collapse: collapse;
}
.nieuwsviewer TR {
	background: url(/images/algemeen/streep_hor.gif) repeat-x 0% 100%;
}
/* Einde nieuwsviewer */


/* Nieuwsbrief aanmelden */
.inputfield {
	width:130px;
	background:#f4f9f5;
	border:1px solid #aaa;
	height: 20px;
}
.inputbutton {
	background:#1b791b;
	border:0;
	padding: 0 1px 0;
	color: #fff;
	height: 20px;
}

/* Nieuwsbericht met reacties */
.label {
	width: 80px;
}
#reactNewReaction input,
#reactNewReaction textarea {
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 12px;
}
#reactNewReaction textarea {
	width: 350px;
	height: 80px;
}
a.reactieaantal {
	color: #2a8d23;
	text-decoration: none;
	float:right;
}
.item {
	margin: 0 0 5px;
}
.item .header {
	background: #e7efe7;
}
.item .header em.time {
	float: right;
}

/* alinea 2koloms */
.tweekolomsalinea td {
	vertical-align: top;
}
.tweekolomsalinea td.left {
	padding-right: 15px;
}
.tweekolomsalinea h1 {
	color: #5a534d;
}
.tweekolomsalinea h2 {
	font-size: 12px;
	color: #a8834f;
	text-transform: uppercase;
}
