@charset "UTF-8";
/* CSS Document */

/* start h tags */

h1{
	font-family:'Aachen-LightRegular';
	font-size:24px;
	color:#003f5e;
	margin-top:0;
}

h2{
	font-family:'Aachen-LightRegular';
	font-size:26px;
	color:#003f5e;
	margin-top:0;
}

h3{
	font-family:'Aachen-LightRegular';
	font-size:28px;
	color:#003f5e;
	margin-top:0;
}

h4{
	font-family:'Aachen-LightRegular';
	font-size:30px;
	color:#003f5e;
	margin-top:0;
}

h5{
	font-family:'Aachen-LightRegular';
	font-size:32px;
	color:#003f5e;
	margin-top:0;
}

h6{
	font-family:'Aachen-LightRegular';
	font-size:34px;
	color:#003f5e;
	margin-top:0;
}

/* einde h tags */

/* start p tags */

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#000000;
}

/* einde p tags */

/* start links */
a{
	color:#31782b;
	text-decoration:none;
}
a:hover{
	color:#003f5e;
	text-decoration:none;
}
a:visited{
	color:#31782b;
	text-decoration:none;
}

#mainmenu a{
	color:#003f5e;
	text-decoration:none;
}
#mainmenu a:hover{
	color:#ffffff;
	text-decoration:none;
}

.aktief{
	color:#ffffff;
	text-decoration:none;
}

#tekst a{
	color:#31782b;
	text-decoration:none;
}
#tekst a:hover{
	color:#003f5e;
	text-decoration:none;
}
#tekst a:visited{
	color:#31782b;
	text-decoration:none;
}

.nieuwsitembalk a{
	color:#003f5e;
	text-decoration:none;
}
.nieuwsitembalk a:hover{
	color:#bbbbbb;
	text-decoration:none;
}


/* einde links */

/* start font */

@font-face {
	font-family: 'Aachen-LightRegular';
	src: url('font/Aachen-Light.eot');
	src: local('font/Aachen-Light Regular'), local('font/Aachen-Light'), url('font/Aachen-Light.woff') format('woff'), url('font/Aachen-Light.ttf') format('truetype'), url('font/Aachen-Light.svg#Aachen-Light') format('svg');
}

.button{
	background-color:#00803D;
	color:#FFFFFF;
	cursor:default;
	border:0px;
}

/* einde font */

/* styling van de tabjes in inschrijvingen */

.stapActive {
	float:left;
	color:#00803D;
}
.stapInactive {

	float:left;
}
.stapGehad {
	float:left;
	color:#000;
}

.stapblock{
	margin-right:0px;
}

.tdinactive{

}
.tdactive{

}
.tdgehad{
	background-color:#000000;
}
.stappen a{
	font-size:10px;
	margin:0px;
	padding:0px;
	cursor:pointer;

}
.stappen{
	margin-bottom:10px;
	color:#FFF;
	line-height:12px;
	font-size:10px;
}
.stappendivider{
	float:left;
	margin-left:5px;
	margin-right:5px;
}
	
.tab a:hover{
	color:#000;
}

.tabactive a{
	color:#000;
	
}
#tabjesinloggen{
	display:block;
	margin-top:20px;
	margin-bottom:10px;
	float:left;
	width:480px;
	
}
.tableinschrijven td{
	vertical-align:middle;
}
/* styling van de tabjes in inschrijvingen */