/**********************************************/
/* KLEUREN
/**********************************************/
/* DONKERGEEL		KOPJES				#FFD756
/**********************************************/


/**********************/
/*	GENERAL
/**********************/
* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body {
	background-color: black;
	background-position: 0px 0px;
	background-repeat: repeat-y;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	height: 100%;
	min-height: 100%;
}

a img, img {
	border: none;
}

p {
	margin-bottom: 15px;
}

/**********************/
/*	CLEARER
/**********************/
div.clearer {
	clear: both;
	font-size: 1px;
	line-height: 1%;
}

/**********************/
/*	HOLDER
/**********************/
div.holder {
	background-image: url(../images/lijn_links.gif);
	background-position: 88px 0px;
	background-repeat: repeat-y;
	background-color: black;
	/*height: 100%;*/
	min-height: 100%;
	/*margin: 0px auto 0px auto;
	width: 900px;*/
}

/**********************/
/*	LINKS
/**********************/
div.links {
	background-image: url(../images/logo_rubenschipper.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: left;
	/*height: 100%;*/
	min-height: 556px;	
	width: 92px; /*99px;*/
}

div.links div.bg {
	background-image: url(../images/lijn_hoek_links.gif);
	background-position: 88px 0px;
	background-repeat: no-repeat;
	float: left;
	height: 100%;
	min-height: 100%;
	width: 100%;
}

div.links a,
div.links p {
	display: block;
	margin: 270px 0px 0px 20px;
	overflow: hidden;
	text-decoration: none;
	height: 265px;
	width: 45px;	
}

div.links span {
	visibility: hidden;
}

/**********************/
/*	RECHTS
/**********************/
div.rechts {
	min-height: 100%;
	margin-left: 92px; 
}

/**********************/
/*	TOP
/**********************/
div.top {
	border-bottom: 4px solid #666666; 	
	height: 52px;
	padding-top: 15px;
	overflow: hidden;
}

div.top div.link {
	float: left;
	margin-right: 110px; /*75px;*/
}

div.top div.link a {
	color: #666666;
	font-family: Times;
	font-size: 38px;
	font-weight: normal;
	text-decoration: none;
} 

div.top div.link:hover a,
div.top div.link a:hover,
div.top div.link a.current {
	color: #999999;
}

div.top div.link p {
	color: white;
	font-variant: small-caps;
	letter-spacing: 1px;	
	margin: -20px 5px 0px 0px;
	text-align: right;
}

div.top div.link p a {
	font-size: 18px;
	color: white;
}

div.top div.link:hover p a,
div.top div.link p a:hover {
	color: white;
}

/**********************/
/*	CONTENT
/**********************/
div.content {
	/*background-color: #EEEEEE;*/
	/*color: black;*/
	color: #DBDBDB;
	padding: 20px 20px 20px 35px;
}

div.content h1 {
	background-color: inherit;
	background-image: url(../images/lijn_blok.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #FFD756;
	font-family: Times;
	font-size: 200%;
	font-weight: normal;
	padding: 0px 0px 5px 15px;
	margin-bottom: 6px;
	margin-left: -15px;
}

div.content h2 {
	background-color: inherit;
	background-image: url(../images/lijn_blok.gif);
	background-position: bottom left;
	background-repeat: no-repeat;	
	color: #FFD756;
	font-family: Times;
	font-size: 150%;
	font-weight: normal;
	padding: 10px 15px 5px 15px;
	margin-bottom: 6px;
	margin-left: -15px;
}

div.content h3 {
	background-color: inherit;
	color: #FFD756;
	font-family: Times;
	font-size: 150%;
	font-weight: normal;
	padding-top: 15px;
	margin-bottom: 5px;
}

div.content h4 {
	background-color: inherit;
	color: #FFD756;
	font-family: Times;
	font-size: 130%;
	font-weight: normal;
	padding-top: 15px;
	margin-bottom: 5px;
}

div.content ul, div.content ol  {
	margin-bottom: 15px;
	margin-left: 15px;
}

div.content ul li, ol li {
	padding-bottom: 2px;
	list-style-position: inside;
	text-indent: 0px;
	/*list-style-type: none;*/
	padding-left: 0px;
}

div.content a:link {
	background-color: inherit;
	color: white;
	text-decoration: underline;
}
div.content a:visited {
	background-color: inherit;
	color: #CCCCCC;
	text-decoration: underline;
}
div.content a:hover {
	background-color: inherit;
	color: #666666;
	text-decoration: underline;
}


/**********************/
/*	KRUIMELPAD
/**********************/
div.content div.kruimelpad {
	font-size: smaller;
	margin: -15px 0px 20px -30px;
	padding: 2px 5px 2px 5px;
}

div.content div.kruimelpad img {
	/*vertical-align: middle;*/
}

div.content div.kruimelpad a:link, div.content div.kruimelpad a:visited {
	color: #DBDBDB;
	text-decoration: none;
}

div.content div.kruimelpad a:hover {
	color: white;
	text-decoration: underline;
}