/*======================================
Stijl gebaseerd op: Extreme Georgia 0.1
Jan Van Hee, februari 2010
======================================*/

/* Import external stylesheet */
@import url('reset.css');

/* Common HTML tags */
body
{
	background:#fff;
	font: 76%/115% georgia,verdana,arial;
	text-align:left;
	color:#333;
	border-top:10px solid #eee;
}




/* Wrapper & Container */
#wrapper
{
	width:760px;
	margin:0 auto;
	background-color: #fff;
	position: relative;
}

/* Header */
#header
{
	margin:20px 0 30px 240px;
	width:510px;
}

#header h1 a
{
	font-size:5em;
	line-height: 1.3em;
	font-weight:normal;
	border: none
}

#header p
{
	font-size:2em;
	color:#999;
	margin:-10px 0 5px 30px;
	letter-spacing:3px;
}

/* Content */

#inhoud
{
	width:510px;
	border:1px solid #ccc;
	padding: 10px 9px 20px 9px;
	margin: 0 0 20px 230px;
	font-size: 1.25em;
	line-height: 1.3em;
}

#paginatitel, #sponsor
{
	background-color: #00f;
	background:#ccc url(../images/info_bg.png) repeat-x;
	color:#fff;
	font-variant:small-caps;
	font-weight: bold;
	text-align:center;
	padding:4px 0;
	font-size:1.5em;
	margin: 0 0 0 230px;
}

#paginatitel span,  #sponsor span
{
	letter-spacing: 4px;
	background-color: #ccc;
	padding: 0 3px
}

p 
{
	margin: 0 0 1em 0
}

span.fotograaf
{
	float: right;
	font-size: 70%;
	font-weight: normal;
}

h2
{
	font-size: 140%;
	margin: 30px 0 15px 0;
	border-top: 1px solid #CCC;
	color:#777;
}

/* Youtube filmkes */
object
{
	margin: 10px 0 20px 0
}

/* Links */
a 
{
	color:#f25f0f;
	border-bottom: 1px dotted #f25f0f;
}

a:hover
{
	color:#444;
	border-bottom:1px solid #fff;
}

#inhoud a:hover
{
	color: #F6410A
}

#header a:hover
{
	border:none;
}


/* Sidebar */
#navigatie
{
	width:210px;
	margin:0 20px 0 0;
	position: absolute;
	top:130px;
	left: 0;
	text-align:right;
}



#navigatie ul li
{
	background:transparent url(../images/bullet.png) no-repeat right 5px;
	padding-right:15px;
	margin-bottom:15px;
	font-size: 1.4em;
}

#navigatie ul li.hier a
{
	color: #222
}

#navigatie ul li a
{
	border: none
}

#navigatie ul li.taal
{
	margin-top: 40px
}

/* Kalender */
dt
{
	font-weight: bold
}

dd
{
	margin: 0 0 20px 30px
}

/* Afbeeldingen */
.links
{
	float: left;
	margin: 5px 10px 5px 0
}

.rechts
{
	float: right;
	margin: 5px 0 5px 10px;
/*	width: 250px */
}


/* Footer */
#footer
{
	text-align:right;
	padding-bottom:10px;
	margin:20px 10px;
	color:#999;
	letter-spacing:2px;
}

/* Positioning */
.clear
{
	clear:both;
}

.midden
{
	vertical-align: middle
}

/* End Of File */
