body {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0px;
	padding:0px;
	height:100%;
}

#main {
	position:relative;
	width:800px;
	text-align:left;
	background: url(../images/background.jpg);
}

#header {
	top:0px;
	width:710px;
	left:0px;
	height:98px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	background: url(../images/head.jpg);
	background-repeat: no-repeat;
}

#menu {
	margin:0px 46px 0px 0px;
	padding:0px;
	border:0px solid #FFFFFF;
	width:470px;
	height:16px;
	text-align:right;
	position:absolute;
	right:0px;
	top:48px;
}

#menu img
{
	margin-left:10px;
}

.errtxt
{
	color:#FF0000;
	font-weight:bold;
}

#field {
	margin:0px;
	color:#000066;
	font-size:14px;
	padding:10px 45px 40px 45px;
}

#content
{
	border:2px groove #000066;
	background-color:#FFFFFF;
	height:100%;
	padding:10px;

}

.menutxt{
	width:100px;
	height:28px;
	margin-right:34px;
	padding:3px 0px 0px 0px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
}

.headtxt {
	width:540px;
	height:16px;
	font-weight:bold;
	color:#000066;
	font-size:14px;
	margin:4px 0px 4px 0px;
	text-align:left;
	padding:2px 6px 2px 0px;
	text-decoration:none;
}

.menutxt:hover {
	color:#FF0000;
	background: url(../images/menubutton_hover.jpg);
}

.headtextmenu {
	position:absolute;
	width:150px;
	height:16px;
	background: url(images/menu/submenu.jpg);
	left:-1px;
	color:#FFFFFF;
	top:-1px;
	font-weight:bold;
	padding-top:3px;
	padding-left:15px;
	font-size:10px;
}

a {
	text-decoration:none;
	color:#3D55BE;
	text-decoration:underline;
}

h1 {
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}

h2 {
	font-size:16px;
	font-weight:bold;
	color:#3D55BE;
}

h4 {
	font-size:14px;
	margin:0px;
	padding:0px;
	font-weight:bold;
	color:#142582;
}

hr {
	color:#142582;
}

.button {
	border:1px solid #000099;
	background-color:#FFFFFF;
	color:#000099;
}

a.reageer {
	position:absolute;
	width:115px;
	height:20px;
	background-image: url(images/symbols/reageren.gif);
	background-repeat: no-repeat;
	padding-left:24px;
	padding-bottom:3px;
	padding-top:3px;
	padding-right:15px;
	color:#003366;
}

a.reageer:hover {
	background-image: url(images/symbols/reageren_hover.gif);
	background-repeat: no-repeat;
	color:#ff0000;
}

textarea {
	width:300px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

label {
	text-align: left;
	width:80px;
	font-size:10px;
}

#tekniek {
	text-align:center;
	width:99%;
	height:102%;
	z-index:99;
	color:#0964AC;
}

#tekniek a {
	color:#0964AC;
}

#login select {
	background-color:#C8D6E7;
}

#bigselect select {
	width:335px;
}

.uitloggen {
	background-image: url(images/symbols/Login_1.jpg);
	background-repeat: no-repeat;
	padding-left:24px;
	padding-top:5px;
	width:55px;
	height:25px;
	color:#0045C5;
}

.uitloggen:hover {
	position:absolute;
	background-image: url(images/symbols/Login_2.jpg);
	color:#FF0000;
}

iframe {
	margin-bottom:16px;
}