/*	STYLE GUIDE

	Colors:
	black: #35362e;
	gray: #98948b;
	green: #90b556;
	yellow: #ffd37e;
	red: #820000;
	purple: #665ab1;
	
	Font-sizes:
	normal: 13px; - 18px;
	text content: 12px; - 16px;
	amphasis: 14px; - 18px;
	big: 18px; - 18px;
	amount: 26px; - 26px;

	font-family: trebuchet ms, arial, san serif;

*/

html { min-height: 100%; }

body  
{
	font-family: trebuchet ms, arial, san serif; 
	font-size: 13px;
	margin: 0 auto; 
	text-align: left; 
	color: #35362e; 
	background: url(../images/bg-body.gif) repeat-x 0 0 #fff; 
}

img {border: none;}

#wrap { width: 802px; margin: 0 auto; text-align: left; min-height: 100%; }

/*	HEADER */
#header { height: 77px; position: relative; padding-top: 25px; float: left;}
#header a{ display: block; width: 225px; height: 34px; text-decoration: none; -moz-outline-style: none; }

/*  MENU */
#menu { font-size: 12px; float: right; padding-top: 35px; font-weight: bold;}
#menu ul { list-style: none; margin: 0; padding: 0; font-size: 1.2em; line-height: 1em; }
#menu ul li a { text-decoration: none; color: #35362e; }
#menu ul li a:hover { text-decoration: none; color: #90b556; }

#menu ul li a.active { text-decoration: none; color: #90b556; }

#menu ul li { display: block; padding-right: 6px; margin-right: 6px; float: left; }
#menu ul li.last { padding-right: 0px; margin-right: 0px; }

/*	FOOTER */
#footer { width: 100%; clear: both; border-top: none; margin: 0 0 25px 0; padding: 10px 0 0 0; }
#footer ul { list-style: none; margin: 0; padding: 0; font-size: 11px; line-height: 1em; }
#footer ul li a { text-decoration: none; color: #35362e; }
#footer ul li a:hover { text-decoration: none; color: #90b556; }
#footer ul li { border-right: 1px solid #35362e; padding-right: 6px; margin-right: 6px; float: left; }
#footer ul li.last { border: none; }

#main { clear: left; float: left; min-height: 446px; }
#content { padding: 0px 20px 20px 20px; font-size: 13px; float: left; }
#content h1 { font-size: 20px; color: #665ab1; }
#sfeer { width: 280px; float: right;}

h1 { font-size: 20px; color: #665ab1; }

td { text-align: left; }

#aanvraagbutton {
	margin-left: 20px;
	position: absolute;
	top: 464px;
}

