#main_text a:link{
	color: #0084C5;
	text-decoration: underline;
}

#main_text a:visited{
	color: 0084C5;
	text-decoration: underline;
}

#main_text a:hover{
	color: orange;
}

.leftMenu{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 50%;
	font-family: arial;
	font-size: 10pt;
}

.leftMenu a{
	font-family: arial;
	font-size: 10pt;
	width: 150px;
	color: black;
	text-decoration: none;
	padding: 3px;
	font-weight: bold;
}

.leftMenu a:hover{
	text-decoration: underline;
	padding: 3px;
}

.topMenu{
	color: white;
	padding: 3px;
	background: #008DD6;
	/*background: #6633ff;*/
}

.topMenu a{
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.header_1{
	color: #008DD6;
	font-family: Arial;
	font-size: 12pt;	
	font-weight: bold;
}

.header_2{
	color: #9669DE;
	font-family: Arial;
	font-size: 12pt;	
	font-weight: bold;
}

.header_3{
	color: #FF8100;
	font-family: Arial;
	font-size: 12pt;	
	font-weight: bold;
}

.header_4{
	color: #BDB582;
	font-family: Arial;
	font-size: 12pt;	
	font-weight: bold;
}

.header_5{
	color: Red;
	font-family: Arial;
	font-size: 12pt;	
	font-weight: bold;
}

.page_subheader{
	font-weight: bold;
	font-family: Arial;
	font-size: 9pt;	
}

.page_text{
	font-family: Arial;
	font-size: 9pt;	
}

div#main_div{
	/*background: url("img/main_bg.jpg");
	background-repeat: no-repeat;
	background-position: top right;*/
}

div#main_text{
	font-family: Arial;
	font-size: 10pt;	
}

.loginField{
	width: 150px;
	font-family: Arial;
	font-size: 9pt;
	background: #E3DDB6;
}

.admin_menu{
	background: #3366cc;
}

.admin_menu a{
	font-size: 10pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.admin_menu a:hover{
	color: #ccffff;
	text-decoration: underline;
}

.gastenboek_formLabel{
	background: #E3DDB6;
	font-weight: bold;
	font-family: Arial;
	font-size:10pt;
}

.gastenboek_titel{
	background: #E3DDB6;
	font-weight: bold;
	font-family: Arial;
	font-size:10pt;
}

.bladeraar{
	font-weight: bold;
	font-family: Arial;
	font-size:8pt;
}

.bladeraar a{
	text-decoration: none;
}

.bestelButton{
	background: #008DD6;
	color: white;
	font-family: arial;
	font-size: 8pt;
	width: 40px;
	border-top: #99cccc 1px solid;
	border-left: #99cccc 1px solid;
	border-bottom: #006699 1px solid;
	border-right: #006699 1px solid;
	margin-bottom: 2px;
}
.VVRTableTitle1{
	color: #008DD6;
	font-weight: bold;
	font-family: Arial;
	font-size:12pt;
}
.VVRTableTitle2{
	color: #008DD6;
	font-weight: bold;
	font-family: Arial;
	font-size:14pt;
}
.VVRTableTitle3{
	color: #008DD6;
	font-weight: normal;
	font-family: Arial;
	font-size:12pt;
}
.VVRRed{
	color: red;
}

.kleinelink{
	color: #0084C5;
	text-decoration: underline;
	font-size:8pt;
}

.kleinetekst{
	color: #0084C5;
	font-size:8pt;
}

/* HULPHOND CONTAINER */
.hulphondContainer
{
	width: 100%;
	font-family: Arial, Verdana;
	font-size: 12px;
	text-align: justify;
}
	.hulphondContainer .hulphondLeft
	{
		float: left;
		width: 240px;
		margin-right: 10px;
	}
		.hulphondContainer .hulphondLeft h1
		{
			font-size: 15px;
			color: #008DD6;
		}
	
	.hulphondContainer .hulphondMiddle
	{
		float: left;
		width: 194px;
	}
	
	.hulphondContainer .hulphondRight
	{
		float: left;
		width: 206px;
		height: 552px;
		padding: 20px;
		padding-top:5px;
		margin-left: 1px;
		background: url("img/hulphond_right.jpg") top left no-repeat;
		color: #FFFFFF;
	}
		.hulphondContainer .hulphondRight h2
		{
			font-size: 15px;
			font-weight: bold;
		}
		
		.hulphondContainer .hulphondRight a
		{
			color: #FFFFFF;
		}

/* FLEXITRANS DEMOS */
.tableDemo
{
	border-collapse: collapse;
}
	.tableDemo	td
	{
		border: 1px solid #000000;
		padding: 3px;
	}

.divDemo
{
	text-align: center; 
	padding-top: 50px;
}

