/**
*
*
*
*
*
*
*
*/



html, body, div, p, span, img, form, input, h1 {
    margin:             0;
    padding:            0;
}
html, body {
	height: 100%;
	width: 100%;
    background-image:   url('images/bgLines.gif');
    font-family:        Verdana, Arial;
    font-size:          12px;
}

TABLE, TD{
	font-size: 12px;
	}
IMG{
	border: 0;
	}

h3{
	font-family:	"Times new roman";
	font-size:		20px;
	font-weight:	bold;
	font-style:		italic;
	color:			#841818;
	margin-bottom:	5px;
	}
	
hr{
	border: 1px solid #3A7E3A;
	margin-bottom: 5px;
}

	
a{
	color: #841818;
	}
a:hover{
	color: #88C188;
	}
	
.title{
	font-weight: bold;
	color: #841818;
	}
.btn{
	font-size: 12px;
	}

.tip{
	font-size: 10px;
	font-weight: bold;
	color: #3A7E3A;
	}
/**
* Containerblock
*/
#container{
	background-color: #FFF;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	width: 801px;

	border-left: 1px solid black;
	border-right: 1px solid black;

}

#header{

	width: 790px;
	height: 154px;
	}
#header .logo{
	margin-left: 20px;
	margin-top: 10px;
	}
	
/**
* - PAYMENT MODULE
*/
#paymentModule{
	margin-left: 0px;
	width: 520px;
	}
#paymentScreen{
	width: 350px;
	margin-left: 100px;
	}
#paymentModule LEGEND, #paymentScreen LEGEND{
	font-weight: bold;
	color: #3A7E3A;
	}
	

/*************************
** Menu
*/	
#menu{
float: left;

	width: 160px;
	}

#menu .layBottom{
	width: 160px;
	height: 25px;
	background-image: url('images/layMenuBottom.gif');
	}
#menu .menu{
	padding: 8px;
	background-image: url('images/layMenuMiddle.gif');
	}
	
#menu .menuBanner{
	margin: 4px;
	margin-left: 15px;
	}
#menu .title{
	font-size: 11px;
	font-weight: bold;
	color: #841818;
	}

#menu a{
	display: block;
	text-align: left;
	margin-right: 0px;
	padding: 3px 2px 3px 0px;
	border-bottom: 1px solid #88C188;
	font-weight: bold;
	color: #841818;
	text-decoration: none;
	font-size: 11px;
	}
#menu a:hover{
	background: #88C188;
	text-decoration: underline;
	}
	
#menu a.submenu{
	margin-left: 7px;
	color: #3A7E3A;
	}

.msgUpdate{
	font-weight: bold;
	padding: 4px;
	margin: 5px;
	}	

#content{
	margin-left: 10px;
	float: left;
	width: 628px;
	}
#contentpic{
	position: absolute;
	z-index: 1;
	height: 500px;
	width: 628px;
	}
.contentpictures{
	
	background-position: 95% 110px;
	background-repeat: no-repeat;
	}
#content .layBottom{
	width: 628px;
	height: 10px;
	background-image: url('images/layContentBottom.gif');
	}
#content .footer{
	width: 628px;
	height: 20px;
	margin-top: 3px;
	padding-left: 5px;
	}
#content .content{
	background-image: url('images/layContentMiddle.gif');
	padding: 8px 15px 5px 15px;
	min-height: 370px;
	_height: 370px;	
	}
#content p{
	margin: 4px;
	}
#content h1{
	position: absolute;
	font-size: 22px;
	font-weight: bold;
	color: #3A7E3A;
	margin-left: 338px;
	margin-top: -50px;
	}
#content h2{
	color: #841818;
	}

/*****************************************************************************************
** - FAQ
** Stylesheet van de FAQ's op de site
***************************************/
ul.freqask{

}

ul.freqask li{
	margin-top: 3px;
	margin-bottom: 2px;
}
ul.freqask li a{
	color: #841818;
}
	

.freqask_title{
	display: block;
	font-weight: bold;
}

.freqask_top{
	margin-top: 5px;
	width: 100%;
	text-align: right;
}
.freqask_top a{
	color: #3A7E3A;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.freqask_top a:hover{
	color: #841818;
}

hr.freqask_line{
	border: 2px dashed #3A7E3A;
	margin-bottom: 5px;
}
/**********************************************************************
**********************************************************************/

/**
* ACTUEEL
*/

.bron{
	font-size: 10px;
	}
.actueel{
	margin-left: 25px;
	list-style: circle outside;
	}
.actueel li{
	margin-top: 3px;
	}
.actueellist{
	margin-left: 15px;
	margin-top: 4px;
	font-size: 12px;
	margin-bottom: 4px;
	
	}
.actueellist li{
	list-style: disc outside;
	margin-top: 2px;
	}


	
/****************************
* BEREKENING
*******/
#berContainer{
	width: 440px;
	margin: 3px;
	border: 1px outset #3a7E3A;
	}
#berContainer .dark{
	background: #88C188;
	}
#berContainer .light{
	background: #F2FAE1;
	}
#berBlockTop{
	display: block;
	padding: 3px;
	border-bottom: 1px solid;
	}
#berContainer a.full{
	display: block;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #000;
	}
#berContainer a.full:hover{
	color: #669900;
	text-decoration: underline;
	}
	
#berNestedBlock{
	margin: 4px;
	padding: 2px;
	margin-left: 25px;
	clear: both;
	border-left: 1px dashed;
	border-top: 1px dashed;
}

.berBlockNormal{
	margin: 4px;
	padding: 1px;
	padding-left: 4px;
	
	clear: both;
	}
	
#berRightContainer{
	float: right;
	width: 120px;
	height: 400px;
	border: 1px outset;
	}
#berRightContainer h1{
	display: block;
	padding: 2px;
	font-size: 12px;
	margin: 0;
	background: #3a7e3a;
	color: #FFF;
	}
	
/**
* FORMS
*/

	
#catOverview{
	width: 100%;
	}
#catOverview p{
	padding: 2px;
	border: 1px dashed #CFECCF;
	}
#catOverview a{
	font-size: 18px;
	font-weight: bold;
	color: #3A7E3A;
	text-decoration: none;
	}
#catOverview a.readmore{
	font-size: 12px;
	}
#catOverview a.readmore:hover{
	text-decoration: underline;
	}
	
	
/* Overlib Style */
div.domTTOverlib {
	border: 1px solid #333366;
	background-color: #333366;
	width: 250px;
}
div.domTTOverlib .caption {
	font-family: Verdana, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
div.domTTOverlib .contents {
	font-size: 12px;
	font-family: Verdana, Helvetica;
	padding: 2px;
	background-color: #F1F1FF;
}
.tooltip{
	font-weight: bold;
	color: #841818;
	cursor: hand;
	font-style: italic;
	}
.tooltipTxt{
	color: #841818;
	font-style: italic;
	}

#MiddelingExample{
	width: 450px;
	}
#MiddelingExample TD{
	padding: 2px;
	font-size: 12px;
	}
#MiddelingExample .titelRow TD{
	padding: 3px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}
#MiddelingExample .nr{
	text-align: right;
	}