
html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;

	background-color: #0083ce;

	font-family: Helvetica, Verdana, sans-serif;
	font-size: 10px;
}

img {
	border-width: 0;
}

form {
	margin: 0;
}

p {
	margin: 0 0 1em 0;
}

div#outer {
	width: 980px;
	margin: 0 auto;
	background-image: url(../images/bgline.jpg);

	height: auto !important;
	height: 100%; /* IE6 treats this as min-height */
	min-height: 100%;
	background-color: #f00;
}

div#inner {
	position: relative;
	margin: 0 17px 0 17px;
	width: 946px;
	background-image: url(../images/bgfull.jpg);
	background-repeat: no-repeat;

	height: auto !important;
	height: 599px; /* IE6 treats this as min-height */
	min-height: 599px;
}

img#logo {
	position: absolute;
	left: 27px;
	top: 40px;
	width: 132px;
	height: 41px;
}

img#logo_klein {
	position: absolute;
	left: 830px;
	top: 58px;
	width: 68px;
	height: 22px;	
}

img#logo_klein_blauw {
	width: 70px;
	height: 24px;
	float: right;
	margin: 0 0 10px 10px;
}

h1 {
	position: absolute;
	left: 275px;
	top: 62px;
	color: #0054aa;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.8em;
    text-transform: uppercase;
}

ul#menu {
	position: absolute;
	left: 27px;
	top: 230px;

	width: 130px;

	list-style: none;
	margin: 0;
	padding: 0;

	text-align: right;
}

ul#menu li {
	margin-bottom: 20px;
}

ul#menu a {
	font-size: 16px;
	color: #0083ce;
	text-decoration: none;
}

ul#menu a:hover {
	color: #000;
}

ul#menu a.active {
	color: #000;
}

div#content {
	padding: 230px 0 20px 275px;

	color: #000;
	width: 400px;
	font-size: 10px;
	font-family: Verdana,sans-serif;
	line-height: 1.5em;
}

div#content a {
	color: #000;
	text-decoration: underline;
}

h2 {
	font-weight: bold;
	margin: 0 0 1em 0;
	font-size: 14px;
}

p.wateris {
	margin-left: 30px;
	font-style: italic;
	font-size: 12px;
}

ol#waterquiz {
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #fff;
	list-style-position: inside;
}

ol#waterquiz li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

ol#waterquiz label {
	font-weight: normal;
	display: block;
	margin-top: 2px;
}

ol#waterquiz input {
	vertical-align: middle;
}

ol#waterquiz img {
	width: 50px;
	height: 50px;
	float: left;
}

ol#waterquiz div {
	margin-left: 50px;
	margin-top: 5px;
}

div.center {
	text-align: center;
}

table.resultaat {
	margin-left: -5px;
}

/*contact form styles*/
label {
    display: block;
    float: top;
}

input {
    width: 200px;
}

textarea {
    width: 200px;
    height: 100px;
}

input[type=submit] {
    display: block;
    width: auto;
}

input,
textarea,
input[type=submit] {
    font-family: Helvetica, Verdana, sans-serif;
	font-size: 10px;
}

.req {
    background-color: #fae5e5;
    border: 1px solid #cc0000;
}

.error {
    color: #cc0000;
}

/*download styles*/
table#downloadTable {
    width: 100%;
    border-collapse: collapse;
}

table#downloadTable th{
    text-align: left;
    vertical-align: top;
}

table#downloadTable td{
    vertical-align: top;
    padding: 0 10px 5px 0;
}

table#downloadTable td.date{
    width: 70px;
}

div#missingFields {
    color: red;
}

#flashanim {
	position: absolute;
	right: 0;
	top: 84px;
	width: 194px;
	height: 511px;
}

table.kerncijfers {
    width: 100%;
}

table.kerncijfers th {
    text-align: right;
    font-weight: bold;
    border-bottom: 1px solid black;
}

table.kerncijfers th.first {
    text-align: left;
}

table.kerncijfers td {
    text-align: right;
    padding: 10px 0 10px 0;
}

table.kerncijfers td.first {
    text-align: left;
    width: 200px;
    border-right: 1px solid #000;
}

table.kerncijfers tr.total td {
    border-top: 1px solid #000;
}


table.watercooler {
    width: 100%;
    padding-bottom: 20px;
}

table.watercooler th {
    text-align: right;
    font-weight: bold;
    border-bottom: 1px solid black;
    vertical-align: top;
    padding-right: 10px;
}

table.watercooler th.first {
    text-align: left;
}

table.watercooler td {
    text-align: right;
    padding: 10px 0 10px 10px;
}

table.watercooler td.first {
    text-align: left;
    width: 40px;
    border-right: 1px solid #000;
    padding-right: 10px;
    
}

table.watercooler tr.total td {
    border-top: 1px solid #000;
}
