/*         ALGEMENE TYPOGRAFIE                  */
p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

/*                TYPOGRAFIE              */
/*          gespecificeerde klassen        */
.errorMessage{
	color:red;
	font-weight:bold;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
}
a.menu:link {
	color: #990000;
	text-decoration: none;
}
a.menu:visited {
	color: #990000;
	text-decoration: none;
}
a.menu:hover {
	color: #000000;
	text-decoration: underline;
}
.submenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
a.submenu:link {
	color: #888888;
	text-decoration: none;
}
a.submenu:visited {
	color: #888888;
	text-decoration: none;
}
a.submenu:hover {
	color: #000000;
	text-decoration: underline;
}
.nieuwsbalkdatum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #000000;
	/*filter: Alpha(opacity=100);*/
}
.nieuwsbalktitel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
a.nieuwsbalktitel:link {
	color: #990000;
	text-decoration: none;
}
a.nieuwsbalktitel:visited {
	color: #990000;
	text-decoration: none;
}
a.nieuwsbalktitel:hover {
	color: #000000;
	text-decoration: underline;
}
.nieuwsbalktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.intro{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.kop {
/*Dit is de aangespatieerde kop die op de hoofdpagina's wordt gebruikt*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	/*font-variant: small-caps;*/
	color: #990000;
	text-align: center;
	line-height: 28px;
	letter-spacing: 12px;
	margin-bottom:30px;
}
.kop2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	text-align: left;
}



/*                           TABELLEN                      */
table.mainTable{
	background:	url(images/bg_pink_top.gif) repeat-y;
}
table.bottom{
	background:	url(images/bg_pink_bottom.gif);
	background-repeat:no-repeat;
}
table.beheer {
	padding: 0;
	marging: 0;
	border: 1;
	width: 760px;
}
td.menu {
	background-color: #FFFFFF;
	background-image: url(images/menu_sub.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
td.bg {
	background-color: #FFFFFF;
	background-image: url(images/bg-main.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
td.nieuwsbalk {
	/*filter: Alpha(opacity=8);*/
	background-color: #ffffff;
	border: 1px solid #993300;
	color: #000000;
}

/*                       BEHEER                         */
/*     Typografie die alleen in beheer wordt gebruikt   */

.beheer_kop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
