html{
margin:0px;
}
body {
	margin:0px;
	color:#000000;
	font-size:62.5%; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image:url(../images/pattern.gif);
	}
span.accessKey{
	text-decoration: underline;
	color:#ffffff;
}
p {
	font-size:1em;
	color:#000000;
	text-align:justify;
	line-height: 1em;
}

p > strong {
	color: #000000;
}
p.error{
  color: #000000;
}
div.editor_error{
	border: 4px double #8A0000;
	padding: 5px 5px 5px 5px;
}

.ol_bgclass{
	border: 1px solid #C21D1D;
	background-color: #F9EED0;
}

.ol_fgclass{
	background-color: #F9EED0;
}

hr{
  border: 0px;
  color: #BE2021;
  background-color: #BE2021;
  height: 1px;
}

a.autolink,a.autolink:link,a.autolink:active,a.autolink:visited,a.autolink:hover{
	text-decoration: underline;
	
	/*border-bottom: 1px dashed #000000;*/
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font-weight: normal;
	cursor:default;
}

strong a.autolink,strong a.autolink:link,strong a.autolink:active,strong a.autolink:visited,strong a.autolink:hover{
	text-decoration: underline;
	
	/*border-bottom: 1px dashed #000000;*/
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font-weight: bold;
}

h2 a.autolink,h2 a.autolink:link, h2 a.autolink:active, h2 a.autolink:visited, h2 a.autolink:hover{
	text-decoration: none;
	/*border-bottom: 1px dashed #C21D1D;*/
	color:gray;
	font-size:1.4em;
	font-weight: inherit;
}

a.autolinks,a.autolinks:link,a.autolinks:active,a.autolinks:visited,a.autolinks:hover{
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight: normal;
}

a {
	color: #BE2021;
	text-decoration: underline;
	/*border-bottom: 1px dashed gray;*/
}

a:visited {
	color: #BE2021;
	text-decoration: underline;
	/*border-bottom: 1px dashed #C21D1D;*/
}

a:hover {
	color: #BE2021;
	text-decoration: underline;
	border-bottom: none;
}

a.highlight{
	font-weight:bold;
}

/* BEGIN title tags  */
h1 {
	font-size:1.4em;
 	color: #996633;
	background-color: #f4e2ad;
 	border-bottom: 1px dashed #666666;
	/*background-color:#FAF6D9;*/
	padding: 2px 0px 2px 3px;
}

h2 {
/*	color: #C21D1D;*/
	color: #996633;
	font-size:1.3em;
	background-color: #f4e2ad;
	padding-left:3px;
}
h3 {
	/*color: #C21D1D;*/
	color: #996633;
	font-weight: bold;
	font-size:1.2em;
	background-color: #f4e2ad;
	margin-left:20px;
	padding-left:3px;
}
h4 {
	color: #996633;
	font-size:1.1em;
	font-weight:bold;
	background-color: #f4e2ad;
	margin-left:40px;
	padding-left:3px;
}
h5 {
	font-size:1em;
	font-weight:bold;
	font-style:italic;
}
h6 {
	font-size:1em;
	font-weight:bold;
	text-decoration:underline;
}
/* END title tags */

/* BEGIN table tags */
caption{ 
	font-size:1.0em;
	font-style:italic;
	text-align:right;
}

thead {
	display: table-header-group;
}

tfoot td {
	font-size:0.7em;
	font-style:italic;
}

th.hour_1 {
	background-color: #FAF6D9;
	color: #000000;
}
td.hourRemark {
	font-style: italic;
}

thead th{
	background-color:orange;
}
tr.border_bottom{
	border-bottom: 1px dotted #000000;
}

/* START input field and form classes */
form {
	margin: 0px 0px 0px 0px;
}

form p {
	font-size:0.7em;
}

form label {
	color:navy;
	font-size:1em;
	font-weight:bold;
	display:block;
}

form > p strong {
	font-size:0.7em;
	color: green;
}
#edit_form fieldset{
	font-size: 1em;
	color: #000000;
	border: solid 1px #555555;
	margin: 2px 2px 2px 2px;
	padding: 5px 5px 5px 5px;
}
#edit_form legend{
	color:navy;
	font-size: 1.2em;
	font-weight:bold;
}

fieldset {
	font-size: 1em;
	color: #BE2021;
	border: solid 1px #BE2021;
	margin: 2px 2px 2px 2px;
	padding: 5px 5px 5px 5px;
	
}

fieldset p {
	font-size:0.9em;
}

fieldset.search label{
display:inline;
width:150px;
}

