body {
    margin: 0px;
    padding: 0px;
    background-color: rgb(204,204,204);
    background-image: url(images/background.jpg);
    background-repeat: repeat-x;
    background-position: top;
    font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height: 16px;
}

table, tr, td {
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

input {
    font-size: 10px;
}

p {
    margin: 10px 0px 10px 0px;
    padding: 0px;
	font-size: 12px;
	line-height:14px
}

h1 {
    margin: 10px 0px 10px 0px;
    padding: 0px;
    color: rgb(0,0,102);
    font-weight: normal;
    font-size: 22px;
	text-align:right
}

h2 {
    margin: 10px 0px 10px 0px;
    padding: 0px;
    color: rgb(0,0,102);
    font-weight: normal;
    font-size: 18px;
}

h3 {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    color: rgb(0,0,102);
    font-weight: normal;
    font-size: 15px;
	line-height:20px
}

.nieuwstitel a:link, .nieuwstitel a:visited  {
    color: rgb(0,0,102) !important;
    font-weight: normal;
	line-height:20px;
    text-decoration: none;
}

#klokbalk {
	margin:0px;
	padding-left: 39px;
	padding-top: 77px;
	color: rgb(195,195,195);
	font-size:10px;}

#header 
	{
		height: 95px;
		width: 960px;
		background-image: url(images/top.jpg);
		background-repeat: no-repeat;
		margin: 0px auto 0px auto;
	}
	
#header #hoofdtabel
	{
	width:960px;
	}
	
#header #klokbalk 
	{
		margin:0px;
		padding-left: 39px;
		padding-top: 62px;
		color: rgb(195,195,195);
		font-size:10px;
	}

#header #adBox
	{
		text-align:right !important;
		vertical-align:middle;
		padding-top:6px;
	}
	
#header #loginbox
	{
    	margin: 3px 20px 0px 0px;
		text-align: right;
		width:170px;
	}

#header .tools
	{
		color: rgb(195,195,195);
		font-size: 11px;
		margin-top:2px;
		line-height:12px;
		text-align:right;
		margin-right:38px;
	}

#header .tools a:link, #header .tools a:visited
	{
		color: rgb(195,195,195);
		text-decoration:none;
	}

#header .tools a:hover
	{
		color: rgb(195,195,195);
		text-decoration:underline;
	}	

#header #welkom
	{
		color: rgb(195,195,195);
		font-size: 16px;
	}

#header .bezoekersnaam
	{
		color: rgb(195,195,195);
		font-size: 13px;
		margin-top:2px;
		line-height:18px;
	}

#header .bezoekersnaam a:link, #header .bezoekersnaam a:visited 
	{
		color: rgb(195,195,195);
		font-size: 12px;
		text-decoration:none;
		padding-top:5px; 
	}

#header .bezoekersnaam a:hover 
	{
		color: rgb(195,195,195);
		font-size: 12px;
		text-decoration:underline;
		padding-top:5px;
	}

#middle{
    background-image: url(images/middle.jpg);
    background-repeat: repeat-y;
    background-position: top;
    margin: 0px auto 0px auto;
    width: 960px;
}

#content {
    margin: 0px 20px 0px 20px;
    padding: 0px;
}

#panel_left {
    width: 170px;
    margin: 0px;
    padding: 10px 0px 10px 10px;
}

#panel_middle{
    margin: 0px;
	padding-top: 10px;
	}

#panel_right{
    width: 200px;
    margin: 0px;
    padding: 10px 10px 10px 0px;
}

#footer_background {
    background-image: url(images/background_footer.jpg);
    background-repeat: repeat-x;
    background-position: top;
}

#footer {
    height: 95px;
    width: 960px;
    background-image: url(images/footer.jpg);
    background-repeat: no-repeat;
    margin: 0px auto 0px auto;
}

.tablehoofdtabel {
	margin: 0px auto 0px auto;
}

.box {
    margin: 5px;
    padding: 5px;
    background-color: rgb(195,195,195);
}

.box h1, #loginbox h1 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: rgb(0,0,102);
    font-weight:normal;
    font-size: 15px;
}

.box ul {
    margin: 0px;
    padding: 0px;
}

.box li {
    margin: 0px;
	border:solid 1px rgb(195,195,195);
    padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
    color: rgb(195,195,195);
    font-size: 12px;
    list-style-type: none;
	background-color: rgb(58,58,104);
	line-height:18px
}

