/*  
// @@@
// @@ Author: Bas van Dorst
// @@ Date: 2006-07-03
// @@ Last change: 2006-07-03
// @@ Version: 1
// @@ Revision: 0
// @@ Copyright: Ecommany B.V.
// @@ Description: Print CSS-bestand van Herstel & Balans
// @@$
*/

html {
	width: 100%;
	height: 100%;
}

body {
	margin-top: 10px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #FFFFFF;
}

li{
	margin-left:-10px;
	margin-top:0px;
}
ul {
	margin-top:0px;	
}
p {
	margin-bottom:0px;	
	margin-top: 0px; 
	padding: 0px; 
}

#header {
	display:none;
	}
#menubar {
	display:none;	
}

#blauw {
	display:none;
}
#geel {
	display:none;
}

#menu_links {
	display:none;
}

#menu_links_inhoud {
	display:none;
}

#menu_links_onder {
	display:none;
}
#menu_links_onder_balk {
	display:none;
}

#menu_links_logo_hb {
	display:none;
}

#inhoud {
	float: left;
	position: relative;
	width: 800px;	
	margin: 0px;	
}

#menu_inhoud {
	clear:left;
	position:absolute;
	
	top:0px;
	margin: 18px 12px 12px 12px;
	width: 550px;
	left: 0px;
}
#content {
	float: left;
	position: relative;
	height: 100%;
}

#menu_rechts {
	display:none;
}

#menu_rechts_inhoud {
	display:none;
}

#menu_rechts_onder {
	display:none;
}

#footer {
	display:none;
}

.nieuws {
	display:none;
}

#content h1 {
	padding:0px;
	margin:0px;
	font-size: 13pt;
	text-decoration: none;
	font-weight: bold;
	color: #1F2E85;
}

.content_subkop {
	margin-top:10px;
	margin-bottom: 10px;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
	color: #1CA592;
}

#content h2 {
	margin-top:10px;
	margin-bottom:0px;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
	color: #1CA592;
}

.content_item {
	margin: 0px;
	font-size: 9pt;
	font-weight:normal;
	text-decoration: none;
	color: #000000;
}


#content A:link {text-decoration: underline; color: #1F2E85;}
#content A:visited {text-decoration: underline; color: #1F2E85;}
#content A:active {text-decoration: underline; color: #1F2E85;}
#content A:hover {text-decoration: underline; color: #1F2E85;}
