/* CSS Document Brinsis Containers */

/* 
********************************
container standard stijlen 
********************************
*/
.standard {
	padding: 0;
	margin: 0;
}
.standardtop {
	background-color: #fff;
	padding: 15px 10px 0 25px;
}
.standardmiddle {
	background-color: #fff;
	padding: 10px 10px 0 25px;
}
td.standardmiddle {
	background-color: #fff;
}
.standardbottom {
	background-color: #fff;
}

/* 
********************************
container kader stijlen 
********************************
*/
.kader {
	width: 170px;
}
.kaderLB{
	width: 5px;
	background-image: url(kader_LB.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.kaderRB {
	width: 5px;
	background-image: url(kader_RB.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.kaderRO {
	width: 5px;
	height: 5px;
	background-image: url(kader_RO.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.kaderLO {
	width: 5px;
	height: 5px;
	background-image: url(kader_LO.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.kadertop {
	width: 100%;
	background-color: #d6dff7;
	border-top: 1px solid #fff;
	padding: 15px 0px 0 0px;
}
.kadermiddleL {
	width: 5px;
	background-color: #d6dff7;
	border-left: 1px solid #fff;
}

.kadermidlle {
	background-color: #d6dff7;
	padding: 2px;
}
.kadermiddleR {
	width: 5px;
	background-color: #d6dff7;
	border-right: 1px solid #fff;
}

.kaderbottom {
	background-color: #d6dff7;
	border-bottom: 1px solid #fff;
}
/* 
********************************
container brinkader stijlen 
********************************
*/
.brinkader {
	width: 170px;
}
.brinkaderLB{
	width: 5px;
	background-image: url(brinkaderLB.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.brinkadertop {
	width: 100%;
	background-image: url(brinkaderRB.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 15px 0px 0 0px;
}
.brinkaderLO {
	width: 5px;
	height: 5px;
	background-color: #d6dff7;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}
.brinkadermiddleL {
	width: 5px;
	background-color: #d6dff7;
	border-left: 1px solid #fff;
}

.brinkadermiddle {
	background-color: #d6dff7;
	padding: 2px;
	border-right: 1px solid #fff;
}

.brinkaderbottom {
	background-color: #d6dff7;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}/* 
********************************
container rechterkader stijlen 
********************************
*/
.rkader {
	width: 190px;
}
.rkaderLB{
	width: 5px;
	background-image: url(rkader_LB.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.rkaderRB {
	width: 5px;
	background-image: url(rkader_RB.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.rkaderRO {
	width: 5px;
	background-image: url(rkader_RO.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.rkaderLO {
	width: 5px;
	background-image: url(rkader_LO.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.rkadertop {
	background-color: #f7f7f7;
	border-top: 1px solid #CAC6AF;
	padding: 15px 10px 0 5px;
}
.rkadermiddleL {
	width: 5px;
	background-color: #f7f7f7;
	border-left: 1px solid #CAC6AF;
}

.rkadermidlle {
	background-color: #f7f7f7;
	padding: 10px 10px 0 5px;
}
.rkadermiddleR {
	width: 5px;
	background-color: #F3F3F3;
	border-right: 1px solid #CAC6AF;
}

.rkaderbottom {
	background-color: #f7f7f7;
	border-bottom: 1px solid #CAC6AF;
}

/*
********************************
Bottompane
********************************
*/
.voettekst {
	padding: 10px 10px 0 25px;
}
/*
********************************
ALGEMEEN
********************************
*/

.spacer {
	clear: both;
}

