* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	list-style: none;
	font-style: normal;
	font-weight: normal;
	line-height: inherit;
	font-family: inherit;
	text-decoration: none;
}

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */

html, body, div, span, applet, object, iframe, a, h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

html, body	{
	height: 100%;
	min-height: 100%;
}
body	{
	font-family: "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/bg.jpg) no-repeat center top;
	background-color: #d2e1ea;
	color: white;
}

#alert {  background-color: #FFFACD;  border: 2px solid red;  color: red;  font-size: 1.25em;  font-weight: bold;  }
#alert p {  margin: 1em 40px;  }

/* Sets the style for unvisited links. */
#alert a, #alert a:link, #alert a:visited {
  color: black;
  font-weight: bold;
  text-decoration: none;
}


#wrap	{
	width: 900px;
	min-height: 100%;
	margin: 0 auto -204px auto;

}
#header	{
	width: 900px;
	height: 177px;
	display: block;
	position: relative;
	background: url(../images/header.png) no-repeat center top;
}

#logo {
	display: block;
	float: left;
	margin-top: 20px;
	margin-left: 30px;
}

#makers	{
	float: right;
	margin-top: 10px;
	margin-right: 3px;
	overflow: hidden;
	display: block;
	width: 20px;
	z-index: 1000;		
}

#content	{
	overflow: hidden;
	display: block;
	width: 900px;	
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
}

#contenthome	{
	overflow: hidden;
	display: block;
	width: 900px;	
	height: 444px;	
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
}

#contentleft {
	display: block;
	float: left;
	width: 524px;
	margin-left: 24px;
}

#blokinhoud {
	padding-left: 4px;
	padding-right: 4px;
}

#blokwelkom {
	padding-left: 4px;
	padding-right: 4px;
	height: 119px;
	overflow: hidden;
}

#bloklinks {
	display: inline;
	float: left;
	width: 320px;
}

#buttonfotoboek {
	background-image: url(../images/fotobuttonbg.png);
	width: 306px;
	height: 226px;
	padding-left: 13px;
	padding-top: 14px;
}

#blokrechts {
	display: inline;
	float: right;
	width: 204px;
}

#contentright {
	display: block;
	float: right;
	width: 329px;
	margin-right: 22px;
	margin-left: 1px;
	overflow: hidden;
}

#agendatop {
	height: 19px;
}

#agendacontent {
	min-height: 200px;
	background-image: url(../images/agenda-bg.png);
	background-repeat: repeat-y;
	padding-left: 24px;
}

#agendacontent .post {
	display: block;	
	min-height: 51px;
	padding-left: 54px;
	margin-right: 24px;
	margin-bottom: 0px;
	cursor: pointer;
	height: 59px;
	overflow: hidden;
}

#agendacontent .date {
	width: 43px;
	height: 43px;
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-size: 9px;
	display: block;
	float: left;
	padding-top: 8px;
	position: absolute;
	line-height: 11px;
	background: url("../images/agenda-cal.png") no-repeat;
}
#agendacontent .date .day {
	font-size: 16px;
	line-height: 16px;
	color: black;
	font-weight: bold;
}

.month {
	padding: 0;
	margin: 0;
	color: black;
	font-size: 7px;
	line-height: 7px;
}

#agendacontent h3:hover {
	color: #686868;
}

#agendacontent h1 {
	color: black;
	font-size: 24px;
	font-family: "Script MT Bold";
	font-weight: bold;
	margin-bottom: 6px;
}

#agendacontent h3 {
	color: black;
	font-weight: bold;
	font-size: 12px;
}

#agendacontent p {
	color: black;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
}

#kolombottom {
	height: 17px;
	background-image: url(../images/kolom-bottom.png);
	background-repeat: no-repeat;	
	overflow: hidden;	
}

#agendabottom {
	height: 38px;
	background-image: url(../images/agenda-bottom.jpg);
	background-repeat: no-repeat;
	padding: 21px;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-left: 64px;
}

#agendabottom p {
	color: #0585d0;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 0;
	margin-bottom: 0;
}

/*** agenda overzicht ***/

#agendaoverzicht {
	width: 100%;
	overflow: hidden;
}

#agendaoverzicht .post {
	display: block;	
	min-height: 51px;
	padding-left: 54px;
}

#agendaoverzicht .date {
	width: 43px;
	height: 43px;
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-size: 9px;
	display: block;
	float: left;
	padding-top: 8px;
	position: absolute;
	line-height: 11px;
	background: url("../images/agenda-cal.png") no-repeat;
}
#agendaoverzicht .date .day {
	font-size: 16px;
	line-height: 16px;
	color: black;
	font-weight: bold;
}

.month {
	padding: 0;
	margin: 0;
	color: black;
	font-size: 7px;
	line-height: 7px;
}

#agendaoverzicht h1 {
	color: white;
	font-size: 24px;
	font-family: "Script MT Bold";
	font-weight: bold;
	margin-bottom: 6px;
}

#agendaoverzicht h3 {
	color: white;
	font-weight: bold;
	font-size: 12px;
	background-color: #542a1b;
	padding: 4px;
	margin-bottom: 4px;
}

