body{
	margin: 0px 0px -30px 0px;
	padding: 0;
	background: #F0EEE8 url(../images/layout/bg_body.jpg) repeat-x;
	text-align: center;
}

a { outline: none; }

/* ******************************************************************************************************** */
/* main divs */
#Container{
	margin: 0px auto 0px auto;
	padding: 0px 0px 30px 0px;
	width: 776px;
	background: #F0EEE8 url(../images/layout/bg_container.gif) repeat-y;
}

#Container #SLeft{
	float: left;
	width: 8px;
	margin-right: 55px;
}

#Container #SRight{
	float: right;
	width: 8px;
	margin-left: 55px;
}

#Container #Main{
	float: left;
	width: 650px;
}

#Container #Content{
	margin: 0px 10px 0px 10px;
}

#Container .clear{
	display: block;
	clear: both;
	height: 0px;
}

/* ******************************************************************************************************** */
/* header */
#Container #Main #Header {
	background: #B9AA94 url(../images/layout/bg_header.gif) repeat-y;
	text-align: center;
}

#Container #Main #Header img.header{
	border: 1px solid White;
}

/* ******************************************************************************************************** */
/* Left -> opmaak in crematoriumhaarlem_menu.css */
#Container #Content #Left{
	float: left;
	width: 180px;
	height: 600px;
	margin: 0px 6px 0px 0px;
	border-top: 12px solid #153D5E;
	text-align: left;
	z-index: 1000;
}

#Left img{
	border: 0;
	margin: 0px 5px 1px 0px;
}

/* remove all the bullets, borders and padding from the default list styling */
#Left ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 180px;
}

/* hack for IE5.5 */
* html #Left ul{
	margin-left:-16px;
	ma\rgin-left:0;
}

/* position relative so that you can position the sub levels */
#Left li, #Left li ul li ul li{
	position:relative;
	float: left;
}

/* get rid of the table */
#Left table {
	position: absolute;
	border-collapse: collapse;
	top: 0;
	left: 0;
	z-index: 100;
	font-size: 1em;
}

/* style the links */
#Left a, #Left a:visited{
	position:relative;
	display: block;
	padding: 5px 0px 0px 5px;
	width: 175px;
	height: 41px;
	border-bottom: 1px solid #B9AA94;
	background: #F8F7F3 url(../images/layout/bg_link.gif) repeat-x;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #536073;
	text-decoration: none;
}

/* hack for IE5.5 */
* html #Left a, * html #Left a:visited {
	background: url(../images/layout/bg_link.gif) repeat-x;
	width:175px;
}

/* style the link hover */
* html #Left a:hover{ background: #E4DFD4; }
#Left :hover > a{ background: #E4DFD4; }

/* style the sublevel */
#Left ul li ul li a, #Left ul li ul li a:visited{
	position:relative;
	display: block;
	padding: 5px 0px 0px 5px;
	margin-top: -1px;
	width: 175px;
	height: 41px;
	border: 1px solid #B9AA94;
	background: #E4DFD4;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #536073;
	text-decoration: none;
	z-index: 2000;
}

/* style the sublink hover #DAD3C5; */
#Left ul li ul li a:hover{ background: #CFC9BA; }
* html #Left ul li ul li a:hover{ background: #CFC9BA; }
#Left ul li ul li :hover > a{ background: #CFC9BA; }

/* hide the sub levels and give them a positon absolute so that they take up no room */
#Left ul ul{
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 180px;
}

/* make the second level visible when hover on first level list OR link */
#Left ul :hover ul{
	visibility:visible;
}

/* ******************************************************************************************************** */
/* Right */
#Container #Content #Right{
	float: left;
	width: 444px;
	text-align: left;
}

#Right #Logo{
	margin: 0px 0px 40px 0px;
	text-align: right;
	background: url(../images/layout/bg_logo.gif) repeat-x;
}

#Right h1{
	margin: 0px 30px 20px 30px;
	padding: 0px 0px 0px 10px;
	font: bold 0.6em/1.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #536073;
	background: url(../images/layout/li.gif) no-repeat left 0.8em;
	letter-spacing: 1px;
}

#Right p, #Right table{
	margin: 0px 30px 20px 30px;
	padding: 0;
	font: 0.6em/1.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #807251;
}

#Right a{
	text-decoration: underline;
	color: #153D5E;
}

#Right a:hover{
	text-decoration: underline;
	color: Maroon;
}

#Right th{
	padding: 0px 2px 0px 2px;
	background-color: #DAD5C5;
	font-weight: bold;
}

#Right td{
	vertical-align: top;
	padding-right: 4px;
}

#Right td.list{
	padding-left: 4px;
}

#Right td .button{
	margin: 2px 0px 0px 0px;
	display: block;
	width: 13px;
	height: 13px;
	border: 1px solid #807251;
}

#Right ul{ margin: 0px 30px 20px 30px; padding: 0; }

#Right li{
	margin: 0;
	padding-left: 10px;
	font: 0.6em/1.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #807251;
	list-style: none;
	background: url(../images/layout/li.gif) no-repeat left 0.8em;
}

#Right #Alphabet{
	margin: 0px 30px 20px 30px;
	padding: 10px 0px 6px 0px;
	border-top: 1px solid #807251;
	border-bottom: 1px solid #807251;
	text-align: center;
}

#Right .image{
	margin: 0px 0px 0px 30px;
	width: 384px;
	border: 1px solid Black;
}

#Right .image img{
	border: 1px solid White;
}

#Right .tag{
	margin: 5px 30px 20px 0px;
	text-align: right;
	font: italic 0.6em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #807251;
}

/* *********************************************************************************************************** */
/* forms */

input, select{
	width: 200px;
	margin: 0px 0px 6px 0px;
	border: 1px solid #807251;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #807251;
	background-color: #F8F7F3;
}

select{ width: 204px; }						/* ie hack */
html > body select{ width: 202px; }		/* goede waarde */

input.checkbox{ 
	width: auto;
	vertical-align: middle;
	margin: 3px 15px 0px 0px;
	border: 0;
	background-color: transparent;
}

input.form{ 
	width: 50px;
	margin-right: 5px;
}

textarea{
	width: 200px;
	height: 120px;
	overflow: auto;
	margin: 0px 0px 6px 0px;
	border: 1px solid #807251;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #807251;
	background-color: #F8F7F3;
}

input.submit{
	width: auto;
	margin: 0;
	padding: 2px 2px 2px 2px;
	border: 1px solid #807251;
	background-color: #F2F0EB;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	color: Black;
}

input.button{
	width: 20px;
	height: 20px;
	margin: 0px 4px 4px 0px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #807251;
	background-color: #F2F0EB;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #807251;
	cursor: pointer;
}

input.artiest1, input.artiest2{
	margin: 0;
	padding: 0;
	width: 275px;
	height: 18px;
	text-align: left;
	border: 0;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #807251;
	cursor: pointer;
}

input.artiest1{ background-color: #FFFFFF; }
input.artiest2{ background-color: #F2F0EB; }

.false{
	color: red;
}



