body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}

label 
{
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
}

label.check 
{
	font-weight: normal;
}

table 
{
	margin: 0;
	padding: 0;
}

a 
{
	color: #1e63e2;
	text-decoration: none;
}

a:hover 
{
	color: #000;
}

a.bnb
{
	color:63e21e;
}

a.bnb:hover 
{
	color: #000;
}

img 
{
	border:0;
}

p 
{
	margin:0;
	margin-bottom: 15px;
	padding:0;
}

.contenttext
{
	width:700px;
	height:160px;
	color: #000;
}

.pictureleft
{
	float:left;	
	border:#1e63e2;
	border-width:1px;
	border-style:solid;
	margin-left: 10px;
	margin-right: 10px;
}

.pictureright
{
	float:right;	
	border:#1e63e2;
	border-width:1px;
	border-style:solid;
	margin-left: 10px;
	margin-right: 10px;
}

#logo,
#logobnb,
#content,
#contentbnb,
#menu,
#info,
#infobnb,
#logos,
#footer 
{
	margin: 0 auto;
	width: 725px;
}

#logo 
{
	background-image: url(../images/header.gif);
	background-position: center;
	height: 177px;
}

#logobnb
{
	background-image: url(../images/headerbnb.gif);
	background-position: center;
	height: 177px;
}

#content 
{
	height:210px;
	background: #ecf2fd;
	padding: 5px 10px 5px 10px;
}

#contentbnb 
{
	height:461px;
	background: #ddfdcb;
	padding: 5px 10px 5px 10px;
}

#menu
{
	height: 24px;
	padding: 0px 10px 0px 10px;
	margin-bottom: 5px
}

#logos 
{
	background: #FFF;
	text-align: center;
	color: #333;
	font-size: 9px;
	height: 20px;
}


#info 
{
	background: #d4e3ff;
	text-align: center;
	color: #333;
	font-size: 9px;
	padding: 0px 10px 0px 10px;
	margin-bottom:10px
}

#infobnb 
{
	background: #cbffaf;
	text-align: center;
	color: #333;
	font-size: 9px;
	padding: 0px 10px 0px 10px;
	margin-bottom:10px
}

#footer 
{
	margin-top: 75px;
	text-align: center;
	color: #a6a6a6;
	font-size: 9px;
}

.vorige 
{
	margin-top: 5px;
	margin-left: 15px;
	float:left;
	position:absolute;
}

.volgende 
{
	margin-top: 5px;
	margin-left: 654px;
	float:right;
	position:absolute;
}