/*
 alle htjes
 */
h2 {
    color: #f28e00;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-size: 14px;
}

h4 {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    font-weight: normal;
}

h5 {
    color: #f28e00;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-size: 20px;
}

h6 {
    color: #959595;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}

.album_titel {
    border-bottom: 1px solid rgb(149, 149, 149);
    width: 166px;
    z-index: 200;
}

img {
    border: 0px;
}

a {
    text-decoration: none;
    border: 0px;
    color: rgb(149, 149, 149);
}

a:hover {
    text-decoration: none;
    border: 0px;
    color: rgb(242, 142, 0);
}

body {
    font-size: 10px;
    color: rgb(149, 149, 149);
    background: black;
    font-family: Tahoma, Geneva, sans-serif;
}

table {
    font-size: 12px;
    color: rgb(149, 149, 149);
}

div.hidden_form {
    width: 180px;
    height: 200px;
    margin-top: 10px;
    visibility: hidden;
    float: left;
    position: absolute;
}

div.klik_hier {
    position: absolute;
    bottom: 28px;
    right: 22px;
    height: 59px;
    width: 147px;
    background-image: url('../images/klikhier.png');
    background-repeat: no-repeat;
    z-index: 999;
    cursor: pointer;
}

div.menu {
    width: 950px;
    height: 40px;
    float: right;
    text-align: center;
}

div.background {
    background-color: #fff;
    width: 950px;
}

div.fader {
    position: relative;
    width: 929px;
    height: 267px;
    clear: both;
    margin: -1px 0px 0px 12px;
}

div.main {
    width: 950px;
    height: 586px;
    background-image: url('../images/home_achtergrond.jpg');
    clear: both;
    position: relative;
    background-color: white;
}

div.overall {
    width: 950px;
    left: 50%;
    margin-left: -480px;
    height: 100%;
    position: relative;
}

div.snelmenu {
    position: absolute;
    top: 90px;
    left: 56px;
    background-image: url('../images/menu_items.jpg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 827px;
    height: 206px;
}

div.items {
    float: left;
    height: 206px;
    width: 206px;
    border: 0px;
    cursor: pointer;
    position: relative;
}

#items_a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 999;
    background-image: url('../images/spacer.gif');
    cursor: pointer;
}

div.snelmenu_uitleg {
    font-size: 10px;
    color: #959595;
    clear: both;
    padding-left: 17px;
    padding-top: 3px;
    padding-right: 5px;
}

td.borderright {
    border-right: 1px solid #959595;
    height: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

div.middle {
    float: left;
    border: 0px solid black;
    width: 600px;
}

p.omschrijving {
    line-height: 20px;
    clear: both;
}

div.titel {
    font-size: 25px;
    color: #f28e00;
    float: left;
    margin-bottom: 7px;
}

div.ondertitel {
    font-size: 25px;
    color: black;
    float: left;
}

div.right {
    height: 300px;
    width: 156px;
    margin-right: 8px;
    background-image: url('../images/logo-rbrush.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #fff;
    position: absolute;
    right: 0px;
    bottom: 15px;
}

div.right-menu {
    width: 126px;
}

a#active {
    color: #f28e00;
}

#navcontainer {
    clear: both;
    width: 200px;
}

#navcontainer ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
}

#navcontainer li {
    /*
     position:relative;
     */
}

#navcontainer a {
    display: block;
    padding-top: 10px;
    padding-bottom: 3px;
    padding-left: 5px;
    width: 160px;
    background-image: url('../images/gradiet-left_menu.jpg');
    background-position: 0px 29px;
    border-bottom: 1px dotted black;
}

#navcontainer a:link, #navlist a:visited {
    color: rgb(242, 142, 0);
    text-decoration: none;
}

#navcontainer a:hover {
    background-image: url('../images/gradiet-left_menu.jpg');
    background-position: 0px 0px;
    cursor: pointer;
}

#active a {
    background-image: url('../images/gradiet-left_menu.jpg');
    background-position: 0px 0px;
}

/*
 Fotoalbum
 */
a.fotoalbum_container {
    height: 119px;
    width: 129px;
    float: left;
    text-align: center;
    margin: 5px;
    display: block;
    background-image: url('../images/rondehoeken.jpg');
    background-repeat: no-repeat;
    /*
     * border: 1px solid #f28e00;
     */
    background-position: 0px 0px;
}

div.fotoalbum_img {
    width: 120px;
    height: 85px;
    margin: 8px 5px 3px 5px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.search input.box {
    color: black;
    font-size: 0.8em;
    width: 225px;
    height: 20px;
    padding: 4px 5px 0;
    background: url('../images/bg_round.png') no-repeat;
    margin-right: 5px;
}

.search input.box, .search button.box {
    border: none;
    float: left;
}

.search input.box:focus {
    background: url('../images/bg_round.png') no-repeat left -20px;
    outline: none;
}

.search input.box:hover {
    background: url('../images/bg_round.png') no-repeat left -20px;
    outline: none;
}

/*  Agenda
 *
 */
div.agenda_overall {
    width: 600px;
    clear: both;
    height: auto;
    margin-bottom: 10px;
    background: url('../images/agenda_round_1.jpg') no-repeat;
    height: 113px;
    float: left;
}

div.agenda_titel {
    margin: 5px 0px 5px 5px;
    float: left;
    width: 388px;
}

div.agenda_datum {
    margin: 5px 5px 5px 0px;
    float: left;
    width: 200px;
    text-align: right;
}

div.agenda_tekst {
    float: left;
    height: 70px;
    overflow-y: auto;
    padding: 0px 5px 5px 5px;
    width: 580px;
}

.readmag {
    bottom: -3px;
    left: 8px;
    position: absolute;
}

.followus {
    color: #f28e00;
    float: left;
    margin-right: 10px;
    line-height: 23px;
    position: relative;
}

.followus a {
    position: absolute;
    right: -30px;
    top: 0px;
}

.infomail {
    line-height: 20px;
    height: 20px;
    display: block;
	float: right;
}

