body {

	margin:0;
	background:#7ba566 url(../images/background.png) no-repeat fixed bottom right;
	font-family:Trebuchet ms, arial, helvetica, sans serif;
	font-size:60%;	
}

#background{
	background:#7ba566 url(../images/repeater.jpg) repeat-x top right;
	width:100%;
	height: 56px;
	}

#holder {
	position:relative;
	right:60px;
	margin:0 auto auto auto;
	width:900px;	
}

#Table_01 {
	margin-top:34px;
	width:900px;
}

#picture {
	background: transparent url(../images/picture.jpg) no-repeat 0 0;
	float:left;
	width:123px;
	height:198px;
}

#header {
	background: transparent url(../images/header.jpg) no-repeat 0 0;
	float:right;
	width:677px;
	height:56px;
}

#container {
	float:right;
	background: #3d3d3d;
	width:776px;
	filter:alpha(opacity=80);
	margin: 0 0 0 0;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#menu {
       
	margin:0 10px 0 20px;
	background:transparent url(../images/menu.jpg) repeAT-X 0 0;
	width:735px;
	height:49px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
		td.menuitem{
			margin:0 0 0 10px;	
		} 
		#menulijst {

			margin:0 0 0 10px;
			padding:0 0 0 0;
			width:725px;
			color:darkred;
			text-align: left;
			font-size: 1.2em;
			font-weight:bold;
		}
		
		a.menuitem:link, a.menuitem:visited  {
			color: darkred;
		}
				
		a.menuitem:hover, a.menuitem:active  {
			color: darkred;
		} 

a {
	text-decoration: none;
}

a.tekstlink:link, a.tekstlink:visited {
	color: gold;
}

a.tekstlink:hover, a.tekstlink:active {
	color:white;
	text-decoration:none;
}


#logo{
	background:transparent url(../images/logo.png) no-repeat 0 0;
	width:400px;
	height:120px;
	margin:0 auto 0 auto;
}

#text {
	width:735px;
	padding:10px 10px 0px 20px;
}

h2{
	color:#7ba566;
	text-align:left;
	font-size:180%;
}

h3{
	text-align:center;
	font-size:160%;
	color:#7ba566;
}
		#witte_letters{
			color:#FFF;
		}
		
		#grijze_letters{
			color:#7ba566;
		}

h4{
	text-align: left;
	font-size: 140%;
	color: #7ba566;
}

#slagzinnen {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:646px;
	text-align:left;
	font-weight:bold;
	font-size:160%;
}

.aanbod{
	color:#FFF;
}

.motto{
	color:gold;
	font-style:italic;
}

.leestekst {
	text-align:justify;
	font-size:135%;
	color:#FFF;
}

#footer {
	width:735px;
	height:auto;
	padding: 0 0 0 0;
	margin:0px 10px 0 10px;
}
		#footertekst{
			text-align:center;
			font-size:120%;
			color:#7ba566;
		}

.line {
	background-color:#CCC;
	height:1px;
	width:729px;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
}


/* ######### Drop down menu ######### */


.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: yellow;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
 text-align:center;
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #3d3d3d;
border-bottom-width: 0;
font: normal 12px Trebuchet MS;
line-height: 16px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #7ba566 no-repeat 0 0;
width: 250px; /* default width for menu */

}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #3d3d3d;
padding: 1px 0 0 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color:darkred;
}


/* ######### Alternate multi-column class for drop down menus ######### */



.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}


#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;

	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
}

.nieuwsknop {
	width: 70px;
	text-align:center;
	color:darkred;
	background:gold;
	margin: 5px 5px 5px 5px;
	float:right;
	position:relative;
	top: 14px;
	right: 45px;
}
a.nieuwsknop:link, a.nieuwsknop:visited {
	color: darkred;
}

a.nieuwsknop:hover, a.nieuwsknop:active {
	color:yellow;
	text-decoration:none;
}