body {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
}
td{
	font-size:12px;
}
a{
	color:#000000;
	text-decoration:underline;
}
a:hover{
	color:#000000;
	text-decoration:none;
}
h1{
  font-style:  normal;
  font-weight: normal;
  margin-bottom:0px;
  margin-top:0px;
}
hr{
	border-top:1px solid #e57d0e;
	border-bottom:1px solid #f7b018;
}
/* voor ritch text CMS */
p, ol, li, ul, hr {
	margin-top: 0px;
	margin-bottom: 0px;
}
ul{
margin-left:15px;
}
/** Navigatie *********************************/
.nav a{
	background-color:#ececec;
	color:#000000;
	display:block;
	font-weight:bold;
	width:230px;
	border-bottom:2px solid #FFFFFF;
	height:28px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-indent:45px;
	line-height:28px;
	background-image:url(../images/nav_bullit.gif);
	background-repeat:no-repeat;
	text-decoration:none;
}
.nav a:hover{
	background-color:#DDDDDD;
	color:#000000;
	text-decoration:none;
	background-image:url(../images/nav_bullit_o.gif);
}
.subnav{
	background-color:#ececec;
	color:#000000;
	display:block;
	width:230px;
	border-bottom:2px solid #FFFFFF;
	height:28px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-indent:45px;
	line-height:28px;
	background-repeat:no-repeat;
	text-decoration:none;
}
.subnav:hover{
	background-color:#DDDDDD;
	color:#000000;
	text-decoration:none;
}
#beveiliging{
	background-image:url(../images/nav_bullit_bev.gif);
}
#beveiliging:hover{
	background-image:url(../images/nav_bullit_o.gif);
}
#security{
	background-image:url(../images/nav_bullit_sec.gif);
}
#security:hover{
	background-image:url(../images/nav_bullit_o.gif);
}
#opleiding{
	background-image:url(../images/nav_bullit_opleiding.gif);
}
#opleiding:hover{
	background-image:url(../images/nav_bullit_o.gif);
}
.toplink{
	text-decoration:none;
	font-weight:bold;
}
.toplink:hover{
	text-decoration:underline;
}
/** Formulieren *********************************/
.textinput {
	border: 1px solid #000000;
	background-color:#EEEEEE;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	height:18px;
}
.btn{
	background-color:#CCCCCC;
	font-size:11px;
	border:1px solid #000000;
	color:#000000;
	font-weight:bold;
}

/** Diversen **************************************/
.paginaTitel{
	font-size:16px;
	height:30px;
	margin-left:30px;
	margin-right:30px;
	margin-top:20px;
	background-image:url(../images/bg_titel_onderlijn.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
.paginaTekst{
	font-size:12px;
	line-height:18px;
	margin-top:10px;
	margin-left:30px;
	margin-right:30px;
}
