/***********************************************/
/* PBA.css                                     */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url("bg_PBA.jpg") fixed;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{
	position: absolute;
	top: 0px;
	left: 30px;
	
	min width: 800px;
	max-width: 800px;
}

#pagecell1{
	position:absolute;
	top: 10px;
	bottom:10px;
	left: 229px;
	width: 800px;
	height: 772px;
	background-color: #ffffff;
}

#topbanner{
	position: absolute;
	width: 800px;
	height: 120px;
	top: 0px;
	border-bottom: 1px solid #006600;
	
}

#navigation{
	position: absolute;
	width: 800px;
	height: 32px;
	top: 120px;
	border-bottom: 1px solid #006600;
}

#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image:  url("glbnav_background.gif");
}

#gnl {
	position: absolute;
	top: -1px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 5px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}

#content{
	position: absolute;
	min-width: 510px;
	max-width: 510px;
	top: 152px;
	height: 500px;
	left: 0%;
	right: 270px;
	left: 20px;
	right: 270px;
}

.contentVraag {
	padding-top: 20px;
	width:510px;
	height:500px;
	overflow-y: scroll
}

.contentContact {
	overflow-y: scroll;
	height:500px;
	padding-top: 20px;
	width:510px;
}


#photolist{
	position: absolute;
	width: 250px;
	heigth: 500px;
	top: 152px;
	right: 0%;
	border-left: 1px solid #006600;
}

#underbanner{
	position: absolute;
	width: 800px;
	height: 120px;
	top: 652px;
	border-top: 1px solid #006600;
	background-image: url('bottom-logo.jpg');
}
/********************* end **********************/
.content {
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px;
}
a.glink,a.glink:visited {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8FB8BC;
}
a.glink:hover {
	text-decoration: none;
	background-image: url(glblnav_selected.gif);
}
a.avlink {
	color: #000000;
	font-weight: bold;
	margin: 5px;
}
a.avlink:hover {
	color: #056A04;
}