@charset "utf-8";
/* CSS Document */
@import "menu.css";
@import "rtl.css";


body {
	font-family:Verdana, Geneva, sans-serif;
	color: #0020b2;
	font-size: 14px;
}
a {
	color: #0020b2;
}
#container {
	width: 950px;
	margin-left: auto ;
	margin-right: auto ;

}
h1 {
	margin-top: 0px;
	padding: 0px;
}
h2 {
	padding: 0px;
	margin: 0px;
}
p.the_time {
	margin: 0px;
	padding: 0px;
	font-size: 9px;
}
p {
	margin: 0px;
	padding: 0px;
}
#header {
	position: relative;
	background-image:url(images/header_image_950.png);
	width: 950px;
	height: 247px;
}
#content {
	position: relative;
	float: left;
	width: 100%;
	background-image: url(images/faux_collum_background.png);
	background-repeat: repeat-y;
	padding-top: 15px;
	padding-bottom: 50px;
}
#content_body {
	margin-left: 30px;
	position: relative;
	width: 683px;
	float: left;
}
#footer {
	position: relative;
	clear: both;
	height: 20px;
	width: 100%;
	background-color: #0060aa;
	margin-bottom:50px;
	color: #fff;
	padding: 5px 15px;
}
#footer a {
	color: #fff;
}
#twitter_link {
	position: absolute; 
	bottom: 0px;
	right: 0px; 
}
#hyves_link {
	position: absolute; 
	bottom: 0px;
	right: 61px; 
}
#hyves_link a img {
	border: 0px;
}
#facebook_link {
	right: 117px;
	position: absolute; 
	bottom: 0px;
}
#facebook_link a img {
	border: 0px;
}
#twitter_link a img {
	border: 0px;
}
.shr-bookmarks{

	position: relative;
}
#container #content #content_body .entry {
	padding-top: 5px;
}
.post {
	padding-bottom:10px;
}
#welkom {
	padding-bottom: 15px;
}
#header #searchform {
	position: absolute;
	right: 0px;
	top: 10px;
}

