/* filterservcie-blauw: #0B529A */

body {
	background-color:#fff;
	background-repeat:no-repeat;
	background-position: top center;
	font-family: Arial;
	font-size:11px;
	color: black;
	cursor:default;
	line-height:17px;
	padding:0;
	margin:0;
}

.website {
	background-image:url(../images/background.jpg);
}
.portal {
	background-image:url(../images/background_portal.jpg);
}

label { 
	margin-right:10px; 
	padding-right:10px; 
	width:200px; 
	display:block; 
	text-align:left; 
	position:relative;
	font-weight:bold;
	color: #0B529A;
}


input, textarea {
	font-size:11px;
	padding:2px 3px;
	border:1px solid #BBB1AD;
	/*width:300px; */
	font-family:Arial;
	margin-right:3px;
	display:inline;
}


select {
	font-size:11px;
	padding:0px 0px 1px 0px;
	border:1px solid #BBB1AD;
	width:308px;
	font-family:Arial;
}

form div {
	padding:0px;
	margin:2px 0px;
	clear:both;
}

.check {
	border:0px;
	width:20px;
	padding:0px;
	margin:0px 0px 0px 0px;
	clear:none;
}

.radio {
	border:0px;
	width:20px;
	padding:0px;
	margin:0px 0px -3px 0px;
	clear:none;
}

#wrapper {
	position:relative;
	width:980px;
	margin:0 auto;
	text-align:left;
}

#top {
	height:149px;
	position:relative;
}

#top #logo {
	padding:49px 0px 0px 117px;
}

#top #logo img {
	width:547px;
	height:85px;
	border:0;
}

div#menuschaduw {
	position: absolute;
	top: 134px;
	left:100px;
	width: 780px;
	height: 47px;	
	z-index: 60;
	overflow:hidden;
}

div#menuschaduw_midden {
	z-index: 60;
	width: 780px;
	height: 47px;
	background-image: url(../images/menu_midden.png);
	background-repeat: no-repeat;
	background-position:0 0;
}

div#menuschaduw_links {
	height: 47px;
	background-image: url(../images/menu_links.png);
	background-repeat: no-repeat;
	background-position:0 1px;
	float:left;
}

div#menuschaduw_rechts {
	height: 47px;
	background-image: url(../images/menu_rechts.png);
	background-repeat: no-repeat;
	float:left;
}

div#menuschaduw_space, div#portalmenuschaduw_space {
	height: 47px;
	float:left;
}

div#portalmenuschaduw {
	position: absolute;
	top: 159px;
	left:100px;
	width: 880px;
	height: 47px;	
	z-index: 50;
	overflow:hidden;
}

div#portalmenuschaduw_links {
	height: 47px;
	background-image: url(../images/portalmenu_links.png);
	background-repeat: no-repeat;
	float:left;
}
div#portalmenuschaduw_rechts {	
	height: 47px;
	background-image: url(../images/portalmenu_rechts.png);
	background-repeat: no-repeat;
	float:left;
}
div#portalmenuschaduw_midden {
	width:780px;
	height: 47px;
	background-image: url(../images/portalmenu_midden.png);
	background-repeat: no-repeat;	
}

/* menu */

#menu {
	margin:0px;
	padding:0px;
	width:780px;
	position:relative;
	margin-left:100px;
	color: #0B529A;
	z-index: 90;
}
#menu_sitemap {
	position: absolute; 
	right: 150px; 
	top: 120px; 
	z-index: 100;
}
#menu_sitemap a.notselected {
	color: #0B529A;
	font-size: 11px;
	text-decoration: none;
} 
#menu_sitemap a:hover{
	font-size: 11px;
	color: #C10024; 
	text-decoration: underline;
} 
#menu_sitemap a.selected{
	font-size: 11px;
	color: #C10024; 
	text-decoration: none;
} 

#menu ul {
	list-style:none; 
	margin:0;
	padding:0;
}

#menu ul li {
	display:inline;
	padding-right:22px;
	padding-left:22px;
}

#menu ul li a.notselected {
	color: #0B529A;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#menu ul li a.selected, #menu ul li a:hover {
	color: #C10024; 
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#portalmenu {
	margin-top: 10px;
	z-index: 90;
	position:relative;
	margin-left: 121px;
}
#portalmenu ul {
	list-style:none; 
	margin:0;
	padding:0;
}
#portalmenu li {
	display:inline;
	padding-right:10px;
	padding-left:10px;
	font-size: 14px;
	font-weight: bold;

}
#portalmenu a.notselected {
	color: white;
	text-decoration: none;
}
#portalmenu a.notselected:hover {
	color: #ECB2BD;
}
#portalmenu a.selected {
	color: #C10024; 
	text-decoration: none;
}

/* submenu */
.submenu {
	background-image: url(../images/submenu_pijltje.png);
	background-repeat:no-repeat;
}
.submenu ul {
	list-style: none;
	margin: 9px 0 0;
	padding: 0;	
}
.submenu ul li {
	margin: 0;
	padding:2px 0;
	background-color: white;
	border-left: 1px solid #C9C9C9;
	border-right: 1px solid #C9C9C9;
	cursor:pointer;
	width:100%;
}
.submenu ul li.laatste {
	border-bottom: 1px solid #C9C9C9;
}
.submenu ul li a {
	color: #0B529A;
	text-decoration: none;
	font-size: 14px;
	padding: 0 15px;
}

	
#sub1 {
	display: none;
	position: absolute;
	top: 170px;
	left: 107px;
	width: 174px;
	z-index: 99;
}
#sub2 {
	display: none;
	position: absolute;
	top: 170px;
	left: 242px;
	width: 200px;
	z-index: 99;
}

