html, body
{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family:Tahoma;
    font-size:14px;
    color:#000;
}

body
{
    background: url(/images/bg.jpg);
    color: #000;
}

img {
border:0;
}
#container
{
    width: 799px;
    height: 100%;
    min-height: 100%;
    background: #009CAA;
    margin: 0 auto;
}
#top
{
    background: url(/images/top.jpg) no-repeat;
    height: 123px;
}
#topleft
{
    float: left;
    color: #fff;
    margin-left: 20px;
    margin-top: 7px;
}
#topright
{
    float: right;
    color: #009caa;
    margin-right: 20px;
    margin-top: 7px;
}
#content
{
    position: absolute;
    background: #009caa;
    width: 799px;
    padding-bottom: 50px;
}
#left
{
    float: left;
    background: url(/images/topright.png) no-repeat;
    width: 195px;
    margin: 10px 0px 0px 10px;
}
#right
{
    float: left;
    background: url(/images/topleft.png) no-repeat top;
    width: 544px;
    margin: 10px 0px 0px 20px;
}
#rightcontent
{
    background: #fff;
    color: #000;
    margin-top: 10px;
    padding: 10px;
}
#onder
{
    position: fixed;
    background: url(/images/onder.png) no-repeat;
    width: 799px;
    height: 30px;
    bottom: 0;
}
#footer
{
    position: fixed;
    margin-left: 12px;
    background: url(/images/footer.png);
    width:775px;
    height:30px;
    bottom: 0;
}
#footertekst
{
    color:#ffffff;
    padding-left:20px;
    padding-top:7px;
}

#centerlinks
{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 120px;
    margin-top: 10px;
}

/** HYPERLINKS **/
#topleft a{color: #ffffff;}
#topright a{color: #009caa;}
#footertekst a:link{color: #ffffff;}
#footertekst a:visited{color: #ffffff;}
#footertekst a:hover{color: #ffffff;}
#footertekst a:active{color: #ffffff;}
a:link{color: black;}
a:visited{color: black;}
a:hover{color: black;}
a:active{color: black;}



/** MENU OPMAAK **/
ul {
   margin: 13px 0px 0px 0px;
   padding: 0;
   background: #2CB2BE;
}

li {
   list-style-type: none;
   margin: 0px 0px 0px 10px;
}

li a {
    width: 100%;
    display: block;
    background-color: #2CB2BE;
    color: #fff;
    text-decoration: none;
}

li a:hover {
    background-color: #004950;
    color: #fff;
}

/** cards **/

.cardimg {
    width: 160px;
    margin: 5px;
    float: left;
    text-align:center;
}

fieldset {
    border: 0px;
}

label {
    float: left;
    width: 75px;
}

