@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	background-image: url(afbeeldingen/body-background.gif);
	background-repeat: repeat-y;
}
#Header {
	height: 197px;
	width: auto;
	margin-top: 20px;
	background-image: url(afbeeldingen/header-background.jpg);
	background-repeat:no-repeat
}
#schaduw {
	height: 18px;
	width: auto;
	background-image: url(afbeeldingen/schaduw-header.gif);
}

#Header #title {
	height: 110px;
	width: 450px;
	float: none;
	padding-left: 393px;
	padding-top: 44px;
}
#Header #rebecca {
	float: left;
	height: 197px;
	width: 336px;
}
.outer{
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Courier New", Courier, monospace;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 163px;
	float: left;
	margin-left: 29px;
}	
#plaatsingmenu {
	width: 163px;
	margin-left: 29px;
}

#content {
	width: 624px;
	background-color: #ffffff;
	left: 293px;
	top: 242px;
	position: absolute;
	border: 2px solid #efc1bd;
	padding: 5px;
}
#content #kaderbinnen {
	border: 9px solid #a958ac;
	padding-top: 20px;
	padding-right: 42px;
	padding-bottom: 20px;
	padding-left: 42px;
	background-color: #ffffff;
}

#content #kaderbinnen img {
	border: none;
}
#menu {
	width: 161px;
	border-style: solid solid none solid;
	border-color: #c7c6c6;
	border-size: 1px;
	border-width: 1px;
	}
#menu ul{
	list-style:none;
	padding:0px;
	margin:0px;
	}
	
#menu li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
	font-weight:normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #817da0;
	display: block;
	background: url(afbeeldingen/menu1.gif);
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #db49e4;
	background: url(afbeeldingen/menu1.gif) 0 -32px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu li a:active {
	color: #a837c0;
	background: url(afbeeldingen/menu1.gif) 0 -64px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}