label {
	color:#000000;
	font-size:1.0em;
	font-weight: bold;
	display: block;
}
input {
	color:gray;
	border: solid 1px gray;
	font-size: 1.0em;
	background-color: white;
}
select {
	color:gray;
	border: solid 1px gray;
	font-size: 0.9em;
	background-color: white;
}
textarea {
	border: solid 1px gray;
	font-size: 0.9em;
	background-color: white;
}
input.button {
	border: solid 1px #555555;
	background-color:#ffffff;
	color:#555555;
	font-weight:bold;
}
input.inputRadio {
	border: 0px;
}
input.inputCheckbox {
	border: 0px;
}
div.comment{
	font-size: 0.9em;
}
div.credits { 
	font-size:1em; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000; 
	width:770px;
	clear:both;
	padding-top:5px;
	text-align:center;
}


div.credits a,div.credits a:link ,div.credits a:active, div.credits a:visited{
	font-size:1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000; 
	text-decoration: underline;
} 
div.credits a:hover {
	font-size:1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C21D1D;
	text-decoration: underline;
}
/*
img{
	border:1px solid #CCCCCC;
}
*/
img.layout{
border:none;
}

img.spotlight{
	border:1px solid #c21d1d;
}

div.dummy{
	clear:both;
	font-size:1px;
	height:1px;
}


#newsDiv table, #calendarDiv table, #standaardDiv table, #standaardRegioDiv table, #weatherDiv table{
	border:none;
	padding: 0px;
	margin:2px;
	width:100%;
}
#newsDiv td.date, #calendarDiv td.date, #standaardDiv td.date, #standaardRegioDiv td.date,#weatherDiv td.date{
	text-align:right;
	width:200px;
}
#newsDiv td, #calendarDiv td, #standaardDiv td, #standaardRegioDiv td, #weatherDiv td{
	vertical-align:top;
}
#newsDiv h1, #calendarDiv h1, #standaardDiv h1, #standaardRegioDiv h1, #weatherDiv h1, #content h1{
	font-size:1.4em;
 	color: #996633;
 	border-bottom: 1px dashed #666666;
 	cursor: pointer;
	padding: 2px 0px 2px 3px;
	color: #996633;
	background-color: #f4e2ad;
	background-image:url(../images/h1.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#newsDiv a, #calendarDiv a, #standaardDiv a, #standaardRegioDiv a{
	color: #000000;
}

div.pollBox{
  width:100px;
   font-size:0px;
  background-color:#B7B7B7;
  height:4px;
  border:1px solid #585858;
  text-align:left;
}

div.pollVotes{
font-size:0px;
	height:4px;
	border-right:1px solid #585858;
}


span.gen{
	color:#000000;
	font-size:1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#overDiv{
	position:absolute; 
	visibility:hidden; 
	z-index:1000;
}
#headerImg{
	padding:0px;
	width:630px;
	height:100px;
	text-align:right;
	float:left;
}
#headerMenu{
	margin-top:2px;
	width:715px;
	height:21px;
	float:left;
	/*background-color:#c21d1d;*/
	background-color:#c2001d;
	/*padding-left:185px;*/
}
#menuSpacer{
	margin-top:2px;
	float:left;
	height:21px;
	padding-left:50px;
}
#headerSwf{
	width:140px;
	height:100px;
	vertical-align:bottom;
	float:right;
}
#menu {
	display: none; 
}
#logo{
position: absolute;
top:3px;
padding-left:45px;
}
div.site{
	width:770px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	padding:5px;
}
div.header{
	background-image:url(../images/topbarBg.gif);
	background-repeat:repeat-x;
	padding-top:30px;
	width:770px;
	padding-left:0px;
	padding-bottom:10px;
	height:125px;
}

div.topbar{
 margin-top:30px;
 text-align:right;
}
div.topbar a,div.topbar a:link,div.topbar a:active,div.topbar a:visited { 
  font-size:1em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #444444; 
  /*border-bottom:none;*/
  text-decoration: none; 
} 
div.topbar a:hover { 
 text-decoration: underline; 
}
div.content{
	width:565px; /*540*/
	float:right;
	padding: 0px 9px 0px 0px;
	font-size: 1.2em;
}

div.contentRight{
  background-image:url(../images/contentBg.gif);
  background-repeat: repeat-y;
  padding: 10px 0px 5px 10px;
  text-align:justify;
  border:1px solid #ecb9b9;
}

div.right{
  font-size:1em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #555555;
  width:155px;
  float:left;
  background-repeat:no-repeat;
  padding:0px;
}

div.right label {
	color:#555555;
	font-size:1em;
	font-weight:normal;
	display:inline;
}

div.right a,div.right a:link,div.right a:active,div.right a:visited { 
  font-size:1em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #555555; 
  /*border-bottom:none;*/
  text-decoration: none; 
} 

div.right a:hover { 
 text-decoration: underline; 
}

div.r_block{
	width: 155px;
	margin-bottom: 10px;
}

