@charset "utf-8";
/* CSS Document */

#container {
	width: 800px;
	margin: 0 auto;
	background-color:#000;
	border: #333 2px solid;
}
#header {
	width: 800px;
	height: 134px;
	background-image: url(../images/header.gif);
	background-position:center;
	clear: both;
}
#menubar {
	width: 800px;
}

#content{
	width: 800px;
	height: 550px;
	border-top: solid 3px #333;
	background-color:#000;
}
#contentevents{
	width: 800px;
	height: 550px;
	border-top: solid 3px #333;
	background-image: url(../images/events%20bckgr.jpg);
}
#contentlinks{
	width: 800px;
	height: 350px;
	border-top: solid 3px #333;
	background-image: url(../images/links%20backgr.jpg);
}
#content1{
	width: 800px;
	height: 350px;
	border-top: solid 3px #333;
	background-color:#000;
	background-image:url(../images/web%20backgr.jpg);
	background-repeat:no-repeat;
	text-align: center;
}
#content2{
	width: 800px;
	height: 200px;
	background-color:#000;
}
#footer {
	width:800px;
	height: 50px;
	margin-top: 1pt;
	color: #000;
	border-top: solid 3px #333;
	background-color:#000;
	vertical-align: middle
}
/* MENU */
ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	font-size:14px;
	font-weight:bold;
	text-transform:lowercase;
	background:transparent url("file:///D|/MFH/Website%202009/images/bg.jpg") repeat-x top left;
	font-family:"Trebuchet MS",Helvetica,Arial,Verdana,sans-serif;
	border-bottom:1px solid #000;
	border-top:3px solid #333;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	pading:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#999;
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 20px;
	height:24px;

}
	
ul#menu li a:hover
{	
	color:#FFF;
	text-decoration: underline;
	background:transparent url("file:///D|/MFH/Website%202009/images/over.jpg") no-repeat top right;	
}
           
/* TEKSTOPMAAK */
h1 {
	font-family: Trebuchet MS;
	font-size: 20px;
	color: #999;
	text-align: left;
	margin-left: 50px;
	text-decoration:underline;
}
h2 {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #FFF;
	text-align: right;
}
h3 {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #FFF;
	font-weight: lighter;
	margin-right: 10pt;
	text-align: left;
	margin-left: 10px;
}
h4 {
	font-family: Trebuchet MS;
	text-align: right;
	font-size: 12px;
	font-weight: lighter;
	color: #FFF;
}
h5 {
	font: Trebuchet MS;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	padding: inherit;
	margin-left: 10pt;
	margin-right: 10pt;
}
h6 {
	font: Trebuchet MS;
	text-align: center;
	font-size: 14px;
	font-weight: lighter;
	color: #FFF;
	padding: inherit;
}
a {
	color:#CCC;
}
p {
	color: #999;
	text-align: left;
	font-weight: bolder;
	margin-left: 30px;
}
body {
	background: #000;
	
}

