/* CSS Document */



/* algemene eigenschappen zoals bijvoorbeeld scrollbalken en achtergrond(kleur) */
BODY {
scrollbar-highlight-color:#91A49E;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
scrollbar-shadow-color:#225345;
scrollbar-arrow-color:#225345;
scrollbar-track-color:#FFFFFF;
background: #E7E7E7;
font-family: arial; 
font-size: 11pt; 
color: #225345;
font-weight: normal;
font-style: normal;
font-size: 10pt; 
	padding: 20px;
}


TABLE {
font-family: arial; 
font-size: 11pt; 
color: #666666;
font-weight: normal;
font-style: normal;
font-size: 10pt;
}


.tekst {
font-family: arial; 
font-size: 11pt; 
color: #666666;
font-weight: normal;
font-style: normal;
font-size: 10pt;
}

/* kleine lettertjes */
.kleinetekst {
font-family: arial; 
font-size: 8pt; 
color: #666666;
font-weight: normal;
font-style: normal;
font-size: 8pt;
}

/* kop tekst */
.koptekst {
font-family: arial; 
font-weight: bold;
font-style: normal;
font-size: 13pt; 
font-style: normal;
color: #225345;
}

/* Dikke tekst */
.tekstBold {
font-family: arial; 
font-weight: bold;
font-style: normal;
font-size: 11pt; 
font-style: normal;
color: #666666;
}

/*Border om de image*/
.border {
border-style: solid;
border-color: #000000;
border-width: 1px;
}

/* hyperlinks */
a {
font-family: arial; 
font-weight: normal;
font-style: normal;
font-size: 10pt; 
font-style: normal;
color: #666666;
text-decoration: none;
}

/* hyperlinks al bezocht */
a:visited {
color: #666666;
text-decoration: none;
font-family: arial; 
font-weight: normal;
font-style: normal;
font-size: 10pt;  
font-style: normal;
}

/* hyperlinks bij mouseover */
a:hover {
color: #666666;
text-decoration: underline;
font-family: arial; 
font-weight: normal;
font-style: normal;
font-size: 10pt; 
font-style: normal;
}

/* hyperlinks bij click */
a:active {
color: #666666;
text-decoration: underline;
font-family: arial; 
font-weight: normal;
font-style: normal;
font-size: 10pt; 
font-style: normal;
}

/* navigatie tussen pagina's */
a:link.nav {
color: #666666;
text-decoration: none;
font-family: arial; 
font-weight: normal;
font-style: normal;
font-size: 10pt; 
font-style: normal;
}

/* menu-pagina */
#menu {
font-weight: bold;
color: #FF0000;
font-size: 1.1em;
margin: 0px auto;
text-align: center;
margin-right: 20px;
}

#menu a {
font-weight: bold;
color: #FF0000;
font-size: 1.1em;
margin: 0px auto;
text-align: center;
}

#menu a:hover {
color: #666666;
text-decoration: none;
}

#main {
width: 750px;
padding: 10px;
}

#maincontent {
border: 1px solid #666;
padding: 10px;
}

table#contact {
width: 300px;
}

#top_header {
background: url(../images/bg_left_top.jpg) no-repeat;
background-position: 0 0;
width: 170px;
height: 130px;
}

img#logo {
padding-left: 50px;
position: absolute;
}

img#header {
}

td.aanhef {
width: 100px;
font-weight: bold;
}

td.naw {
font-weight: bold;
}

img {
border: 0px;
}


input.button {
	border: 1px solid #666666;
	font-weight: bold;
	font-size: 11px;
	margin: 5px 0px;
	padding: 0px 5px;
	cursor: pointer
}

input.button:hover, button a:hover {
	color: red;
}
