html, body {
font-family: times ;
font-size: 8 px ;
margin-top: 4px;
height: 100% ;
background-image: url('gradient.jpg');
background-repeat: repeat-x;
background-color: #666666;
}

#container { 
width:1000px;
left:50%;margin-left:-400px;position:relative;margin-top:-8px; margin-bottom:-8px;
position: relative;
min-height: 100%; 
height:100%; 
margin-bottom: 0px ;}

#header {
height 			:125px ;
width 			:780px ;
margin-top 		:0px;
background-image: url('header.jpg') ;
background-color: #000000;
border-left: 2px black solid;
border-right: 2px black solid;
color : white;
font-size : 40px;
text-align : center;
text-decoration : underline;
font-family: Georgia;
}

#menu { 
height			:30px;
width			:780px;
border-bottom: 4px white solid;
border-left: 1px black solid;
border-right: 1px black solid;
}


#content { 
Height	:100% ;
width	:650px;
background-color: white;
margin-left:0px;margin-top:0px; 
min-height: 800px ;
margin-bottom : 0px;
float:left;
border-left: 1px black solid;
padding-left: 1.5%;
}

#reclame {
Height	:100% ;
width	:135px;
background-color: white;
background-image: url('blad.jpg');
background-repeat :no-repeat;
background-position: left-center;
left:-0%;margin-left:0px;margin-top:0px; 
min-height: 800px ;
float:left;
border-right: 1px black solid;
text-align:center;

}

#reclame table{
margin-left: auto;
margin-right: auto;
}

#onder {
width: 800px ;
height: 20px ;
background-image : url('balk.jpg');
margin-bottom: 1px;
position:relative ;
float:left;
border-left: 1px black solid;
border-right: 1px black solid;
font-size:10pt;
}


#menu a {
background-color : #000000;
border-bottom : solid 1px orange;
border-left : solid 1px orange;
border-right : solid 1px orange;
border-top : solid 1px orange;
color : white;
font-size : 20px;
text-align : center;
text-decoration : none;
font-family: comic sans ms;
padding : 0 4px 2px 4px;
margin : 3px;
display : block;
float : left;
width : 145px;
}

#menu a:hover {
border-bottom : solid 1px #8c0347;
border-left : solid 1px #eb0a7a;
border-right : solid 1px #8c0347;
border-top : solid 1px #eb0a7a;
color : gray;
padding : 1px 3px 1px 5px;
}

table{
color: white;
border-top: 1px black solid;
border-bottom: 1px black solid;
border-left: 1px black solid;
border-right: 1px black solid;
}

a:link {
color : #FFFFFF;
text-decoration:underline;
}

a:active {
color: #FFFFFF;
text-decoration:underline;
}

a:visited {
color: #FFFFFF;
text-decoration:none;
}

a:hover {
color: orange;
text-decoration:underline;
}

a img {
border:none;
text-decoration:none;
}

img a:link,a:visited,a:hover,a:active {
text-decoration:none;
border:none;
}


