body
{
	font: 0.8em arial;
	background: url(pictures/achtergrond-body.gif) #fff repeat-x;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

a
{
	font-weight: bold;
	text-decoration: none;
	color: #0061b0;
}

a:hover
{
	color: #F42A20;
}

a:visited
{
	color: #0061b0;
}

a.selected
{
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

a.selected:hover
{
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

h1
{
	color: #0061b0;
	font-size: 1.3em;
}

h2
{
	color: #0061b0;
	font-size: 1.0em;
}

form 
{
	width: 550px;
}

input, textarea
{
	background: white;
}

.bold{
	font-weight: bold;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.container
{
	width: 800px;
	text-align: left;
	background: #ffffff;
	margin-top:10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #002b55;
}

img.rechts
{
	border: none;
}

.logo
{
	border: none;
	position:relative;
	top: 20px;
	left: 50px;
}

#header
{
	/*text-align: center;*/
	height: 126px;
}

#header img 
{
	border: 0px;
}
/* menu */
#hoofdmenu
{
	width: 800px;
	float: left;
	color: #cea55a;
	background: url(pictures/menuachtergrond.gif) center repeat-x #004A9C;
	border-top: 1px solid #002b55;
	border-bottom: 1px solid #002b55;
}

ul.menu
{
  float:left;
  width:100%;
  padding:0;
  margin:0;
  list-style-type:none;
}

.menu li
{
	background: #004A9C;
 	display: inline;
}

a.menu:link
{
	/*float:left;*/
 	text-decoration:none;
	color: #ffffff;
 	padding:0.2em 0.6em;
	font-weight: bold;
}

a.menu:visited
{
	color: #ffffff;
}

a.menu:hover
{
	color: #cea55a;
	text-decoration: underline;
}

a.menu:active
{
	text-decoration: underline;
}

a.extramenu
{
	color: #666666;
  text-decoration:none;
}

a.extramenu:hover
{
	color: #cea55a;
	text-decoration: underline;
}

a.extramenu:active
{
	text-decoration: underline;
}

.blauw
{
  color: #0061b0;
	display: inline;
}

.blauwdik
{
  color: #0061b0;
	font-weight: bold;
	display:inline;
}
/* ------ Einde menu ------ */

.actief
{
	float: left;
	padding: 0 2px 0 2px;
}

.items
{
	float:left;
	padding-left: 50px;
}

/* inhoud */

#content
{
	float: left;
	width: 780px;
	padding: 10px;
	background: url(pictures/achtergrond-content.gif) top repeat-x;
	position: relative;
}

.sup
{
	/*vertical-align: super;
	line-height: 0px;*/
}

.normaal
{
	float: left;
	width: 100%;
	padding: 0px 5px;
	min-height: 300px;
	line-height: 18px;
}

.normaal td
{
	font: 0.8em arial;
	vertical-align: top;
}

.normaal img
{
	padding: 1px;
	margin: 3px;
}

.tekstvak
{
	position: absolute;
	top: 10px;
	left: 580px;
	width: 200px;
	display:inline;
	/*border: 1px solid blue;*/
}

.tekstvak-top
{
	height: 5px;
	background: url(pictures/achtergrond-tekstvak-top.gif) top no-repeat;
	font-size: 0.1em;
	/*border: 1px solid red;*/
}

.tekstvak-inhoud
{
	border-left: 1px solid #cea55a;
	border-right: 1px solid #cea55a;
	padding: 0 5px;
	background: #ffffff;
}

.tekstvak-inhoud p
{
	padding: 0;
	margin: 0;
}

.tekstvak-bottom
{
	height: 5px;
	background: url(pictures/achtergrond-tekstvak-bottom.gif) top no-repeat;
	font-size: 0.1em;
	/*border: 1px solid red;*/
}

/* ------ Einde inhoud ------ */

/* Footer */
#footer
{
	clear: both;
	height: 22px;
	color: #666666;
	margin: 5px;
	border-top: 1px solid #cea55a;
}

/* Contactgegevens */
#adres
{
	float:left;
}

.footer
{
	float:right;
	text-align: right;
	display: inline;
	margin: 0;
	padding: 0;
}

.adreslinks
{
	float: left;
}

.adresrechts
{
	float: right;
	text-align: right;
}
