html
{
}
body
{
    overflow: auto;
    background: white url(   "/images/back.gif" ) no-repeat top center;
}
#topbanner
{
    height: 120px;
    position: relative;
    overflow: visible;
    z-index: 99;
}
#menu
{
    background: white url(   "/images/menu-back.gif" );
    height: 35px;
    border-bottom: 1px solid black;
    position: relative;
    overflow: visible;
}
#menu a.menuitem
{
    display: block;
    position: relative;
    height: 34px;
    line-height: 34px;
    color: White;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px !important;
    padding: 0;
    margin: 0 8px;
}
#menu a:hover, #menu a.selected
{
    background: url("/images/menu-back-selected.gif" ) top left;
}
#page
{
    width: 995px;
    margin: 0 auto;
}
.content
{
    padding: 15px;
    background-image: url('/images/bck_tekstpanel.png')!important;/* transparente png */
    background-image: url('/images/bck_tekstpanel.gif');/* ie6: gif */
    background-repeat: repeat-x;
    background-color: #c7d52d;
   
}
.fillpage
{ 
    height: auto !important;
    height: 500px;
    min-height: 500px;}

a.footeritem
{
    display: block;
    line-height: 20px;
    padding: 0 10px;
    color: #888888;
}
a.footeritem:hover
{
    color: #444444;
}
ul.itemlist
{
    font-size: 15px;
    list-style-type: none;
}
ul.itemlist li
{
    padding: 5px;
    float: left;
    width: 45%;
}
.shadow
{
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .2); /*mozilla, firefox*/
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .2); /*chrome, safari*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#AAAAAA, strength=3, direction=135); /* internet explorer*/
}
.translucent
{
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
/*columns*/
.column
{
    display: block;
    position: relative;
    height: auto !important;
    height: 500px;
    min-height: 500px;
    position: relative;
    padding-right: 10px;
    overflow: hidden;
}
.column .pageitem
{
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.textinput
{
    margin: 0 0 5px 0 ;
    padding: 4px 0;
    border: 0px;
}
.watermarked
{
    color: #AAAAAA;
    font-style: italic;
}
/* BUTTONS*/
.button, .buttonklein, .buttongroot
{
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    
    background-repeat: no-repeat;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    height: 26px;
    line-height: 26px;
}
.buttonklein
{
    width: 97px;
    background-image: url(   '/images/but_alg_klein.gif' );
}
.buttongroot
{
    width: 229px;
    background-image: url(   '/images/but_alg_groot.gif' );
}

