@charset "UTF-8";
/* CSS Document */

*:first-child+html {
	overflow:hidden;
}

body {
  /* for IE; otherwise, BG isn't fully stretched */
  margin: 0px;
  background-color: #f5f3f2;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	color: #595d53;
}

#bg {
  position: fixed;
  margin: 0px;
  border: 0px;
  padding: 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 289px;
  overflow: hidden;
  z-index: 0;
  background-color: #f5f3f2;
}

#bg img {
  width: 100%;
  height: 289px;
}


#body {

  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/canvasbg_shadow.png');
  background-position: center top;
  background-repeat: repeat-y;
  padding: 0px;
  width: 980px;
  z-index: 10;
}

a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #0f3f48;
}

a.pathway {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: normal;
  text-decoration: none;
  color: #0f3f48;
}


#page {
  margin-left: auto;
  margin-right: auto;
  width: 964px;
}

#header {
  margin-top: 26px;
  background: url('../images/header_bg.jpg');
  height: 246px;
  width: 964px;
}

#header #mainmenu {
  margin-top: 44px;
  height: 202px;
  width: 265px;
  float: left;
	position: absolute;
}

#header #topmenu {
  margin-left: 61px;
  height: 43px;
  width: 902px;
  position: absolute;
	float: left;
}

#header #topmenu img {
    float: left;
}

#header #topmenu ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline;
}

#header #topmenu ul li {
  margin: 16px 0px 0px 15px;
  padding: 0px;
  float: left;
}

#header #topmenu ul li a{
  display: block;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #6C8E94;
  text-transform: uppercase;
  text-decoration: none;
}
	
#header #topmenu form{
  float: right;
  margin: 12px 0px auto;
  padding: 0px;
  width: 210px;
  height: 19px;
}

#header #topmenu .search .inputbox{
  margin: 0px;
  padding: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #afbdbf;
  border: 1px solid #50747a;
  background: #0f3f48 url('../images/searchBG.gif') left bottom repeat-x;
  width: 165px;
  float: left;
}

#header #topmenu .search .button{
  margin: 0px;
  padding: 0px;
}



#header #topmenu ul li:first-child > a {
	display: none;
}

#header #mainmenu ul{
  margin: 0px;
  padding: 28px 0px 0px 0px;
  list-style: none;
}

#header #mainmenu ul ul {
  margin: -2px 0px 2px 0px;
}

#header #mainmenu ul li a{
  margin: 0px 0px 0px 77px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 23px;
  color: #5b6465;
  text-transform: uppercase;
  text-decoration: none;
}

#header #mainmenu ul li span.separator {
  margin: 0px 0px 0px 77px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 23px;
  color: #5b6465;
  text-transform: uppercase;
	cursor: pointer;
}

#header #mainmenu ul ul li a{
  margin: 0px 0px 0px 77px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #5b6465;
  text-transform: lowercase;
  text-decoration: none;
}

#header #mainmenu ul ul li a:hover{
  text-decoration: underline;
}

/*
#header #mainmenu ul ul,
#header #mainmenu ul li:hover ul ul,
#header #mainmenu ul ul li:hover ul ul {
	display: none;
	z-index: 99;
}

#header #mainmenu ul li:hover ul,
#header #mainmenu ul ul li:hover ul,
#header #mainmenu ul ul ul li:hover ul {
	display: block;
	width: 260px;
	z-index:99;
}
*/
 
body {
	behavior: url('http://www.hersteldhervormdekerk.nl/templates/hhk/includes/csshover.htc');
}















#header #beeld {
  margin-top: 44px;
	margin-left: 265px;
  height: 202px;
  width: 699px;
  /*background-image: url('../images/banner_01.jpg');
  background-position: center center;
  background-repeat: no-repeat;*/
  float: left;
	position: absolute;
}

#header #beeld #masker {
  height: 202px;
  width: 699px;
  background-image: url('../images/masker_header.png');
  background-position: right top;
  background-repeat: no-repeat;
  display: table;
  text-align: right;
  position: absolute;
  z-index: 99;
}

#header #beeld #masker div {
  margin: 0px;
  display:table-cell; 
	vertical-align: middle;  
	height: 200px;
}

#header #beeld #masker div h6 {
  margin-left: 495px;
	#margin-top: 70px;
  width: 200px;
  font-size: 12px;
  line-height: 1em;
}


#seperator {
  background-image: url('../image/seperator_bg_blue.jpg');

  background-position: right top;
  background-repeat: no-repeat;
  width: 967px;

  height: 30px;
}

#content {
  width: 964px;
  padding-bottom: 20px;
  display: table;
}

#content #left {
  display: table-cell;
  width: 265px;
  background-color: #FFFFFF;
	float: left;
}

#content #middle {
  display: table-cell;
  width: 470px;
  padding-left: 10px;
  background-color: #FFFFFF;
  padding-top: 10px;
	float: left;
}

