body{
  background-color: #456800;
  margin: 0px;
  padding: 0px;
  spacing: 0px;
  font-family: verdana,arial;
  font-size:12px;
  background-image: url('../images/bg.jpg');
  background-repeat: repeat-x;
  background-attachment: scroll;
}

table, td, div, form{
  margin: 0px;
  padding: 0px;
  spacing: 0px;
  font-family: verdana,arial;
  font-size:12px;
}

h3{
  font-family: Times New Roman;
  font-weight: bold;
  font-size: 18px;
  color: #C26411;
}

.image{
  border: 1px solid #D5945B;
}

li{
   list-style-image: url(../images/list_item.gif)
}
  

.zijkantWit{
	color: #FFFFFF;
	background-color: #FFFFFF;
	width: 3px;
}

strong{
  color: #C26411;
}
.logoTD{
 background-color: #BE5900;
}

.naarBalk{
  width: 244px;
  height: 50px;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
}
.naarBalk td{
 font-size: 11px;
}

.naarBalk b{
 color: #BE5900;
}

.logoTDVervolg{
 /*background-color: #FFFFFF;*/
}

.topAfbeelding{
 background-repeat: no-repeat;
 background-position: 0px 0px;
}

.contentVlak{
 background-image: url('../images/planten2.jpg');
 background-position: 0% 100%;
 background-repeat: no-repeat;
}

.contentVlak a{
  color: #6D9525;
  text-decoration: underline;
}

.contentVlak a:hover{
  color: #6D9525;
  text-decoration: none;
}

.zijkantLinks{
	background-image: url('../images/bg_left.jpg');
	background-repeat: no-repeat;
	background-position: 100% 0%;
}

.zijkantRechts{
	background-image: url('../images/bg_right.jpg');
	background-repeat: no-repeat;
	background-position: 0% 0%;
}


.balkonder{
	background-color: #719727;
	background-image: url('../images/boog_onder.gif');
	background-repeat: no-repeat;
	height: 34px;
}

.bottomTekst, .bottomTekst a{
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #ffffff;
  text-decoration: none;
}

.bottomTekst a:hover{
  text-decoration: underline;
}

/* menu settings */

.menuItem_over {
	cursor: default; 
	color: #FFD4AF;
	position: relative;
	font-weight: bold;
	z-index: 20;
	padding: 3px;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial;
}

.menuItem
{
	position: relative;
	font-weight: bold;
	z-index: 20;
	color: #FFFFFF;
	padding: 3px;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial;
}


#dropmenudiv{
	display: block;
	position:absolute;
	z-index: 20;
	/*background-color: #BE5900;*/
  border-top : 2px solid #954F13;

	padding-left: 0px;
	padding-right: 0px;

  font-family: verdana;
  color: #ffffff;
	line-height:18px;
	filter:blendTrans(duration=0.5);
/*  -moz-opacity: .85;
	filter:alpha(opacity: 85);
	opacity: .85;*/
}

A.link_menu {
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
 	color: #FFFFFF;
	background-color: #AD5202; /*BE5900;*/
	border-left: 2px solid #733A08;
  border-right: 2px solid #733A08;
	display:block;
	margin-bottom: -18px;
	padding-left: 0px;
	padding-right: 4px;
/*	width: 100%; */
	height: 22px;
  text-decoration: none;
	padding-top: 4px;
  -moz-opacity: .88;
	filter:alpha(opacity: 88);
	opacity: .88;
	}

a:hover.link_menu{
	font-family: Verdana;
	font-size: 11px;
	color: #BE5900;
	font-weight:bold;
 	background-color: #FFD4AF;
	border-left: 2px solid #733A08;
  border-right: 2px solid #733A08;
	display:block;
	padding-left: 0px;
	padding-right: 4px;
	/*width: 100%;*/
  -moz-opacity: .85;
	filter:alpha(opacity: 85);
	opacity: .85;
}
/* end of menusettings */






/** formulier **/

.formulierInput{
	width: 335px;
	border: 1px solid #4B7845;
	background-color: #F8FBF5;
	color: #031E40;
	font-family: verdana,arial;
  font-size:12px;
}

.formulierInputVerplicht{
	width: 335px;
	border: 1px solid #4B7845;
	color: #031E40;
	background-color: #E9F4E2;
	font-family: verdana,arial;
  font-size:12px;
}

.formulierInput_onfocus
{
  width: 335px;
  border: 1px solid #A65005;
  color: #ffffff;
  background-color: #CB8D57;
  font-family: verdana,arial;
  font-size:12px;
}

.formulierText{
	width: 335px;
	border: 1px solid #4B7845;
	color: #031E40;
	background-color: #E9F4E2;
	font-family: verdana,arial;
  font-size:12px;
}

.formulierKnop{
	color: #ffffff;
	text-decoration: none;
}

.formulierKnoptd{
	color: #ffffff;
	border: 2px solid #8C4202;
	background-color: #AD5202;
}

.formulierTdVerplicht{
	color: #031E40;
	text-align:right;
}

.formulierTd{
	color: #031E40;
	text-align:right;
}

/* einde formulier */

