html, body {
	margin:0 auto;padding:0;border:0;outline:0;
	color:#000b4f;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;	
	line-height: 24px;
}

h1 {
	font-size: 15pt;
}

.klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#00b5ca;
}

.klein_normal{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}

.klein_grijs{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #959595;
}
.klein_blauw{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000b4f;
}


.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
}

.bold_white{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:#FFF;
}

.normal_white{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:normal;
	color:#FFF;
}

a.link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:9pt;
	color:#00b5ca;
	text-decoration: underline;
}

a.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:9pt;
	color:#0c1657;
	text-decoration: underline;
}

a.link_klein {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#00b5ca;
	text-decoration: underline;
}

a.link_klein:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#0c1657;
	text-decoration: underline;
}

a.link_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:9pt;
	color:#00b5ca;
	text-decoration: underline;
}

a.link_bold:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:9pt;
	color:#0c1657;
	text-decoration: underline;
}


#container {
	position: relative;
	left:0; top: 15px;
	width: 960px;
	margin: 0 auto;
}

#header {
	font-family: Vedana;
	width: 960px;
	height: 410px;
}

div#contentleft {
	float: left;
	position: relative;
	display: block;
	position: relative;
	width: 349px;
	padding-right:15px;
	padding-left:15px;
	margin-top: 0px;

}
div#contentleft2 {
	float: left;
	position: relative;
	display: block;
	position: relative;
	width: 880px;
	padding-right:15px;
	padding-left:15px;
	margin-top: 0px;
}

div#contentright {
	float: left;
	position: relative;
	display: block;
	position: relative;
	width: 550px;
	padding-right:15px;
	padding-left:15px;
	margin-top: 0px;
}

#logo {
	position: absolute;
	height: 61px;
	width: 159px;
	background: url(../img/glashelder_logo.gif) no-repeat 0 0px;
}

div#toplinks {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	right: 0px;
	top: 32px;
	height: 0px;
	width: 674px;
}

div#toplinks a:link, div#toplinks a:visited {
	color: #000;
	text-decoration: none;
	font-size: 15pt;
	padding-left: 30px;
	padding-right: 15px;
	background: url(../img/top_arrow_unactive.png) no-repeat;
	background-position: 0px 3px;
}

div#toplinks a:hover, div#toplinks:active {
	color: #000;
	text-decoration: none;
	font-size: 15pt;
	padding-left: 30px;
	padding-right: 15px;
	background: url(../img/top_arrow_active.png) no-repeat;
	background-position: 0px 3px;
} 

div#footer {
	width: 960px;
	padding-bottom: 30px;
}

div#footer2 {
	padding-top: 20px;
	width: 960px;
}

div#footer h1 {
	font-size: 13pt;
	color:#000b4f;
}

div#footerlinks {
	float: left;
	display: inline; 
	font-family: Arial, Helvetica, sans-serif;
	width: 230px;
	height: 110px;
}

div#footerlinks a:link, div#footerlinks a:visited {
	color: #000;
	text-decoration: none;
	font-size: 10pt;
	padding-left: 15px;
	padding-right: 15px;
	background: url(../img/bottom_arrow_unactive.png) no-repeat;
	background-position: 0px 4px;
}

div#footerlinks a:hover {
	color: #000;
	text-decoration: none;
	font-size: 10pt;
	padding-left: 15px;
	padding-right: 15px;
	background: url(../img/bottom_arrow_active.png) no-repeat;
	background-position: 0px 4px;
} 

#shadetop {
	top: 61px;
	position: absolute;
	height: 18px;
	width: 960px;
	background: url(../img/top_shade.png) no-repeat 0 0px;
}

#shadebottom {
	height: 18px;
	width: 960px;
	background: url(../img/top_shade.png) no-repeat 0 0px;
}

#onepixelbar {
position: absolute;
height: 1px;
width: 100%;
background-color: #959595;
margin-top: 1px;
top:390px;
}

div#nav {
	width:auto; height: 23px;
	position: absolute;
	top: 275px; right: 9px;
	z-index: 999;
}
div#nav a {
	width: 23px; height: 0;
	margin: 0 5px 0 0;
	padding: 23px 0 0 0;
	display: inline-block;
	overflow: hidden;
	background: url(../img/bg_nav_slider.png) no-repeat 0 -23px;
}
div#nav a.activeSlide {
	background-position: 0 0;
}

input.mainFormError
{
	background-color: #FADADD;
}


textarea.mainFormError
{
	background-color: #FADADD;
}


select.mainFormError
{
	background-color: #FADADD;
}

textarea {
width: 350px;
height: 100px;
}

input {
width: 300px;
}
input.nowidth{
	width:auto;
}

div.offset{
	padding-left:16px;
}

