html {
	height:100%;
	width:100%;
	}
body {
	width:100%;
	height:100%;
	font-size:75%;
	margin:0px;
	padding:0px;
	background-color:#f1f1f1;
	font-family:Arial,Verdana,sans-serif;
	color:#333;
	}
/* Forms */
form{
	border: 1px solid #666;
	min-height: 25px;
	height: 100%;
	padding: 5px;
	background-color: #EEEEEE;
}
input, input.submit{
	border: 1px solid #395C7C;
	background-color: #FFFFFF;
	margin-top:4px;
}
/* SelectMailAddresform */
form#selectMailAddress{
	padding: 2px;
	padding-bottom: 5px;
	height: 25px;
	width: 100%;
	line-height: 25px;
}
input#selectMailAddress{
	margin-left: 5px;
}
/* Holders */
div#mainHolder {
	z-index:10;
	position:absolute;
	top:0px;
	width:800px;
	min-height:100%;
	margin-left:-400px;
	left:50%;

	}
div#header,div#subHeader,div#marqueeHolder,div#contentHolder,div#footer {
	border-left:1px solid #333;
	border-right:1px solid #333;
}
div#header {
	z-index:50;
	position:absolute;
	height:150px;
	width:800px;
	background-color:#fff;
	}
div#subHeader {
	z-index:40;
	position:absolute;
	top:150px;
	height:225px;
	width:100%;
	background-color:#eee;
	background-image:url("images/subHeader.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	}
div#marqueeHolder {
	z-index:30;
	position:absolute;
	top:375px;
	height:35px;
	width:800px;
	background-color:#ccc;
}
div#contentHolder {
	z-index:20;
	position:absolute;
	top:410px;
	min-height:100px;
	width:790px;
	padding: 5px;
	background-color:#fff;
	text-align: justify;
	}
div#footer {
	z-index:10;
	position:absolute;
	bottom:0px;
	left:0px;
	height:18px;
	width:799px;
	background-color:#395C7C;
	text-align:center;
	color:#fff;
	font-size:0.9em;
	padding-top:3px;
	border-bottom:1px solid #333;
	
	}


/* ----- CONTENT ----- */

#includeContentJsp {
margin: 0 0px 0 0px;
}

#includeAlertNotFoundJsp,#includeAlertShowJsp,#includeAlertEditJsp,#includeAlertSelectJsp,#includeAlertConfirmJsp
{
margin: 0 120px 0 120px;
}

/* header content */
	/* logo */
	
	div#header a#logoHeader { 
		position:absolute;
		left:15px;
		top:10px;
		text-decoration:none;
		background-color:#fff;
		
		}
	
	/* tabmenu */
	ul#tabMenu {
		position:absolute;
		border:0px;
		width:800px;
		margin:0px;
		padding:0px;
		bottom:0px;
		left:0px;
		height:20px;
		text-align:center;

		border-bottom:5px solid #395C7C;
		background-color:#395C7C;
		}
	ul#tabMenu li{
		float:left;
		list-style-type:none;
		width:131px;
		text-align:center;
		font-size:1.1em;
		border-right:2px solid #fff;
		}
	ul#tabMenu li a{
		height:100%;
		padding-top:3px;
		padding-bottom:1px;
		display:list-item;
		background-image:url("images/backgroundMenu.png");
		background-position:bottom left;
		background-repeat:repeat-x;
		background-color:#568abd;
		text-decoration:none;
		color:#fff;
		font-weight:bold;
		}
	ul#tabMenu li a:hover{
		background-image:none;
		background-color:#395C7C;
		color:#eee;
	}
	ul#tabMenu li#menuBlocker {
		width:4px;
		margin-left:-3px;
		background-image:url("images/backgroundMenu.png");
		background-position:bottom left;
		background-repeat:repeat-x;
		background-color:#568abd;
		height:20px;
		border-width:0px;
	}
	ul.subMenu {
		position:absolute;
		margin:0px;
		padding:0px;
		border:1px solid #395C7C;
		border-top-width:3px;
		font-size:0.8em;
		margin-left:-1px;
		min-width:132px;
		background-color:#ccc;
		
	}
	ul#tabMenu li ul.subMenu li {
		float:none;
		margin:0px;
		padding:0px;
		padding:3px;
		height:auto;
		width:auto;
		border-width:0px;
		}
	ul#tabMenu li ul.subMenu li	a {	
		border-bottom:1px dotted #eee;	
		display:list-item;
		padding:1px;
		font-weight:normal;
		background-color:#ccc;
		background-image:none;
		color:#395C7C;
	}
	ul#tabMenu li ul.subMenu li	a:hover { background-color:#395C7C; color:#eee; }
	
	ul#tabMenu li ul.subMenu  {	display:none; }
	ul#tabMenu li:hover ul.subMenu, ul#tabMenu li.sfhover ul.subMenu {	display:block; }
	
	/* extra menu */
	ul#extraMenu {
		width:100%;
	
		margin:0px;
		padding:0px;
		margin-top:50px;
		height:20px;
	
		}
	ul#extraMenu li{
		float:right;
		list-style-type:none;
		margin-right:10px;
		font-size:.9em;
		}
		
		