div.r_block_title{
	height:17px;
	font-size:1.2em;
 	text-decoration: none; 
 	color: #FFFFFF;
 	background-repeat:no-repeat;
 	padding-left: 15px;
 	font-weight:bold;
 	background-image:url(../images/r_block_title.gif);
}

div.r_block_content{
	border: 1px solid #c21d1d;
	padding:5px;
	text-align:center;
	background-color:#F9EED0;

}

div.infoResponsible{
	margin-top: 20px;
	border: 1px solid #C21D1D;
	color: #555555;
	padding-right: 5px;
	font-size:10px;
}

div.infoResponsible ul{
	padding-left:20px;
}

div.alpha{
	text-align:center;
}

div.alpha a{
	text-decoration: none;
}

div.alpha a:hover{
	text-decoration: underline;
}

.row_1{
background-color:#ffffff;
/*vertical-align:middle;*/
padding:5px 5px 5px 0px;
}
.row_2{
background-color:#F4E2AD;
padding:5px 5px 5px 0px;
}

#extraSearch{
 display:none; 
}
table.overview{
 width:100%;
}

td.overviewDate{
  width:105px; 
  vertical-align:top;
  text-align: right;
  font-size:1.0em;
}
td.overviewDateC{
  width:175px; 
  vertical-align:top;
  text-align: right;
  font-size:1.0em;
}
tr.table_head{
	color: #FFFFFF;
	background-color: #BE2021;
}

img.thumb{
  border: 1px solid #C21D1D;
  cursor:pointer;
}
#imageDownload{
  text-align: center;
  width:100%;
  background-color: #cccccc;
}
input.time{
float:left;
width:12px;
text-align:right;
padding-right:1px;
}
div.updown{
float:left; 
width:11px; 
height:19px;
padding:0px 0px 0px 3px; 
margin:0px 0px 0px 0px;
}
#extraSearch label{
	width:100px;
	display:block;
	float:left;
}
img.updown{
  position:relative;
  left:0px;
  top:0px;
  cursor:pointer
}
div.adduser{
	font-size:0.9em;
	text-align:right;
	font-style:italic;
}


table.mnogoSearchBox{
	background-color: #dddddd;
	width:100%;
}

span.mnogoHighlight{
	color: #C21D1D;
	font-weight:bold;
}
span.mnogoScoreRank{
	font-size:0.9em;
	padding-left: 15px;
}
span.mnogoExtraInfo{
	color:#008800;
	font-size:0.9em;
}
a.mnogoResLink{
	font-size:0.9em;
}
td.mnogoPages{
	font-size:0.9em;
}
table.mnogoResultInfo{
	background-color: #eeeeee;
	width:100%;
}
table.mnogoCc{
	background-color: #eeeeee;
	width:100%;
	font-size:0.9em;
}
div.mnogoBottom{
	padding-top:20px;
	text-align:center;
	font-size:0.8em;
}
div.mnogoNoquery{
	padding-top:20px;
	font-size:0.9em;
}

/*Suggest*/
.suggestResults{
	margin-top: -1px;
	position:absolute; 
	float:left;
	padding:0px; 
	word-wrap:break-word;
	border:1px solid #000000; 
	display:none; 
	z-index:100; 
}
.suggestResultsFrm{
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	z-index:99; 
}
.suggest{
	background-color:#ffffff;
	color : #666666; 
	border-bottom:1px solid #cccccc;
}
.suggestOver{
	background-color : #3366cc; 
	color : #ffffff; 
	cursor : pointer;
	border-bottom:1px solid #cccccc;
}
.srt{
	text-align:left;
	width:75%;
	display:block;
	float:left;
}
.src{
	float:right;
	width:25%;
	display:block;
	text-align:right;
}
.suggest .srt, .suggest .src{
	background-color:#ffffff;
}
.suggestOver .srt, .suggestOver .src{
	background-color:#3366cc;
}
.suggestOver .src{
	color : #ffffff;
}
.suggest .src{
	color : #008800;
}
#loading{
  	display:none; 
  	height:2px;
}
#loadContainer{
	height:2px;
}


span.diff_add{
	color:#008F13;
}
span.diff_remove{
	color:#AF0000;
}
span.diff_changed{
	color:#3340CF;
}
span.diff_same{
	color:#3F3F3F;
}
#weerkaart{
border:1px solid #555555;
}
h1.tableHeader{display:none;}

blockquote{
margin-left:20px;
margin-right:0px;
}
.weatherTop{
vertical-align:top;
}
.weatherDotCom{
	font-size:0.9em;
}
.weatherCredits, .weatherCredits a{
	font-size:0.7em;
	text-align:right;
	color:#cccccc;
}
.weatherDotCom td{
 vertical-align:top;
}