/*-------------------------------------------------
Body, background, font, etc.
-------------------------------------------------*/

* {
	font-family: Georgia, Times, sans-serif;
	font-size: 10pt;
	color: #6E572F;
}

html, body {
	padding: 0px;
	margin: 0px;
	min-height: 100%;
	height: 100%;
}

body {
	background-image: url('images/background.png');
	background-repeat: repeat;
	text-align: center;
}

.gradient {
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url('images/background_gradient.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 420px;
	z-index: 1;
}

/*-------------------------------------------------
Intro and photoalbum specific code
-------------------------------------------------*/

.intro table {
	width: 100%;
	height: 100%;
}

.intro td {
	vertical-align: middle;
	text-align: center;
}

.intro .introcontainer {
	z-index: 2;
	position: relative;
	text-align: left;
	margin: auto;
	width: 654px;
	height: 513px;
}

.intro .introcontainer a img {
	border: none;
}

html > .intro .fotocontainer {
	background-image: url('images/fotos.png');
}
/* ^^ Fixing the background-image for non-IE browsers... */

.intro .fotocontainer {
	z-index: 2;
	font-family: Verdana, Tahoma, sans-serif;
	color: #6E572F;
	font-size: 8pt;
	position: relative;
	padding: 45px;
	text-align: left;
	margin: auto;
	height: 423px;
	width: 564px;
}

* html .intro .fotocontainer {
	width: 654px;
	w\idth: 564px;
	height: 513px;
	he\ight: 423px;
}
/* ^^ Fixing the box for IE 5.x */

.intro .fotocontainer2 div {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 8pt;
}

.intro .fotocontainer2 {
	z-index: 2;
	position: relative;
	padding: 45px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: -514px;
	width: 564px;
	height: 423px;
}

.intro .nummering a {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 8pt;
	color: #A53E15;
}

.intro .nummering a:hover {
	color: #FFA800;
}

.intro .nummering {
	z-index: 3;
	margin-top: 10px;
}

.intro .photocontainer {
	z-index: 3;
	padding: 5px;
	background-color: #F0F0F0;
	border: 1px solid #D2D2D2;
}

.intro .photocontainer img {
	vertical-align: bottom;
}

/*-------------------------------------------------
Global setup for the site
-------------------------------------------------*/

#contentbackground {
	position: relative;
	z-index: 3;
	padding-left: 24px;
	padding-right: 24px;
	width: 700px;
	margin: auto;
	min-height: 100%;
}

* html #contentbackground {
	height: 100%;
	width: 748px;
	w\idth: 700px;
}

html > body #contentbackground {
	background-image: url('images/background_main.png');
	background-repeat: repeat-y;
}

#containerBackground {
	margin-left: 2px;
	background-image: url('images/background_content.png');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 683px;
	padding: 8px 0px;
	height: 100%;
	min-height: 100%;
}

#top {
	background-image: url('images/top.png');
	background-repeat: no-repeat;
	width: 683px;
	height: 55px;
}

#content {
	float: left;
	width: 482px;
}

#header {
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	border: 1px solid #92925D;
	width: 481px;
	height: 232px;
	margin-bottom: 10px;
}

#menu {
	float: left;
	width: 180px;
	padding: 5px;
	margin-left: 10px;
}

#copyright {
	margin-top: 8px;
	padding: 5px 5px 5px 10px;
	width: 668px;
	height: 44px;
	border-top: 1px solid #92925D;
}

/*-------------------------------------------------
Content markup
-------------------------------------------------*/

#content {
	text-align: justify;
	line-height: 20px;
}

#content h1 {
	color: #A53E15;
	font-size: 13pt;
	font-weight: bold;
}

#content h2 {
	color: #92925D;
	font-size: 10pt;
	font-weight: bold;
}

#content a {
	font-weight: bold;
}

#content a:hover {
	color: #A53E15;
}

#content ul li {
	text-align: left;
}

/*---
Tables
---*/

#content table td, #content table th {
	text-align: left;
}

#content .nieuws_tabel, #content .tabelletje {
	padding: 5px;
	background-color: #E6DDC9;
}

