
h1{
	margin:0px;
	padding:10px 0px 15px 0px;
	font-size:27px;
	color:#cdcbcb;
}

.cssbutton{
	background-color:#ee1c23;
	color:#FFFFFF;
	border:0px;
	padding:2px 1px 3px 2px;
	font-size: 12px;
}

input, textarea, button{
	font-size: 12px;
	padding:2px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

textarea{

	line-height:20px;
}

.zwart2{
	margin-top:10px;
	height:2px;
	padding:0px;
	overflow:hidden;
	background-image:url('../images/dots.php?kleur=000000&size=2&space=2&dir=hor');
	background-position:bottom;
	background-repeat:repeat-x;

}
.zwart1{
	margin-top:10px;
	height:1px;
	padding:0px;
	overflow:hidden;
	background-image:url('../images/dots.php?kleur=000000&size=1&space=1&dir=hor');
	background-position:bottom;
	background-repeat:repeat-x;

}

.paars2{
	margin-top:10px;
	height:2px;
	padding:0px;
	overflow:hidden;
	background-image:url('../images/dots.php?kleur=b2488e&size=2&space=2&dir=hor');
	background-position:bottom;
	background-repeat:repeat-x;

}
.paars1{
	margin-top:10px;
	height:1px;
	padding:0px;
	overflow:hidden;
	background-image:url('../images/dots.php?kleur=b2488e&size=1&space=1&dir=hor');
	background-position:bottom;
	background-repeat:repeat-x;
}

.tbmodule{
	background-color:#ea0082;
	color:#FFFFFF;
	padding:20px;
	margin:15px 0px 15px 0px;
	text-align:center;
	font-weight:bold;
	border:dotted 1px #000000;
}

/**********************************************
STANDAARD ELEMENTEN
**********************************************/
body, td{
	color: #000000;
	font-size: 12px;
	line-height:19px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}


p{
	margin:10px 0px 0px 0px;
}
/**********************************************
LINKS
**********************************************/
a:hover, a:visited, a:active, a:link{
	color:#b2488e;
	text-decoration:underline;
}

a:hover{
	color:#7c0654;
}

.paarsblank a:hover, .paarsblank a:visited, .paarsblank a:active, .paarsblank a:link{
	color:#7c0654;
	text-decoration:none;
}

.paars a:hover, .paars a:visited, .paars a:active, .paars a:link{
	color:#7c0654;
	text-decoration:underline;
}


.wit a:hover, .wit a:visited, .wit a:active, .wit a:link{
	color:#ffffff;
	text-decoration:underline;
}

.nolink {
	margin-left:4px;
}
.fat a:hover, .fat a:visited, .fat a:active, .fat a:link{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
.fat a:hover{
	color:#c02626;
}

.menu_1_off, .menu_1_off a:hover, .menu_1_off a:visited, .menu_1_off a:active, .menu_1_off a:link,.menu_1_on, .menu_1_on a:hover, .menu_1_on a:visited, .menu_1_on a:active, .menu_1_on a:link{
	color:#a0a0a0;
	text-decoration:none;
	cursor:pointer;	
}
.menu_1_off,.menu_1_on{
	color:#a0a0a0;
	margin:0px 15px 0px 15px;
	padding:8px 0px 8px 0px;	
	border-bottom:1px solid #a0a0a0;
	font-weight:bold;
}

.menu_1_on, .menu_1_on a:hover, .menu_1_on a:visited, .menu_1_on a:active, .menu_1_on a:link{
	color:#000000;
}
.menu_1_on{
	color:#000000;
	border-bottom:1px solid #000000;

}


.menu_2_off, .menu_2_off a:hover, .menu_2_off a:visited, .menu_2_off a:active, .menu_2_off a:link,.menu_2_on, .menu_2_on a:hover, .menu_2_on a:visited, .menu_2_on a:active, .menu_2_on a:link{
	color:#c3c3c3;
	text-decoration:none;
	cursor:pointer;	
}
.menu_2_off,.menu_2_on{
	color:#c3c3c3;
	margin:0px 15px 0px 25px;
	padding:4px 0px 4px 0px;	
	border-bottom:1px solid #a0a0a0;
	font-weight:bold;
}

.menu_2_on, .menu_2_on a:hover, .menu_2_on a:visited, .menu_2_on a:active, .menu_2_on a:link{
	color:#6e6e6e;
}
.menu_2_on{
	color:#6e6e6e;
	border-bottom:1px solid #6e6e6e;
}

/**********************************************
IMAGES VANUIT TOOLBOX
**********************************************/
.img_left_border{
	float:left;
	margin-right:15px;
	margin-bottom:10px;
	border:1px solid #222222;	
}
.img_left_noborder{
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}
.img_right_border{
	float:right;
	margin-left:15px;
	margin-right:4px;	
	margin-bottom:10px;
	border:1px solid #222222;	
}
.img_right_noborder{
	float:right;
	margin-left:15px;
	margin-right:4px;
	margin-bottom:10px;
}
.img_noalign_noborder{
	margin:5px;
	display: block; 
	margin-left: auto; 
	margin-right: auto
}
.img_noalign_border{
	margin:5px;
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	border:1px solid #222222;		
}