/* subHeader */
div#subHeader p.advert {
	position:absolute;
	right:0px;
	bottom:5px;
	margin:0px;
	padding:0px;
	font-size:1.1em;
	width:435px;
	text-align:center;
	}
div#subHeader p a {	color: #395C7C;}

div#subHeader div#selectBoxes {
	width:280px;
	height: 100%;
	float:right;
	text-align:center;
	color:#fff;
}
div#selectBoxes form {
	padding:5px;
	background-color:#c3f281;
	width:240px;
	height: auto;
	min-height: 20px;
	margin:auto;
	margin-top:15px;
	border:1px solid;#384a1f;
	text-align:center;
	}
div#selectBoxes form select {
	padding:2px;
	width:230px;
	border:1px solid #ccc;
	font-size:0.9em;
	}
	
/* marquee holder */


div#marqueeHolder iframe{
	margin:0px;
	padding:5px 0 0;
	background-color:#eee;
	margin-top:5px;
	overflow:hidden;
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	}
div#marqueeHolder .dmarquee  a {
	color:#888;
	margin-left:10px;
	}

/* content holder */
div.top5 {
	float:left;
	width:33%;
	border-left:1px dotted #395C7C;
	border-top:1px dotted #395C7C;
	padding-bottom:35px;
	}
.colorBar {
	width:225px;
	display:block;
	margin:auto;
	margin-top:10px;
	background-color:#ccc;
	height:8px;
	font-size:0.1em;
}

h2.top5Header {
	width:213px;
	margin:0px;
	margin:auto;
	margin-top:5px;
	border:1px solid #395C7C;
	font-size:1.1em;
	padding:5px;
	font-weight:normal;
	text-align:center;
	}
h2.top5Header span {
	font-weight:bold;
	float:left;
	}
h2.top5Header ul {
	display:inline;
	float:right;
	margin:0px;
	padding:0px;
	width:50px;
	}
h2.top5Header ul li {
	float:right;
	width:11px;
	height:11px;
	background-color:#ccc;
	list-style-type:none;
	margin-right:3px;
	font-size:0.1em;

}
table.top5Table {
	width:225px;
	margin:auto;
	margin-top:5px;
	border:1px solid #395C7C;

	}
table.top5Table tr td {
	padding:5px;
	border-bottom:1px solid #ccc;
}
table.top5Table tr td a {text-decoration:none;}

.green, h2.top5Header ul li.green{background-color:#85C334;}
.yellow, h2.top5Header ul li.yellow{background-color:#DAD62F;}
.lightBrown, h2.top5Header ul li.lightBrown{ background-color:#D0B223; }

/* general styling */
a img, a#logoHeader:hover { border:0px; }
a { color:#333; }
div#marqueeHolder .dmarquee  a:hover, a:hover, div#subHeader p a:hover, div#marqueeHolder p  a:hover { color:#111; background-color: #8cc63f }

h1 { font-size:2.3em; }
h2 { font-size:1.8em; }
h3 { font-size:1.4em; }
h4 { font-size:1.2em; }
h5 { font-size:1em; }
h6 { font-size:1em; font-weight:normal;}

h1,h2,h3,h4,h5,h6 { margin-bottom:5px; }

p:first-line {	margin-left:10px; }	

div#selectBoxes h4 { margin-top:10px; }

.defaultTable {border-collapse:collapse; width:95%; border:1px solid #ccc; margin:auto; }
.defaultTable tbody tr td { padding:4px 4px 4px 10px; border-bottom:1px solid #ddd; }
.defaultTable thead tr td {padding:5px; border:1px solid #556177; border-bottom-width:2px; font-size:;  background-color:#556177; color:#fff;}
.defaultTable thead tr td a {color:#fff; text-decoration:none;}
.defaultTable thead tr td#orderBy{ background-color:#b2b8c2; color:#111;}

.selectTable {border-collapse:collapse; width:95%; border:1px solid #556177;  margin:20px auto;}
.selectTable tr td { padding:3px;border:1px solid #556177; text-align:center;}

form table { margin:10px auto; }
table .offerteLink { padding-top:10px; font-weight:bold;}

#footerBlock { height:30px; } 

.clear { clear: both; }

/* Sterren */
.printStars { 
display:none;
}
.stars0 {
	background: transparent url(https://modules.almexx.nl/rentesheetuitg/stars/finenzoweb/sterren0.gif) no-repeat scroll 0 0;
}

.stars1 {
	background: transparent url(https://modules.almexx.nl/rentesheetuitg/stars/finenzoweb/sterren1.gif) no-repeat scroll 0 0;
}
.stars2 {
	background: transparent url(https://modules.almexx.nl/rentesheetuitg/stars/finenzoweb/sterren2.gif) no-repeat scroll 0 0;
}
.stars3 {
	background: transparent url(https://modules.almexx.nl/rentesheetuitg/stars/finenzoweb/sterren3.gif) no-repeat scroll 0 0;
}
.stars4 {
	background: transparent url(https://modules.almexx.nl/rentesheetuitg/stars/finenzoweb/sterren4.gif) no-repeat scroll 0 0;
}
.stars5 {
	background: transparent url(https://modules.almexx.nl/rentesheetuitg/stars/finenzoweb/sterren5.gif) no-repeat scroll 0 0;
}