 @charset "utf-8";
body  {
	margin: 0; 
	padding: 0;
	text-align: center;

this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector 
	color: #000000;
	background-color: #D0B795;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #594426;
	background-image: url(../afbeeldingen/conf_bg.jpg);
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container {
	width: 960px; 
	border: 1px solid #8B693C;
	text-align: left;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../afbeeldingen/sidebar.jpg);
	background-repeat: repeat-y;
} 

#header {
	padding: 0 0px;
	margin: 0px;
	height: 180px;
	background-repeat: no-repeat;
} 

#navbar {
	height: 33px;
	width: 100%;
	background-color: #8B693C;
	position: relative;
}


#sidebar1 {
	float: left; 
	width: 285px;
	padding-top: 19px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#container #sidebar1 p {
	color: #3A430C;
	font-size: 100%;
}

#mainContent {
	margin: 0 0 0 290px; 
	padding: 10px 20px 25px 10px;
	line-height: 1.3;
} 
#mainContent p a {
	color: #FFF;
	text-decoration: none;

}
#mainContent a {
	color: #684F2D;
	text-decoration: underline;
	font-weight: bold;
}

/*einde navigatie*/	

h1 {
	font-size: 130%;
	font-style: italic;
	color: #594426;
	/* [disabled]border-bottom: 1px solid #8B693C; */
}
h2 {
	font-size: 105%;
	color: #594426;
	font-weight: 600;
	font-style: normal;
}
h3 {
	font-size: 100%;
	color: #594426;
}
h4 {
	font-size: 95%;
	color: #594426;
}

p {
	font-size: 90%;
	color: #69502E;
	padding-right: 10px;
}




#header h1 {
	margin: 0; 
	padding: 0px 0;
	text-indent: -2000px;
	color: #FFFFFF;
}
.currentPage {
	background: #3A430C;
}

#container #footer a {
	color: #FFFFFF;
	text-decoration: none;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.fltlft10px {
	float: left;
	margin-right: 8px;
	padding-left: 10px;
}

.fltlftOndermargeGroot {
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	padding: 0 10px 0 20px;
	background-color: #8B693C;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}

.aandacht {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	color: #505D01;
	font-size: 130%;
}
table {
	color: #9DA86C;
}
.indentText {
	text-indent: -5000px;
}
img {
	border: no;
}
#mainContent p a {
	font-size: 2px;
	color: #FFF;
}
#mainContent #photo_view {
	float: left;
	height: 375px;
	width: 505px;
	clip: rect(auto,10px,auto,auto);
}
#mainContent #photo_list {
	float: right;
	height: 400px;
	width: 130px;
	overflow: auto;
}
#mainContent #photo_list img {
	padding-bottom: 5px;
}
#mainContent_holder {
	height: 750px;
	overflow: auto;
	width: 650px;
}

