@charset "utf-8";
/* CSS Document */

body 
{
	margin:					0;
	padding:				0;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				medium;
}

a
{
	color:					#340C41;
	text-decoration:		none;
}

a:active, a:hover
{
	color:					#B4DA68;
	text-decoration:		underline;
}

a:visited
{
	text-decoration:		none;
	color:					#78368E;
}

p:first-letter
{
	font-size:				large;
	font-style:				italic;
}

#main_all
{
	width: 					100%;
	height: 				100%;
}

#main_centered
{
	width: 					800px;
	margin-left:			auto;
	margin-right:			auto;
	background-color: 		#ffffff;
}

#main_header
{
	display:				none;
}
#main_header_print
{
	text-align:				center;
}

#main_marquee
{
	display:				none;
}

#main_menu
{
	display:				none;
}

#main_content
{
	width:					100%;
	height: 				auto;
	min-height:				300px;
	overflow:				hidden;
}

#main_content_locatie
{
	display:				none;
}

#main_content_table
{
	border:					none;
	background:				none;
}

#main_content_table_text
{
	overflow:				hidden;
	text-align:				justify;
}

#main_content_table_images
{
	overflow:				hidden;
	text-align:				center;
}

#main_content_table_images img
{
	border:					none;

}

#main_footer
{
	margin-top:				30px;
	width:					800px;
	height:					auto;
	text-align:				right;
}

#main_footer_logo
{
	display:				none;
}

.acties
{
	margin-left: 			auto;
	margin-right:			0px;
	width: 					300px;
	text-align: 			right;
	font-style:				italic;
}

.acties img
{
	border:					none;
}

#nieuwslijst
{
	border-collapse:		collapse;
	text-align:				right;
	width:					100%;
}

#nieuwslijst td
{
	border-bottom:			black 1px solid;
}

#nieuwslijst a
{
	text-decoration:		none;
}

#agendalijst
{
	border-collapse:		collapse;
	text-align:				right;
	width:					100%;
}

#agendalijst td
{
	border-bottom:			black 1px solid;
}

#agendalijst a
{
	text-decoration:		none;
}


#poll_vraag
{
	text-decoration:		underline;
	font-style:				italic;
	font-size:				large;
	color:					rgb(117, 149, 57);
}

#poll_aantal_1
{
	background-color:		rgb(117, 149, 57);
	border:					blue 1px solid;
	height:					10px;
	float:					left;
}

#poll_aantal_2
{
	background-color:		rgb(117, 149, 57);
	border:					blue 1px solid;
	height:					10px;
	float:					left;
}

#poll_aantal_3
{
	background-color:		rgb(117, 149, 57);
	border:					blue 1px solid;
	height:					10px;
	float:					left;
}
#poll_aantal_4
{
	background-color:		rgb(117, 149, 57);
	border:					blue 1px solid;
	height:					10px;
	float:					left;
}
#poll_aantal_5
{
	background-color:		rgb(117, 149, 57);
	border:					blue 1px solid;
	height:					10px;
	float:					left;
}
#poll_aantal_6
{
	background-color:		rgb(117, 149, 57);
	border:					blue 1px solid;
	height:					10px;
	float:					left;
}
#poll_aantal_7
{
	background-color:		rgb(117, 149, 57);
	border:					blue 1px solid;
	height:					10px;
	float:					left;
}
#poll_aantal_8
{
	background-color:		rgb(117, 149, 57);
	border:					blue 1px solid;
	height:					10px;
	float:					left;
}

textarea
{
	width:					100%;
	color:					black;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				small;			
}

#gastenboek
{
	border-collapse:		collapse;
	border:					black 2px solid;
}

#gastenboek td
{
	vertical-align:			top;
}

.gastenboek_lb
{
	border-top:				black 1px solid;
	border-left:			black 1px solid;
}
.gastenboek_rb
{
	border-top:				black 1px solid;
	border-right:			black 1px solid;
}

#bericht
{
	height:					40px;
}

#home_laatstenieuws
{
	width:					50%;
	float:					left;
}
#home_agenda
{
	width:					49%;
	float:					left;
}

#home_poll
{
	width:					200px;
	float:					right;
}

#home_text
{
	width:					100%;
	overflow:				hidden;
}

#home_text_text
{
	float:					left;
	width:					350px;
	overflow:				hidden;
}

.vandaag
{
	color:					red;
}