body{
	background-color: #000000;
	background-image: url('../images/achtergrond.gif');
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.container{
	width: 786px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 0px;
}

.header{
	background-color: #000000;
	width: 785px;
	height: 73px;
	float: left;
}

.logo{
	width: 273px;
	height: 45px;
	background-image: url('../images/logo.jpg');
	margin-left: 26px;
	margin-top: 13px;
	float: left;
}

.zoeken{
	width: 250px;
	height: 20px;
	padding-top: 20px;
	float: right;
}

.search_input{
	border: 1px solid #EF7900;
	background-color: #333333;
	padding-left: 3px;
	color: #FFFFFF;
}

.search_button{
	background-color: #000000;
	border: 1px solid #EF7900;
	margin-left: 5px;
	color: #FFFFFF;
}

.flash{
	width: 536px;
	height: 262px;
	background-color: #FFFFFF;
	float: left;
}

.menu{
	width: 250px;
	height: 190px;
	float: left;
	background-color: #949498;
}

.menu ul{
	padding: 0px;
	margin-top: 20px;
}

.menu ul li{
	padding: 4px 40px 0px 0px;
	list-style-type: none;
	background-image: url('../images/button.jpg');
	width: 209px;
	height: 19px;
	text-align: right;
	font-family: verdana;
	font-size: 11px;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.menu ul li:hover{
	background-image: url('../images/button_hover.jpg');
	cursor: pointer;
}

.menu ul li{
	
}

.menu ul li .menu_default{
	color: #FFFFFF;
}

.menu ul .menu_current{
	background-image: url('../images/button_hover.jpg');
	color: #EF7900;
}

.menu ul li span a{
	text-decoration: none;
}

.content{
	padding: 30px 14px 14px 30px;
	width: 492px;
	height: 381px;
	float: left;
	font-family: tahoma;
	font-size: 11px;
	color: #3E3E3E;
	background-color: #F6F5F0;
	background-image: url('../images/verloop_wit.jpg');
	background-repeat: no-repeat;
	overflow: auto;
}

.content a{
	color: #EF7900;
	text-decoration: none;
}

.content a:hover{
	text-decoration: underline;
}

.content .textarea{
	width: 320px;
}

.testimonials{
	padding: 30px 15px 0px 15px;
	width: 219px;
	height: 467px;
	margin-top: -72px;
	background-color: #000000;
	float: left;
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
}

.testimonials a{
	color: #FFFFFF;
	text-decoration: none;
}

.testimonials a:hover{
	color: #EF7900;
	text-decoration: underline;
}

.footer{
	width: 725px;
	height: 19px;
	background-color: #000000;
	float: left;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	font-family: tahoma;
	font-size: 11px;
	color: #BABAB6;
}

.bottom_menu{
	width: 725px;
	height: 19px;
	float: left;
}

.bottom_menu ul{
	padding: 0px;
	margin-top: 0px;
}

.bottom_menu ul li{
	list-style-type:none;
	font-family: tahoma;
	font-size: 10px;
	color:#BABAB6;
	background-image: url('../images/puntjes.jpg');
	background-repeat: no-repeat;
	background-position: center right;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}

.bottom_menu ul li:hover{
	cursor: pointer;
}

.bottom_menu ul li{
	
}

.bottom_menu ul li .menu_default{
	color: #BABAB6;
}

.bottom_menu ul li .menu_current{
	color: #EF7900;
}

.bottom_menu ul li span a{
	text-decoration: none;
}

h1 {
	font-family: times;
	font-size: 18px;
	color: #EF7900;
}
/*
a:link {
	color: #EF7900;
}

a:visited {
	color: #EF7900;
}
a:hover {
	color: #EF7900;
	text-decoration: underline;
}
a:active {
	color: #EF7900;
}*/