body,html {
	background: #CCCCCC;
	margin: 0px;
}
#maincontainer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 780px;
	background: url("webimages/bg2.gif");
}
#header {
	background: url("webimages/header2.jpg");
	height: 230px;
	width: 780px;
	font-family: arial;
}
.headTitle {
	font-size: 30px;
	margin-left: 30px;
	padding-top: 50px;
}
#balk {
	height: 10px;
	font-size: 0px;
	background: url("webimages/balk.gif");
	width: 780px;
}
#container {
	width: 760px;
	margin-left: 10px;
	margin-right: 10px;
}
#menu {
	width: 140px;
	float:left;	
}
.menuKnop {
	border-bottom: 1px solid #cccccc;
	width: 125px;
	height: 26px;
	font-size: 12px;
	font-family: arial;
	padding-left: 15px;
}
.menuCenter {
	margin-top: 7px;
	margin-left: 5px;
}
.menuCenter a{
	text-decoration: none;
	color: #fc8727;
	font-weight: bold;
}
.menuCenter a:hover{
	color: #fcc727;
}
#textveld {
	width: 600px;

	float: right;
	min-height: 400px;
	background-image:  url("webimages/bgfoto.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: 0px;
	font-family: arial;
}


#titleDiv {
	width: 600px;
	text-align: center;
}
.pageTitle {
	font-size: 25px;
}


.indexLeft {
	vertical-align: top;
}
#onderbalk {
	height: 10px;
	font-size: 10px;
	background: url("webimages/balk.gif");
	width: 780px;
	color:#ffffff;
	font-family: arial;
	text-align: center;
}
#voet {
	height: 40px;
	font-size: 10px;
	background: url("webimages/foot2.jpg");
	width: 780px;
	clear:both;
}
#voetText {
	height: 12px;
	margin-top: 5px;
	width: 780px;
	clear:both;
	color:#000000;
	font-family: arial;
	text-align: center;
}
a {
	text-decoration: none;
	color: #fc8727;
/*	font-weight: bold;*/
}

.indexImage {
	border: 1px solid #000000;
	margin: 0px;
}

.albumImage {
	border: 1px solid #000000;
	margin: 0px;
}	

#galerij {
	width: 600px;
	text-align: center;
}
.galerijFoto {
	margin: 10px;
}
.kleinVoetje {
	font-size: 12px;
}



/*		gastenboek	*/
.gbdiv{
	width:540px;
	margin-left:auto;
	margin-right:auto;
	background-color:#f2f4f7;
	border: 1px solid #333333;
	margin-bottom:10px;
}
.gbname{
	width:540px;
	height:15px;
	background-color:#333333;
	color:#FFFFFF;
	font-size:14px;
	letter-spacing:normal;
}
.gbtxt{
	width:530px;
	margin: 5px;
}
.gbwrite{
	text-align:center;
	width:530px;
	margin:5px;
	font-size:14px;
}





#indexContainer {
	width: 590px; /* Make a var! Check the maxWidht in the DB */

}
#fullTextcontainer {
	width: 590px; /* Make a var! Check the maxWidht in the DB */
}
#fullModuleContainer {
	width: 590px; /* Make a var! Check the maxWidht in the DB */
	margin-top: 5px;
}

#leftTextContainer {
	width: 370px; /* Make a var! width = maxWidth-moduleWidth-margin */
	float: left;	

}
#rightModuleContainer {
	width: 200px; /* Make a var! Check the moduleWidth in the DB */
	margin-left: 5px; /* Make a var! Check the margin in the DB */
	float: right;
	font-size: 12px;
	border-left: 2px solid #cccccc;
	padding-left: 10px;
}
#leftModule {
	width:100px;
	float: left;
}
#rightModule{
	width:200px;
	float: right;
}

.indexLijst{
	list-style-type: none;
	margin-left: -25px;
}
