/* links */

a.submenulink:link
{
	font-size: 10px;
	color: #666;
	letter-spacing: 1px;
	text-decoration: none;
}

a.submenulink:active
{
	font-size: 10px;
	color: #666;
	letter-spacing: 1px;
	text-decoration: none;
	}

a.submenulink:visited
{
	font-size: 10px;
	color: #666;
	letter-spacing: 1px;
	text-decoration: none;
}

a.submenulink:hover
{
	font-size: 10px;
	color: #E90000;
	letter-spacing: 1px;
	text-decoration: none;
}

#terug { line-height: 45px; padding-bottom: 20px; }

#details { padding-bottom: 20px; }

a.textlink:link
{
	font-size: 10px;
	color: #FD6A6A;
	letter-spacing: 1px;
	text-decoration: none;
	border: 1px solid #FD6A6A;
	padding: 1px 2px 1px 4px;
}

a.textlink:active
{
	font-size: 10px;
	color: #FD6A6A;
	letter-spacing: 1px;
	text-decoration: none;
	border: 1px solid #FD6A6A;
	padding: 1px 2px 1px 4px;
}

a.textlink:visited
{
	font-size: 10px;
	color: #FD6A6A;
	letter-spacing: 1px;
	text-decoration: none;
	border: 1px solid #FD6A6A;
	padding: 1px 2px 1px 4px;
}

a.textlink:hover
{
	font-size: 10px;
	color: #E90000;
	letter-spacing: 1px;
	text-decoration: none;
	border: 1px solid #E90000;
	padding: 1px 2px 1px 4px;
}

a:link
{
	color: #E90000;
	text-decoration: none;
}

a:active
{
	color: #E90000;
	text-decoration: none;
}

a:visited
{
	color: #E90000;
	text-decoration: none;
}

a:hover
{
	color: #E90000;
	text-decoration: underline;
}

/* layout */

.mapkop
{
	position: relative;
	top: 0;
	left: 0;
	height: 30px;
	padding: 0;
	margin: 0;
}

* html .mapkop{
    height: 20px;
}

.mapkop ul
{
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 0;
}

.mapkop ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin-top: 10px;
}

.mapkop ul li a
{
	display: block;
	width: 380px;
	height: 20px;
	text-align: center;
	padding-top: 1px;
	padding-right: 11px;
	padding-bottom: 0px;
	margin: 0;
}

.mapkop ul li.mapkops a
{
	width: 77px;
	background: transparent url(../img/gif/bg_sitemap_kop.gif) no-repeat;
	height: 20px;
	color: #FD6A6A;
	font-family: Tahoma, arial, verdana, geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 1px;
}

.mapkop ul li.mapkops a:hover
{
	background: transparent url(../img/gif/bg_sitemap_over.gif) no-repeat;
	height: 20px;
	width: 77px;
	color: #E90000;
	text-decoration: none;
	font-family: Tahoma, arial, verdana, geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 1px;
}

.map
{
	position: relative;
	top: 0;
	left: 0;
	height: 30px;
	padding: 0;
	margin: 0;
}

* html .map{
    height: 20px;
}

.map ul
{
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 0;
}

.map ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin-top: 10px;
}

.map ul li a
{
	display: block;
	width: 380px;
	height: 20px;
	text-align: center;
	padding-top: 1px;
	padding-right: 11px;
	padding-bottom: 0px;
	margin: 0;
}

