/* www.desjuit.be */
/* Css door Roel Bosmans -- roel.bosmans@gmail.com */
/* www.tbbvba.be/roel/index.html */
body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-image:url('../images/pattern.gif');
	background-repeat: repeat;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

#header{
background-color:#FFFFD5;
background-image:url('../images/logo.png');
background-position:center;
background-repeat:no-repeat;
width: 750px;
height: 133px;
border-bottom: 2px #EBF16B solid;
}

#container{
margin: auto;
width: 750px;
height: auto;
border: 6px solid #EBF16B;
background-color:#FFFFD5;
display: table;
}

#links{
float: left;
width: 150px;
height: 400px;
background-color:#FFFFD5;
}

#rechts{
float: right;
width: 538px;
height: 400px;
background-color:#FFFFD5;
padding: 10px;
}


#footer2{

background-color: #FFFFD5;
border-color:#EBF16B;
border-width: 1px;
border-style: solid;
width: 750px;
}

#navlist
{
padding: 0 1px 1px 0;
margin: 0;
font: bold 12px Verdana, sans-serif;
background: #EBF16B;
width: 13em;
}

#navlist li
{
list-style: none;
margin: 0;
border-top: 0px solid #EBF16B;
text-align: left;
}

#navlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #EBF16B;
background: #FFFFD5;
text-decoration: none;
}

#navlist li a:link { color: #000000; }
#navlist li a:visited { color: #000000; }

#navlist li a:hover
{
border-color: #EBF16B;
color: #000000;
background: #EBF16B;
border-left: 13px solid #FFFFD5;
}
