body {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    background: #FFFFFF;
}

table {
    border-spacing: 0px;
    border-collapse: collapse
}

td {
    font-family: verdana;
    font-size: 11px;
    line-height: 14px;
    padding: 0px;
	/*color: #848DAC;*/
}

td.inputtitel, td.hometitel, td.paginatitel, td.vacaturetitel, td.subtitel {
	font-weight: bold;
}

td.inputtitel, td.paginatitel, td.vacaturetitel, td.content {
	color: #848DAC; /*blauw*/
}

td.hometitel, td.contenthome {
	color: #AB9366;/*#987008;*/ /*bruin*/
}


td.nieuws, td.nieuwstitel, td.vacatureblok, td.vacaturebloktitel {
	color: #848DAC;
	font-size: 10px;
    line-height: 12px;

}

td.vacatureblok {
	background-image: url('/images/wixel.jpg');
}

td.nieuwstitel, td.vacaturebloktitel {
	font-weight: bold;
}

img {
	border: none;
}

input.vacature {
	/*FIXME, firefox kan niet tellen!
	height: 15px;*/
    font-family: verdana;
    color: #848DAC;
	height: 21px;
	border: 1px solid #848DAC; /*blauw*/
}

input.titel {
	width: 300px;
	border: 1px solid #808080;
	background: #ffffff;
	font-family: verdana;
	font-size: 11px;
	height: 20px;
}


/*
td.content#home {
	color: #AB9366;#987008;
}

td.content {
	color: #848DAC;#53608B;
	font-size: 11px;
}



td.vacaturedetail, td.vacaturedetailtitel {
    font-family: myriad, verdana;
    font-size: 10px;
    line-height: 12px;
    color: #848DAC;
    padding: 0px;
}

td.vacaturedetailtitel {
    height: 36px;
	font-weight: bold;
}

td.vacaturedetail#titel {
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
}
*/

/*

*/
textarea {
	width: 300px;
	border: 1px solid #808080;
	background: #ffffff;
	font-family: verdana;
	font-size: 11px;
	height: 200px;
}

a:hover.nieuws {
	text-decoration: underline;
}

a.nieuws {
	font-size: 10px;
	color: #848DAC; /*blauw*/	
}

a {
	font-weight: bold;
	color: #848DAC; /*blauw*/
	text-decoration: none;
}

td.contenthome a {
	color: #AB9366; /*bruin*/
}

td.windmill {
	padding: 0px;
	padding-right: 10px;
}

table.windmill {
	border: 1px solid #848DAC;
}

/* MENU_HORIZ */

    * html div#menu_horiz {
        /* hide ie/mac \*/
        height: 1%;
        /* end hide */
    }
    div#menu_horiz {
       background-color: #1578AA;
       xborder-top: 2px solid #84B5EF;
       xborder-bottom: 2px solid #8C0000;
    }
    div#menu_horiz ul {
        text-align: right;
        margin: 0;
        padding: 0px 0px 0px 160px;
        list-style: none;
        border-top: 0px solid #84B5EF;
        border-bottom:  0px solid #84B5EF;
    }
    div#menu_horiz li {
        float: left;
        display: inline;
        list-style: none;
        margin: 0 ;
        xborder-right: 1px solid #C0C0C0;
    }
    div#menu_horiz li a {
        font-size: 110%;
        font-weight: 800;
        color: #FFFFFF;
        border-right: none;
    }

    div#menu_horiz a,
    div#menu_horiz a:link,
    div#menu_horiz a:active,
    div#menu_horiz a:visited {
        display: inline-block;
        padding: 5px 10px 5px 10px; 

        /* hide from ie/mac \*/
        display: block;
        /* end hide */

        text-decoration: none;
        margin: 0;
        xcolor: #F0F0F0;
        background-color: #1578AA;
    }

    #menu_horiz li a:hover {
        background-color: #218DC5;
    }

    div#menu_horiz .active {
        display: inline-block;

        /* hide from ie/mac \*/
        display: block;
        /* end hide */
        
        background-color: #1578AA;
    }

    div#menu_horiz .current a,
    div#menu_horiz .current a:link,
    div#menu_horiz .current a:active,
    div#menu_horiz .current a:visited,
    div#menu_horiz .active a,
    div#menu_horiz .active a:link,
    div#menu_horiz .active a:active,
    div#menu_horiz .active a:visited
    {
	background-color: #1578AA;
    }

    div#menu_horiz .current a:hover,
    div#menu_horiz .active a:hover 
    {
	background-color: #218DC5;
    }

/* END MENU_HORIZ */

       div#aftertext p {
           font-size: 81%;
           line-height: 1.2em;
           color: #a0a0a0;
           padding: 20px 20px 0px 20px;
           text-align: left;
       }