/* Start of CMSMS style sheet 'van der Horst' */
@charset "UTF-8";
/* CSS Document */

* {margin:0;padding:0;}

body {
	background-color:#d4d2d2;
	color: #1d1c1c;
	font-family: Arial, Helvetica, sans-serif;	
}
html, body, #pagewrapper, #wrapper{ height: 100%; }
body > #pagewrapper{ height: auto; min-height: 100%; }

h1, h2, h3 {color:#c51100;font-style: italic;padding: 0px 0px 20px;}

h1{font-size:18px;}

h2 {font-size: 16px;}

h3{font-size:14px;}

a{color:#c51100;}

a:hover{color:#1d1c1c;}

#NewsPostDetailContent img,#gsContent img {
   margin: 1px;
   padding:1px;
   border:1px solid #c51100;
   background-color:#fff;
}

a:hover img{
  border:1px solid #1d1c1c;
}
.accessibility, .noprint
 	{
	display:none !important; 
	}

.news {
float:left;
width:50%;
}
.newsalgemeen{

width:100%;
}
#pagewrapper{
	width:960px;
	margin:0 auto;
	background-color:#fff;
	}
#header{
	height:186px;
	width:960px;
	background: url(images/logovdhorst.jpg) no-repeat right bottom;
	clear:both;
}

.breadcrumbs{
	height:193px;
	width:542px;
	font: italic normal 12px Arial, Helvetica, sans-serif;
	color: #252525;
	margin-left: 20px;
	padding-top:120px;
	}
.breadcrumb{
        color: #696868; 
        text-decoration: none
}
.currentbreadcrumb{
        color: #c51100;
}	

#content{
height:100%;
	width:960px;
	font-size: 12px;
	line-height: 22px;

}
#sidebar{
	width:208px;
	float:right;
padding-top:50px;
	}
#main{
	width:611px;
	float:right;
	padding: 50px 87px 57px 54px;
	background-color:#fff;

}
#prefooter{
	width:960px;
	height:47px;
}	
#footer{
	width:960px;
	height:100px;
	clear:both;
	background: #1d1c1c;
	color: #fff;
	font: 10px/25px Arial, Helvetica, sans-serif;
	text-indent: 57px;
	text-align: left;
	position: relative;
	z-index: 10;
	height: 100px;
	margin: -100px auto;
	
}
#footer a:hover{
	color: #c0c0c0;
	/*color: #ededed;*/
	font: 10px/25px Arial, Helvetica, sans-serif;
}
.footertext{
	color: #fff;
	font: 10px/25px Arial, Helvetica, sans-serif;
}
.footertext:hover{
	color: #c0c0c0;
	/*color: #ededed;*/
	font: 10px/25px Arial, Helvetica, sans-serif;
}
div.hr {

position: relative;
bottom: 0; 
width:100%;
}
/* relational links under content */
div.left49 {
  float: left;
  width: 80%;  /* 50% for both left and right might lead to rounding error on some browser */

}
div.bottomhr{

}
div.right49 {
  float: right;
  width: 19%;
  text-align: right;
}

table {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border-collapse:collapse;
font-family: Arial, Helvetica, sans-serif;	
text-align:left;

}
.table-header{
	background: #e1e1e1;
}
th {
border-bottom:2px solid #e1e1e1;
color:#c51100;
font-size:14px;
font-weight:normal;
padding:10px 5px;
}
td {
border-bottom:1px solid #CCCCCC;
	color:#484848;
font-size:12px;
padding:6px 0px;
/*padding:6px 8px;*/
}

caption{
color:#c51100;font-style: italic;padding: 0px 0px 20px;
font-weight:bold;
text-align:left;
font-size: 16px;
}
label.formlabel {
	width: 20%;
	float:left;
	text-align: right;
	margin-right: 0.5em;
	display: block;	
	/*padding-right: 20px;*/
}
.formdiv input, textarea {
	float:left;
	/*clear: both;*/
	padding: 2px;
	width: 70%;
}
.formholder {
	float:left;
	clear: both;
width: 60%;

}
.clear {
 clear:both;
}
.giItemCell{
  padding: 2px;
}

#gsHeader{
  display:none;
}
#gsFooter{
  display:none;
}
.NewsTitle {
	/*float:left;*/
	/*width:auto;*/
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration:none;
}
.NewsTitle a{
	text-decoration:none;
}
.NewsCategory{
margin: 10px 0;
}

.NewsPostdate{ 
background: url('images/design/news_date_bg.png') top left no-repeat; 
text-align: center; 
width: 29px; 
height: 59px; 
line-height: 13px; 
padding: 3px 8px 2px 8px; 
float: left; 
margin-right: 8px; 
}
.date_m { font-size: 11px; text-transform: uppercase; }
.date_d { font-weight: bold; line-height: 26px; font-size: 18px; }
.date_y { font-size: 11px; }
.right { float: right; margin-left: 15px; margin-bottom: 15px; }
.NewsContent{
margin: 20px 0;
}
/* End of 'van der Horst' */