#agendaoverzicht p {
	color: white;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
}

/*** fotoalbum ***/

#fotoalbum {
	width: 100%;
	overflow: hidden;
	background-color: #542a1b;
	padding: 4px;
	cursor: pointer;
	margin-bottom: 10px;
	
}

#fotoalbum .fotoicon {
	display: inline;
	overflow: hidden;	
	height: 42px;
	width: 91px;
	float: left;
}

#fotoalbum .albumomschrijving {
	float: left;
	display: block;	
	min-height: 42px;
	width: auto;
	margin-left: 10px;
}

#fotoalbum h3 {
	color: white;
	font-weight: bold;
	font-size: 12px;
	
	margin-bottom: 4px;
}

#fotoalbum p {
	color: white;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
}

/*** sponsoren ***/

.sponsor {
	display: inline-block;
	width: 155px;
	height: 250px;
	overflow: hidden;
	background-color: #542a1b;
	padding: 4px;
	cursor: pointer;
	margin-right: 8px;
	margin-top: 8px;
	float: left;	
	font-size:10px;
}

.subsponsor {
	display: inline-block;
	width: 155px;
	height: 70px;
	overflow: hidden;
	background-color: #542a1b;
	padding: 4px;
	cursor: pointer;
	margin-right: 8px;
	margin-top: 8px;
	float: left;	
	font-size:10px;
}

.begunstiger {
	display: inline-block;
	width: 155px;
	height: 70px;
	overflow: hidden;
	background-color: #542a1b;
	padding: 4px;
	margin-right: 8px;
	margin-top: 8px;
	float: left;	
}

.sponsor .logo {
	overflow: hidden;	
	height: 155px;
	width: 155px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
}

.begunstiger .label, .sponsor .label, .subsponsor .label {
	overflow: hidden;	
	display: block;	
	width: 155px;
	min-height: 20px;
	padding-top: 8px;
	clear: both;	
	text-align: center;
	
}

.begunstiger .label p, .sponsor .label p, .subsponsor .label p{
	text-align: center;
	
}
.begunstiger h3, .sponsor h3, .subsponsor h3 {
	color: white;
	font-weight: bold;
	font-size: 10px;	
	margin-bottom: 4px;	
	text-align: center;
}

.begunstiger p,.sponsor p .subsponsor p {
	color: white;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
}

.clearsponsor {
	clear: both;
	height: 10px;
}

#sponsoren	{
	overflow: hidden;
	width: 900px;	
	height: 108px;	
	background-image: url(../images/hoofdsponsoren.png);
	background-repeat: no-repeat;
}

#clearfooter	{
	clear: both;
	height: 204px;
}
#footer	{
	height: 204px;
	background: url(../images/footer.jpg) no-repeat center top;
}

#footercontent {
	width: 900px;
	height: 204px;
	margin: 0 auto 0 auto;
}




h1 {
	color: white;
	font-size: 24px;
	font-family: "Script MT Bold";
	font-weight: bold;
	margin-bottom: 0px;
}

h2 {
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 3px;
	text-transform: uppercase;
	/*border-bottom: 1px solid #50291b;*/
}

p {
	text-align: justify;
	margin-bottom: 12px;
}

strong {
	font-weight: bold;
}

/* Sets the style for unvisited links. */
a,  a:link {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #00a6dd;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #00a6dd;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #00a6dd;
}

#content ul li {
	list-style-position: outside;
	list-style-type: square;
	line-height: 20px;
	margin-left: 17px;
}

#content ul {
	padding-bottom: 10px;
}

#content #tabs ul li {
	list-style: none;
	border: none;
}

#content #tabs h2 {
	color: white;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}

#content #tabs p {
	font-size: 11px;
	text-align: justify;
	margin-bottom: 11px;
}


/*** pager ***/

.pager {
	clear: both;
	display: block;
	height: 1%; /* Fixes double padding in IE */
	margin: 10px 0 0 0; /* (top, right, bottom, left) */
	font-size: 1.0em;
	overflow: hidden;
}

.pager a, .pager span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 0.1em;
	text-decoration: none;
	color: #fff;
}

.pager span {
	color: #3a1b11;
}

.pager .current {
	background: #00a6dd;
	color: white;
}

.pager a:hover {
	background: #452214;
}

.pagertop {
	border-top: 0 none;
}

.pagerbottom {
	border-bottom: 0 none;
}

.pager ul {
	margin: 0;
	padding: 0;
}

.pager li {
	margin: 0;
	padding: 0;
}


/*** pager ***/

#sskader {
	width: 503px;
   height: 294px;
	background-image: url(../images/fotokader.png);
	background-repeat: no-repeat;
	padding: 10px;	
	overflow: hidden;
	margin-bottom: 8px;
}
  
#slideshow1 {
	width: 293px;
	height: 170px;
	padding-left: 13px;
	padding-top: 14px;
	overflow: hidden;
	color: black;
}

#slideshow1 a {
	height: 170px;
	overflow: hidden !important;
}

#slideshow {
   width: 503px;
   height: 294px;
	overflow: hidden;
	color: black;
}

#slideshow a {
	height: 294px;
	overflow: hidden !important;
}