body {
	margin: 0px;
}

body.roze {
	background: url(../images/roze.gif);
}

body.blauw {
	background: url(../images/blauw.gif);
}

img {
	border: none;
}

* {
	outline: none;
}

#site {
	position: relative;
	width: 940px;
	margin: 150px auto 0px auto;
	height: 643px;
	background: url(../images/body.png);
}

#content {
	position: relative;
	float: left;
	width: 900px;
	height: 600px;
	margin: 21px 19px;
	background: url(../images/background.jpg);
}

#content #left {
	position: relative;
	float: left;
	width: 250px;
	height: 600px;
}

#content #left #logo {
	position: relative; 
	float: left;
	padding: 25px 40px;
}

#content #left #menu {
	position: relative;
	float: left;
	padding: 0px 45px;
}

#content #left #menu .button {
	position: relative;
	float: left;
	width: 160px;
	height: 35px;
	line-height: 35px;
}

#content #left #menu .button a {
	font-family: Verdana;
	font-size: 15px;
	text-decoration: none;
	color: #000;
}

#content #left #menu .submenu {
	position: relative;
	float: left;
	padding: 0px 0px 0px 20px;
	width: 140px;
}

#content #left #menu .submenu a {
	font-family: Verdana;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	color: #000;
}

#content #middle {
	position: relative;
	float: left;
	width: 340px;
	height: 570px;
	background: #fff;
	padding: 30px 30px 0px 30px;
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	line-height: 20px;
}

#content #right {
	position: relative;
	float: left;
	width: 205px;
	height: 550px;
	padding: 25px 0px 25px 45px;
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	line-height: 20px;
}
