body {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color : #000000;
	text-decoration: none;
	overflow: auto;
	background-color: #5D9732;
	margin: 25px;
}

/*LINKS*/
a {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: blue;
	text-decoration: underline;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: blue;
	text-decoration: underline;
}

a:active {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: purple;
	text-decoration: underline;
}

a:visited {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: purple;
	text-decoration: underline;
}

a.copyright {
	font-family: "Trebuchet MS";
	font-size: 8pt;	
	color: #000000;
	font-style: italic;
	font-weight: bold;	
	text-decoration: underline;	
}

a.copyright:hover {
	font-family: "Trebuchet MS";
	font-size: 8pt;	
	color: #000000;
	font-style: italic;
	font-weight: bold;	
	text-decoration: none;	
}

a.menutop {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.menutop:hover {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
/*END LINKS*/

/*TABLES*/
table
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	text-align: left;
	background-color: #FFFFFF;
	border: none;
}

table.cmsmain
{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	background-color: black;
}

table.body {
	font-size: 10pt;
	text-align: left;
	font-family: "Trebuchet MS";
	color: #000000;
	width: 900px;
	border: none;
	background-color: #5D9732;
}

table.copyright {
	width: 900px;
	border: none;
	background-color: transparent;
}
/*END TABLES*/

/*MENU*/
td.menu {
	background-color: #5D9732;
	width: 250px;
}

#menu {
	margin-top: 25px;
}
#menu a {
	font-family: "Trebuchet MS";
	font-size: 12pt;	
	font-weight: bold;	
	height: 37px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	padding-right: 75px;
	padding-top: 2px;
	background-image: url(../images/onmouseout.jpg);
	background-repeat: no-repeat;	
	background-position: center;
}

#menu a:hover {
	font-family: "Trebuchet MS";
	font-size: 12pt;	
	font-weight: bold;	
	text-decoration: none;	
	height: 37px;
	color: #FFFFFF;
	background-image: url(../images/onmouseover.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
/*END MENU*/

/*CONTENT AFGERONDE HOEKEN*/
td.content-up {
	height: 25px;
	width: 550px;
	background: #81421D url(http://www.hoveniersbedrijftreep.nl/layout/images/content-up.jpg) no-repeat center;	
}

td.content-middle {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #000000;	
	padding-left: 50px;
	padding-right: 50px;
	width: 550px;		
	background: #81421D url(http://www.hoveniersbedrijftreep.nl/layout/images/content-middle.jpg) repeat-y center;	
}

td.content-down {
	height: 25px;	
	width: 550px;		
	background: #81421D url(http://www.hoveniersbedrijftreep.nl/layout/images/content-down.jpg) no-repeat center;	
}
/*END CONTENT AFGERONDE HOEKEN*/


/*TDS*/
td.copyright {
	font-size: 8pt;
	text-align: right;
	font-family: "Trebuchet MS";
	color: #000000;
	font-style: italic;
	background-color: #5D9732;
}
/*END TDS*/

/*DIV*/
div.menutop
{
	margin-top: 0px;
	margin-right: 50px;
	text-align: right;
	height: 30px;
	background-color: #5D9732;	
}
/*END DIV*/

/*INPUTS*/
input.login {
	border: 1px solid #5D9732;
	background: transparent;
}
textarea.login {
	border: 1px solid #5D9732;
	background: transparent;
}
option.login {
	border: 1px solid #5D9732;
	background: transparent;
}
/*END INPUTS*/