body {
	margin: 0px;
	padding: 0px;
	background: url(../img/background.png) #adbecc;
	background-position: center;
	background-repeat: repeat-y;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 10pt;
	color: #3d3d3d;
}
h1, h2 {
	font-family: "Century Gothic", "Arial";
}
h2.memoriam {
	text-align: center;
	color: #FFFFFF;
	padding-top: 20px;
}
.validator {
	color: red;	
}
#bannertekst h2 {
	border-bottom: 1px solid #3d3d3d;
	width: 99%;
}
a
{
	text-decoration: none;	
	color: #0000D0;
}
a img {
	border-color: #cfd7dd;	
}
a:hover {
	text-decoration: underline;
}
#container, #popup_container {
	margin: 0px auto;
	width: 780px;
	padding: 0px 0px;
	
}
#container {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
}
.content {
	padding: 0px 3px;
}
#banner {
	background-image: url(../img/header3.png);
	background-position: center;
	background-repeat: no-repeat;
	width:100%;
	height:200px;
	position: relative;
}
#bannertekst {
	position: absolute;
	left: 170px;
	top: 0px;
	
	padding: 0px;
	width:600px; 
	
}
#bannerfoto {
	position: absolute;
	left: 26px;
	top: 19px;
	padding:0px;
	width:130px;height:160px; 
	border: 2px solid #FFFFFF;
}
.clear
{
	clear: both;	
}
th, td
{
	vertical-align: top;	
	text-align: left;
	padding: 3px;
}

/* menu */

.menu {
	list-style: none;
}

.menu li {
	background: #adbecc;
	padding: 6px;
	width: 90px;
	margin: 10px 5px 40px 5px;
	float: left;
	text-align: center;
}
.menu a {
	color: #3d3d3d;
	font-family: "Century Gothic", "Arial";
}

.foto_overzicht {
	list-style: none;
}
.foto_overzicht li {
	float: left;
	margin: 5px;
}

.pager div
{
	float: left;
	margin: 5px 0px 10px 0px;
}

.pager .prev, .pager .next
{
	width: 20%;
}
.pager .prev
{
	text-align: left;
}
.pager .next
{
	text-align: right;
}

.pager .pager_bar
{
	width: 60%;
	text-align: center;
}

.pager_bar a
{
	
	width: 20px;
	text-align: center;
	padding: 0px 4px;
	margin-right: 1px;
	border: solid 1px #cfd7dd;
}

.page_active
{
	background-color: #cfd7dd;
	color: black;
}


/* Reacties */
.reacties
{
	list-style: none;
	margin: 0;		
	padding: 0;
	
}
.reacties li
{
	margin: 2px 2px 10px 2px;	
	background: none;
	padding: 0px;
	border: solid 1px #BAC0C6;
}

.reactie_details
{
	width: 760px;
	height:30px;padding:4px;
	background-color:#cfd7dd;
	
}
.reactie
{
	width: 760px;padding:4px;
}
	
.naam
{
	font-weight: bold;	
	width:300px;
	float:left;
}

.woonplaats
{
width:100px;float:right;
}


.datum
{
width:200px;float:right;
}


.reactie
{
	
}

/* edit */
.options
{
	list-style: none;
	margin: 0;
	padding: 0;	
}
.options li
{
	margin: 2px;
	padding: 3px;
}

.dialog
{
	display: none;	
}

.herinnering_bericht
{
	width: 90%;
	height: 200px;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 11pt;
}
.picture_browser
{
	list-style: none;	
}
.select_picture {
	cursor: pointer;	
	float: left;
	margin: 2px;
}

/*herinneringen tabel */
.herinneringen {
	width: 100%;
}
.herinneringen th {
	padding: 4px;
}
/* herinneringen */
.post
{
	border: solid 1px #BAC0C6;
	margin: 2px 2px 5px 2px;
}
.picture_container
{
	width: 150px;
	text-align: center;	
}

/* Alleen bericht*/
.post_text .bericht_container
{
	padding: 5px;
}

/* Alleen foto */
.post_picture .picture_container
{
	padding: 5px;
}

/* Foto en bericht */
.post_picture_text .picture_container, .post_picture_text .bericht_container
{
	float: left;	
	padding: 3px;
}

.post_header
{
	background-color: #cfd7dd;
	padding: 5px;
}
.edit_info
{
	font-style: italic;
	font-size: 9pt;	
}
.flashcontainer {
	text-align: center;
}

.picture_reactie {
	width: 100%;
}
.picture_reactie th {
	width: 10%;
}
.ta_reactie {
	width: 95%;
}