.box li.active {
    margin: 0px;
	border:solid 1px rgb(195,195,195);
    padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
    color: rgb(58,58,104);
    font-size: 12px;
    list-style-type: none;
	background-color: rgb(195,195,195);
	line-height:18px
}

.box li.active a:link, .box li.active a:visited {
    text-decoration: none;
    color: rgb(58,58,104);
}

.box li.active a:hover {
    text-decoration: underline;
    color: rgb(0,0,102);
}

.box a:link, .box a:visited, .box {
    text-decoration: none;
    color: rgb(195,195,195);
}

.box a:hover {
    text-decoration: underline;
    color: rgb(0,0,102);
}

.box p {
    margin: 0px;
    padding: 0px;
    color: rgb(0,0,0);
    font-size: 11px;
    list-style-type: none;
    text-align: center;
}

.box img {
    border: solid 1px rgb(0,0,102);
    margin: 5px;
    padding: 0px;
}

.text {
    margin: 0px 0px 5px 0px;
    padding: 2px;
    width: 120px;
    border: none;
	text-align:right
}

.button {
    margin: 3px 0px 0px 0px;
    padding: 1px;
}

.datumfotoalbum {
	font-size: 8px;
	color: rgb(0,0,0);
}

.copyright {
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: rgb(195,195,195);
    font-weight:normal;
    font-size: 11px;
}

.copyright a:link, .copyright a:visited {
    text-decoration: none;
    color: rgb(195,195,195);
}

.copyright a:hover {
    text-decoration: underline;
    color: rgb(0,0,102);
}

.link {
    margin: 0px;
    padding: 0px;
    text-align: left;
    color: rgb(58,58,104);
    font-weight:normal;
    font-size: 11px;
}

.link a:link, .link a:visited {
    text-decoration: none;
    color: rgb(58,58,104);
}

.link a:hover {
    text-decoration: underline;
    color: rgb(0,0,102);
}

.sublink {
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-weight:normal;
    font-size: 11px;
    color: rgb(2,2,53);
}

.sublink a:link, .sublink a:visited{
    text-decoration: none;
    color: rgb(2,2,53);
}

.sublink a:hover {
    text-decoration: underline;
    color: rgb(0,0,102);
}

.header {
	margin:0px;
	color: rgb(195,195,195);
	font-size:10px;}
	
.fotosortering {
	text-align:center;
	font-size: 12px;
	color: rgb(2,2,53);
}

.fotosortering a:link, .fotosortering a:visited{
    text-decoration: none;
    color: rgb(2,2,53);
}

.fotosortering a:hover {
    text-decoration: none;
    color: rgb(0,0,102);
    border-bottom: solid 1px rgb(58,58,104);
}

.rechterlink {
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: rgb(0,0,102);
    font-weight:normal;
    font-size: 15px;
}

.rechterlink a:hover {
    text-decoration: none;
    color: rgb(0,0,102);
    border-bottom: solid 1px rgb(58,58,104);
}

.rechterlink a:link, .rechterlink a:visited{
    text-decoration: none;
    color: rgb(0,0,102);
}

.email {
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: rgb(0,0,0);
    font-weight:normal;
    font-size: 12px;
}

.email a:link, .email a:visited{
    text-decoration: none;
    color: rgb(0,0,0);
}


.box p a:link, .box p a:visited {
    text-decoration: none;
    color: rgb(58,58,104);
}

.box p a:hover {
    text-decoration: underline;
    color: rgb(0,0,102);
}

.nieuwsdatum {
	color:rgb(0,0,0);
	font-size:10px;
	text-align:right;
	margin-top:2px
}

div.accordeon {
	display:none;
	overflow: hidden !important;
}

.fotoalbumlinkshome a:link, .fotoalbumlinkshome a:visited
{
	text-decoration:none;
	color:rgb(0,0,102);
	font-size: 10px;
	}

.fotoalbumlinkshome a:hover
{
	text-decoration:underline;
	font-size: 10px;
}

.linkhome
{
    position: absolute;
    width: 230px;
    margin-left: 20px;
    height: 70px;
    z-index: 2;
}

#Indekijker
{
    height: 205px;
}

.addthis
{
    margin-top: -21px;
}

.box .nieuwsdatum a
{
    color: red;
    line-height: 25px;
    font-size: 11px;
}

h2 a
{
	text-decoration: none;
}


.box .picturelist a:link, .box .picturelist a:visited, .box .picturelist {
	color: #000;
}

.picturelist { 
	clear: left;
}

#___plusone_0 {
margin: 8px 0px 0px !important;
text-align: right !important;
}
