/* 
Autor:		Loran Alssema
E-mail:		info@digi-nl.com
Date:		4-6-2009
Website:	kempentrofee.be
*/
body{
	background:#F3F3F3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
#content{
	margin-left:auto;
	margin-right:auto;
	border:#D6D6D6 1px solid;
	width:980px;
	min-height:900px;
	background:#FFFFFF;
}
#logo{
	height:180px;
	background:url(logo.jpg) no-repeat
}
#menu{
	background:#FFFFFF;
	height:30px;
	background: #D6CFCF;
	width:980px;
    margin-left:auto;
	margin-right:auto;
	border-bottom:#D6D6D6 1px solid;
	border-top:#D6D6D6 1px solid;
}
#footer {
	margin-left:auto;
	margin-right:auto;
	width:980px;
	text-align:center;
	font-size:10px;
	color: #666666;
}
#footer a:link {
	color: #666666;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	text-decoration: none;
	color: #666666;
}
#footer a:active {
	text-decoration: none;
	color: #666666;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
#teks{
	padding-left:4px;
	padding-right:4px;
	width:100%;
	margin-bottom:5px;
}
h2{
	color: #A43A3B;
	font-size:16px;
}