body, table, p, .text, .titel_klein, .label{
	font-family:Verdana, arial, Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color: #012453;
}

h1, h2, h3, h4, h5, h6, .titel, .label, .titel_klein{color: #cf6301; font-weight:bold;}

.titel, h1{font-size: 16px;}
h2{font-size: 14px;line-height:30px;}
h3{font-size:13px;}

.text, p{line-height:22px;}

/*/ Overige /*/
.copyright, .klein {font-size: 10px;}
.warning {font-weight: bold;color: #FF0000;}
.label_licht {font-weight: bold;color: #ffffff;}
.text_licht {color: #ffffff;}
.zwart{color:#000;}
.wit, .text_wit, .text_licht{color:#ffffff;}
hr {border:1px inset;}

ol.hoofdletters {list-style-type:upper-alpha;}
ol.romeins{list-style-type:upper-roman;}
ul.rond {list-style-type:disc;}


/*/ Buttons /*/
.formbutton {
	color: #FFF;
	background-color:#025595;
	border:1px solid #01477d;
	
	background-image:url(/images/algemeen/background-button.png);
	background-repeat:repeat-x;

	padding:7px;
	
	margin:7px 0 0 0;
	cursor:pointer;
	display:inline-block;
	min-width:150px;
	*min-width:auto;
  	width:200px;
	width:auto !important;
	
	-moz-border-radius: 6px;
 	-webkit-border-radius: 6px;
 	-khtml-border-radius: 6px;
	border-radius: 6px;
	
	-moz-box-shadow: 0 1px 4px #666;
	-webkit-box-shadow: 0 1px 4px #000;
	box-shadow: 0 1px 4px #000;
	
	text-decoration:none;
	font-weight:bold;
	text-align:left;
}

#formuliercontainer{float:left;}
.formbutton:hover{background-image:none;}


/*/ Hyperlinks /*/
a, a.link{color:#012453; text-decoration: none;}
a, a.normaal{color:#cf6301; text-decoration:underline;}
a.optie{font-weight: bold;}

a:hover, a.normaal:hover, a.wit:hover, a.zwart:hover, a.optie:hover{text-decoration:none;}

/*/ Nieuwsfeed /*/
div.nieuws{color:#FFF;} /* kleur linkjes */
div.nieuws a{color:#FFF;} /* titel en lees meer */
div.nieuws span{color:#FFF;} /* nieuwsbericht */


