body {
	margin: 0px;
	padding:0px;
	background-color: #E9EDEF;
	font-family: "Lucida Sans Unicode", "Lucida Console", arial, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}

a:link, a:visited, a:active { 
	color: black;
}

a:hover {
 	color: #5FB0DC;
}


#banner img {
	border: 1px solid #333333;
}

#content {
	position:absolute;
	left:50%;
	width:480px;
	margin-top:-4px;
	margin-left:-266px;
	padding-top: -500px;
	padding:25px;
	border-left:1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 10px solid #333333;
	background-color:white;
	text-align:justify;

	}

/* postje */
.blog {
	margin-top:0px;
}	
	
/*datum post*/
.date{
	position:absolute;
	left:50%;
	margin: -4px 0px 0px -385px;
	padding-left: 5px;
	border-bottom: 1px solid #333333;
	font-weight: bold;
	font-size: 10px;
	color: black;
	width: 119px;
}

/*titel post*/
.title {
	position:absolute;
	left:50%;
	margin:-4px 0px 0px -265px;
	padding-left: 25px;
	border-bottom: 1px solid #8F8F8F;
	font-weight: bold;
	font-size: 13px;
	color: #223E71;
	width: 250px;
	}
	
/* tekst van de post */
.text {
	padding-top: 15px;
}
	
/*bloggegevens naam, categorie etc*/	
.stuff {
	text-align:right;
        margin-bottom: 30px; 
} 
	
/*rechterbalk met linkjes etc */
#sidebar{
	position:fixed;/* stond op absolute om menu niet mee te laten bewegen */
	left:50%;
	margin-top:-6px;
	margin-left:267px;
    margin-bottom:20px;
	padding-left: 15px;
	float: left;
}

/* kopjes in sidebar */
.sidetitle {
	font-weight: bold;
    margin: 3px 0px 5px -16px;
	padding: 3px 5px 3px 15px;
	color: #223E71;
	height: 15px;
	background-color: #FAFAFB;
	width: 150px
	}
	
/*linkjes in sidebar */
#sidebar a:link, #sidebar a:visited {
	text-decoration: none;
} 

blockquote {
border-left: 1px dashed #000;
width: 400px;
margin: 10px 0px 10px 0px;
padding-left: 15px;
}