body{
	padding: 0px;
	margin: 0px;
	font-family: Trebuchet MS, Verdana;
	width:100%;
	height:100%;
}

p{
	margin: 0;
}

ul{
	font-size: 12px;
}

h1{
	margin: 0;
	font-size: 24px;
	line-height: 130%;
}

h2 {
	font-size: 15px;
	margin: 0;
}
h3{
	margin: 0;
	font-size: 20px;
}

h5{
	font-size: 14px;
	margin: 0;
}

hr {
  border : 0;
  height : 2px;
  background : url("/images/dot.jpg") 0 0 repeat-x;
  margin : 1em 0;
}

textarea{
	font-family: Trebuchet MS, Verdana;
	font-size: 12px;
}

div.hr {
  height: 2px;
  background: #fff url("/images/hr_dot.jpg") repeat-x scroll center;
}
div.hr hr {
  display: none;
}

a{
	color: blue;
	text-decoration: none;
}

#container{
	margin: 0px auto;
	padding-left: 30px;
	width: 1025px;
	position: relative;
	background-image: URL("/images/background.jpg");
	background-position: center;
	background-repeat: repeat-y;
}

#letter{
	position: absolute;
	top: 357px;
	right: 40px;
	color: #ffffff;
}

.fontsize-rocker{
	cursor: pointer;
}

#menu{
	margin:0;
	padding:0;
	position:absolute;
	left: 60px;
	bottom: 0px;
	z-index: 500;	
	font-family: Trebuchet MS, Verdana;
	cursor: pointer;
	color: #043382;
	text-decoration: none;
}

#menu ol{
	margin:0px;
	padding:0px;
	cursor: pointer;
}

#menu a{
	color: #043382;
	text-decoration: none;
	cursor: pointer;
}

#menu h5{
	color: #043382;
	text-decoration: none;
	cursor: pointer;
}

.menu_li{
	background-image: URL("/images/menu_button.jpg");
	width: 155px;
	height: 23px;
	list-style: none;
	position: relative;
	float: left;
	margin: 0px;
	padding-left: 7px;
	padding-top: 7px;
	margin-right: 7px;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}

.menu_li_current{
	background-image: URL("/images/menu_button_hover.jpg");
	width: 155px;
	height: 23px;
	list-style: none;
	position: relative;
	float: left;
	margin: 0px;
	padding-left: 7px;
	padding-top: 7px;
	margin-right: 7px;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}

#menu li:hover, #menu li.ie_does_hover{
	background-image: URL("/images/menu_button_hover.jpg");
	cursor: pointer;
}

#menu li ol{
	position: absolute;
	top: 30px;
	left: -1px;
	list-style: none;
	display: none;
	padding:0;
	margin:0;
	width: 100px;
	font-weight: normal;
	cursor: pointer;
}

#menu li:hover ol, #menu li.ie_does_hover ol{
	display:block;
	font-weight: normal;
	cursor: pointer;
}

#menu li ol li{
	background-image: URL("/images/submenu_background.jpg");
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin: 0 0.17em;
	background-color: #e2f0f7;
	padding: 5px;
	width: 180px;
	height: 25px;
	cursor: pointer;
}

#menu li ol li:hover, #menu li ol li.ie_does_hover{
	background-image: URL("/images/submenu_background.jpg");
	cursor: pointer;
}

#content{
	width: 995px;
}

.error{
	color: red;
	font-size: 12px;
}

.titel{
	color: #002278;
	font-size: 20px;
	font-weight: bold;
}

.naam{
	color: #2ab4d5;
	font-weight: bold;
	font-size: 20px;
}

.volgende{
	height: 40px;
}

.input{
	border: 0px;
}

.content_content{
	margin-left: 65px;
	margin-right: 65px;
	margin-top: 40px;
	width: 500px;
	font-size: 12px;
	margin-bottom: 40px;
	line-height: 170%;
}

.content_images{
	margin-top: 55px;
	max-width: 300px;
	font-size: 12px;
	margin-bottom: 40px;
}

#footer{
	margin: 0 auto;
	background-image: URL("/images/footer.jpg");
	width: 1055px;
	height: 72px;
}

#top{
	background-image: URL("/images/top.jpg");
	width: 500px;
	height: 32px;
	padding-left: 20px;
	padding-top: 20px;
	margin-bottom: -1px;
}

#middel{
	background-image: URL("/images/middel.jpg");
	width: 500px;
	height: 32px;
	padding-left: 20px;
	padding-top: 10px;
}

#opmerking{
	background-image: URL("/images/opmerking.jpg");
	width: 500px;
	height: 350px;
	padding-left: 20px;
	padding-top: 10px;
	overflow: auto;
}

#verplicht{
	margin-left: 10px;
	cursor: default;
}
#versturen{
	margin-top: -5px;
	margin: 5px;
	height: 43px;
	width: 520px;
	cursor: pointer;
}

#middel input, #top input, #opmerking textarea{
	border: 0px;
}

