/* ################## Algemene site instellingen */

html {
 padding: 0;
 margin: 0;
 }

a:link {text-decoration: none; color:silver;}
a:visited {text-decoration: none; color:silver;}
a:hover {text-decoration: none; color:silver;}
a {text-decoration: none; color:silver;}

.main {
background-color: silver;
}

.basis {
 background: url(../images/bg_main.jpg) no-repeat;
 width: 960px;
 height: 100%;
}


/* ################################ Hoofdmenu instellingen */
.hoofdmenu {
 width: 100%;
 vertical-align: bottom;
 text-align: right;
 padding-bottom: 10px;
 padding-left: 160px;
}

.hoofdmenu a:link {text-decoration: none; color:black;}
.hoofdmenu a:visited {text-decoration: none; color:black;}
.hoofdmenu a:hover {text-decoration: none; color:silver;}

.hoofdmenu a {
margin: 0px 5px 0px 5px;
text-decoration: none; 
color:black;
text-align: center;
font-size: 12px;
width: 90px;
border: 1px;
border-style: solid solid solid solid;
border-color: #666666;
margin: 2 2 2 2 ;
padding: 1 1 1 1;
display : block;
float : right;
height: 16px; 
}

/* ########################### Menu-item-instellingen */

.menu {
font-family: arial;
width: 150px;
padding-left: 0px;
vertical-align: top;
}

a.menu-link:link, a.menu-link:active, a.menu-link:visited {
font-family: arial;
margin: 3px 5px 0px 5px;
text-decoration: none; 
color:white;
text-align: left;
font-size: 12px;
width: 120px;
}

A.menu-link:hover{
font-family: arial;
 color: silver;
}

/* ########################### Submenu-item-instellingen */
A.submenu-link:link, A.submenu-link:active,A.submenu-link:visited {
margin: 0px 5px 0px 15px;
text-decoration: none; 
color:white;
text-align: left;
font-size: 11px;
width: 120px;
}

A.submenu-link:hover{
color:silver;
 }


/* ####################### Content */
.content {
font-family: arial;
font-size: 12px;
background: url(../images/grey.jpg) no-repeat;
background-align: right;
text-color:#666666;
padding: 15px 5px 15px 5px;
vertical-align: top;
text-align: left;
}

.content a {width:150px;}
.content a:link { font-weight: bold; color:#ff0000;}
.content a:visited { font-weight: bold; color:#ff0000;}
.content a:hover {text-decoration: none; color:#003300;}

/* ######################### Footer */
.footer {
text-align: center;
float: left;
width:150px;
text-size: 10px
text-color:#333333;

}

.footer a {width:150px;}
.footer a:link {text-decoration: none; color:white;}
.footer a:visited {text-decoration: none; color:white;}
.footer a:hover {text-decoration: none; color:white;}


/* ######################### Zoek-resultaat-opties */
.menu input{
 horizontal-align: center;
 font-family: arial;
 font-style: normal;
 font-weight: normal;
 font-size: .8em;
 font-color: white;
 background: #F0f0f0;
 width: 120px;
 height: 1.5em;
 border: 1px solid #999;
 margin-left; 10px;
}

.foundnews {
 width: 80%;
 horizontal-align: center;
}

.foundheader {
 font-family: arial;
 font-style: normal;
 font-weight: bold;
 border: 1px solid #606060;
 height: 20px;
 color: #999999;
}

.foundcontent{
 font-family: arial;
 font-weight: normal;
 border: 1px solid #909090;
 color: black;
 height: 55px;
}