/* CSS Document */



/* Styles to make the menu lock into place like a frame */
html, body {
	padding:0;
	border:0;
	margin:0;
}
body {
	height:100%;
	width:auto;
}
#menu {
	top:0;
	left:0;
	padding:1.6em 0 0 0;
	border:0;
	margin:0;
	height:100%;
	width:230px;
	position:fixed;
}
#content {
	display:block;
	height:auto;
	padding:1.6em 3em 2em;
	border:0;
	margin:0 0 0 230px;
}
#back { 
	height:100%;
}





/* Styles to create the menu look and feel */
.menu {
	background-color:#342E6D;
	background-image:url(../images/bg_long.jpg);
	color:#FFFFFF;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-size:110%;
	line-height:200%;
}
.menu img {
	margin-left: 20px;
}
.menu a {
	color:#FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	text-decoration:underline;
}
.menu ul li ul {
	color:#FFFFFF;
	font-style:italic;
	font-size:90%;
	line-height:120%;
	text-indent: -30px;
	list-style:none;
	font-weight:normal;
}



/* Styles to create the content look and feel */

.back_cream {
	background-color:#F5D1B7;
	background-image:url(../images/bg_cream.jpg);
}
.back_purple {
	background-color:#342E6D;
	background-image:url(../images/bg_purple.jpg);
}
.back_orange {
	background-color:#FF8748;
	background-image:url(../images/bg_orange.jpg);
}
.content_cream {
	background-color:#F5D1B7;
	background-image:url(../images/bg_cream.jpg);
	color:#000000;
}
.content_orange {
	background-color:#FF8748;
	background-image:url(../images/bg_orange.jpg);
	color:#FFFFFF;
}
.content_purple {
	background-color:#342E6D;
	background-image:url(../images/bg_purple.jpg);
	color:#FFFFFF;
}

p, span
{
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #333366;
	font-size: 90%;
}


/* Styles for the homepage */

.homepage {
	text-align:right;
}
.title1 {
	color:#FFCC99;
	font-family: Times, "Times New Roman", serif;
	font-size: 32px;
	letter-spacing: 9px;
}
.title2 {
	font-family: Times, "Times New Roman", serif;
	letter-spacing: 5px;
	line-height: 60px;
}
.title3 {
	font-family: Times, "Times New Roman", serif;
	letter-spacing: 2px;
	line-height: 40px;
}
.title3 img {
	vertical-align: middle;
	margin: 10px;
	margin-right:0px;
}





/* Styles for the aanbod pages */
h1 {
	color: #333366;
	font-size: 200%;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	font-size: 150%;
	color: #CC6633;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: lighter;
	text-indent: 20px;
	font-family: "Times New Roman", Times, serif;
}
.tekstzwart {
	color : Black;
}
.tekstoranje {
	color: #cc6633;
}

