* {
	margin: 0;
	padding: 0;
}
html,body {
	height: 100%; /* HEEL BELANGRIJK! */
	font-family: Verdana;
	color:#41628F;
	font-size:11px;
	margin-left:36px;
	_margin-left:72px;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
}
td{
	height: 100%; /* HEEL BELANGRIJK! */
	font-family: Verdana;
	color:#41628F;
	font-size:11px;
}

.clear {
	clear: both; /* deze class wordt gebruikt om de twee floats #left en #right te clearen. */
}

.container {
	min-height: 100%;
	_height: 100%;
	width: 690px;
	margin: 0 left; /* deze div links zetten (gebruik 'auto' om te centreren */
	background: #D9E0E9 url(../images/bg_content.gif) top left repeat-y; /* Faux column */
	position: relative; /* De footer wordt absoluut gepositioneerd, relatief aan #container. */
}

* html > .container {
	height: 100%;
}

.header {
	height: 142px;
	background: #EEA331 url(../images/logo_viscositeit.gif) top left no-repeat;
	text-align:right;
	padding-right:5px;
	padding-top:7px;
	color:#FFF;
	font-size:9px;
}
.header a{
	color:#FFF;
	text-decoration:none;
}
.header a:hover{
	color:#FFF;
	text-decoration:underline;
}

.navbar {
	height: 5px;
	line-height: 5px;	/* height, line-height en vertical-align: middle zorgen ervoor dat de inhoud altijd verticaal gecentreerd wordt. */
	vertical-align: middle;
	background: white;
}

.left {
	width: 171px; 
	float: left;
	height: auto;
	margin-bottom: 30px; /* dezelfde hoogte als de hoogte van #footer, anders zal de tekst in deze div onderaan achter de footer vallen omdat #footer absoluut gepositioneerd is */
}
.left h1, .left p {
	padding: 10px;
}
.right {
	width: 494px;
	float: left;
	height: auto;
	padding-left:10px;
	padding-top:25px;
	text-align:left;
	margin-bottom: 30px; /* dezelfde hoogte als de hoogte van #footer, anders zal de tekst in deze div onderaan achter de footer vallen omdat #footer absoluut gepositioneerd is */
}
.right h1{
	font-size: 14px;
	display: block;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #CCC;
	padding-bottom: 2;
	margin-bottom: 5;
}

.right p {
	line-height: 18px;
	padding-bottom:18px;
}

.right td p {
	font-family: Verdana;
	color:#41628F;
	font-size:11px;	
	line-height: 14px;
	padding-bottom:0px;
}



.right a {
	color:#41628F;
	text-decoration: underline;
}
.right a:hover {
	color:#41628F;
	text-decoration: none;
}
.right ul{
	margin-left:20px;
	_margin-left:20px;
	margin-bottom: 10px;
}
.right ol{
	margin-left:30px;
	_margin-left:30px;
	margin-bottom: 10px;
}

.right li{
	list-style-image:url(../images/arrow_blue.gif);
}


.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 690px;
	height: 30px;
	line-height: 13px;
	vertical-align: middle;
	color:#41628F;
	text-decoration:none;
	font-size:9px;
}
.footer a{
	color:#41628F;
	text-decoration:none;
}
.footer a:hover{
	color:#41628F;
	text-decoration:underline;
}

.faux {
	background: #FFF;
	height: 1%;
	margin: 0 auto;
	width: 690px;
}
.tx-dropdownsitemap-pi1 ul{
	list-style-type:none;}
.tx-dropdownsitemap-pi1 li{
	list-style-type:none;}
