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

* {
	margin: 0;
	padding: 0;
	}

body {
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #FEBE00;
	color: #1a171b;
	}
	
#mainwrap{
margin: 0 auto;
margin-top:20px;
width: 924px;
background-color:#FFFFFF;
border:#000000 solid 1px;
}


A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline}
.adres {
	font-size: 11px;
	}
	
.greyborder {
	border:1px solid #333333;
	}

p {
	line-height: 18px;
	}
p, ul {
	margin-bottom: 20px;
	}
ul {
	list-style-position: inside;
	line-height: 20px;
	}
h1 {
	margin: 0;
	}
h2, h3 {
	font-size: 13px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
h2 {
	margin-bottom: 10px;
	font-style:italic;
	text-align: center;
	}
h3 {
	margin-bottom: 3px;
	}

/* html hack voor IE6 */
* html #frameFooter {
	margin-top: -10px;
	}
* html .noborder {
	margin: 0 0 18px 0;
	}

* html #mainContent {
	top: 5px;
	}
* html #frameNavigation {
	top: 5px;
	}
	* html ul.nav li {
		line-height: 17px;
		}
* html #mainContent {
	background: url(../images/bg.jpg);
	background-attachment: fixed
	}

