* {

	padding: 0;

	margin: 0;

}



html, body {

	height:100%;

}

body {
	background-image: url(../pix/background.png);
	font-family: Tahoma;
	font-size: 12px;
	color: #4c4c4c;
}



.maincont {

	margin-left: auto; 

	margin-right: auto;

	background-color: white;

	position: relative;

	min-height: 100%;

	height: auto !important; /* voor moderne browsers */

	height: 100%; /* voor IE */

	width: 759px;

	margin: auto;

	border-left: 5px solid white;

	border-right: 5px solid white;

}



.title {

	font-weight: bold;

	font-size: large;

	padding-left: 7px;

	padding-top: 5px;

	padding-bottom: 2px;

}



.header {

	height: 160px;

	border-bottom: 2px solid white;

	padding-left: 7px;

	padding-right: 7px;

	background-repeat: no-repeat;

}



img {

	border: 0px;

}



#menu {

	width: 745px;

	margin: auto;

	height: 37px;

	background: #B22222;

}

#menu ul {

	list-style: none;

}

#menu li {

	float:left;

}

#menu li a {

	background: #B22222;

	color: white;

	display:block;

	text-decoration: none;

	border-right: 2px white solid;

	padding: 12px 20px 11px 19px;

}

#menu li a:hover {

	color: #B22222;

	background: white;

}



.content {

	width: 700px;

	line-height: 150%;

	margin: auto;
	
	font-size: 13px;

}



h1 {

	font-size: 18px;

	font-family: Arial;

	color: #929083;

	margin-top: 20px;

}



h2 {

	font-size: 16px;

	font-family: Arial;

	margin-top: 20px;

	font-weight: bold;

	font: italic;

}



.links {

	font-family: Arial;

	color: #929083;

}



.links a {

	text-decoration: none;

	color: #929083;

}



.footer {

	padding-bottom: 5px;

	padding-left: 10px;

	font-family:Tahoma;

	font-size:12px;

	color:#b2b2b2;

	border-top:1px #bbbbbb solid;

	text-align: right;

	width: 75%; 

	position: absolute; 

	bottom: 0px; 

	left: 0px; 

}


