/* Algemene klassen */

.debug
{
	border: 1px solid red;
}

.floatleft
{
	float: left;
}

.floatright
{
	float: right;
}

.black
{
	color: #000;
}

/* specifieke styling */

html {
	font-family: Verdana, sans-serif;
	font-size: 10px;
}
		
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #F5F7F6 url('../images/background.jpg') repeat-y fixed;
	background-position: center;
}

body {
	text-align: center;
	background-color: #F5F7F6;
}

#container {
	width: 930px;
	margin: 0 auto 0 auto;
	text-align: left;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
}

#top
{
	color: #b6cbd7;
	padding-bottom: 2px;
	overflow: hidden;
	width: 890px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	border-top: 4px solid #ebf1f5;
	height: 15px;
}

#top h1
{
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#top a
{
	font-size: 10px;
	font-weight: bold;
	color: #cd1316;
	text-decoration: none;
}

#top a:hover
{
	text-decoration: underline;
}

#header
{
	margin: 10px;
	overflow: auto;
	//width: 890px; /* ie hack */
}

#header div
{
	height: 56px;
	border-left: 1px solid #cd1316;
	margin-left: 10px;
	padding-left: 10px;
}

#header div.midden
{
	font-size: 14px;
	font-weight: bold;
	color: #b6cbd7;
	border-left: 1px solid #b6cbd7;
}

#header div.spreuk
{
	color: #b6cbd7;
	font-size: 9px;
}

#header div blockquote
{
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	width: 320px;
}

#balk
{
	border-top: 4px solid #b6cbd7;
	margin: 10px;
	padding: 10px;
	background-color: #ebf1f5;
	overflow: auto;

	//width: 890px; /* ie hack */
	margin-top: 0px;
}

#balk div
{
	margin: 10px;
	float: left;
}

#balk a.home
{
	display: block;
	background-image: url('../images/home.gif');
	height: 40px;
	width: 40px;
	margin: 10px;
	float: left;
}

#balk div.popdown
{
	background-image: url('../images/popdown-wide.gif');
	background-repeat: no-repeat;
	height: 40px;
	width: 180px;
}

#balk div.popdown select
{
	margin: 10px 0 0 10px;
	width: 160px;
	border: 1px solid #cd1316;
}

#balk div.popdown input
{
	margin: 10px 0 0 10px;
	float: left;
}

#balk div.popdown input.text
{
	width: 130px;
	border: 1px solid #cd1316;
}

#menu
{
	width: 180px;
	float: left;
	margin: 0 0 0 20px;
}

#menu h2
{
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-weight: bold;
}

#menu ul.left
{
    list-style-type:none;
    margin:0;
    padding:0;
}

#menu ul.left a
{
	margin: 0 0 20px 0;
    padding: 13px;
    display: block;
    width: 149;
    height: 190;
    background-image: url('../images/boek-background.gif');
    text-align: center;
    text-decoration: none;
    
    /* ie hacks */
    //width: 175;
    //height: 215;
}

#menu ul.left li a span.titel
{
	color: #CD1316;
	font-size: 12px;
	font-weight: bold;
	display: block;
	height: 35px;
	text-align: left;
}

#menu ul.left li a span.boek img
{
    display: block;
    margin: 0 auto 0 auto;
    border: 0;
}


#menu ul.left li a span.boek
{
	display: block;
	margin: 5px auto 5px auto;
	border: 0;
	color: #000;
	font-size: 10px;
	font-weight: bold;
}

#menu ul.menu 
{
	margin: 20px 0;
	padding: 0 0 20px 0;
	list-style-type: none;
	border-bottom: 2px solid #b6cbd7;
}

#menu ul.menu li
{
	background-color: #ebf1f5;
	padding: 1px;
	width: 178px;
}

#menu ul.menu li a
{
	display: block;
	width: 171px;
	height: 20px;
	background-color: #ebf1f5;
	border: 1px solid #FFF;
	color: #cd1316;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 0 0 5px;
	
	/* ie hacks */
	//height: 24px;
	//width: 175px;
	//padding-bottom: 3px;
}

#menu ul.menu li a:hover
{
	background-color: #b6cbd7;
}

#content
{
	margin: 0 210px 0 210px;
	padding: 0 0 20px 0;
}

#content *
{
    font-size: 11px;
}

 #content h2
{
    font-size: 16px;
    color: #CD1316;
}

#content a
{
	color: #000;
}

#content #home #deelnemers,
#content #home #deelnemerinfo,
#content #home #sites,
#content #home #aanbevolen
{
	background-color: #D0E5DC;
	margin: 3px;
	padding: 5px;
	font-weight: bold;
}

#content #home #deelnemerinfo
{
	width: 225px;
	height: 206px;
	vertical-align: top;
	padding: 0;	
}

#content #home #deelnemerinfo .top
{
    text-align: right;
    background-color: #CD1316;
    margin: 0;
    padding: 0;
    border-bottom: 4px solid #9F0006;
}

#content #home #deelnemerinfo img
{
	padding-left: 15px;
	border-left: 2px dashed #fff;
}

#content #home #deelnemerinfo p
{
	margin: 0;
	padding: 6px;
}

#content #home #deelnemerinfo p span.cnaam
{
	color: #CD1316;
	font-size: 16px;
	font-weight: normal;
}

#content #home #deelnemerinfo p span.titel
{
	font-weight: normal;
}

#content #home #sites a
{
	display: block;
	padding: 12px 4px 12px 4px;
	background-color: #fff;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 4px;
}

#content #home #sites a span
{
	color: #CD1316;
	font-size: 20px;
}

#content #home #deelnemers span
{
	background-color: #fff;
	color: #CD1316;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
}

#content #home #aanbevolen a
{
	display: block;
	background-color: #fff;
	color: #000;
	height: 40px;
	padding: 4px;
}

#content #home #aanbevolen a img
{
	border: 6px solid #fff;
}

#boeken
{
	margin: 0 20px 0 0;
}

#boeken ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#boeken ul li
{
	margin: 0;
	padding: 0;
}

#boeken ul li.zoekboek
{
	background-image: url('../images/popdown.gif');
	height: 40px;
	width: 161px;
	margin: 0 0 20px 8px;
}

/*#boeken ul li.zoekboek input
{
	margin: 10px 0 0 10px;
	float: left;
}

#boeken ul li.zoekboek input.text
{
	width: 110px;
	border: 1px solid #cd1316;
}*/

#boeken ul li.zoekboek select
{
    margin: 10px 0 0 10px;
    width: 140px;
    border: 1px solid #cd1316;
}

#boeken ul li a
{
	margin: 0 0 20px 0;
	padding: 13px;
	display: block;
	width: 149;
	height: 190;
	background-image: url('../images/boek-background.gif');
	text-align: center;
	text-decoration: none;
	
	/* ie hacks */
	//width: 175;
	//height: 215;
}

#boeken ul li a span.titel
{
	color: #CD1316;
	font-size: 12px;
	font-weight: bold;
	display: block;
	height: 35px;
	text-align: left;
}

#boeken ul li a span.boek img
{
	display: block;
	margin: 10px auto 5px auto;
	border: 0;
}

#boeken ul li a span.boek
{
	color: #000;
	font-size: 10px;
	font-weight: bold;
}