.map ul li.maps a
{
	width: 77px;
	background: transparent url(../img/gif/bg_sitemap.gif) no-repeat;
	height: 20px;
	color: #666;
	font-family: Tahoma, arial, verdana, geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

.map ul li.maps a:hover
{
	background: transparent url(../img/gif/bg_sitemap_over.gif) no-repeat;
	height: 20px;
	width: 77px;
	color: #E90000;
	text-decoration: none;
	font-family: Tahoma, arial, verdana, geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

input, select, textarea {
    vertical-align: middle;
    margin: 5px 5px 5px 0;
}

select[multiple=multiple] {
    width: 200px;
    height: 80px;
}

input[type=text] {
    width: 200px;
}

* html input{
    width: 200px;
}

input[type=submit] {
    margin-right: 5px;
}

.verzenden{
	width: 77px;
	font-size: 10px;
	letter-spacing: 1px;
	font-family: Tahoma, arial, verdana, geneva, sans-serif;
	font-weight: normal;
	padding: 1px 0 1px 0;
	color: #E90000;
	border: 1px solid #E90000;
	background-color: #FFFFFF;
	margin-top: 15px;
	float: right;
	line-height: 19px;
}

* html .verzenden{
    margin-bottom: 15px;
	line-height: 10px;
}

legend {
    padding: 0 8px 8px 8px;
    margin: 0;
    font-size: 10px;
	font-family: Tahoma, arial, verdana, geneva, sans-serif;
	letter-spacing: 3px;
	font-weight: normal; 
	color: #E90000; 
}

* html legend{
    padding: 0 1px 0px 1px;
}

fieldset {
   padding: 4px 10px 10px;
   margin: 20px 0 10px 0;
   border: solid 1px #ddd;
}

* html fieldset{
   margin: 0 0 10px 0;
   padding: 0px 10px;
}

form p {
   margin: 14px 8px;
   font-size: 11px;
   line-height: 18px;
}

.huis_detail
{
	position: relative;
	top: 0;
	left: 0;
	height: 228px;
	padding: 0;
	margin: 0;
}

.huis_detail ul
{
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 0;
}

.huis_detail ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin-top: 10px;
}

.huis_detail ul li a
{
	display: block;
	width: 380px;
	height: 228px;
	text-align: center;
	padding-top: 1px;
	padding-right: 11px;
	padding-bottom: 8px;
	margin: 0;
}

.huis_detail ul li.website a
{
	width: 161px;
	background: transparent url(../img/gif/bg_rbo_detail.gif) no-repeat;
	height: 228px;
}

.huis_detail ul li.website a:hover
{
	background: transparent url(../img/gif/bg_rbo_detail_over.gif) no-repeat;
	height: 228px;
	width: 161px;
}



.nav_detail
{
	position: relative;
	top: 0;
	left: 0;
	height: 77px;
	padding: 0;
	margin: 0;
}

.nav_detail ul
{
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 0;
}

.nav_detail ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin-top: 10px;
}

.nav_detail ul li a
{
	display: block;
	width: 380px;
	height: 77px;
	text-align: center;
	padding-top: 1px;
	padding-right: 11px;
	padding-bottom: 8px;
	margin: 0;
}

.nav_detail ul li.website a
{
	width: 161px;
	background: transparent url(../img/gif/bg_site_detail.gif) no-repeat;
	height: 77px;
}

.nav_detail ul li.website a:hover
{
	background: transparent url(../img/gif/bg_site_detail_over.gif) no-repeat;
	height: 77px;
	width: 161px;
}


.nav
{
	position: relative;
	top: 0;
	left: 0;
	height: 90px;
	padding: 0;
	margin: 0;
}

* html .nav{
    height: 77px;
}

.nav ul
{
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 0;
}

.nav ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin-top: 10px;
}

.nav ul li a
{
	display: block;
	width: 380px;
	height: 77px;
	text-align: center;
	padding-top: 1px;
	padding-right: 11px;
	padding-bottom: 8px;
	margin: 0;
}

.nav ul li.website a
{
	width: 77px;
	background: transparent url(../img/gif/bg_website.gif) no-repeat;
	height: 77px;
}

.nav ul li.website a:hover
{
	background: transparent url(../img/gif/bg_website_over.gif) no-repeat;
	height: 77px;
	width: 77px;
}

#image_style
{
	width: 119px;
	height: 50px;
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 5px;
	padding-bottom: 0;
	text-align: center;
	background-image: url(../img/gif/img_blok_blue.gif);
	background-repeat: no-repeat;
	background-position: center;
}

* html #image_style { 
    padding-top: 5px;
    padding-left: 28px;
 }
 
h1
{
    font-size: 10px;
	font-family: Tahoma, arial, verdana, geneva, sans-serif;
	letter-spacing: 3px;
	font-weight: normal; 
	color: #E90000; 
	line-height: 15px;
	padding: 10px 0 0 0;
	margin: 0px; 
}

h2
{
	font-size: 10px;
	font-family: Tahoma, arial, verdana, geneva, sans-serif;
	letter-spacing: 3px;
	font-weight: normal;
	color: #FD6A6A;
	line-height: 15px;
	padding: 5px 0 0 0;
	margin: 0px;
	font-style: normal;
}

