﻿/* HTMLOnly verwijderen */

html
{
	overflow:hidden;
}

body
{
	margin:0px;
	padding:0px;
	font-size:11px;
	font-family:Tahoma;
}

body .container
{
	position:relative;
	display:block;
	width:450px;
	margin-left:auto;
	margin-right:auto;
}

.background
{
	position:relative;
	display:block;
	width:450px;
	height:453px;
	background-image:url('/images/index.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}

.background span.btn_start
{
	position:absolute;
	display:block;
	width:165px;
	height:75px;
	left:247px;
	top:279px;
	background-color:transparent;
	cursor:pointer;
}

.background .txtIndex
{
	position:absolute;
	display:block;
	width:273px;
	top:106px;
	left:139px;
	text-align:right;
	line-height:16px;
}

.background a .toegang
{
	position:absolute;
	display:block;
	top:360px;
	left:275px;
	width:117px;
	height:20px;
	background-image:url('/images/arrow.gif');
	background-repeat:no-repeat;
	background-position:102px 1px;
	color:#797979;
	text-decoration:none;
	cursor:pointer;
}

.background a:hover .toegang
{
	text-decoration:underline;
}

img, a img
{
	border:0px;
}

body .frame
{
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	width:600px;
	min-height:450px;
	_height:450px;	
	padding:10px;
	padding-bottom:0px;
	color:#666666;
}

body .frame .header
{
	position:relative;
	display:block;
	width:600px;
	height:74px;
	background-image:url('/images/appheader.gif');
	background-repeat:no-repeat;
}

body .frame .header .logo
{
	position:relative;
	display:block;	
}

body .frame .content
{
	position:relative;
	display:block;
	width:574px;
	min-height:350px;
	_height:350px;
	background-image:url('/images/framebg.gif');
	background-repeat:repeat-x;
	padding:13px;
}

body .frame .content .left
{
	position:relative;
	display:block;
	float:left;
	width:175px;	
}

body .frame .content .right .contentframe .framecontent .left
{
	width:198px;
	padding-left:20px;
	padding-top:0px;
	margin-bottom:10px;
	z-index:999;
}

body .frame .content .right
{
	position:relative;
	display:block;
	float:left;
	width:388px;
	_width:382px;
	padding-left:10px;
	padding-top:30px;
	_padding-top:33px;
	_overflow:hidden;
}

body .frame .content .right .contentframe .framecontent .right
{
	width:135px;
	margin-left:20px;
	padding:0px;
}

body .frame .content .right .contentframe .framecontent .right span
{
	font-weight:bold;
}

body .frame .content .right .contentframe .framecontent .right img
{
	position:relative;
	display:block;
	border:1px dotted #c4c4c4;
	width:130px;
}

body .frame .content .right .breadcrumb
{
	position:absolute;
	display:block;
	width:100%;
	text-align:right;
	top:-5px;
	right:0px;
	font-size:10px;
	font-weight:bold;
	height:20px;
	text-decoration:none;
}

body .frame .content .right .breadcrumb a
{
	color:#666666;
	text-decoration:none;
}

body .frame .content .right .breadcrumb a:hover
{
	color:#e12400;
	text-decoration:underline;
}

body .frame .content .right .breadcrumb span
{
	color:#e12400;
	font-size:13px;
}


body .frame .content .center
{
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

body .frame .content .vorigvolg
{
	position:absolute;
	display:block;
	bottom:0px;
	right:0px;
}

body .frame .content .vorigvolg span
{
	visibility:hidden;
	display:none;
}

.vorige
{
	position:relative;
	display:block;
	width:84px;
	height:25px;
	background-image:url('/images/btn_vorige.gif');
	background-repeat:no-repeat;
	float:left;
	border:0px;
	cursor:pointer;
}

.volgende
{
	position:relative;
	display:block;
	width:105px;
	height:25px;
	background-image:url('/images/btn_volgende.gif');
	background-repeat:no-repeat;
	margin-left:5px;
	float:left;
	border:0px;
	cursor:pointer;
}

.finish
{
	position:relative;
	display:block;
	width:105px;
	height:25px;
	background-image:url('/images/btn_maakpdf.gif');
	background-repeat:no-repeat;
	margin-left:5px;
	float:left;
	border:0px;
	cursor:pointer;
}

.upload
{
	position:relative;
	display:block;
	width:79px;
	height:25px;
	background-image:url('/images/btn_upload.gif');
	background-repeat:no-repeat;
	float:left;
	border:0px;
	cursor:pointer;
}

body .frame .content .contentframe
{
	position:relative;
	display:block;
	margin:0px;
	background-color:#fff;
	border-left:1px solid #c4c4c4;
	border-right:1px solid #c4c4c4;
	margin-top:12px;
	margin-bottom:18px;
}

body .frame .content .contentframe .bg
{
	position:absolute;
	display:block;
	height:91px;
	bottom:0px;
	left:3px;
	background-image:url('/images/menu_bg.gif');
	background-position:left bottom;
	background-repeat:repeat-x;
}


body .frame .content .contentframe .top
{
	position:relative;
	display:block;
	width:inherit;
	height:12px;	
	top:-10px;
	background-image:url('/images/menu_boven_line.gif');
	background-repeat:repeat-x;
	background-position:top center;
	margin-left:auto;
	margin-right:auto;
}

body .frame .content .contentframe .top .loginheader
{
	position:absolute;
	display:block;
	width:210px;
	height:22px;
	background-image:url('/images/loginbar.gif');
	background-repeat:no-repeat;
	top:4px;
	left:-4px;
}
body .frame .content .contentframe .top .aanvraagheader
{
	position:absolute;
	display:block;
	width:290px;
	height:22px;
	background-image:url('/images/redbar2_aanvraag.gif');
	background-repeat:no-repeat;
	top:4px;
	left:-5px;
}
body .frame .content .contentframe .bottom
{
	position:absolute;
	display:block;
	width:100%;
	height:12px;
	margin-left:auto;
	margin-right:auto;
	bottom:-10px;
	left:8px;
	background-image:url('/images/menu_onder_line.gif');
	background-repeat:repeat-x;
	background-position:bottom center;	
}

body .frame .content .contentframe .framecontent
{
	position:relative;
	display:block;
	width:100%;
	z-index:299;	
}

body .frame .content .contentframe .framecontent span.padding
{
	font-weight:bold;
	padding-left:18px;
}

body .frame .content .contentframe .framecontent ul
{
	list-style:none;
	margin:0px;
	padding:0px;
	margin-left:11px;
	margin-right:11px;
	margin-top:11px;
}

body .frame .content .contentframe .framecontent ul.hori
{
	list-style:none;
	margin:0px;
	padding:0px;
}

body .frame .content .contentframe .framecontent ul.hori li
{
	position:relative;
	display:block;
	width:90px;
	height:107px;
	float:left;
	border:0px;
	text-align:center;
	font-size:9px;
	color:#c4c4c4;
}

body .frame .content .contentframe .framecontent ul.hori li input
{
	opacity:0.5;
	filter: Alpha(Opacity=50);	
	top:3px;
	_top:2px;
	position:relative;
}

body .frame .content .contentframe .framecontent ul.hori li input:checked
{
	opacity: 0.9;
}

body .frame .content .contentframe .framecontent ul.hori li input:focus
{	
	outline:none;
}

body .frame .content .contentframe .framecontent ul.hori li img
{
	width:85px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

body .frame .content .contentframe .framecontent ul li
{
	font-family:Tahoma;
	font-size:11px;
	border-bottom:1px dotted #c4c4c4;
	position:relative;
	display:block;
}

body .frame .content .contentframe .framecontent ul li.bghori
{
	background-image:none;
	background-color:#f5f5f5;
	width:90px;
	height:107px;
	margin:0px;
	padding:0px;
}

body .frame .content .contentframe .framecontent ul li a
{
	color:#666666;
	text-decoration:none;
	padding-left:7px;
	margin-right:7px;
	padding-right: 2px;
	display:block;
	padding-bottom:14px;
	padding-top:12px;
	background-image:url('/images/arrow.gif');
	background-repeat:no-repeat;
	background-position:right center;
}

body .frame .content .contentframe .framecontent ul li a:hover, body .frame .content .contentframe .framecontent ul li a.active
{
	color:#ff2300;
}


body .frame .content .contentframe .framecontent table#login
{
	width:100%;	
	margin:0px;
	margin-top:14px;
	left:12px;
	position:relative;
	display:block;
	padding:0px;
	overflow:hidden;
}

body .frame .content .contentframe .framecontent table#login tr td input
{
	border:1px solid #c4c4c4;
	width:184px;
	font-size:11px;
	font-family:Tahoma;
	color:#797979;
	padding:3px;
}

body .frame .content .contentframe .lefttop
{
	position:absolute;
	display:block;
	width:13px;
	height:12px;
	top:0px;
	left:-9px;
	background-image:url('/images/menu_links_boven.gif');
	background-repeat:no-repeat;
	background-position:top left;	
}

body .frame .content .contentframe .righttop
{
	position:absolute;
	display:block;
	width:13px;
	height:12px;
	top:0px;
	right:-9px;
	_right:-10px;
	background-image:url('/images/menu_rechts_boven.gif');
	background-repeat:no-repeat;
	background-position:top right;	
}

body .frame .content .contentframe .leftbottom
{
	position:absolute;
	display:block;
	width:13px;
	height:12px;
	bottom:0px;
	left:-9px;
	background-image:url('/images/menu_links_onder.gif');
	background-repeat:no-repeat;
	background-position:bottom left;	
}

body .frame .content .contentframe .rightbottom
{
	position:absolute;
	display:block;
	width:13px;
	height:12px;
	bottom:0px;
	right:-9px;
	_right:-10px;
	background-image:url('/images/menu_rechts_onder.gif');
	background-repeat:no-repeat;
	background-position:bottom right;	
}

.InlogHeader
{
	position:relative;
	display:block;
	width:110px;
	height:26px;
	background-image:url('/images/InloggenHeader.gif');
	margin-top:35px;
	margin-bottom:10px;
}
.Aanvraag-Header
{
	position:relative;
	display:block;
	width:138px;
	height:26px;
	background-image:url('/images/AanvraagHeader.gif');
	margin-top:35px;
	margin-bottom:10px;
}

.InlogHeader span
{
	visibility:hidden;
}
.Aanvraag-Header span
{
	visibility:hidden;
}

.width217
{
	width:217px;
}

.width161
{
	width:165px;
}

body .frame .content .right .contentframe .framecontent .width290, .width290
{
	width:290px;
}

body .frame .content .right .contentframe .framecontent .width350, .width350
{
	width:350px;
}

body .frame .content .right .contentframe .framecontent .height200, .height200
{
	height:220px;
}

body .frame .content .right .height250
{
	height:250px;
}

.width296
{
	width:296px;
}

.width380
{
	width:380px;
}

.height340
{
	height:340px;
}

h1.grijs
{
	font-size:13px;
	font-family:Tahoma;
	color:#666666;
	margin:0px;
	padding:0px;
}

h1
{
	font-size:22px;
	font-family:Tahoma;
	color:#e12400;
	margin:0px;
	padding:0px;
	/*margin-bottom:18px;*/
}

p
{
	_margin-top:10px;
	_margin-bottom:10px;
}

a
{
	color:#e12400;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.txt
{
	display:block;
	padding-left:20px;
	padding-right:20px;
}

img.pic
{
	width:200px;
	margin-bottom:20px;
}

.clear
{
	clear:both;
}

.framecontent .RadUploadTable
{
	background-color:transparent;
}

.framecontent .RadUploadInputField
{
	margin:0px;
	position:relative;
	display:block;
	float:left;
	margin-top:3px;
	margin-left:-2px;
}

.framecontent .RadUploadSelectButton
{
	position:relative;
	display:block;
	float:left;
	margin:0px;
	margin-top:2px;
}

.DivBlock
{
	position:relative;
	display:block;
	top:-10px;
}

.ComboBoxDropDown_Default2006
{
	z-index:299;
}

.ComboBoxItem_Default2006
{
	z-index:299;
	position:relative;
	display:block;
	visibility:visible;
	cursor:pointer;
}

.scroll-pane {
	width: auto;
	height: 280px;
	overflow: auto;
}


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	height:200px;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #c4c4c4;
}
.jScrollPaneDrag {
	position: absolute;
	background: #e12400;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

