a{border: 0px;}
img{border: 0px;}
body
		{
			background-color: black;
			margin: 0px 0px 0px 0px;
			color: white;
			font-family: sans-serif;
			font-style: italic;
			font-style: bold;
			font-size: 105%
		}
						a:link
						{
						text-decoration: none;
						color: white;	
						}
						a:visited
							{
								text-decoration: none;
								color: white;	
							}
							a:hover
								{
									text-decoration: underline;
									color: red;
								}
		.current
		{
			color: rgb(170,0,0);	
		}
				#website
					{
						width: 950px;
						height: 100%;
						margin-left: auto;
						margin-right: auto;
						margin-bottom: 0px;
					}
						#menu
							{
								width: 140px;
								height: 100%;
								padding: 0px 0px 0px 10px;
								float: left;
							}
								#body
									{
										width: 729px;
										height: 100%;
										padding: 0px 0px 0px 20px;
										border-left: 1px solid white;
										float: right;	
									}
#plaatje
{
    padding-top: 20px;
 float: left;
  width: auto;
  height: auto;  
}
#content
{
    padding-top: 20px;
    padding-left: 10px;
  width: 340px;
  float: right;
  height: auto;   
}