/* THE BODY AND THE WRAPPER */
body {
font-size: 12px;
font-family: helvetica, arial, sans-serif;
background: #2F2000;
margin: 0;
padding: 10px;
}

#wrapper {
width: 800px;
margin: 0 auto;
}

/* TOP BAR AND THE HEADER */

#top {
background: #2F2000 url(images/topbar.gif) top center no-repeat;
width: 800px;
height: 50px;
}

#header {
background: url(images/header.jpg) top center no-repeat; 
width: 800px;	
height: 126px;
padding: 5px 0px 5px 0px;
color: white;
font-size: 24px;
}

#headmenu p a:link, #headmenu p a:visited{
  	color: orange;
  	font-size: 10pt;
    padding: 0px 5px 0px 15px;
    width: 85px;
    float:left;
}

#portre{
//padding-left: 30px;
padding-left: 130px;
float:left;
}

#headerright{
  width: 210px;
  float: right;
  margin: 10px 20px 0 10px;
  text-align: right;
  font-size: 12px;
}

#headerright a:link, #headerright a:visited{
  text-decoration: none;
	color: orange;
  font-size: 10pt;
}


#header1{
margin-left: 10px;
font-size: 32px;
}

#header2{
margin-left: 10px;
font-size: 18px;
} 


/* THE INSIDE WRAPPER, THE MENU, AND THE CONTENT */

#contentwrapper {
background: url(images/bgmiddle-purple.png) top center repeat-y; 
width: 790px;
margin: 0 auto;
text-align: center;
padding: 5px 5px 5px 5px;
float: left;
}

#rightbox {
	width: 150px;
	float: right;
	margin: 0 0 0 10px;
	color: orange;
	/*background-color: #330000;*/
}

#menu {
text-align: left;
width: 180px;
margin: 0px;
float: left;
padding-top: 11px;
padding-right: 5px;
height: 100%;
}

#menu ul {
	padding-left: 10px;
list-style-type: none;
}


#content {
width: 410px;
/* height: 100%; */
text-align: left;
margin: 3px 160px 10px 210px;
color: #1d0000;
}

img {
border: none;
} 


/*
p {
background: url(images/paragraph.png) top left repeat-y;
padding-left: 20px;
}
*/

#content p, #rightbox p {
	margin:	0px;
	margin-bottom: 2px;
}

#content h1, #content h2{
	font-size: large;
	padding-top: 0.5em;
	text-transform: uppercase;
}

#content h2{
	border-top: 1px dashed white;
}

#rightbox h1{
	font-size: 10pt;
}

#rightbox p{
	font-size: 8pt;
}

/* THE FOOTER */

#bottom {
clear:left;
background: #2F2000 url(images/bottom.gif) bottom center no-repeat;
width: 700px;
height: 35px;
padding: 15px 0px 0px 100px;
color: white;
}

#bottom a:link, #bottom a:visited {
color: #FFF;
}
	
#bottom a:hover {
color: Yellow;
}	



/* FOTOBOEK */
#content .tx-gooffotoboek-pi1 table{
        text-align: center;
        margin-left:auto;
        margin-right:auto;
}

