﻿
/* --------------------------------------------------------- */ 
/*   BASIS STRUCTUUR							 		
/* --------------------------------------------------------- */

html{
	overflow-y:scroll;	
}
body{
	min-width:990px;
}

#container,#header,#content{
	width:990px;
	margin-left:auto;
	margin-right:auto;	
}

/*   CONTAINER
/*---------------------------------------------------------- */	
#container{
	min-height:500px;
	margin:0 auto 0;
	background:url('images/bg.jpg') 85% 0 no-repeat;
}

.facebook-like iframe{
	height:20px;
}
/* --------------------------------------------------------- */ 
/*   HEADER							 		
/* --------------------------------------------------------- */

#header{
	height:175px;
	margin-top:10px;
	float:left;
}

/*   LOGO
/*---------------------------------------------------------- */	
#logo{
	width:191px;
	height:177px;
	float:left;
}

/* --------------------------------------------------------- */ 
/*   CONTENT 					 		
/* --------------------------------------------------------- */

#content,#linkerkolom,
#middenkolom,#rechterkolom,
#midden_content{
	float:left;
}

/*   ZIJ KOLOMMEN
/*---------------------------------------------------------- */	
#linkerkolom{
	width:192px;
}
#rechterkolom{
	width:170px;
	padding-left:22px;	
}
.kolomvak,#sidebar ul li{
	width:180px;
}

/*   MIDDEN KOLOM
/*---------------------------------------------------------- */	
#middenkolom{
	width:604px;
	min-height:450px;
	padding:15px 0;
	border:1px solid #97bf2a;
	background:#cbdf94;
}

#midden_content{
	margin-left:10px;
}

#tekstvak{
	position: relative;
	width:554px;
	min-height:400px;
	padding:15px;
	background:#ffffff;
}

/*   FOOTER
/*---------------------------------------------------------- */	
#footer{
	position:relative;
	top:22px;
	width:584px;
	height:30px;
	padding:10px 0;
	margin:10px auto 0 auto;
	clear:both;
	border-top:1px solid #cccccc;		
}
#footer a{
	color:#666;
}
#footer a:hover{
	color:#000;
}


/*   Tweet button (plugin: tweetmeme)
/*---------------------------------------------------------- */	

.tweetmeme_button{
	float: left;
}
.tweetmeme_button iframe{
	position: absolute;
	right: 0;
	width:50px;
	height: 63px;
}
.post{
	position: relative;
}
.bericht-overzicht .tweetmeme_button iframe{
	top:20px;
}
