body {
	background: #FF3333; 
	color: white;
	width: 800px; 
	margin:auto;
}
p{
	color: white;
	font-family: verdana, Arial;
}

h1{
	background: white;
	color: #CC3333;
	font-family: alba,Verdana,Arial;
	font-size: 23px;
}
h2{
	background: white;
	color: #CC3333;
	font-family: alba,Verdana,Arial;
	font-size: 18px;
}
h3{
	background: white;
	color: #CC3333;
	font-family: alba,Verdana,Arial;
	font-size: 10px;
}
td{text-align: center;
	font-family: inherit;}
#menu {
	position: relative;
	top: 0px;
	padding: 0px 0px 0px 0px;
	margin: auto;
	width: 800px;
	height: 200px;
}
  

#blad {
	background: #CC3333;
	position: absolute;
	text-align: center;
	width: 800px;
	margin: auto;
}


.streep {
	text-decoration: line-through;
}

A.link:visited {
	text-decoration:underline;
	color: white;
}

A.link {
	text-decoration:underline;
	color: white;
}

A {
	text-decoration:underline;
	color: white;
}

.vulop {
	border: 0px solid;
}

.datum{
	width: 200px;
	text-align: left;
	color: white;
}

.activiteit{
	width: 400px;
	text-align: left;
	color: white;
}
table {
	margin: auto;

}

.kop  {
	background: #CCCCCC;
	color: #FFFFFF
}

.rij1 {
	text-align: left;
	background: #FF8282;
	color: #FFFFFF;
}

.rij2 {
	text-align: left;
	background: #FF0000;
	color: #FFFFFF
}
.tdlinks
{
	text-align:left;
}

.tabel {
	border-collapse: collapse;
	border: solid 2px #C0C0C0;
	empty-cells: show;
	font-family: arial, verdana,  sans-serif;
	margin: auto;

}
li{
	display: block;
	color: white
}
ul{
	text-align: left;
}

.tabel tr { 
	border: solid 2px #FFFFFF;
}

.tabel td { 
	padding: 5px;
}
.leidingfotoliggend{
	height: 120px;
	border: 0;
}
.leidingfotostaand {
	width: 120px;
	border: 0;
}


/* alles voor het gastenboek */
.gast_tabel{
	width: 500px;
	border: 0;
	border-collapse: collapse;
	background: #FFEDB6;
	color: black;
	font-family: verdana, Arial;
	margin-bottom: 4px;
	text-align: left;
	padding:0px;
}
.gast_head{
	background: red;
	width:500px;
	color: white;
	margin:auto;
	padding:2px;
}
.gast_body{
	background: #FFEDB6;
	color: black;
	text-align: left;
	width:500px;
	margin:auto;
	margin-bottom:10px;
	padding:2px;
}
.gast_quote{
	color:black;
	float: right;
	text-decoration: underline;
	font-size: 10px;
}
.gast_links{
	text-align:left;
	width:250px;
}
.gast_rechts{
	float:left;
}
.gast_naam{
	float:left;
}
.gast_tijd{
	text-align:right;
}	
