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

*	{
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
body, html	{
	height: 100%;
	width: 100%;
}
a, a:hover	{
	text-decoration: underline;
	font-weight: normal;
	color: #72634D;
	font-size: 13px;
}
a.menu_links	{
	text-decoration: none;
	margin-right: 10px;
	color: #000000;
}
a.menu_links:hover	{
	text-decoration: none;
	color: #FFFFFF;
}
a.menu_rechts	{
	text-decoration: none;
	color: #ACD14F;
	margin-left: 10px;
}
a.menu_rechts:hover	{
	text-decoration: none;
	color: #FFFFFF;
}
a.menu_rechts_boven, a.menu_rechts_boven:hover	{
	text-decoration: none;
	color: #72614D;
}
.wit	{
	color: #FFFFFF;
}
.td_menu_rechts_boven	{
	width: 201px;
	height: 100px;
	background-image: url('rechtskleur.jpg');
	background-position: left top;
	background-repeat: repeat-y;
	line-height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
.td_menu_rechts	{
	width: 211px;
	background-color: #4D4538;
	line-height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.td_menu_links	{
	width: 210px;
	background-color: #ACD14F;
	line-height: 25px;
	padding-top: 30px;
	padding-bottom: 10px;
	float: left;
}
.content	{
	padding: 30px;
	width: 523px;
	float: right;
	line-height: 18px;
}
h1	{
	font-size: 24px;
	font-weight: bold;
	color: #ACD14F;
}
h2	{
	font-size: 14px;
	font-weight: bold;
	color: #ACD14F;
}
h3	{
	font-size: 15px;
	font-weight: bold;
	color: #72634D;
}
.bruin	{
	color: #72634D;
}

#menu_links a {
    line-height: 15px;
    display: inline-block;
    margin-bottom: 6px;
}
