/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	
    background-image: url(afbeeldingen/blauw-achter.gif);
	background-repeat :repeat-x;
	background-color: #0861ad;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #0861ad;
}
H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}


A:link
{
	text-decoration: underline;
	color: #3333cc;
}

A:visited
{
	text-decoration: underline;
	color: #333399;
}

A:active
{
	text-decoration: underline;
	color: #333399;
}

A:hover
{
	text-decoration: underline;
	color: #3333cc;
}

UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

.menucell
{
	width: 176;
	height: 100%;
	vertical-align: top;
	padding:2;

}

.menu1{
	width:100%;
	height:21;
	background-color:#52037F;
	vertical-align: middle;
}

.menulink:link
{
	height: 21;
	width: 100%;
	padding-left: 2;
	padding-top: 3;
	vertical-align: middle;
	font-family: verdana,arial,helvetica;
	font-size: 14px;
	color: #0861ad;
	text-decoration: none;
	display: block;
		font-weight:  bold;
}

.menulink:visited
{
	height: 21;
	width: 100%;
	padding-left: 2;
	padding-top: 3;
	/*background-color: #FFFFFF; */
	vertical-align: middle;
	font-family: verdana,arial,helvetica;
	font-size: 14px;
	color: #0861ad;
	text-decoration: none;
	display: block;
		font-weight:  bold;
}

.menulink1:hover
{
	height: 21;
	width: 100%;
	background-color: #FFC0C0;
	vertical-align: middle;
	font-family: verdana,arial,helvetica;
	font-size: 14px;
	color: #0861ad;
	text-decoration: none;
	font-weight:  bold;
}

.menulink2:hover
{
	height: 21;
	width: 100%;
	background-color: #FFFFC0;
	vertical-align: middle;
	font-family: verdana,arial,helvetica;
	font-size: 14px;
	color: #0861ad;
	text-decoration: none;
		font-weight:  bold;
}

.menulink3:hover
{
	height: 21;
	width: 100%;
	background-color: #C0FFC0;
	vertical-align: middle;
	font-family: verdana,arial,helvetica;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
		font-weight:  bold;
}

.menulink4:hover
{
	height: 21;
	width: 100%;
	background-color: #C0C0FF;
	vertical-align: middle;
	font-family: verdana,arial,helvetica;
	font-size: 14px;
	color: #0861ad;
	text-decoration: none;
		font-weight:  bold;
}

.menulink5:hover
{
	height: 21;
	width: 100%;
	background-color: #FFC0FF;
	vertical-align: middle;
	font-family: verdana,arial,helvetica;
	font-size: 14px;
	color: #0861ad;
	text-decoration: none;
		font-weight:  bold;
}

.menulink6:hover
{
	height: 21;
	width: 100%;
	background-color: #FEDFAA;
	vertical-align: middle;
	font-family: verdana,arial,helvetica;
	font-size: 14px;
	color: #0861ad;
	text-decoration: none;
		font-weight:  bold;
}

.menulink7:hover
{
	height: 21;
	width: 100%;
	background-color: #C0FFFF;
	vertical-align: middle;
	font-family: verdana,arial,helvetica;
	font-size: 14px;
	color: #0861ad;
	text-decoration: none;
		font-weight:  bold;
}

.menulink8:hover
{
	height: 21;
	width: 100%;
	background-color: #EDEBEB;
	vertical-align: middle;
	font-family: verdana,arial,helvetica;
	font-size: 14px;
	color: #0861ad;
	text-decoration: none;
		font-weight:  bold;
}
.main
{
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 10;
	width: 600;
	color: #0861ad;
	font-size: 14px;
	
}
td
{
	color: #0861ad;
	font-size: 12px;
	}
	
.footer
{
	color: #0861ad;
	font-size: 9px;
	}
