/* Het Dolhuys 2008 stylesheet */
/* Main colour: red #c00 */
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background:#fff;
	color:#000;
	text-align: center;
	min-width: 840px;
}
img { 
	border:0
}
.imgborder {
	border: 1px solid #ddd;
}
.linkswitmarge {
	margin-left:12px;
}
form {
	margin:0;
	padding:0;
}
/* Main layout divs */
#wrapper {
	width: 840px;
	margin: 0 auto;
	text-align: left;
}
#topimg {
	padding: 0;
	margin: 0;
	background-color: #000;	
}
#topimg h1 {
	display: none;
}
#crumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px; 	
}
#crumbs a {
	color: #666;
}
#crumbs img { 
	float: left;
	padding: 10px 10px 5px 30px;
}
#crumbs span {
	float: left;
	padding: 15px 0 0 0px;
}
#content {
	clear: both;
	width: 540px;
	float: left;
	padding: 0 0 0 30px;
}
.subwrapper {
	clear: both;
	width: 540px;
}
.subheader {
	width: 155px;
	float: left;
	text-align:right;
/*	border: 1px solid green; */
}
.subcontent {
	width: 365px;
	float: right;
	padding-top:0px;
/*	border: 1px solid red; */
}
.shortimgcontent {
	width: 365px;
	float: right;
	padding-top:0px;
}
.shortimgleft {
	width: 155px;
	float: left;
	text-align:right;
	padding-top:10px;
}

.subcontent p {
	margin-top: 8px;
	margin-bottom: 1px;
	border-top: 2px solid #c00;
	padding-top:6px;
}

#searchshortcontent {
	width:235px;
	float:right;
	margin: 0 5px 0 0;
	padding: 0;
}
#search {
	margin-top: 5px;
	border-top: 5px solid #c00;
	border-bottom: 5px solid #c00;	
	padding: 10px 0;
}
#searchlabel {
	padding: 10px 10px 0 0;
}
#search a {
	font-size:22px;
	color: #000;
	text-decoration:none;
}
#search a:hover {
	text-decoration:none;
}
#searchtext {
	width:150px;
}
.shortarticle {

}
.shortimg {
	float:left;
	padding: 10px 20px 10px 0;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	font-size: 10px; 
	line-height: 16px;	
	margin: 20px 0 ;
}
#footer a {
	color: #000;
}
.article {
	border-bottom: #c00 solid 5px;	
}
.class-feedback-form {
	border-bottom: #c00 solid 5px;	
}
.shortarticle {
	margin-top:-5px;
	padding-top:5px;
	border-top: #c00 solid 2px;	
	
}
/* Header styles */
h1 { 
	padding:0; 
	margin:5px 0;
}
h2 {
	font-size:22px;
	font-weight:normal;
	line-height:28px;
	padding:0;
	margin: 7px 0 -10px 0;
}
h2.bigmargin {
	margin-bottom: 10px;
}
h3 { 
	font-size: 100%; 
	font-weight: bold;
	padding:0;
	margin:0 0 -12px 0;
} 
/* Hyperlink styles */
a { 
	color: #c00; 
	text-decoration: none;
}
a:hover { 
	text-decoration: underline;
}
/* Helpers */
.clear { 
	clear:both;
}
/* Markup of news, paragraphs etc. */
.small {font-size: 80%}
.photoinfo {
	font-size: 80%; 
	font-weight:bold; 
	text-align:center;
	padding: 0 0 10px 0;
	margin: -5px 0 20px 0;
	border-bottom: 1px solid #ddd;
}
.newsitem {padding: 2px; background-color: #f7f7f7;}
.h2color {color: #c00}
.box1 input
{
width:300px;
}
.box2 input
{
width:100px;
}
.box1 textarea, .box2 textarea
{
width:300px;
}
.box250 input
{
width:250px;
}
.dateauthor {
	font-style: italic;
}
#twitter, #facebook {
	margin-top: 4px;
	float: right;
}