/* CSS Document */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 12px;
	line-height: 14px;
	color: #000;
	background-color:#E4F5F9;
}

a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #449CBE;
	text-decoration: none;
}

a:hover{
	color: #7B6D63;
	text-decoration: underline;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #78C32E;
}

.gradient {
	width: 100%;
	height:100px;
	background-image: url(../images/bg_gradient.jpg);
	background-repeat: repeat-x;
	z-index:-1;
	position:absolute;
}

.ContentTable  {
	background-color: #FFF;
	border-style: solid;
	border-width: 5px;
	border-color: #449CBE;
}

.TopRow {
	background-image: url(../images/bg_top_row.jpg);
	background-repeat: repeat-x;
	height:50px;
	font-weight:normal;
	text-align:left;
}

.Footer { 
	text-align:center;
	color: #B8B8B8;
}

.NavTable {
	border-style: solid;
	border-width: 1px;
	border-color: #449CBE;
}

.NavTable th{
	color:#FFF; 
	background-color:#449CBE;
	height:20px;
}
.NavTable td{
	color:#000; 
	background-color:#FFF;
	height:20px;
	padding-left:5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #449CBE;
}
.NavTable td a{
	color:#000; 
}
.NavTable td a:hover{
	color:#000;
	text-decoration:underline;
}






/*INHOUD*/
.content_table th {
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	background-color:#449CBE;
	text-align: left;
	height: 20px;
}
.content_table th a {
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
}

.content_table th a:hover {
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
	text-decoration: underline;
}

.table_row1 {
	background-color: #FFF;

}
.table_row2 {
	background-color: #EEE;
}

.table_row1 td {
	height: 15px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #DDD;
}

.table_row2 td {
	height: 15px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #DDD;
}



