body {
	margin: 0px;
	background: #ffffff;

}
#maincontainer {
	width: 780px;
	margin: 0px auto 0px auto;
	background: #ff0000;
	background: URL(../webimages/bg.gif) repeat-y;
}
#header {
	width: 780px;
	height: 176px;
	margin: 0px;
	background: URL(../webimages/header.jpg);
}
#leftcolumn {
	width: 130px;
	margin: -20px 0px 0px 15px;
	float: left;
	font-family: Arial;
	font-size: 16px;
}
#rightcolumn {
	width: 610px;
	margin: 0px 15px 0px 0px;
	float: right;
}
.close {
	clear: both;
}
/*
**	Menuklassen
**	Klas 1=> Goud
**	Klas 2=> Blauw
*/

.menuclass1 {
	color: #000000;
	height: 20px;
	width: 130px;
	padding-top: 1px;
	padding-left: 15px;
	background: URL(../webimages/btn_gold.gif) no-repeat;
	margin-bottom: 3px;
}
.linkclass1 {
	color: #000000;
	text-decoration: none;
}
.linkclass1:hover{
	color: #a88d26;
	text-decoration: underline;
}	



.menuclass2 {
	color: #000000;
	height: 20px;
	width: 130px;
	padding-top: 1px;
	padding-left: 15px;
	background: URL(../webimages/btn_blue.gif) no-repeat;
	margin-bottom: 3px;
}
.linkclass2 {
	color: #000000;
	text-decoration: none;
}
.linkclass2:hover{
	color: #005ed7;
	text-decoration: underline;
}	


/*
**	Einde klassenswitch
*/

#pagetitle {
	letter-spacing: 3px;
	font-size: 22px;
	font-weight: bold;
	font-family: arial;
	color: #023577;
}
#content {
	font-family: arial;
	color: #000000;
	font-size: 15px;
}

#content a{
	color: #005ed7;
	text-decoration: underline;
}
#content a:hover{
	color: #a88d26;
}

#foot {
	width: 780px;
	height: 70px;
	margin: 0px;
	background: URL(../webimages/foot.jpg);
	color: #a88d26;
}
#copy {

	width: 760px;
	height: 30px;
	font-size: 11px;
	font-family: arial;
	color: #c7ab42;
	margin: -14px 10px 0px 10px;
	padding-top: 26px;
}
#copy a {
	text-decoration: underline;
	color: #debd3e;
}
.kleinVoetje{
	font-size: 12px;
}
#nieuws {
	width: 600px;
	background: #eaf5ff;
	border: 1px solid #8dc9ff;
	padding: 4px;
}
.gbtxt ul{
	margin:0px;
	list-style-type: none;
}
.gbdiv {
	width: 580px;
	background: URL(../webimages/gb_mid.gif);
	margin-left: auto;
	margin-right: auto;
}
.gbhead {
	width: 580px;
	background: URL(../webimages/gb_head.jpg);
	height: 30px;
	color: #ffffff;
	margin: 0px;
	padding: 10px 13px auto auto;
}
.gbinfo {
	width: 560px;
	font-size: 12px;
	position: relative;
	left: 15px;
	top:8px;
}
.gbtxt {
	width: 560px;
	margin: 0px auto 0px auto;
}
.gbtxt p{
	margin: 0px;
}
.gbfoot {
	width: 580px;
	background: URL(../webimages/gb_foot.jpg);
	height: 10px;
	color: #ffffff;
	margin: 0px;
	font-size: 0px;
}
.gbwrite  {
	width: 580px;
	margin: 0px auto 0px auto;
	text-align: center;
}