/* ################## Algemene site instellingen */
body {

 background: #B0B0FF;
 text-decoration:none; 
 font-family: arial; 
 font-size:12px; color:black;
 margin: 0px 0px 0px 0px;
}

tr,td, table {
 text-decoration:none; 
 font-family: arial; 
 font-size:12px; color:#303030;
}

a:link {text-decoration: none; color:#5D1F63;}
a:visited {text-decoration: none; color:#5D1F63;}
a:hover {text-decoration: none; color:#5D1F63;}
a {text-decoration: none; color:#5D1F63;}

.basis {
 width: 960px;
 height: 100%;
}

#h1 {
font-family: arial;
font-size: 10pt;
}

#contentdiv{
width: 100%; height: 100%; overflow: none;
}

/* ####################### Content */
.content {
font-family: arial;
font-size: 10pt;
padding: 0px 7px 0px 2px;
vertical-align: top;
text-align: left;
	scrollbar-base-color:white;
	scrollbar-face-color:white;
	scrollbar-track-color:white;
	scrollbar-3dlight-color:white;
	scrollbar-highlight-color:#606060;
	scrollbar-arrow-color:#606060;
	scrollbar-darkshadow-color:white;
	scrollbar-shadow-color:#606060;
}

/* ######################### Footer */
.top {
 background: url(../images/kop.gif) no-repeat;
	padding-top: 5px;
	height: 207px;
	color: #f0f0f0;
	text-align: center;
}

.midden {
 background: url(../images/middenstuk.gif) repeat;
}

.rechts {
 padding-right: 10px;

}


/* ################################ Hoofdmenu instellingen */

.hoofdmenu {
 padding-left: 25px;
 padding-top: 20px;
 vertical-align: top;
 width:135px;
}

.hoofdmenu a {
 background: url(../images/but1.gif) no-repeat;
 display : block;
 color: #ffffff;
 font-size: 8pt;
 text-align: left;
 text-decoration: none; 
 font-weight: bold;
 width: 115px;
 height: 20px;
 padding: 5px 0px 0px 30px;
 margin: 2px 0px 2px 0px;
 
}


.hoofdmenu a:link {
color: white;
}

.hoofdmenu a:visited {
color: white;
}

.hoofdmenu a:hover {
 color: yellow;
 background: url(../images/but2.gif) no-repeat;
}


.menu-link a{
 font-size: 11px;
 font-weight: bold;
 color: #FFFFFF; 
 padding-left: 15px;
 height: 15px;
}

.menu-link a:link,.menu-link a:visited,.menu-link a:active  {
 font-size: 11px;
 font-weight: bold;
 color: #DD3232; 
 padding-left: 15px;
 height:15px;
}

.menu-link a:hover {
 color: #909090; 
}

.submenu-link a{
 font-size: 11px;
 color: #909090; 
 padding-left: 15px;
 height: 15px;
}

.submenu-link a:link,.submenu-link a:visited,.submenu-link a:active  {
 font-size: 11px;
 color: #909090; 
 padding-left: 15px;
 height:15px;
}

.submenu-link a:hover {
 color: #303030; 
}



 


/* ######################### Footer */
.footer {
 background: url(../images/onderkant.gif) no-repeat;
	padding-bottom: 4px;
	padding-left:20px;
	padding-right: 20px;
	height: 70px;
	color: silver;
	text-align: right;
}



.footer a {text-decoration: none; color:silver;}
.footer a:link {text-decoration: none; color:silver;}
.footer a:visited {text-decoration: none; color:silver;}
.footer a:hover {text-decoration: none; color:black;}

.footer2 {
	color: white;
}

/* ######################### Zoek-resultaat-opties */
.zoekbox 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;
}

.zoekbox{
 padding-left: 10px;
 width: 80%;
}

.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;
}

