/* layout.css    L. Torfs   6 jan 2009      tekststijlen toegevoegd   */

BODY.pagemaster{
font: 100% arial,sans-serif;
	background-color: #426A93;
	margin: 0;
	padding: 0;
	width: 100%;
}
TABLE{
	
}

/* eigen tekststijlen Brecht */


.RedStyle {
   color: red;
}


.normaal {
	font: arial;
	font-size:10px;
}
.normaalvet {
	font: arial;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
}
.normaalschuin {
	font: arial;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
}
.normaalonder {
	font: arial;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}


.titel {
	font: arial;
	font-size:12px;
}
.titelvet {
	font: arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
.titelschuin {
	font: arial;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}
.titelonder {
	font: arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}


.hfdstk {
	font: arial;
	font-size:14px;
}
.hfdstkvet {
	font: arial;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}
.hfdstkschuin {
	font: arial;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}
.hfdstkonder {
	font: arial;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}




.tablemaster{
	width:900px;
border-left: 1px solid #B19F25;
border-right: 1px solid #B19F25;
margin: 0px;
	padding: 0px;

}
.radpanelbg{
background-color: #dbe6F4;
}
.contentbg{
	background-color:#FFF;
	background-image: url(images/body_bg_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.header{
height:134px;
background-image: url(images/header_01.jpg);
background-repeat: no-repeat;
background-color: #FFF;
text-align: right;
vertical-align: top;
}

.footer{
	background-color: #FFE435;
	border-top: 1px solid #b19f25;
		border-bottom: 1px solid #b19f25;
height:20px;
text-align: right;
padding-right: 10px;
}

.topnavigatie_rechts{
	background-color: #FFE435;
	border-top: 1px solid #b19f25;
	border-bottom: 1px solid #b19f25;
	height:25px;
	text-align: right;
}

.navi_titlespacer{
		background: url(images/sidebar_title_bg.jpg);
		background-position: left bottom ;
		background-repeat:no-repeat;
		background-color: #FFE435; 
	margin-top:6px;
	border-bottom:1px solid #FFF;
	border-top:1px solid #B19F25;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	padding-top:6px;
	width:210px;
	height: 35px;
}


.adres_spacer{
	height: 150px;
	line-height: 150px;
	background-color: transparent;
}
.adres_pane{

}


.navi_title{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	
}


.broodkruimels {
		padding-top:4px;
padding-left: 15px;
	font-size:10px;
	background-color: #FFFFFF;
	color: #426a93;
}

.broodkruimel{
	margin-top:4px;
	font-size:10px;
}

