/* standard */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #000000; text-decoration: underline;}

body {
	background: #ffffff;
	color: #000000;
	font: 12pt Arial, Helvetica, sans-serif;
}

li {list-style: none;}

h1#sitetitle { display: block; color: #1c7473; }
h1 {font: bold 13pt Arial, Helvetica, sans-serif;}
h2 {font: bold 13pt Arial, Helvetica, sans-serif;}
h3 {font: bold 12pt Arial, Helvetica, sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #ffffff;
	color: #000000;
	display: block;
	font: normal 12pt Arial, Helvetica, sans-serif;
	white-space: pre;
}

h1,h2 {padding-top: 20px; color: #000000; margin-bottom: 10px;}
h3 {padding-top: 0px; color: #000000; margin-bottom: 15px;}

/* divers */
.clearer {clear: both; font-size: 0; height:0px;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	background: #ffffff;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0px;
	width: 1012px;
}

.outer-container {
	background: url(../img/grijs_08.jpg) no-repeat center bottom;
	padding-bottom: 0px;
}

/* header & title */
.header {
	display: none;
}

/* main */
.main {
	background: #ffffff;
	padding: 0px 0px 0 0;
}

/* left column */
.leftColumn {
	float:left;
	width: inherit;
}	

/* content */
.content {
}

.content .descr {
	color: #1c7473;
	font-size: 11pt;
	margin-bottom: 6px;
}

.content ul {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 18px;
	margin-bottom: 20px;
}

.content li {
	list-style: circle;
	line-height: 18px;
	margin-left: 5px;
}

.content p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin-bottom: 20px;
}

/* photo */
.photo {
	display:none;
}

/* navigation */
.navigation {
	display: none;
}

/* sub-navigation */
.subnavigation {
	display: none;
}


/* footer */
.footer {
	display: none;
}


/* forms */
label {
	float: left;
	width: 140px;
	text-align: left;
	padding-top: 5px;
}

input, textarea {
	padding: 3px;
	margin: 3px;
	border: 1px solid #bac5d6;
	background: #fff;
}