﻿html
{
	overflow: hide;
}

body 
{
	background-color: #4C4847;
}

#wrap
  {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 800px;
  height: 600px;
  margin-left: -400px; /* half of width */
  margin-top: -300px;  /* half of height */
  background-color: #231F20;
  color: #FFFFFF;
  font-family: Arial;
  font-size: small;
  border-color: White;
  border-style: none;
  border-width: 1px;
 }
 
#pnlContent
{
	margin-left: 5px;
	margin-right: 5px;
	height: 408px;
	width: 790px;
	scrollbar-arrow-color: #FFFFFF;  /*kleur van pijltjes indien enabled*/
	scrollbar-face-color: #B0A790;   /*achtergrondkleur van pijltjes*/
	scrollbar-highlight-color: #FFFFFF;  /*3d kleur pijltjes*/
	scrollbar-3dlight-color: #000000;    /*border kleur pijltjes*/
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #231F20;
	scrollbar-track-color: #B0A790;
}

A:link
{
	color: #B0A790;
}

A:visited
{
	color: #B0A790;
}
 
.image
{
	border-color: White;
	border-style: solid;
	border-width: 1px;		
}

h1
{
	color: #B0A790;
	font-size: 18px;
}

h2
{
	color: #FFFFFF;
	font-size: 14px;
}

.contentTableData
{
	padding: 10px 10px 10px 10px;
	vertical-align: top;
	height : 400px;	
	width: 640px;				
}

.leftPane
{
	width: 100px;
	/*height: 300px;*/
	background-color: #4C4847;
	padding: 7px 7px 7px 7px;
	vertical-align: top;
}

/* MENU */

#menuWrapper
{
	background-color: #404040;
}

#location
{
    color: #000000;
    text-align: right;
    padding: 3px 1px 3px 0px;
    height: 19px;
    background-color: #231F20;
}

/* FOOTER */

#footer
{
	width: 800px;
	margin: auto auto 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #231F20;
	color: #FFFFFF;
	font-family: Arial;
	font-size: x-small;
	/*text-align: left;*/
}

#footer a
{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

#languages
{
	padding-left: 30px;
}

#languages a
{
	color: #2A533E;
	text-decoration: none;
}

#languages a:hover
{
	text-decoration: underline;
}
/*----------------------------------------------------*/
/* AGENDA */

#agendaContainer
{
    background-color: #4C4847;
}

#agendaContainer td
{
    color: #FFFFFF;
}

.agendaFoto
{
	border: 0px;   /* geen blauwe rand rond foto's indien er een link achter zit */
}

.alignCenter
{
    text-align: center;
}

/*----------------------------------------------------*/
/* PHOTOBOOK */

.leftPanePH
{
	width: 100px;
	/*height: 300px;*/
	background-color: #4C4847;
	padding: 7px 7px 7px 7px;
	vertical-align: top;
	height: 50px;
}

.leftPanePH2
{
	width: 100px;
	/*height: 300px;*/
	background-color: #4C4847;
	padding: 7px 7px 7px 7px;
	vertical-align: top;
	height: 320px;
}