@charset "UTF-8";
/* 
	Background-Styles 
*/

body {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	color: #7f7d78;
	font-size: 13px;
	line-height: 19px;
	height: 100%;
}

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 950px;
	height: 600px;
	margin: -325px 0 0 -450px;
	border: 1px solid silver;
	text-align: left;
	/*	position: relative;
	margin: 0 auto;
	text-align: left;
	top: 50%;
	width: 900px;
	height:	650px;
	*/
}

#top {
position: relative;
float: left;
width: 950px;
height: 90px;
background: url(images/top.jpg) no-repeat top left;
}

#menulinks {
position: relative;
float: left;
padding: 20px;
height:390px;
width:125px;
background-color:#508cbd;
}

#tekst{ 
position: relative;
float: left;
padding:20px;
height:390px;
width:434px;
overflow-y: auto;
background-color:#c7e9fe;
}

#plaat {
position: relative;
float: left;
height:430px;
width:309px;
}

#plaatbinnen {
height:430px;
width:309px;
}

#onder {
position: relative;
float: left;
padding: 20px;
height:40px;
width:910px;
background-image:url(images/bottom.jpg);
font-size: 12px;
color: white;
}

#newsticker {
height: 38px;
border: 1px #a3d3f1 solid;
}

h2 {
font-size: 15px;
margin-bottom: 5px;
margin-top: 0px;
font-weight: bold;
}

.date {
font-size: 11px;
}

p.show {
margin: 0px -20px 0px -20px;
background-color: #589bd2;
width: 145px;
padding-left: 20px;
}

.nieuwsthumb {
position: relative;
margin: 0px 10px 10px 0px;
float: left;
}

.fotoalbumthumb {
position: relative;
margin: 0px 10px 10px 0px;
width: 115px;
float: left;
}

.fotoalbumtitel {
position: absolute;
left: 0px;
bottom: 50px;
padding: 5px;
width: 105px;
text-align: center;
background-color: black;
color: white;
 /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
  -moz-opacity:.70;
}


.clear {
clear: both;
height: 10px;
padding: 0px;
margin: 0px;
}

a.copyright:link, a.copyright:visited {
font-size: 12px;
color: #d7d7d7;
text-decoration: none;
}

a.copyright:hover {
font-size: 12px;
color: black;
text-decoration: none;
}

a.menu:link, a.menu:visited  {
text-decoration: none;
color: #ffffff;
}

a.menu:hover {
text-decoration: none;
color: #fda058;
}

.laatzien {
text-decoration: none;
color: #fda058;
}


a.sub:link, a.sub:visited {
text-decoration: none;
color: white;
}

a.sub:hover {
text-decoration: none;
color: #fda058;
}

.subactive {
text-decoration: none;
color: #fda058;
}

a:link, a:visited {
text-decoration: none;
color: #f37002;
}

a:hover {
text-decoration: none;
color: #fda058;
}

