/* CSS document */

* {
	margin: 0;
	padding: 0;
}

body {
	
	font-family: Verdana, Geneva, sans-serif;
	color: #777777;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
body.bg
{
	background: #fff url(../images/bg.jpg) top repeat-x;
}

p {
	line-height: 18px;
	margin-bottom: 18px;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

h1 {
	color: #777777;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 15px 0;
	margin: 0;
}

h2 {
	color: #777777;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
/**************************************/


/* Algemeen lay-out */
#container {
	background: url(../images/bghands.png) top left no-repeat;
	width: 980px;
	height: 650px;
	margin: 0 auto;
}

#header {
	width: 432px; /* 482px */
	height: 40px; /* 60px */
	padding: 20px 0 10px 50px;
	float: left;
}
/**************************************/


/* Main menu */
.mainmenu {
	background: url(../images/headerbg.png) top left no-repeat;
	width: 869px; /* 980px */
	height: 120px; /* 181px */
	padding: 61px 0 0 111px;
	margin-top: 17px;
}

a.home {
	background: url(../images/home.png) top left no-repeat;
	width: 120px;
	height: 120px;
	text-decoration: none;
	float: left;
	margin-right: 46px;
}

a:hover.home {
	background: url(../images/homeactive.png) top left no-repeat;
	width: 120px;
	height: 120px;
	text-decoration: none;
}

a.inschrijven {
	background: url(../images/inschrijven.png) top left no-repeat;
	width: 120px;
	height: 120px;
	text-decoration: none;
	float: left;
	margin-right: 30px;
}

a:hover.inschrijven {
	background: url(../images/inschrijvenactive.png) top left no-repeat;
	width: 120px;
	height: 120px;
	text-decoration: none;
}

a.foto {
	background: url(../images/foto.png) top left no-repeat;
	width: 120px;
	height: 120px;
	text-decoration: none;
	float: left;	
	margin-right: 43px;
	margin-top: -7px;

}

a:hover.foto {
	background: url(../images/fotoactive.png) top left no-repeat;
	width: 120px;
	height: 120px;
	text-decoration: none;
}

a.nieuwsbrief {
	background: url(../images/nieuwsbrief.png) top left no-repeat;
	width: 120px;
	height: 120px;
	text-decoration: none;
	float: left;
	margin-right: 39px;
}

a:hover.nieuwsbrief {
	background: url(../images/nieuwsbriefactive.png) top left no-repeat;
	width: 120px;
	height: 120px;
	text-decoration: none;
}

a.contact {
	background: url(../images/contact.png) top left no-repeat;
	width: 120px;
	height: 120px;
	text-decoration: none;
	float: left;	
}

a:hover.contact {
	background: url(../images/contactactive.png) top left no-repeat;
	width: 120px;
	height: 120px;
	text-decoration: none;
}
/**************************************/


/* Content  */
#contentwrapper {
	
	width: 933px; /* 933px */
	height: 338px; /* 337px */
	margin: 0 auto;
}
.kind1
{
	background: url(../images/kind1.png) top left no-repeat;
}
.kind2
{
	background: url(../images/kind2.png) top left no-repeat;
}
.kind3
{
	background: url(../images/kind3.png) top left no-repeat;
}
.kind4
{
	background: url(../images/kind4.png) top left no-repeat;
}
.kind5
{
	background: url(../images/contentbg.png) top left no-repeat;
}

#content {
	width: 658px; /* 933px */
	height: 310px; /* 337px */
	padding: 17px 250px 10px 25px;
	overflow: auto;
}
/**************************************/