#numbers
{
    margin-left: -22px;
	margin-top: -10px;
}

* html #numbers
{
    margin-left: -18px;
	margin-top: -18px;
}

.kopkleintjes
{
	font-size: 11px;
	color: #767676;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	letter-spacing: 3px;
	font-weight: normal;
	margin-left: 1px;
	padding-bottom: 0;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 6px;
	width: 150px;
	height: 20px;
	background-image: url(../img/gif/h1_blok_zw.gif);
	background-repeat: no-repeat;
}

* html .kopkleintjes
{
    margin-left: 3px;
}

.text
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
}
* html .text
{
    padding-bottom: 0px; 
    padding-left: 12px;
	padding-right: 12px;
}

body
{
	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E5E3E3;
	text-align: center;
}

#container
{
	width: 753px;
	margin-left: auto;
	margin-right: auto;
}

.subnav { width: 125px; }

.subnav ul
{
	margin-left: 0;
	padding-left: 31px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0;
	list-style-type: none;
}

* html .subnav ul
{
    margin-left: 2px;
}
.subnav a
{
	display: block;
	padding: 0px;
	width: 130px;
}

.subnav a:link, .subnav a:visited
{
	color: #999;
	text-decoration: none;
	font-family: Tahoma, arial, verdana, geneva, sans-serif;
	letter-spacing: 2px;
	font-size: 9px;
	line-height: 14px;
}

.subnav a:hover
{
	color: #E90000;
	text-decoration: none;
}

.subnav li a.selected:visited
{
     color: #E90000;
	 text-decoration: none;
}


#navcontainer ul
{
	padding: 0;
	margin: 0;
	float: right;
	width: 753px;
	height: 26px;
	font-family: arial, helvetica, sans-serif;
	background-image: url(../img/gif/menu_bg.gif);
	background-repeat: no-repeat;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 3px 6px 3px 6px;
	margin-top: 5px;
	width: 93px;
	text-decoration: none;
	float: right;
	font-size: 10px;
	color: #333;
	letter-spacing: 2px;
	background-color: #DDD;
	border-color: #FFF #AAA #AAA #FFF;
	border-width: 1px;
	border-style: solid;
	height: 13px;
}

* html #navcontainer ul li a
{
	width: 93px;
	w\idth: 93px;
}

#navcontainer ul li a:hover
{
	text-decoration: none;
	background-color: #CCC;
	border-color: #FFF #AAA #AAA #FFF;
	border-width: 1px;
	border-style: solid;
	color: #E90000;
}

#navcontainer li a#selected:link, #navcontainer li a#selected:visited
{
	color: #E90000;
	font-size: 10px;
	letter-spacing: 2px;
	background-color: #CCC;
	border-color: #FFF #AAA #AAA #FFF;
	border-width: 1px;
	border-style: solid;
}

#blokken
{
	float: left;
	text-align: left;
	width: 753px;
	height: 14px;
	background-image: url(../img/gif/blokbalk_blue.gif);
	background-repeat: no-repeat;
}

#blokken2
{
	float: left;
	text-align: left;
	width: 753px;
	height: 34px;
	background-image: url(../img/gif/blokbalk_blue2.gif);
	background-repeat: no-repeat;
}

#top_shadow
{
	float: left;
	text-align: left;
	width: 753px;
	height: 32px;
	background-image: url(../img/gif/top_shadow.gif);
	background-repeat: no-repeat;
}

#kop_leftside
{
	float: left;
	text-align: left;
	width: 176px;
	height: 33px;
	padding: 11px 3px 3px 37px;
	font-size: 14px;
	color: #00A3F0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	letter-spacing: 3px;
	font-weight: normal;
	background-image: url(../img/gif/kop_blok_blue.gif);
	background-repeat: no-repeat;
}

#kop_rightside
{
	float: left;
	text-align: left;
	width: 300px;
	height: 33px;
	margin-left: 110px;
	padding: 11px 3px 3px 37px;
	font-size: 14px;
	color: #E90000;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	letter-spacing: 3px;
	font-weight: normal;
	background-image: url(../img/gif/kop_blok_ro.gif);
	background-repeat: no-repeat;
}

* html #kop_rightside { margin-left: 115px; }

