body {
    background-color: #ffdd44;
    color:#664411;
    font-family: "Verdana", Times, serif;
    /*border-width: 0px;*/
	/*margin: 0px;*/
    margin-top: 50px;
	/*Toegevoegd*/
	text-align: center;
	border: none;
    }
a:visited {
	color:#664411
	}
a:active {
	color:#664411
	}
a:hover {
	color:#ffff44
	}
a:Link {
	color:#664411
	}



#container {
	/*position: relative;*/
	width: 600px;
	margin: 0 auto 0;
	/*margin: auto;*/
	}

#title {
	/*position: relative;
	top: 50px;
	width: 600px;*/
	border: 3px solid #A52A2A;
	}

#menu {
	height: 50px;
	/*position: relative;*/
	/*top: 0px;*/
	/*width: 600px;*/
		/*position: relative; top: -50%*/ /* for explorer only */
	}

#main {
	/*position: relative;
	top: 50px;
	width: 600px;*/
	text-align: left; /* Main tekst positioneren */
	padding: 10px;
	border: 3px solid orange;
	Overflow: auto;
	}

div#main img.floatleft
         {
	float: left;
	}

div#main img.floatright
         {
	float: right;
	}


#ads {
	/*position: relative;*/
	/*margin-left: auto;
	margin-right: auto;*/
	/*top: 100px;*/
	margin: 25px auto 0px auto;
	width: 468px;
	
	}	

#sideads {
	/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
	position: absolute;
	Left: 85%;
	top: 50px;
	
}
body > div#sideads {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
 	position: fixed;
	Left: 85%;
	top: 50px;
	
}