#content #middle fieldset.input {
  border: 0px;
	margin: 0px;
	padding: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #595d53;	
}

#content #middle #com-form-login ul {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #595d53;
}

#content #middle #com-form-login table.contentpane img {
  display: none;
}

#content #right {
  display: table-cell;
  width: 194px;
  background-color: #FFFFFF;
	float: right;
}

table.contentpaneopen td, table.contentpane td, table.predikantenlijst td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #595d53;
}
table.contentpaneopen td a.readon{
  font-weight: bold;
  text-decoration: none;
  color: #0f3f48;
}

table.contentpaneopen td.contentheading, .componentheading {
	font-size: 22px;
	line-height: 22px;
	width: 	480px;
	margin: 0px;
	padding: 0px;
}

table.contentpaneopen {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
}

#searchForm .contentpaneopen {
	margin-top: 12px;
	width: 460px;
	padding: 10px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #595d53;
	background-color: #f9fafa;
	border: 1px solid #ebebeb;
}

#searchForm .searchintro {
	width: 460px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #595d53;
}


span.article_separator {
	display: none;
}

div.moduletable_latestnews {
	width: 	480px;
	margin-top: 7px;
	padding-top: 27px;
	background: url('../images/latestnews_bg.jpg') center top no-repeat;
}

div.moduletable_latestnews .latestnews_latestnews {
	list-style: none;
	list-style-type: square;
	margin: 0px 0px 0px 2px;
	padding: 0px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #595d53;	
}

div.moduletable_latestnews .latestnews_latestnews li {
	margin-left: 15px;
}


div.moduletable_latestnews .latestnews_latestnews li a {
	text-decoration: none;
}

div.moduletable_latestnews .latestnews_latestnews li a:hover {
	text-decoration: underline;
}

div.moduletable_latestnews h3, div.moduletable ul.articleview li.articleview h3 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

div.moduletable {
	padding: 0px 25px 0px 0px;
}

div.moduletable ul.articleview {
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding: 10px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #595d53;
	background-color: #f9fafa;
	border: 1px solid #ebebeb;
}

div.moduletable_latestnews h3, div.moduletable ul.articleview li.articleview a {
	color: #0f3f48;
	font-weight: bold;
	text-decoration: none;
}

div.moduletable ul.articleview li a {
	margin-top: 3px;
	display: block;
	text-decoration: none;
}

div.moduletable ul.articleview li a:hover {
	text-decoration: underline;
}

#right div.moduletable {
	padding: 35px 0px 35px 0px;
}

#right div.churchsearch, #right div.slideshow {
	background: url('../images/module_bottom_stroke.gif') bottom right no-repeat;
}

#right div.slideshow {
	height: 150px;
}

table.contentpaneopen td {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px;
  color: #595d53;
}

.breadcrumbs {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #a3a4a4;
  text-transform: uppercase;
  padding: 0px 0px 14px 2px;
}

.breadcrumbs a.pathway {
  color: #a3a4a4;
  text-decoration: none;
}

.breadcrumbs a.pathway:hover {
  color: #a3a4a4;
  text-decoration: underline;
}

#footer {
  width: 964px;
  background: #ffffff url('../images/footer_bg.gif') left top repeat-y;
}

#footer #left {
  display: table-cell;
	display: none;	
  width: 61px;
  background: #e8e5e4 url('../images/footer_l_stroke.gif') left top repeat-x;
}

#footer #middle {
  display: table-cell;
	display: none;
  width: 204px;
}

#footer #right_old {
  display: table-cell;
	display: none;
  width: 699px;
  background: #e5e7e8 url('../images/footer_r_stroke.gif') left top repeat-x;
  padding-bottom: 30px;
}

#footer #top {
  width: 964px;
	height: 6px;
	background: #ffffff url('../images/footer_top.gif') left top no-repeat;
}

#footer #right {
  width: 964px;
	height: 140px;
  background: #e5e7e8 url('../images/footer_bg.gif') left top repeat-y;
}



#footer #right .moduletable {
  padding: 20px 0px 0px 281px;
}

#footer #right .moduletable  ul {
  padding: 0px;
	margin: 0px;
  list-style: none;
  display: inline;
}

#footer #right .moduletable  ul li{
  float: left;
  width: 120px;
}

#footer #right .moduletable  ul li .separator span {
 display: block;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
	#font-size: 14px;
  color: #4c5456;
  text-decoration: none;  
}



#footer #right .moduletable  ul ul li a{
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
	line-height: 18px;
	#line-height: 22px;
  color: #4c5456;
  text-decoration: none;  
}

#sbox-window
{
	position:				 			absolute;
	background-color:			#fff;
	text-align:						left;
	overflow:							visible;
	padding:							5px;
	-moz-border-radius:		0px;
}
