﻿body {
    font-family: arial;
    font-size: 12px;
    background: url(/images/header.png) repeat-x top #FFFFFF;
    margin: 0px;
    line-height: 125%;
}

a, a:hover {
    color: #09428f;
}

img {
    border: 0;
}

h4 {
    font-size: 20px;
    color: #09428f;
    margin: 0;
}

#container {
    width: 966px;
    margin: 0 auto;
}

#body {
    margin-top: 20px;
    float:left;
    width:966px;
}

#body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

   #body ul li {
        float: none;
        display: block;
        margin: 0;
    }

   h1, h2, h3, h4, h5, h6 {
       margin-bottom: 0;
       color: #09428f;
   }


   div.buttons {
       width:400px;
   }

   div.buttons div {
       height: 30px;
       line-height: 30px;
       margin-bottom: 5px;
       display:block;
   }
   div.buttons div a {
       float:right;
       background: #cecece;
       display: block;
       padding: 0 5px;
       width: 100px;
       text-align:center;
       color: #000;
       border-radius: 5px;
       text-decoration: none;
   }



#banner {
    width: 966px;
    margin-top: 25px;
    float: left;
    border: 1px solid silver;
    clear: both;
    height: 358px;
    overflow: hidden;
}

#objecten {
    width: 966px;
    margin-top: 25px;
    float: left;
    clear: both;
}

    #objecten .col {
        width: 175px;
        height: 157px;
        float: left;
        margin-right: 10px;
        border: 1px solid #09428F;
        cursor: pointer;
        text-align: center;
        padding: 4px;
        overflow: hidden;
    }

        #objecten .col:hover {
            background: #F1FBFE;
        }

#content {
    width: 966px;
    margin-top: 25px;
    float: left;
    clear: both;
}

    #content .col {
        width: 443px;
        float: left;
        padding: 20px 0;
    }


        #content .col a {
            display: block;
            padding: 4px 0;
        }

#footer {
    width: 946px;
    background: #838383;
    background: #09428f;
    clear: both;
    padding: 10px;
    height: 30px;
}

    #footer, #footer a, #footer a:hover {
        color: #eeeeee;
        text-decoration: none;
    }

#login1 table td {
    padding: 3px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul li {
        float: left;
        padding: 0px;
        display: block;
        margin: 0;
        background: #F1FBFE;
    }

        ul li div.s {
            display: block;
            overflow: hidden;
            height: 358px;
            width: 73px;
        }

#a1 {
    width: 474px;
    width: 674px;
}

ul li img.handle {
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

ul li div.s2 {
    margin-top: -358px;
    padding: 10px 10px 10px 30px;
    width: 555px;
    height: 338px;
    margin-left: 73px;
    font-size: 12px;
}

    ul li div.s2 li {
        margin: 0 0 0 -20px;
        padding-bottom: 5px;
        list-style-type: decimal;
        display: list-item;
        float: none;
    }

ul li td {
    padding: 4px 0;
}

/* 
	LEVEL ONE
*/
ul.dropdown {
    position: relative;
    z-index: 99999;
}

    ul.dropdown li {
        float: left;
        zoom: 1;
        background: #00B2ED;
    }

    ul.dropdown a:hover {
        color: white;
        text-decoration: none;
    }

    ul.dropdown a:active {
        color: white;
        text-decoration: none;
    }

    ul.dropdown li a {
        display: block;
        padding: 7px 8px;
        color: white;
        text-decoration: none;
        font-size: 14px;
    }

    ul.dropdown li:last-child a {
        border-right: none;
    }
    /* Doesn't work in IE */
    ul.dropdown li.hover,
    ul.dropdown li:hover {
        background: #09428F;
        color: white;
        position: relative;
    }

        ul.dropdown li.hover a {
            color: white;
            text-decoration: none;
        }


    /* 
	LEVEL TWO
*/
    ul.dropdown ul {
        width: 210px;
        visibility: hidden;
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 99999;
    }

        ul.dropdown ul li {
            font-weight: normal;
            background: #09428F;
            color: white;
            float: none;
        }

            /* IE 6 & 7 Needs Inline Block */
            ul.dropdown ul li a {
                border-right: none;
                width: 100%;
                display: inline-block;
                padding: 8px 8px;
                color: white;
                text-decoration: none;
                font-size: 14px;
            }

        /* 
	LEVEL THREE
*/
        ul.dropdown ul ul {
            left: 100%;
            top: 0;
        }

    ul.dropdown li:hover > ul {
        visibility: visible;
    }
