*{
	font-family: verdana, arial;
	color: #666;
	font-size: 12px;
}

html, body {height: 100%;} 

a{
	text-decoration: none;
	color: #666;
	font-style: italic;
}

a:hover{
	text-decoration: underline;
	color: #666;
}

a.active{
	text-decoration: none;
	color: #5e92ae;
}

body{
	background: #dfe1e2;
	margin: 0px;
	padding: 0px;
}

#wrapper{
	position: absolute;
	display: table-cell; height: 100%;
	width: 823px;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	background: #fff url(../images/wrapperbg.jpg) 0px 0px repeat-y;
	left: 50%;
	margin-left: -425px;
	padding-left: 26px;
	padding-bottom: 30px;
}

#menu{
	padding: 0px 0px 0px 5px;
	width: 755px;
	*width: 760px;
	height: 30px;
	margin: 0px 0px 0px 20px;
	border-bottom: 2px solid #5e92ae;
}

#menu li{
	float: left;
	list-style-type: none;
	margin: 7px 25px 0px 0px;
}

#menu li a{
	font-size: 16px;
	font-style: italic;
}

#header{
	width: 760px;
	height: 148px;
	margin-left: 20px;
	background: #fff url(../images/header1.jpg) 0px 0px no-repeat;
}

#content{
	width: 754px;
	margin: 30px 0px 0px 20px;
	padding: 3px;
}

#copyrights{
	width: 760px;
	padding-top: 5px;
	border-top: 2px solid #5e92ae;
	margin-top: 40px;
	float: left;
}

h1, h2, h3{
	margin: 0px;
	padding: 0px;
	color: #5e92ae;
}

p{
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

h1{
	font-size: 18px;
}

h2{
	font-size: 14px;
	margin-top: 40px;
}

h3{
	font-size: 12px;
}

img{
	border: none;
}