﻿<!--

body{
	background-color:	#2B3552;
	background-image:	url(images/bg.png);
	background-repeat:	repeat-x;
	color: 				#FFFFFF; 
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;
	scrollbar-face-color: 			#AD1516;
	scrollbar-shadow-color: 		#781516;
	scrollbar-highlight-color: 		#F02A2C;
	scrollbar-3dlight-color: 		#000000;
	scrollbar-darkshadow-color: 	#3C0A0B;
	scrollbar-track-color: 			#AD1516;
	scrollbar-arrow-color: 			#F6C11B;
	overflow:			auto; 
}

a:link{
	color: 				#F5C01B;
	font-family:		Verdana, Lucida Console, Arial, Helvetica, sans-serif;
	font-size:			12px;
	font-weight:		700;
}

a:hover{
	color: 				#FFDB6F;
	font-family:		Verdana, Lucida Console, Arial, Helvetica, sans-serif;
	font-size:			12px;
	font-weight:		700;
}

a:active{
	color: 				#FFFFFF;
	font-family:		Verdana, Lucida Console, Arial, Helvetica, sans-serif;
	font-size:			12px;
	font-weight:		700;
}

a:visited{
	color: 				#DFAE1B;
	font-family:		Verdana, Lucida Console, Arial, Helvetica, sans-serif;
	font-size:			12px;
	font-weight:		700;
}

td.content{
	color: 				#EDEDED;
	font-family:		Verdana, Lucida Console, Arial, Helvetica, sans-serif;
	font-size:			12px;
	font-weight:		500;
	background-color:	#AD1516;
	background-image:	url(images/content_bg.png);
	background-repeat:	repeat-x;
	padding:			10px 10px 10px 10px;
}

td.gastenboek{
	color: 				#EDEDED;
	font-family:		Verdana, Lucida Console, Arial, Helvetica, sans-serif;
	font-size:			12px;
	font-weight:		500;
	padding:			5px 5px 5px 5px;
}

td{
	color: 				#EDEDED;
	font-family:		Verdana, Lucida Console, Arial, Helvetica, sans-serif;
	font-size:			12px;
	font-weight:		500;
}

img.pic{
	border: 			2px inset #F02A2C; 
}

table.poll{
	border: 			2px inset #F02A2C; 
	width: 184px;
}

table.poll b{
	color: #F5C01B
}

.input{
	color: 				#EDEDED;
	font-family:		Verdana, Lucida Console, Arial, Helvetica, sans-serif;
	font-size:			12px;
	font-weight:		500;
	border: 			2px inset #F02A2C; 
	background-color: 	#AD1516;
	background-image:	url(images/input_bg.png);
}

.knop{
	color: 				#EDEDED;
	font-family:		Verdana, Lucida Console, Arial, Helvetica, sans-serif;
	font-size:			12px;
	font-weight:		700;
	border: 			2px outset #F02A2C; 
	background-color: 	#AD1516;
}

.titel{
	color: 				#F5C01B;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			16px;
	font-weight:		900;
}

li{
	list-style-type: square;
}

h1{
	color: 				#F5C01B;
}

img[onload] {
  max-width: 460px;
}

img.resized {
  cursor: pointer;
  cursor: hand;
}

#popup
{
	z-index 1;
	border: 2px solid #fff;
}

#popup img
{
	border: none;
}


//-->
