#bovengedeelteSite {
	height:370px;
	padding-top: 29px;
	background-position: center top;
	background-repeat: no-repeat;
}

#fotoRolloverContainer {
	width:100%;
	height:250px;
}

#uitklap {
	background-color: #f39800;
	width: 100%;
	padding-bottom: 15px;
	color: #FFF;
}
#uitklap a {
	color: #3B3D41;
	text-decoration: none;
}
#uitklap a:hover {
	color: #fff;
}
#uitklap a.selected {
	color: #fff;
}
#uitklap ul {
	color:#3B3D41;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#uitklap ul li li {
	padding-left: 5px;	
	list-style-type: disc;
	list-style-position: inside;
}


#uitklap .kolom1 {
	width: 270px;
	padding-right: 10px;
	padding-left: 10px;	
	float:left;
}
#uitklap .kolom2 {
	width: 355px;
	min-height:95px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	float:left;
}
#uitklap .kolom3 {
	width: 270px;
	padding-right: 10px;
	padding-left: 10px;	
	float:left;
}

#rss_icon {
	position: absolute;
	height: 37px;
	width: 29px;
	top: 13px;
	right: 10px;
}

#ondergedeelteSite {
	background-color:#FFF;
	padding-top: 15px;
	padding-bottom: 15px;
}

#flash_logo {
	height: 105px;
	width: 170px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	overflow:hidden;
}

#top_menu {
	position: absolute;
	left: 210px;
	text-transform: uppercase;
	bottom: 0px;
}
#top_menu a {
	color: #666;
	font-size: 13px;
	height: 39px;
	margin-right: 7px;
	margin-left: 7px;
	line-height: 39px;
	position:relative;
	display:block;
	float:left;
	background-color: none;
	padding-right: 10px;
	padding-left: 10px;
}
#top_menu a .kn_l {
	position: absolute;
	left: 0px;
	top: 0px;
}
#top_menu a .kn_r {
	position: absolute;
	right: 0px;
	top: 0px;	
}
#top_menu a:hover {
	background-color: #f39800;
	color: #fff;
}
#top_menu a.aktief {
	background-color: #f39800;
	color: #fff;
}


#kollom2 {
	text-align: left;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #3B3D41;
	width: 235px;
	padding-right: 15px;
	padding-left: 5px;
}
#kollom2 .kader {
	border:none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#kollom2 H2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #3B3D41;
	padding-left: 19px;	
}

#container #content {
	margin-right: 270px;
}




/* ZOEK VELD */
#searchform {
	margin: 0px;
	float: right;
	height: 24px;
	width: 150px;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
fieldset.search {
	border: none;
	width: 150px;
	margin: 0 auto;
	background-color: #F2F2F2;
}
.search input, .search button {
	border: none;
	float: right;
}
.search input.box {
	color: #333;
	font-size: 1em;
	width: 133px;
	height: 17px;
	padding: 0px 0px 0;
	background: #F2F2F2 url(../images/search_bg.gif) no-repeat right top;
	margin-left: 5px;
}
.search input.box:focus {
	background: #616161 url(../images/search_bg.gif) no-repeat right -17px;
	outline: none;
}
.search button.btn {
	width: 12px;
	height: 17px;
	cursor: pointer;
	text-indent: -9999px;
	background-color: #F2F2F2;
	background-image: url(../images/search_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.search button.btn:hover {
	background-color: #EFF0F2;
	background-image: url(../images/search_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

