html {
	font-size:			12px;
}
body {
	background-image: 		url('background.png');
	background-repeat:		repeat-x;
	background-color:		#FFF;
	margin: 				0px;
	text-align:				center;
	font-family: 			Arial;
}

/* Layout */
div#main {
	width:					934px;
	text-align: 			left;
	margin-left: 			auto;
	margin-right: 			auto;
	margin-top:				30px;
}
div#contact {
	color:					#939393;
	margin-left:			20px;
	font-size:				11px;
}
div#logo {
	width:					216px;
	height:					59px;
	background-image:		url('fblogo.png');
	background-repeat:		no-repeat;
	margin-left:			40px;
	margin-top:				10px;
}
div#toolbar {
	text-align:				right;
}
div#navbar {
	background-image:		url('navibar.png');
	background-repeat:		repeat-x;
	height:					33px;
	font-size:				12px;
	color:					#FFF;
}
div.photobar {
	width:					934px;
	height:					213px;
}
div#contents {
	margin-left:			30px;
	width: 					680px;
}
div#footer {
	padding-top: 			15px;
	text-align:				center;
	color:					#939393;
	font-size:				11px;
	background-image:		url('lijn.png');
	background-repeat:		no-repeat;
	background-position-y:	top;
	background-position:	center;
}

/* opmaak */
.uitlijn dl { 
	margin: 0px 0px 0px 30px;
}
.uitlijn dd { 
	padding-left: 210px; 
	font-family: Tahoma;
	font-size: 13px;
	margin: 1px;
}
.uitlijn dt  { 
	float: left; 
	margin: 1px; 
	font-family: Tahoma;
	font-size: 13px;
}

/* Headers */
h2 {
	font-size:				18px;
	color:					#769e3a;
}

div.pubDate {
	margin-top: -10px;
	color: #A6A6A6;
	font-size:	12px;
}

/* Presets */
a.preset-1 {
	font-size:				10px;
	font-weight:			bold;
	color:					#000;
}
a.preset-2 {
	font-size:				14px;
	font-weight:			bold;
	color:					#000;
}
a.preset-3 {
	font-size:				16px;
	font-weight:			bold;
	color:					#000;
}
a.preset-3:hover, a.preset-2:hover, a.preset-1:hover {
	color:					#FF6633;
}

a, a:visited {
	color: 					#000;
}

/* Photobar */
.photo1 {
	background-image:		url('img001.png');
	background-repeat:		no-repeat;
}
.photo2 {
	background-image:		url('img002.png');
	background-repeat:		no-repeat;
}

/* Boxxes */
.box1 {
	background-color: 		#e6ff99;
	color:					#000;
	width:					183px;
	min-height:				145px;
	float:					right;
	margin-top: 			50px;
}

.box1 b {
	color:					#769e3a;
}

.notice {
	padding: 3px;
	background-color:		#bfe57a;;
}

/* Rest */
.padding {
	padding: 				8px;
}
.nodec {
	text-decoration:		none;
	border:					0px;
}
div#contact a {
	color:					#939393;
	text-decoration:		none;
}
div#contact a:hover {
	color:					#FF6633;
}

/* Inputs */
input.long {
	width: 600px;
}
textarea.long {
	width: 810px;
	height: 200px;
	font-family:	Tahoma;
	font-size:		12px;
}
input.knop {
	border: 1px solid #000;
}

