/* CSS Document */

* { 
margin: 0px; 
padding: 0px; 
}

body {
	background-attachment: fixed;
	background-image: url(Images/bgmain.jpg);
	background-repeat: no-repeat;
	width: 566px;
	background-color: #9BEDE9;
}

#midden{
	background-image: url(Images/transpwit.png);
	background-repeat: repeat;
	height: 100%;
	width: 390px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330033;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
}
#rechts {
	width: 133px;
	position: fixed;
	background-color: #330033;
	float: left;
	left: 430px;
	height: 100%;
}

