html, body, h1, h2, h3, h4, h5, h6, p, img, fieldset, legend, blockquote  { border: 0; margin: 0; padding: 0; }
.clear{	clear: both; margin: 0;	padding: 0;}
html{height:100%;}
body{
	font-family: Verdana,Arial,sans-serif;
	height:100%;
}


#menu{
	position: fixed;
	top:0px;
	left:60px;
	width:191px;
	height:563px;
	background-image: url('media/menubg.png');
	padding-top:20px;
	background-repeat: no-repeat;
}
#language{
	position: fixed;
	top:10px;
	right:20px;
}
#homelink{
	width:191px;
	height: 140px;
	position:absolute;
	top: 270px;

}
#menu p{
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	font-family: times; /*verdana, arial, helvetica;*/
	font-weight: bold;
	color: #000;
	line-height: 20px;
}
#menu p a{
	color: #000;
	text-decoration: none;

}
#menu p a:hover{
		text-decoration: underline;
}

#content{
	position: absolute;
	top:0px;
	left:280px;
	width:70%;
	background-color: rgba(255,255,255,0.8);

}
#content h1{
	text-transform: uppercase;
	font-family: times;
	font-size: 1.0em;
	font-weight: bold;
}

#content h2{
	font-family: times;
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 30px;
}

#content p{
	font-size: .8em;
	line-height: 1.5em;
	margin-bottom:15px;
}
#content a{
	color: #000;
}
#content ul{
	font-size: .8em;
	line-height: 1.5em;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 0px;
}

#kop{
	margin:  40px 0 15px 2%;
	float: left;
	width: 100%;
}

#tekst{
	margin:  15px 0 15px 2%;
	float: left;
	width: 40%;
}

#images{
	margin:  20px 0% 15px 2%;
	float: left;
/*	background-color: #0f0;*/
	width: 55%;
}
.plaatje{
	float: left;
	margin:  0px 2% 30px 0;
	width:48%;
	background-color: #fff;
}
.plaatje img{
	width:100%;
/*	max-height: 150px;*/
}
.plaatje p{
	display: block;
	font-size: 0.8em;
	font-family: times;
	margin: 10px 5px 20px 5px;
	height: 40px;
}
.bloglist{
	float: left;
	margin:  0px 2% 30px 0;
	width:98%;
/*	background-color: #fff;*/
	font-size: 0.8em;
	font-family: times;
}
.bloglist a{
	color: #000;
	text-decoration: none;
}
.bloglist a:hover{
	text-decoration: underline;
}

#socialbuttons{
	position:fixed;
	left:10px;
	bottom:40px;

}
#facebookfeed{
	position:fixed;
	top:0px;
	right:60px;
	width:300px;
	height: 600px;
}