html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

img {
	border: 0px;
}

body {
	background-color: #cfdbe6;
	background-image: url(/htmlarea/userimages/leftcol_repeat.gif);
	background-repeat: repeat-y;
	font-family: Palatino Linotype, georgia, sans-serif;
	font-size: 0.8em;
}

#logo {
	position: absolute;
	z-index: 100;
	width: 151px;
	height: 149px;
	background-image: url(/htmlarea/userimages/segers_logo.jpg);
	background-repeat: no-repeat;	
}

#subnav {
	position: absolute;
	z-index: 100;
	top: 200px;
	width: 140px;
	height: 149px;
}

#main {
	position: absolute;
	width: 609px;
	margin-left: 150px;
	background-color: #fff;
	border-left: 1px #09467D solid;
	min-height: 100%;
}

/* IE hack */

* html #main {
	height: 100%;
}

#header {
	position: relative;
	width: 100%;
	height: 149px;
	background-image: url(/htmlarea/userimages/header.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#topnav {
	position: relative;
	width: 100%;
	height: 20px;
	background-color: #E5E5E5;
	border-bottom: 1px black solid;
}

#content {
	position: relative;
	width: 589px;
	background-color: white;
	padding: 10px;
	text-align: justify;
	color: #303030;
	font-family: verdana, sans-serif;
}

#content p {
	line-height: 150%;	
}

/* menu */

#topnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

#topnav ul li {
	display: inline;
	margin-left: 0px;
	padding-left: 10px;
}

#topnav ul li a, #topnav ul li a:visited {
	color: #09467D;
	font-weight: bold;
	text-decoration: underline;
}

#topnav ul li a:hover {
	text-decoration: none;
}

/* submenu */

#subnav ul {
	margin: 0px 0px 0px 30px;
	padding: 0px;
	list-style-type: none;
	list-style-image: url(/htmlarea/userimages/blokje.jpg);
}

#subnav ul li {
	margin: 5px;
	padding-left: 10px;
}

#subnav ul li a, #subnav ul li a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

#subnav ul li a:hover {
	text-decoration: none;
}

/* mailform */
div#mailform {
	width: 400px;	
}

div.formrow {
	margin: 2px 0px;
}

div#mailform fieldset {
	padding: 0.7em;	
	margin-bottom: 10px;
}

div.formrow label {
	display: block;	
	float: left;
	width: 120px;
}

div#mailform textarea {
	padding: 2px;
	border: 1px #000 inset;
}

div.formrow input {
	border: solid 1px gray;	
	width: 200px;
	padding: 1px 3px;
	font-family: Palatino Linotype, georgia, sans-serif;
}

div.formrow input:focus {
	border: solid 1px #09467D;
}

div.formsubmit {
	text-align: right;
	padding-right: 5px;
}