#content .nieuws_tabel td, #content .nieuws_tabel th, #content .tabelletje td, #content .tabelletje th {
	padding: 5px;
}

#content .nieuws_tabel .kopje, #content .tabelletje .kopje {
	background-color: #A53E15;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#content .nieuws_tabel .kopje a {
    color: #fff;
    font-size: inherit;
}

#content .nieuws_tabel .tabel_subkopje, #content .tabelletje .tabel_subkopje, #content .nieuws_tabel .tabel_onder, #content .tabelletje .tabel_onder, #content .nieuws_tabel .tabel_onder a {
	font-size: 8pt;
	text-align: center;
	background-color: #CCCC99;
}

#content .nieuws_tabel .tabel_subkopje, #content .tabelletje .tabel_subkopje {
	border-top: 5px solid #E6DDC9;
}

#content .nieuws_tabel .tabel_content, #content .tabelletje .tabel_content {
	text-align: justify;
}

/*---
Calendar
---*/

#content .kopje_maand {
	text-align: center;
}

#content .dagen0 {
	text-align: center;
	color: #fff;
	background-color: #A53E15;
	font-weight: bold;
}

#content .dagen1 {
	text-align: center;
	background-color: #CC9;
	font-weight: bold;
}

#content .dagnummers {
	text-align: center;
	background-color: #E6DDC9;
}

#content .speciaal {
	text-align: center;
	background-color: #A53E15;
	color: #fff;
}

#content .speciaal a {
	color: #fff;
}

#content .zdag {
	text-align: center;
	background-color: #CC9;
}

#content .vandaag {
	text-align: center;
	background-color: #fff;
}

/*---
Forms
---*/

#content input, #content textarea {
	width: 350px;
	background-color: #E6DDC9;
	border-top: 2px solid #686839;
	border-left: 2px solid #686839;
	border-right: 2px solid #CC9;
	border-bottom: 2px solid #CC9;
}

#content .submit {
	width: 355px;
	border-top: 2px solid #CC9;
	border-left: 2px solid #CC9;
	border-right: 2px solid #686839;
	border-bottom: 2px solid #686839;
	font-weight: bold;
}

#content .radio {
	width: auto;
	border: none;
	background-color: transparent;
}

/*---
Agenda
---*/

#content .agenda {
	border-bottom: 1px solid #000;
}

#content .speciaal_agenda {
	border-bottom: 1px solid #000;
	font-style: italic;
	background-color: #CC9
}

/*-------------------------------------------------
Menu markup
-------------------------------------------------*/

#menu {
	background-color: #E6DDC9;
}

#menu a img {
	border: none;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

#menu ul li {
	padding: 3px 5px 3px 5px;
}

#menu ul li.active {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #A53E15;
	color: #fff;
	font-weight: bold;
}

#menu ul li a {
	text-decoration: none;
}

#menu ul li a:hover {
	text-decoration: underline;
	color: #573F15;
}

/*-------------------------------------------------
Copyright markup
-------------------------------------------------*/

#copyright {
	background-color: #CCCC99;
	font-size: 8pt;
	line-height: 21px;
	font-weight: bold;
	color: #92925D;
}

#copyright a {
	color: #75753E;
	font-size: 8pt;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

#copyright .bold {
	color: #75753E;
	font-size: 8pt;
}

/*-------------------------------------------------
Other classes
-------------------------------------------------*/

.hide {
	display: none;
}

.clear {
	clear: both;
}

/*-------------------------------------------------
Comments
---------------------------------------------------
* For more information about the IE (7) hack, you
  can visit http://www.ibloomstudios.com/article7/

* The min-height simulation in this layout is a
  bit complicated. You can't just give the div
  the rule heith: 100%; IE 7 will break on that
  rule. So, we have to hide that rule for IE 7,
  but not for all the other versions of IE. Thats
  why I used the starHtmlHack there.
  Because IE 7 will catch code if you use a child
  node selector, you have to hide the rule height:
  auto; for all IE browsers, on which I used the
  hack mentioned above.
-------------------------------------------------*/