/* CSS Document */

BODY{
	margin:0px;
	font-family:verdana, arial, helvetica;
	background-color:#FFFFFF;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-position:top;
	font-size: 10pt;
	line-height: 14pt;
}

.header{
	background-image:url(../images/head.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:194px;
	margin-left:auto;
	margin-right:auto;
	width:700px;
	margin-bottom: 10px;
}

.title{
	font-size:24px;
	color:#003366;
	letter-spacing:-1px;
	font-weight:bold;
	padding:0px;
	width:270px;
	margin-left:20px;
	margin-top:30px;
	text-align: center;
	float:left;}

.outer{
	width:100%;
	margin: auto;
	background-image: url(../images/jump.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.block-2 {
	/* height:430px; */
	width:680px;
	margin-top:-8px;
	padding-bottom:0px;
	padding:10px;
}

.block-3 {
	height:19px;
	width:700px;
	margin-top:-8px;
	text-align:left;
}

.footer {
	height:80px;
	width:727px;
	background-image: url(../images/logo_vvocm_wit.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.footer_2 {
	height:19px;
	width:727px;
	margin-top:10px;
	color:#0066CC;
	font-size:10px;
	border-top-color: #ee2d24;
	border-top-style: solid;
	border-top-width: 5px;
}

#menu {
	float:left;
	margin-top: 0px;
}

.nav_holder {
	padding-right:0px;
	padding-top:10px;
	width:134px;
	height:100%;
	float:left;
	height:100%;
	font-weight:bold;
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	font-size: 12px;
}

*html .nav_link{
	display:block;
	width:120px;
	color:#003366;
	text-decoration:none;
	padding:3px;
	padding-left:0px;
	border-bottom:#ee2d24 solid 1px;
}

.nav_link{
	display:block;
	width:117px;
	color:#003366;
	text-decoration:none;
	padding:3px;
	padding-left:0px;
	border-bottom:#ee2d24 solid 1px;
}

*html .nav_link:hover{
	display:block;
	background-color:#e0eebb;
	width:120px;
	color:#003366;
	padding:3px;
	padding-left:0px;
	border-bottom:#ee2d24 solid 1px;
}

.nav_link:hover{
	display:block;
	background-color:#e0eebb;
	width:120px;
	color:#003366;
	padding:3px;
	padding-left:0px;
	border-bottom:#ee2d24 solid 1px;
}

*html .nav_link_active{
	display:block;
	background-color:#e0eebb;
	width:120px;
	color:#003366;
	text-decoration:none;
	padding:3px;
	padding-left:0px;
	border-bottom:#ee2d24 solid 1px;
}

.nav_link_active{
	display:block;
	width:117px;
	background-color:#e0eebb;
	color:#003366;
	text-decoration:none;
	padding:3px;
	padding-left:0px;
	border-bottom:#ee2d24 solid 1px;
}

.subnav {
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 0px;
	width: 100px;
}

#main {
	margin-top: 0px;
	float: right;
	width: 520px;
}

#text_area{
	text-align: left;
	padding-left:10px;
	padding-right:10px;
	/* overflow: auto; */
	/* height: 390px; */
}

h1{
	font-size:14pt;
	color:#ee2d24;
	margin-bottom:5px;
}

a:link {color: #0066CC}     
a:visited {color: #0066CC} 
a:hover {color: #0066CC}  

.img  {
	border:1px #ee2d24 solid;
	padding:5px;
	margin:2px;
	float: right;
}

.img_standard  {
	border:1px #ee2d24 solid;
	padding:5px;
	margin:2px;
}

.marked {
	color: #0066CC;
	font-weight: bold;
}

.table {
	font-size: 8pt;
}

.clear {
    clear: both; /* deze class gaan we gebruiken om de twee floats #left en #right te clearen. */
}

