BODY {
	background-color: #4F5A64;
	color: #666;
	font-family: Verdana, Helvetica Medium, helvetica, sans-serif;
	font-size: 11px;
}

HTML > BODY {
	overflow-y: scroll;
}

.footnote {
	font-size: smaller;
	font-style: oblique;
}

.logos {
	margin: 0px 10px 10px 0px;
	float: left;
	
}

#template_main {
	background-color: #ffffff;
	margin: 0 auto;
	height: 100%;
	width: 740px;
	overflow-y: auto;
}

#header {
	border-bottom: 30px solid #0466BE;
	width: 740px;
	background-image:url(../images/bg-block.gif);
}

#nav {
	margin: 60px 0px 0px 20px;
	padding: 0 0;
	height: 22px;
}

/* for Firefox users */
DIV > #nav {
	padding: 5px 0px;	
}

#nav ul {
	font: bold 12px Helvetica Medium, helvetica, sans-serif;
	list-style-type: none;
	margin: 0 0;
	padding: 0 0;
}

#nav ul li {
	position: relative;
	float: left;
	height: 27px;
	background-color: #1881DF;
	margin: 0 2px;
}

#nav li {
	background-color: #1881DF;
}

#nav li.selected {
	background-color: #0466BE;
}

#nav li a {
	color: #fff;
}

#nav a {
	float: left;
	display: block;
	text-decoration: none;
	padding: 7px 10px;
}

#nav a:hover {
	background-color: #0466BE;
}

#subnav_diensten {
	width: 500px;
}

#subnav_overarroba {
		width: 440px;
}

/* subnavigation */
.subnav {
	position:absolute;
	top: 28px;
	left: -3px;
}

.subnav ul {
	list-style-type: none;
}

.subnav li {
	float: left;
}

.subnav a {
	font-weight: normal;
	width: 120px;
}

#printbutton {
	border: 2px solid white;
	position:absolute;
	right:20px;
}

#printbutton:hover {
	border: 2px solid #3996EA;
}

/* content */
h1 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
}

h2 {
	background-color: #E5E6E8;
	color: #4F5A64;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	padding: 2px 0px 2px 9px;
	
}

h3 {
	color: #0466BE;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0;
}

A {
	color: #0466BE;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

/* component css */
#template_content {
	background-color: #ffffff;
	padding: 20px 25px;
	position: relative;
}

#introduction {
	width: 440px;
}

#template_content ul {
	color: #3996EA;
	list-style: url(../images/bullet.gif);
	margin: 0;
	padding: 0px 20px;
}

#template_content ul a {
	font-weight: bold;
}

#news {
	display: block;
	margin: 20px 0px;
	width: 440px;
}

#newsitems .newsitem {
	margin: 10px 5px 10px 0px;
	width: 210px;
}

#bluebox {
	background-color: #3996EA;		
	color: #04469E;
	font-weight: bold;
	padding: 15px 20px;
	position: absolute;
	right: 20px;
	top: 40px;
	width: 200px;
}

.white {
	color: #fff;
	font-weight: bold;
}

/* breadcrumbs css */
#breadcrumbs {
	color: #1881DF;
	font-weight: bold;
	margin-left: 5px;
}

#breadcrumbs A {
	font-weight: normal;
}

/* articles */
#template_sub {
	margin-left: 130px;
	margin-top: 10px;
	width: 440px;
}

#template_sub DIV {
	padding: 15px 10px;
}

#template_sub DIV.bg {
	height: 4px;
	margin: 0 0;
	padding: 0 0;
	background-image: url(../images/bg-article-intro.gif);
}

#template_sub TR {
	vertical-align: top;
}

#footer {
	background-color: #3996EA;		
	color: #04469E;
	font-weight: bold;
	margin: 0 0;
	padding: 5px 25px;
	width: 690px;
	height: 15px;
	vertical-align: middle;
}
