/* BASIS ELEMENTEN */
body {
	background					: url(../img/left_bg.jpg) top left repeat-y;
	background-color 			: #EDF0DD;
	margin						: 0px;
	padding 					: 0px;
	font-family					: Verdana, Arial, Helvetica, sans-serif;
	color						: #000066;
	font-size					: 0.7em;
}

a:link, a:visited, a:active {
	font-family					: Verdana, Arial, Helvetica, sans-serif;
	color						: #FF0000;
	text-decoration				: underline;
}

a:hover {
	text-decoration				: none;
}

h1 { 
	font-family					: Verdana, Arial, Helvetica, sans-serif;
	font-size					: 1.8em;
	font-weight					: bold;
	color						: #FF0000;
	line-height					: 1em;
	padding-left 				: 8px;
	padding-bottom 				: 8px;
	margin						: 0px;
}

p {
	margin						: 0px;
}

/* GESPECIFICEERDE ELEMENTEN */
#content{
}

.tekst {
	padding 					: 8px;
}

.top {
	color						: #000066;
}

.top a{
	color						: #000066;
}

.top a:visited, .top a:active, .top a:hover {
	color						: #000066;
}

.nieuwsdatum {
	font-size					: 1.2em;
	vertical-align				: top;
}

a.nieuwsTitle, a.nieuwsTitle:visited, a.nieuwsTitle:active, a.nieuwsTitle:hover {
	color						: #000066;
	font-size					: 1.2em;
	font-weight:bolder;
}

/* ACHTERGRONDEN */

.main_bg {
	background					: url(../img/main_bg.jpg) top left repeat;
}

.top_bg {
	background					: url(../img/top_bg.jpg) top left repeat-x;

}

/* MENU TOP */
#navtop {
	vertical-align 				: top;
}

#navtop ul {
	list-style-type 			: none;
	padding						: 0px;
	margin 						: 0px;
}

#navtop ul li {
	margin 						: 0px;
	background 					: url(../img/menu_bg.jpg) top left repeat-x;
}

#navtop1 ul li a {
	display 					: block;
	text-decoration				: none;
	height						: 24px;
	padding-left 				: 3px;
	padding-right 				: 8px;
	padding-top 				: 4px;
	font-size 					: 0.9em;
	font-weight 				: bold;
	color 						: #fff;
	background 					: url(../img/menu_bg1.jpg) top right no-repeat;
}

#navtop1 ul li a:visited {
}

#navtop1 ul li a:hover, #navtop1 ul li a:active, #navtop1 ul li a.selected {
	background 					: url(../img/menu_bg1_.jpg) top right no-repeat;
}

#navtop2 ul li a {
	display 					: block;
	text-decoration				: none;
	height						: 24px;
	padding-left 				: 3px;
	padding-right 				: 8px;
	padding-top 				: 4px;
	font-size 					: 0.9em;
	font-weight 				: bold;
	color 						: #fff;
	background 					: url(../img/menu_bg2.jpg) top right no-repeat;
}

#navtop2 ul li a:visited {
}

#navtop2 ul li a:hover, #navtop2 ul li a:active, #navtop2 ul li a.selected {
	background 					: url(../img/menu_bg2_.jpg) top right no-repeat;
}

/* MENU LINKS */
#navcontainer {
}

#navcontainer td {
	padding-left 				: 14px;
}

#navcontainer ul {
	list-style-type 			: none;
	padding						: 0px;
	margin 						: 0px;
}

#navcontainer ul li {
	margin 						: 0px;
	padding-bottom 				: 4px;
	background					: url(../img/navcont_bg.gif) top left no-repeat;
}

#navcontainer ul li a {
	padding-top 				: 3px;
	font-size 					: 0.9em;
	width 						: 76px;
	height 						: 18px;
	display 					: block;
	text-decoration				: none;
	font-weight 				: bold;
	color 						: #fff;
	text-align					: center;
}

#navcontainer ul li a:visited, #navcontainer ul li a:active {
}

#navcontainer ul li a:hover, #navcontainer ul li a.selected {
	background					: url(../img/navcont_bg_.gif) top left no-repeat;
}

/* DROPDOWNMENU */
.dropdownmenu {
	display						: none;
	position					: absolute;
	left 						: 0px;
	top 						: 0px;
	z-index 					: 1;
}

#menu {
	background					: url(../img/menubg.jpg) top left repeat-y;
}

#menu ul {
	list-style-type				: none;
	padding-top 				: 4px;
	padding-left 				: 0px;
	margin						: 0px;
	width 						: 137px;
	text-align					: left;
}

#menu ul li {
	padding						: 1px;
	margin						: 0px;
}

#menu ul li a {
	display 					: block;
	text-decoration 			: none;
	text-align					: left;
	margin 						: 0px;
	padding-left				: 8px;
	padding-top 				: 2px;
	padding-right 				: 8px;
	height 						: 18px;
	background-color			: #99CC00;
	color 						: #fff;
}

#menu ul li a:visited, #menu ul li a:active {
}

#menu ul li a:hover {
	background-color			:#6699CC;
}

/* Formulieren */

input, textarea
{
	font-family 			: Verdana, Arial, Helvetica, sans-serif;
	font-size				: 11px;
}
.veld
{
	border					: 1px solid #aaaaaa;
}
.veldFout
{
	border					: 1px solid #ff2222;
}
.button
{
	border					: 1px solid #aaaaaa;
	color					: #444444;
	cursor					: hand;
}
#melding
{
	color					: #E70509;
	display					: none;
	font-weight				: bold;
}
.contactformulier_titel
{
	font-weight				: bold;
	color					: #333333;
}
