#surplus {
float:right;
width:140px;
margin-left: 10px;
margin-right:50px;
}

body {
	margin-left: 0px;
	margin-top: 13px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #f3f3f3;
	background-image: url(images/bgtop.jpg);
	background-repeat: repeat-x;
	color: #4c4c4c;
}


a:link, a:visited{
text-decoration: underline;
color: #4088bf;
}

a:hover, a:active{
text-decoration: underline;
color: #000;
}

.btm:link{

color: #002c4f;

}


.btm:visited{
 color: #002c4f;
}

.textblauw{
color: #4088bf;
font-weight: bold;
}

.btm:hover, btm:active{
 color: #000;
}


h1, h2, h3, h4, h5 {
	
	color: #000;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}


h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	
}

h2 {
	color: #4c4c4c;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -.01em;
	margin-bottom: 16px;
}

h3 {

	font-size: 12px;
}

h4 {
	color: #660000;
	font-size: 16px;
	margin: 20px 0 20px 0;
	display: inline;	
}

h5 {
	font-size: 20px;
}


#tabletop {
background-color: #fff;
}

#topimg{
padding-right: 1px;
}

#logo{
background-color: #4088bf;
}

#menu
{
padding-left: 10px;
}

#contactg{
font-family: Tahoma, Verdana, Arial;
font-weight: normal;
font-size: 11px;
color: #fff;
letter-spacing: -0px;
line-height: 1.3em;
text-align: right;
background-color: #4088bf;
padding-right: 5px;
background-image: url(images/env.gif);
background-position: 10px 0px;
background-repeat: no-repeat;
}

#contenttable{
background-color: #fff;
background-image:url(images/cnt-shade.gif);
background-repeat: repeat-x;
padding-top: 22px;
vertical-align:top;
}

table.floatLeft { 
	float: left; 
	margin-left: 0px; 
	margin-right: 10px; 
	margin-top: 4px; 
	margin-bottom: 4px; 
}

table.floatRight { 
	float: right; 
	margin-left: 10px; 
	margin-right: 0px; 
	margin-top: 4px; 
	margin-bottom: 4px; 
}

/* unordered list styling ____________________________*/
ul {
list-style-type: none;

font-size: 1em;
line-height: 1.2em;

padding: 0 0 10px 0;
margin: 10px 0 0 0px;
}
ul li {
list-style-type: none;

background-image: url(images/listiteml.gif);
background-repeat: no-repeat;
background-position: 0 2px;

padding: 0 0 0 15px;
margin: 0 0 0 0px;
}
ul li a,
ul li a:link,
ul li a:visited{
text-decoration: none;
color: #017BB4;
}
ul li a:hover,
ul li a:active {
text-decoration: underline;
}
/* main-sub-block styling ____________________________*/
div.main-sub-block ul {
padding: 0 0 0 0;
margin: 0 0 0 0px;
}
div.main-sub-block ul li {

}



/* unordered list styling ____________________________*/
ol {
list-style-type: none;

font-size: 1em;
line-height: 1.5em;

padding: 0 0 5px 0;
margin: 5px 0 0 0px;
}
ol li {
list-style-type: none;

background-image: url(images/listitemol.gif);
background-repeat: no-repeat;
background-position: 0 6px;

padding: 0 0 0 15px;
margin: 0 0 0 0px;
}
ol li a,
ol li a:link,
ol li a:visited{
text-decoration: none;
color: #017BB4;
}
ol li a:hover,
ol li a:active {
text-decoration: underline;
}
/* main-sub-block styling ____________________________*/
div.main-sub-block ol {
padding: 0 0 0 0;
margin: 0 0 0 0px;
}
div.main-sub-block ol li {

}








label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

input{
color: #000000;
background: #e6e6ed;
border: 1px solid #b7b7c5;
}

.submit input
{
margin-left: 4.5em;
}

textarea{
color: #000000;
background: #e6e6ed;
border: 1px solid #b7b7c5;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}



/* PHOTO GALLERY */

.photo-gallery ul{
	list-style: none;
	list-style-type: none;
	margin: 4px 0 0 0;
	padding: 0;
	}
.photo-gallery ul li{
	float: left;
	/*width: 190px;*/
	/*height: 190px;*/
	padding: 9px;
	border: #b7b7c5 1px solid;
	margin: 0 15px 15px 0;
	background: #e6e6ed;
	}
.photo-gallery img{
	border: none;
	}
