/* CSS Document */

body {
padding:0px;
margin:0px;
}

div, td, p{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:1.6;
color:#333366;
} 

h2 {
font-size:18px;
color:#7BA1C9;
}

hr {
color:#7BA1C9;
height:1px;
}

a:link, a:visited, a:active {
text-decoration:none;
color:#51A748;
}
a:hover {
text-decoration:none;
color:#98BBE0;
}

.error {
color:#7BA1C9;	
}

#header {
width:100%;
height:204px;
background-image:url(images/header.jpg);
background-position:left;
}
	#fav{
	text-align:right;
	padding-right:10px;
	padding-top:5px;
	}
		#fav a{
		font-size:11px;
		color: #333366;
		cursor:pointer;
		}
		#fav a:hover{
		color:#7BA1C9;
		}

#maintable {
background-image:url(images/bg.jpg);
background-position:left;
background-repeat:repeat-y;
height:400px;
}
	#navigatiecell {
	width:175px;
	padding-left:25px;
	padding-top:70px;
	}
		#navigatiecell a{
		text-decoration:none;
		display:block;
		color:#333366;
		width:150px;
		height:20px;
		padding-left:10px;
		}
		#navigatiecell a:hover{
		text-decoration:none;
		display:block;
		color:#ffffff;
		background-color:#7BA1C9;
		}
		#zoekterm {
		padding-top:50px;
		padding-left:10px;
		}
	#contentcell {
	width:100%;
	padding:20px;
	padding-left:40px;
	padding-right:30px;
	padding-top:70px;
	background-image:url(images/vijfheerenlandendigitaal.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}
	#bannercell {
	padding:0px;
	padding-right:25px;
	margin:0px;
	padding-top:70px;
	width:150px;
	}
		#bannercell img {
		display:block;
		margin-bottom:10px;
		border:1px solid #999999;	
		}
	
/* form styles */
select, input, textarea {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
select {
border:1px solid #98BBE0;
}

/* zoek een link */
#pagenavigatie a{
text-decoration:none;
font-weight:bold;
color:#CCCCCC;
}
#pagenavigatie a:hover{
text-decoration:none;
font-weight:bold;
color:#98BBE0;
border-bottom:3px solid #98BBE0;
}
	#pagenavigatie .pageactive {
	text-decoration:none;
	font-weight:bold;
	color:#CCCCCC;
	border-bottom:2px solid #CCCCCC;
	}

#weergavedata a{
display:block;
width:100%;
text-decoration:none;
color:#333366;
padding-left:5px;
}
#weergavedata a:hover{
display:block;
width:100%;
text-decoration:none;
color:#333366;
background-color:#CBDFF3;
border-left:3px solid #98BBE0;
padding-left:2px;
}
#weergavedata table {
width:100%;
}
#copyright{
text-align:left;
padding-left:25px;
padding-top:20px;
padding-bottom:20px;
}
	#copyright a{
	color:#cccccc;
	padding:5px;
	padding-left:40px;
	background-image:url(images/sjonic_icon_grey.jpg);
	background-position:left;
	background-repeat:no-repeat;
	}
	#copyright a:hover{
	color:#000000;
	padding:5px;
	padding-left:40px;
	background-image:url(images/sjonic_icon.jpg);
	background-position:left;
	background-repeat:no-repeat;
	}