/* ################## Algemene site instellingen */
body {
 background-color: white;
 text-decoration:none; 
 font-family: comic-sans; 
 font-size:12px; color:black;
 margin: 0px 0px 0px 0px;
}

tr,td, table {
 text-decoration:none; 
 font-family: arial; 
 font-size:12px; color:black;
}

a:link {text-decoration: none; color:black;}
a:visited {text-decoration: none; color:black;}
a:hover {text-decoration: none; color:black;}
a {text-decoration: none; color:black;}


.basis {
 width: 100%;
 height: 100%;
}

.backbutton {
 width: 80px;
 color: green;
}

.topfill {
 background: url(../images/topfill.gif) repeat-x;
}



.top {
 background: url(../images/toleft2.gif) no-repeat;
 width: 100%;
 height: 100%;
}

.hoofdmenu {
 background: url(../images/menuleft.gif) repeat-y;
 width: 100%;
 height: 100%;
}

.bottommenu {
 background: url(../images/menuleftbottom.gif) no-repeat;
 width: 153;
 height: 125;
}


#contentdiv{
width: 100%; height: 100%; overflow: auto;
}


/* ####################### Content */
.content {
font-family: arial;
font-size: 10pt;
font-color: black;
padding: 15px 5px 15px 5px;
vertical-align: top;
text-align: left;
}


.extramenu {
font-size: 12pt;
font-weight: bold;
color: yellow;
padding: 0px 0px 10px 150px;
vertical-align: bottom;
text-align: left;
}

.extramenu a:link,.extramenu a:visited,.extramenu a:active  {
 color: yellow;
 }
 
 .extramenu a:hover  {
 color: white;
 }


/* ################################ Hoofdmenu instellingen */
.hoofdmenu {
 width: 100%;
 vertical-align: top;
 text-align: left;
 padding-left: 10px;
 padding-top: 10px;
}

.hoofdmenu a{
background: url(../images/button1.gif) no-repeat;
 width: 100px;
 height: 20px;
 text-align: center;
  text-decoration:bold;
 color: black;
 margin: 7 2 0 2 ;
 padding: 2,0,0,0;
}

.hoofdmenu a:link,.hoofdmenu a:visited,.hoofdmenu a:active  {
 text-decoration:bold;
 color: black;
 }

.hoofdmenu a:hover {
 text-decoration:bold;
 color: black;
 background: url(../images/button2.gif) no-repeat;
}

/* ########################### Menu-item-instellingen */

.menu {
 width: 150px;
 padding-left: 5px;
 vertical-align: top;
}

a.menu-link:link, a.menu-link:active, a.menu-link:visited {
 font-size: 12px;
 color: white; 
 padding-left: 10px;
 width: 100%;
}

A.menu-link:hover{
 padding-left:10px;
 text-align: left;
 color: black;
 font-size: 12px;
}

/* ########################### Submenu-item-instellingen */
A.submenu-link:link, A.submenu-link:active,A.submenu-link:visited {
 background: url(../images/bullet.gif) no-repeat;
 padding-left:17px;
 text-align: left;
 font-size: 12px;
 color: #f0f0f0;
}

A.submenu-link:hover{
 padding-left:15px;
 text-align: left;
 color: black;
 font-size: 12px;}


/* ################### totaal_menu instellingen */
.tbmenu{
 align: center;
 width: 130px;
 border: 1px;
 border-collapse: separate; 
 border-style: solid;
 border-color: #f0f0f0 #202020 #202020 #f0f0f0;
 padding: 0 0 0 0;
 margin: 5 0 5 0;
 background-color: silver;
}


/* ####################### menuright */
.menuright {
background: url(../images/right.jpg) no-repeat;
border: 0px solid black;
font-size: 10px;
color: #ffffff;
text-decoration:bold;

vertical-align: bottom;
text-align=right;
padding: 15px 3px 15px 3px;
}

.menuright a:active {color: #FFFFFF;text-decoration="underline";}
.menuright a:link {color: #FFFFFF;text-decoration="underline";}
.menuright a:hover {color: #FFFFFF;text-decoration="underline";}
.menuright a:visited {color: #FFFFFF;text-decoration="underline";}


/* ######################### Footer */
.footer {
	text-align: center;
	height: 18px;
  float: left;
}

.footer a {width:150px;}
.footer a:link {text-decoration: none; color:black;}
.footer a:visited {text-decoration: none; color:black;}
.footer a:hover {text-decoration: none; color:black;}


/* ######################### Zoek-resultaat-opties */
.menu input{
 font-family: arial, Helvetica, sans-serif;
 font-style: normal;
 font-weight: normal;
 font-size: .8em;
 background: #F0f0f0;
 width: 120px;
 height: 1.5em;
 border: 1px solid #999;
}



.foundnews {
 width: 80%;
 horizontal-align: center;
}

.foundheader {
 font-family: arial, Helvetica, sans-serif;
 font-style: normal;
 font-weight: bold;
 border: 1px solid #606060;
 height: 20px;
 color: #999;
}

.foundcontent{
 font-family: arial, Helvetica, sans-serif;
 font-weight: normal;
 border: 1px solid #909090;
 color: black;
 height: 55px;
}
