html,body {
  margin:0px;
  padding:0px;
  width:100%;
  height:100%;
}

body {
	font: normal 11px Arial, Helvetica, sans-serif;
	background: #F0F0F0;
}

.holder {
	margin:10px auto 10px auto;
	width:862px;
	height: 100%;
	
}

#contentholder {
	border:1px solid #000;
	width: 860px;
	background: white url(../images/leftmenu.gif) repeat-y left top;
}	

.informatie {
	height: 890px !important;
}

.cursussen {
	/*height: 3500px !important;*/
}

#kop {
	height: 100px;
	background: #fff url(../images/kop.gif) no-repeat left top;
}

#inhoud {
	width: 629px;
	padding: 10px 10px 10px 20px;
	text-align: left;
	/*float: left;
	height: 499px;
		z-index: 10;*/
	overflow: visible;
	visibility: visible;
	
}
#inhoudinfo {
	width: 629px;
	padding: 10px 10px 10px 20px;
	text-align: left;
	float: left;
	height: 770px;
	z-index: 10;
	visibility: visible;

}

#inhoudcursussen {
	width: 629px;
	padding: 10px 10px 10px 20px;
	text-align: left;
	float: left;
	/*height: 1120px;*/
	z-index: 10;
	visibility: visible;

}


.inhoud-welkom-back {
	background: url(../images/welkom-back.jpg) no-repeat right bottom;
}

.inhoud-info-back {
	
	background: url(../images/chambresdamis-back.jpg) no-repeat right bottom;
}

.inhoud-chambresdamis-back {
	background: url(../images/chambresdamis-back.jpg) no-repeat right bottom;
	background-position: 100% 96%;

}

.inhoud-richting-back {
	background: url(../images/richting-back.jpg) no-repeat right bottom;
}

.inhoud-kookstudio-back {
	background: url(../images/kookstudio-back.jpg) no-repeat right bottom;
}

.inhoud-actief-back {
	background: url(../images/actief-back.jpg) no-repeat right bottom;
}

.inhoud-contact-back {
	background: url(../images/contact-back.jpg) no-repeat right bottom;
}

#content {
	width: 659px;
	padding: 10px 0px 10px 10px;
	text-align: left;
	float: left;
	overflow: visible;
	/*border: 1px solid #ff0;*/
}

.back-index {
	background: url(../images/welkom-back.jpg) no-repeat right bottom;
}

.back-info {
	
	background: url(../images/chambresdamis-back.jpg) no-repeat right bottom;
}

.back-chambresdamis {
	background: url(../images/chambresdamis-back.jpg) no-repeat right bottom;
	background-position: 100% 96%;
}

.back-cursussen {
	background: url(../images/chambresdamis-back.jpg) no-repeat right bottom;
}

.back-richting {
	background: url(../images/richting-back.jpg) no-repeat right bottom;
}

.back-kookstudio {
	background: url(../images/kookstudio-back.jpg) no-repeat right bottom;
}

.back-actief {
	background: url(../images/actief-back.jpg) no-repeat right bottom;
}

.back-contact, .back-actief {
	background: url(../images/contact-back.jpg) no-repeat right bottom;
}

#menu {
	width: 191px;
	height: 499px;
	padding: 10px 0px 10px 0px;
	float: left;

}

#menu ul {
	margin-left: -20px !important;
	margin-left: 20px;
}

#menu a {
	display: block;
	margin-left: 10px;
	height: 17px;
}

.menu-welkom-back {
	background: #e3e3e3 url(../images/welkom.jpg) no-repeat center bottom;
}

.menu-chambresdamis-back {
	background: #e3e3e3 url(../images/chambresdamis.jpg) no-repeat center bottom;
}

.menu-actief-back {
	background: #e3e3e3 url(../images/actief.jpg) no-repeat center bottom;
}

.menu-kookstudio-back {
	background: #e3e3e3 url(../images/kookstudio.jpg) no-repeat center bottom;
}

.menu-richting-back {
	background: #e3e3e3 url(../images/richting.jpg) no-repeat center bottom;
}

.menu-contact-back {
	background: #e3e3e3 url(../images/contact.jpg) no-repeat center bottom;
}


img {
	border: 0px;
}

.imgleft {
	margin: 0px 10px 10px -100px;
	float: left;
	
}

imgright {

	float: right;
}

h1 {
	font-size:16px;
	font-weight:bold;
	color: #666666;
	/*margin-left: -10px;*/
}

h2 {
	padding-left: 100px;
  font-size:12px;
  font-weight:bold;
}

h3 {
	font-size:11px;
  font-weight:bold;
}

blockquote {
	margin-left: 10px;
}

.text{
	
}
strong {
  font-weight:bold;
}

a {
  color:#666;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
  color:#000;
  text-decoration:underline;
}

.aankondiging {
	border: 2px solid #ccc;
	padding: 8px;
	
}

.aankondiging h1 {
width: 100%;
text-align: center;
	font-weight: bold;
	font-size: 14px;
}