body 	{
		background: url("../img/bg.jpg") repeat-x;
		background-color: #231f20;
		padding: 0;
		margin: 0;
		border: 0;
		font-family: Arial;
		font-size: 11px;
		color: #ededed;
		}
		
img		{
		border: none;
		}
		
a:link {color: #ffcb08; text-decoration: underline}
a:visited {color: #ffcb08; text-decoration: underline}
a:hover {color: #ffcb08; text-decoration: none}
a:active {color: #ffcb08; text-decoration: none}

p 		{
		margin: 0;
		margin-bottom: 20px;
		padding: 0;
		line-height: 21px;
		font-size: 12px;
		}
		
h1		{
		font-size: 14px;
		color: #ffcb08;
		margin: 0;
		margin-bottom: 10px;
		padding: 0;
		text-transform: uppercase;
		letter-spacing: 2px;
		}
		
h2		{
		font-size: 12px;
		font-weight: bold;
		color: #ffcb08;
		padding-top: 5px;
		margin: 0px;
		}	

.clear	{
		clear: left;
		}

#container {
		width: 859px;
		margin: 0 auto;
		}
		
#logo 	{
		width: 289px;
		height: 157px;
		float: left;
		background: url("../img/logo.png") no-repeat;
		}
		
#banner_01 {
		width: 293px;
		height: 157px;
		float: left;
		background: url("../img/banner_01.png") no-repeat;
		}
		
#banner_02 {
		width: 276px;
		height: 157px;
		float: left;
		background: url("../img/banner_02.png") no-repeat;
		}
		
#menu	{
		width: 289px;
		height: 426px;
		float: left;
		color: #000;
		background: url("../img/menu_bg.png") no-repeat;
		}
		
#menu ul {
		padding: 0;
		padding-top: 10px;
		padding-bottom: 10px;
		margin: 0;
		margin-top: 25px;
		margin-left: 35px;
		}
		
#menu ul li {
		list-style-type: none;
		padding-left: 15px;
		line-height: 30px;
		}
		
#menu ul li a {
		text-align: left;
		text-decoration: none;
		font-size: 9pt;
		color: #000;
		padding-left: 15px;
		}
		
#menu ul li a:hover {
		text-decoration: none;
		font-weight: bold;
		background-image: url(../img/li_arrow.gif);
		background-repeat: no-repeat; 
		background-position: 0px 4px;
		}

#menu ul li.active {
		margin: 0;
		padding: 0;
		font-size: 9pt;
		margin-left: 15px;
		padding-left: 15px;
		font-weight: bold;
		list-style-type: none;
		background-image: url(../img/li_arrow.gif);
		background-repeat: no-repeat; 
		background-position: 0px 12px;
		}

#text	{
		width: 510px;
		float: left;
		padding-top: 75px;
		padding-left: 30px;
		padding-right: 20px;
		padding-bottom: 50px;
		}
				
#footer {
		height: 15px;
		padding-top: 15px;
		padding-right: 10px;
		text-align: right;
		color: #4b4849;
		}
		
#footer a:link {color: #6e6e6e; text-decoration: none}
#footer a:visited {color: #6e6e6e; text-decoration: none}
#footer a:hover {color: #ffcb08; text-decoration: underline}
#footer a:active {color: #ffcb08; text-decoration: underline}

form.stijl{
	font-family: Arial;
	font-size: 11px;
	color: #ededed;
}

form.stijl label{
	float: left;
	width: 13em;
	text-align: left;
	margin-bottom: 3px;
}

form.stijl input, form.stijl textarea{
	margin-bottom: 3px;
}

form.stijl input.button_verzenden {
	width: 100px;
	/*height: 19x;*/
	color: #ededed;
	font-weight: bold;
	background-color: #0076bd;
	border: 1px solid #0e5885;
}
