body
    {
    margin: 0;
    padding: 0;
    color: #333;
    font: 13px "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
    background: url("images/bg.gif") repeat-x;
    text-align: center;
    }
	
a
    {
    color: #0076FA;
	text-decoration: none;
    }
	
a:hover
    {
    color: #D60808;
	text-decoration: underline;
    }
	
a img {
	border: 0px;
}

#container
    {
    margin: 0 auto;
    width: 724px;
    position: relative;
    background: #fff;
    padding: 0 10px 0 10px;
    text-align: left;
    }

#titel
    {
    position: absolute;
    top: 25px;
    left: 40px;
    }
	
h1
    {
    background: url("images/logo.gif") no-repeat;
    width: 330px;
    height: 69px;
    overflow: hidden;
    margin: 0;
    }

#tekstklein
    {
    padding-top: 112px;
    }
	
#tekstklein .p2
    {
	text-align:right;
    font-size: 12px;
    position: absolute;
    top: 76px;
    right: 20px;
    margin: 0;
    }
	
#container #intro #tekstklein .p1
    {
    font-size: 11px;
    height: 101px;
    background: url("images/background.gif") no-repeat;
    margin: 0;
    width: 724px;
    color: #fff;
    font: 12px/150% "Trebuchet MS";
    }
	
#container #intro #tekstklein .p1  span
    {
    padding: 12px 530px 0 30px;
    display: block;
    margin: 0;
    font: 12px/150% "Trebuchet MS";
    }

#tekst2, #tekstonder
    {
    margin: 0 20px 0 0px;
    }

#tekst, #tekstonder
    {
    margin: 0 20px 0 230px;
    }
	
#tekstonder p, #tekst p
    {
    line-height: 150%;
    margin: 10px 0 10px 0;
    }

#linklijst
    {
    position: absolute;
    top: 250px;
    left: -16px;
    width: 210px;
    }
	
#menu ul
    {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 40px;
    }
	
#menu ul li a
    {
    text-decoration: none;
    display: block;
    font-size: 13px;
    }
	
#menu ul li.c, #menu ul li a.c
    {
    display: inline;
    font-size: 12px;
    color: #333;
    }
	
#menu ul li a.c
    {
    text-decoration: none;
    }
	
#menu ul li a.c:hover
    {
    color: #D60808;
    }
	
#menu ul li
    {
    font-size: 12px;
    border-bottom: 1px solid #E6EEF0;
    }

#footer
    {
    height: 48px;
    text-align: right;
    padding: 0 10px 0 0;
    line-height: 18px;
    font-size: 11px;
    }
	
#footer a
    {
    color: #0076FA;
    text-decoration: none;
    }
	
#footer a:hover
    {
	color: #D60808;
    text-decoration: underline;
    }

