body{
text-align: center;
margin: 0; 
padding: 0;
background-image: url(img/bg.png);
background-repeat: repeat-x;
background-attachment:fixed;

}

#totaal{
    width: 900px;
	margin: 0 auto;
	margin-top: 10px;
}

#banner{
    width: 900px;
    height: 100px;
	background-image: url(img/banner.png);	
}

#topmenu{
    width: 300px;
	margin-left: 520px;
	margin-top: 5px;
	float: left;
}

#inlogveld{
    width: 400px;
	margin-left: 550px;
	margin-top: 10px;
	float: left;
}
#text{
	text-align: left;
    width: 900px;
	background-image: url(img/mid.png);	
	background-repeat: repeat-y;
}

#menu{
	width: 170px;
	margin : 5px;
	margin-left: 40px;
	float: left;
}

#content{
	text-align: left;
	float: right;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
    width: 670px;
}

#footer{
	text-align: center;
    width: 900px;
    height: 20px;
	background-image: url(img/bot.png);	
	Background-repeat: no-repeat;
}


h1 {
   font-family: Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif;
   font-size: 17px;
   color: #000;
   font-weight:Bold;
   text-decoration: none; 
   margin-left: 10px; 
   margin-top: 10px; }

h2 {
   font-family: Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif;
   font-size: 13px;
   color: #000;
   font-weight:Normal;
   text-decoration: none; 
   margin-left: 10px; 
   margin-top: 10px; }


h3 {
   font-family: Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif;
   font-size: 13px;
   color: #000;
   font-weight:bold;
   text-decoration: none;
   margin-left: 10px; 
   margin-top: 10px; }


a:link {
	color: #3988ff;
	text-decoration: none;
}
a:visited {
	color: #3988ff;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #3988ff;
	text-decoration: none;
}

   
small {
   font-family: Trebuchet MS, Arial, Helvetica, sans-serif, verdana;
   font-size: 9px;
   color: #3988ff;
   margin:10px;
   text-decoration: none; }
   