#leftside
{
	float: left;
	text-align: left;
	font-size: 10px;
	width: 125px;
	padding-left: 27px;
	padding-top: 18px;
	padding-right: 5px;
}

* html #leftside
{
	width: 125px;
	w\idth: 160px;
	padding-top: 4px;
}

#grey_content
{
	float: left;
	font-size: 10px;
	color: #999;
	font-family: Tahoma, arial, verdana, geneva, sans-serif;
	line-height: 14px;
	text-align: justify;
	width: 151px;
	margin-top: -10px;
	margin-left: 14px;
	padding-top: 0px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 30px;
}

* html #grey_content
{
	width: 151px;
	w\idth: 155px;
	margin-left: -23px;
	padding-bottom: 30px;
	margin-top: -20px;
}

#rightside
{
	float: right;
	text-align: justify;
	font-size: 11px;
	color: #666;
	font-family: Tahoma, arial, verdana, geneva, sans-serif;
	line-height: 14px;
	width: 355px;
	padding-right: 35px;
	padding-bottom: 25px;
	margin-top: 0px;
}

* html #rightside
{
	width: 355px;
	w\idth: 355px;
	padding-right: 30px;
	margin-top: -6px;
	padding-bottom: 0px;
}

#copyright
{
	float: left;
	width: 753px;
	height: 40px;
	color: #666;
	padding-top: 4px;
	padding-bottom: 40px;
	font-family: Tahoma, arial, verdana, geneva, sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 9px;
	background-image: url(../img/gif/copyright.gif);
	background-repeat: no-repeat;
	text-align: center;
}

#service
{
	float: left;
	width: 753px;
	height: 26px;
	background-image: url(../img/gif/empty.gif);
	background-repeat: no-repeat;
}

#servicelink
{
	float: left;
	width: 624px;
	height: 26px;
	text-align: right;
}

#logo
{
	float: left;
	width: 753px;
	height: 27px;
	background-image: url(../img/gif/logo.gif);
	background-repeat: no-repeat;
}

#foto
{
	float: left;
	width: 753px;
	height: 224px;
}

#contentbg
{
	float: left;
	margin-top: 25px;
	width: 753px;
	background-color: #fff;
	background-image: url(../img/gif/content_bg.gif);
	background-repeat: repeat-y;
}

#line_shadow
{
	float: left;
	text-align: left;
	width: 753px;
	height: 12px;
	background-image: url(../img/gif/line_shadow.gif);
	background-repeat: no-repeat;
}
* html #line_shadow{
    margin-bottom: -1px;
}

.links { width: 110px; color: #666; text-align: justify; font-family: arial, verdana, geneva, sans-serif; font-size: 11px;}

.links ul
{
	margin-left: 0;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0;
	padding-bottom: 0;
	list-style-type: none;
}

.links a
{
	display: block;
	padding: 0px;
	width: 110px;
}

.links a:link, .weblinks a:visited
{
	color: #666;
	text-decoration: none;
	font-family: Tahoma, arial, verdana, geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

.links a:hover
{
	color: #00A3F0;
	text-decoration: none;
}

.kop_klein
{
	font-size: 10px;
	color: #00A3F0;
	width: 130px;
	height: 20px;
	margin-left: 0;
	padding-left: 10px;
	padding-top: 2px;
	font-family: Tahoma, arial, verdana, geneva, sans-serif;
	letter-spacing: 3px;
	font-weight: normal;
	background-image: url(../img/gif/kopkl_blok_blue.gif);
	background-repeat: no-repeat;
}

#submenu
{
	float: left;
	text-align: center;
	width: 753px;
	height: 30px;
	color: #666;
	font-family: arial, verdana, geneva, sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 10px;
	background-image: url(../img/gif/submenu_bg.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	line-height: 30px;
	word-spacing: 5px;
}

.line
{
	padding-top: 0px;
	padding-bottom: 12px;
}

* html .line { 
   margin-left: 2px;
 }

#image
{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	text-align: center;
}

* html #image { 
    padding-top: 5px;
    padding-left: 2px;
 }

.style
{
	margin: 15px 0 15px 17px;
	padding-bottom: 0px;
	text-align: center;
	width: 31px;
}

* html .style 
{ 
    padding-bottom: 35px;
	margin-left: 18px;
}

