body{
	background-color:#ccffcc;
	margin:0px;
}
h1{
	text-align:center;
	color:#ffa500;
}
h2{
	color:#ffa500;
}
h3{
	color:#ffa500;
}
img{
	margin-right:2px;
}

.knop{
	width:100%;
	text-align:center;
	height:40px;
	background-image:url('images/knop.jpg');
	cursor:pointer;
}
.knop:hover{
	background-position:-100px;
}
.knopnu{
	width:100%;
	text-align:center;
	height:40px;
	background-image:url('images/knop_act.jpg');
	cursor:pointer;
}
.knopnu:hover{
	background-position:-100px;
}
.knoptekst{
	width:100%;
	line-height:40px;
	font-size:15px;
	font-weight:bold;
	overflow:hidden;
}
a.menulink{
	text-decoration:none;
	color:#ff0000;
}
.footer{
	position:fixed;
	bottom:0px;
	background-color:#339933;
	width:100%;
	text-align:center;
	margin:0px;
	color:#ffffff;
}
.content{
	margin-left:120px;
	margin-top:30px;
	margin-right:20px;
	margin-bottom:25px;
}
.hoofdfoto{
	text-align:center;
	width:100%;
}
.citaat{
	font-style:italic;
}
.auteur{
	text-align:right;
}
.weg{
	display:none;
}
.submenu{
	color:#cc3333;
	text-align:center;
	background-color:#aaffaa;
	width:100%;
}
a.submenu:link, a.submenu:active, a.submenu:visited, a.submenu:hover{
	color:#dd6633;
	font-weight:bold;
}
.rubriekfoto{
	float:left;
	margin-right:2px;
}
.wedstrijd{
	font-weight:bold;
}
.prestatie{
	font-style:italic;
}
.jaarnu {
	font-size:30pt; color:#ff0000
}
a.jaar:link,a.jaar:active,a.jaar:visited,a.jaar:hover{
	color:#f00;
	text-decoration:none;
}


#menu{
	position:fixed;
	top:0px;
	left:0px;
	background-color:blue;
	width:100px;
	height:280px;
	z-index:3;
}
#vo2{
	position:fixed;
	left:15px;
	bottom:89px;
	height:59px;
	width:70px;
	background-image:url('images/vo2.gif');
	cursor:pointer;
}
#raidlight{
	position:fixed;
	left:10px;
	bottom:40px;
	height:49px;
	width:80px;
	background-image:url('images/raidlight.gif');
	cursor:pointer;
}