#sub3 {
	display: none;
	position: absolute;
	top: 194px;
	left: 242px;
	width: 310px;
	z-index: 99;
}
/* content */
#content {	
	padding-bottom:50px;
	margin-bottom: 0;
	background-image: url(../images/focwa.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#content #main {
	width:978px;
}

#content #main #tekst {
	margin:0px;
	padding:30px 0px 30px 120px;
	width: 480px;
	float:left;
}

#content #main #tekstbreed {
	margin:0px;
	padding:30px 0px 30px 120px;
	width: 680px;
	float:left;
}


#content #main #rechts {	
	float:right;
	padding-top: 33px;
	width:328px;
	color: #0B529A; 
}

#content #main #rechts img {
	padding-right:20px;
}

#content a {
	color:#0B529A;
	text-decoration: underline;
}

#content a:hover {
	color:#872136;
	text-decoration: underline;
}

#content h1 {
	margin:0px;
	padding:0px 0px 15px 0px;
	color: #0B529A;
	font-weight:bold;
	font-size:15px;
}

#content h2 {
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-size:12px;
	font-style: italic;
	color: #0B529A;
}

hr {
	color: #0B529A;
}
#content p {
	margin:0px;
	padding:0px 0px 15px 0px;
}

#content div#portalwrapper {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 219px;
	height: 28px;
	padding-bottom: 10px;
	margin-right: 120px;
	overflow: hidden;
	z-index:99;
}

#content div#portal {
	background-image: url(../images/bg_portalwrapper.png);
	width: 219px;
	height: 28px;
	color: #0B529A;
	padding-bottom: 10px;
}

#content div#portal form {
	padding: 15px 0 10px 33px;
	
}
#content div#portal a {
	color: #0B529A;
}
#content div#portal input {
	width: 160px;
	color: #0B529A;
}



/* opmaak browse-button:  http://www.quirksmode.org/dom/inputfile.html */
div.fileinputs { 	position: relative; vertical-align: top;}
div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
input.file {
	position: relative;
	text-align: left;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}
input.temp{
	width: 50px;
	height: 18px;
	float: left;
	display: inline;
	margin-top: 3px;
}
div.fakefile img {
	display: inline;
	float: right;
	margin-top: -6px;
}


/* einde opmaak browse-button:  http://www.quirksmode.org/dom/inputfile.html */


div#portalinfo {
	margin-top: 10px;
	z-index: 90;
	position:relative;
	text-align: center;
	color: white;
	font-size: 12px;
}
	
/*	position: absolute;
	top: 10px;
	left: 0;
	text-align: center;
	color: white;
	font-size: 12px;
}
*/
#portalinfo a { color: white; }

#log {	
	margin-top: 10px;
}
 
#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(http://demos.mootools.net/demos/Group/spinner.gif) no-repeat center;
}

div.error {
	background-color: #F9040A;
	color: white;
	padding-left: 5px;
	text-align: center;
}

/* bestelformulier */
tr.kopje td {
	font-style: italic;
	color:  #0B529A;
}

input.bestelbutton {
	border: 0;
	width: 106px;
	height: 35px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background-image: url(../images/button_bestel.gif);
}


table.rekenvoorbeeld {
	width: 100%;
	border-collapse: collapse;
}

table.rekenvoorbeeld  input.waarde {
	width: 40px;
}

table.rekenvoorbeeld td {
	padding-bottom: 4px;
	padding-top: 4px;
	border-bottom: 1px solid #0B529A;
}

table.rekenvoorbeeld td.geenlijn {
	border-bottom: 0;
}

input.berekenbutton {
	border: 0;
	width: 148px;
	height: 42px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background-image: url(../images/button_bereken.gif);
}

th {
	font-weight: bold;
	font-size: 11px;
	padding-top: 10px;
	text-align: left;
}

td, th {
	padding-right:4px;
}

#content td p {
	padding:0;
	margin:0;
}
div#product_rechts_top {
	height:12px;
	width:205px;
	background:transparent url(../images/product_bg_top.png) no-repeat;
	font-size:1px;
	line-height:12px;
}
div#product_rechts_bottom {
	height:12px;
	width:205px;
	background:transparent url(../images/product_bg_bottom.png) no-repeat;
	margin-bottom:10px;
}
#product_rechts ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:205px;
	background: transparent url(../images/product_bg.png) no-repeat;
}
#product_rechts ul li {
	margin: 0 0;
	padding: 2px 15px;	
}

#product_rechts ul a:hover {
	color: #C10024;
	border:0;
}
#product_rechts ul li a {
	color: #0B529A;
	text-decoration: none;
	font-size: 14px;
	border:0;
}

#product_rechts ul li.selected a {
	color: #C10024;
	text-decoration: none;
	font-size: 14px;
	border:0;
}

div, img, #product_rechts ul { behavior: url("iepngfix-mod.htc") }

p.deheeren {
	border-top: 1px solid #FF0000;
	padding-top:25px;
	text-align:center;
	margin:0;
}

p.deheeren a {
	text-decoration:none;
	color:#bbb;
}

p.deheeren a:hover {
	color:#999;
}
