/* mac hide\*/
html, body {
	height:100%;
	margin: 0;
	padding: 0;
	}
/* end hide */

a,
a:link,
a:visited,
a:active {
    color: #053c0c;
}

h1 {
	font-size: 18px;
	color: #000;
}
h2 {
	font-size: 16px;
	font-weight:bold;
	color: #000;
}
h3 {
	font-size: 16px;
	color: #000;
}
h4 {
	font-size: 14px;
	font-weight:bold;	
	color: #000;	
}
h5 {
	font-size: 14px;
	color: #000;
}
h6 {
	font-size: 12px;
	color: #000;	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	padding:0;
	margin:0;
	text-align:center;
	min-width:920px;/* for mozilla*/
	background: url(/images/bg.jpg) #5696dd top center repeat-x;
}

#outer{
	height:100%;
	min-height:100%;
	width:920px;
	text-align:left;
	margin:auto;
	position:relative;
	margin-top:40px;
	background:url(/images/bg.png) repeat-y;	
	_background:url(/images/bg-ie6.jpg) repeat-y;	
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:920px;
	margin-top: 40px;
}

#header{
	position:absolute;
	top:30px;
	width:920px;
	height:271px;
	margin-top: -40px;
	background: url('/images/top.png') no-repeat top left;
	_background: url('/images/top.jpg') no-repeat top left;	
}

#footer {
	width:920px;
	clear:both;
	height:50px;
	left:0;
	bottom:0;
	background: url(/images/bottom.jpg) #5696dd top left no-repeat; 	
	position: absolute;
}

#donateur {
	float:left;
	width: 165px;
	height: 32px;
	padding-left:70px;
	padding-top:6px;	
}

#donateur a {	
	font-size:10px;
	color:#7b7b7b;
	text-transform:uppercase;
	text-decoration:none;	
}

#footertxt {
	float:left;
	width: 640px;
	height: 32px;
	padding-top:20px;	
	color:#9bc1eb;	
}

#footertxt a {
	color:#9bc1eb;
	text-decoration:none;
}

* html #footer {/*only ie gets this style*/
	\height:32px;/* for ie5 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/

#centrecontent {
	width:620px;
	float:left;
	padding-top:30px;
	padding-left:50px;	
	min-height:350px;	
	padding-bottom:20px;/* needed to make room for footer */
}

#titel {
	width:530px;
	height: 35px;
	color: #000;
	font-size: 16px;
	font-weight:bold;
	}

#content {
	width:580px;	
	}
	
#content a {
	color:#000;	
	}	

#right {
	margin-top:300px;
	position:relative;
	width: 242px;
	float:left;
	position:absolute;
	bottom:52px;
	_bottom:54px;	
	right: 0px;
}

#paal {
	float:left;
	height:400px;
	width:1px;
}

#beeld {
	width:223px;
	height:308px;
	background:url(/images/beeld.jpg) no-repeat;
	
}
	
#clearfooter {width:100%;height:50px;clear:both} /* to clear footer */

#hmenu {
	margin-top:228px;
	margin-left:0px;
	text-align:center;
	background-color:#86c3e1;
	width: 886px;
	height:38px;
	*height:28px;		
	margin-left: 17px;
	padding-top:1px;
	*padding-top:12px;	
}

#hmenu ul {
	height: 23px;
	_height: 5px;	
	list-style-type: none;
	margin-left: 10px;
	_margin:0px;
	*margin-left: 60px;
}

#hmenu li {
	list-style: none;
	width: auto;
	float:left;
	text-align: center;
	height: 15px;
	padding-left: 10px;	
	padding-right: 10px;
	text-transform:uppercase;
	border-left: 1px solid white;	
}

#hmenu ul li a {
	color: white;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	height: 15px; 
	display: block; 
	_display: inline-block;
}

#hmenu ul li.first {
	border-left:none;
}

#hmenu a:hover {
	text-decoration: none;
}

#hmenu li.selected a {
	color: #000;
	font-weight:bold;	
}

#hmenu li ul {
	display: none;
}

#submenu {
	width: 233px;
	float:left;	
	padding-top:10px;
}

#submenu ul {
	margin:0px;
	padding:0px;
}

#submenu ul li {
	list-style-type: none;
}

#submenu ul li a {
	text-decoration:none;
	color:#43866e;
}

.fieldWithErrors
{
	border:solid 2px red;
}

.form_error
{
	color:white;
	border:solid 1px black;
	background-color:red;
	padding:10px;
}

#photo_index
{
    width:600px;
}

#photo_index .index_thumb
{
    float:left;
    margin:5px;
    width:80px;
    height:60px;
    overflow:hidden;
    text-align:left;
    vertical-align:top;
    border:solid 1px black;  
    
}

#photo_index img
{
  
}

#archive_photo
{
    width:600px;
}

#archive_photo #current_photo
{
    height:400px;
}

#archive_photo #current_photo img
{
    border:solid 1px black;
}