body
{
 background-image:url(images/top.jpg);
 background-repeat:repeat-x;
 font-family: "Trebuchet MS", sans-serif, helvetica;
 margin:0;
 padding:0;
}

.table
{
 height:100%;
}

#menu
{
 width:182px;
 height:28px;
 margin-left:12px;
}

#menul
{
 width:182px;
 height:100%;
 background-image:url(images/menui.jpg);
 background-repeat:repeat-y;
 border-left:solid 12px #FFFFFF;
}

#menur
{
 width:182px;
 height:100%;
 background-image:url(images/menui.jpg);
 background-repeat:repeat-y;
 border-right:solid 12px #FFFFFF;
}

#center
{
 width:100%;
 height:28px;
}

#categorieen
{
 width:182px;
 height:28px;
 margin-right:12px;
}

#menul a, #menur a
{
 display:block;
 width:100%;
 background-color:#00647d;
 padding-top:2px;
 padding-bottom:2px;
 margin-top:3px;
 font-size:14px;
 color:#FFFFFF;
 text-decoration:none;
 text-align:left;
 text-indent:4px;
}

#menul a:hover, #menur a:hover
{
 background-color:#007896;
 color:#FFFFFF;
 text-indent:8px;
}

.stat
{
 display:block;
 width:100%;
 background-color:#007896;
 padding-top:2px;
 padding-bottom:2px;
 margin-top:3px;
 font-size:14px;
 color:#FFFFFF;
 text-decoration:none;
 text-align:left;
 text-indent:5px;
}

h2, h1
{
 display:block;
 width:96%;
 background-color:#FFFFFF;
 font-size:12px;
 color:#005656;
 border-bottom:solid 2px #FFCC00;
 padding-bottom:0px;
 margin-bottom:0px;
 margin-top:15px;
 margin-left:10px;
}

a
{
 color:#005656;
}

p
{
 width:96%;
 font-size:12px;
 margin-left:10px;
 margin-top:0px;
 margin-bottom:15px;
 border-bottom:solid 1px #FFCC00;
 padding-top:18px;
 padding-bottom:18px;
}

.tekst
{

 font-size:12px;
margin: 0;
}


h3
{
 width:96%;
 font-size:13px;
 margin-left:10px;
 padding-bottom:0px;
 margin-bottom:0px;

}

#index_nieuw
{
 width:96%;
 margin-left:10px;
 padding-bottom:0px;
 margin-bottom:0px;
}

input, textarea
{
 border:solid 1px #00647D;
}

input[type="text"]
{
 width:300px;
 margin-top:5px;
 margin-bottom:5px;
}

select
{
 width:300px;
 border:solid 1px #00647D;
 margin-top:5px;
 margin-bottom:5px;
}

select
{
 border:solid 1px #00647D;
}

textarea
{
 width:600px;
 height:350px;
 border:solid 1px #00647D;
 margin-top:5px;
 margin-bottom:5px;
 font-family: "Trebuchet MS", sans-serif, helvetica;
}

.footer
{
 background-color:#00647D;
 border-top:solid 3px #FFCC00;
 padding-top:3px;
 padding-bottom:3px;
 font-size:12px;
 color:#FFFFFF;
 text-align:center;
}

#left {float: left;}


/* Frequently Used */
a{color:black;}
#copy a{color:white;text-decoration:none;}
.clear{clear:both;}

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
background: url(star.gif) left -1000px repeat-x;
}
.star-rating{
position:relative;
width:250px;
height:25px;
overflow:hidden;
list-style:none;
margin:0;
padding:0;
background-position: left top;
}
.star-rating li{
display: inline;
}
.star-rating a,
.star-rating .current-rating{
position:absolute;
top:0;
left:0;
text-indent:-1000em;
height:25px;
line-height:25px;
outline:none;
overflow:hidden;
border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
background-position: left bottom;
}
.star-rating a.one-star{
width:10%;
z-index:11;
}
.star-rating a.two-stars{
width:20%;
z-index:10;
}
.star-rating a.three-stars{
width:30%;
z-index:9;
}
.star-rating a.four-stars{
width:40%;
z-index:8;
}
.star-rating a.five-stars{
width:50%;
z-index:7;
}
.star-rating a.six-stars{
width:60%;
z-index:6;
}
.star-rating a.seven-stars{
width:70%;
z-index:5;
}
.star-rating a.eight-stars{
width:80%;
z-index:4;
}
.star-rating a.nine-stars{
width:90%;
z-index:3;
}
.star-rating a.ten-stars{
width:100%;
z-index:2;
}
.star-rating .current-rating{
z-index:1;
background-position: left center;
}
.small-star{
width:100px;
height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
background-image: url(star_small.gif);
line-height: 10px;
height: 10px;
}