@charset "utf-8";
/** { position: relative; }*/
 
body
{
	margin:		0;
	padding: 	0;
	text-align:	left;
	font-family: "Lucida Sans Unicode", sans-serif;
	background:	#f0f0f0;
}

.wrapper
{
	width:		960px;
	margin:		0 auto;
	text-align:	left;
}

.breaker { clear: both; height: 75px; }

img { border: 0; }	/*  Prevent blue border around linked images. */
h3 { font-size:	12px; margin: 13px 0 2px 0; }
 
/* 
	De header
*/
#hoofder { text-align: center; margin: auto; }

#dingstje
{
	height:	17px;
	background: #e1e1e1 url('images/l-er.png') no-repeat;
	position:	relative;
	margin-top: -1px;
}
 
#logo 
{
	height:		62px;
	width:		266px;
	background:	url('images/logo.png') no-repeat;
	float: 		left;
}
 
#navigatie
{
	float:			right;
	margin:			22px 0 0 0;
	font-family: 	"Myriad Pro";
	font-size:		16px;
}
 
a.active { color: #67468e; }
 
#navigatie a:link, #navigatie a:visited
{
	position:		relative;
	width:			75px;
	margin-right: 	40px;
	color:			#f0f0f0;
	text-decoration: none;
}
 
 
#hoofder
{
	background:	#222222;
	height:		62px;
	
	color:		#fefefe;
}

/*
	Slider
*/
 
#slider
{
	height:		254px;
	background: #999 url('images/slider-bg.png') repeat-x;
}

/*
	Content
*/

h1,h2,h3 {
	color:	#888888;
} 

h1.quote {
	font-size: 50px;
}

#inhalt
{
	//color:	#888888;
	margin:	35px 0 0 0;
	font-size:	12px;
}
 
#inhalt #links-content
{
	width:	645px;
	float: left;
	margin: -15px 30px 0 0;
}

.post { margin: 0 0 35px 0; }
 
/*h2 { font-family: "Myriad Pro"; }*/
 
 
 
#inhalt #rechts-content
{
	float: 	left;
	width:	205px;
}
 
#inhalt  a:link, #inhalt a:visited { color: #777; text-decoration: none; }
.l { width: 100px; float: left; }
 
/* 
	De footer
*/
 
#footer
{
	height:		250px;
	background: #222222;
	
	color:		#FFF;
	padding:	13px;
	
	font-size:	10px;
}

#footer a:link, #footer a:visited { color: #fefefe; text-decoration: none; }
#footer ul { list-style: none; margin-left: 0px; }

#footer img { margin: 0 0 10px 10px; }

.bl { float:	left; }

#copyzooi
{
	text-align:	center;
	font-size:  9px;
	color:		#505050;
}

.block-user, .block, #block-user-1 {
	//float: right;
	//padding-right: 50px;
	//margin-right: 45px;
}

/* IE6 doesnt support this, but fuck it, they should get a real browser. */
ul.menu:first-child {
	margin-left: 25px;
}

.breadcrumb {
  display:inline;
  padding-bottom: .5em;
}
/*
span.nav {
	margin-left: -50px;
}
*/

