body {
	font-family: "Courier New";
	font-size:10pt; 
	color: #675747;	
	text-decoration: none;
	font-weight: normal;
	background-color: #8E3201;
	margin: 0; /* het is een goede gewoonte om de instellingen voor margin (marge) en padding (opvulling) van het element body op nul in te stellen en daarmee op de standaardinstellingen van de verschillende browsers */
	padding: 0;		
	text-align: center; /* hiermee centreert u de container (het hoofdobject) in IE 5*-browsers Vervolgens wordt de tekst ingesteld op de standaardinstelling van links uitlijnen in de kiezer #container */	
	background-image: url('../Images/Background/achtergrond.jpg');
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:center; 
	width: 100%;
}
div#container {
	width: 856px;	/* door het gebruik van 20 pixels minder dan een volledige breedte van 800 pixels ontstaat ruimte voor de randen van het browservenster (vaak aangeduid met “browser chrome”) en wordt een horizontale schuifbalk vermeden */	
	margin: 0 auto; /* de automatische marges (d.m.v. auto), in combinatie met een breedte, centreren de pagina */
	text-align: left; /* hiermee wordt de instelling text-align: center voor het element body genegeerd. */
}
div#headerwit {
	height:50px;	
}

div#header {
	height:115px;
}

div#subheader {
	height:22px;
	margin-left: 65px;
	background-repeat: no-repeat;
}

div#maincontent {		
	width: 856px;	
	height: 480px;
	background-image:url(../Images/Background/boek_home.png);							
}

div#sidebar_left {
	float: left;
	width: 75px;
	height:425px;			
}

div#sidebar_left_links {
	float: left;
	width: 35px;
	height:425px;			
}

div#sidebar_left_gastenboek {
	float: left;
	width: 56px;
	height:405px;			
}

div#sidebar_left_bandleden {
	float: left;
	width: 25px;
	height:430px;			
}

div#content {		
	float: left;
	width: 336px;	
	height: 425px;		
		
}

div#contentlinks {		
	float: left;
	width: 811px;	
	height: 425px;		
	
}

div#contentbandleden {		
	float: left;
	width: 831px;	
	height: 430px;				
}



div#content_shop{
	float: left;
	width: 400px;	
	height: 390px;		

}

div#content_gastenboek{
	float: left;
	width: 549px;	
	height: 390px;		
		
}
div#content_optreden_scroll {		
	float: left;
	width: 731px;	
	height: 390px;		

	overflow:hidden;
	position:relative; 	
}

div#lyr2 {
 position:absolute;
 top:0;
 left:0;
}

div#sidebar_left_scroll {
	float: left;
	width: 65px;
	height:405px;			
}

div#content_scroll {		
	float: left;
	width: 506px;	
	height: 390px;		

	overflow:hidden;
	position:relative; 	
}

div#sidebar_right_scroll {
	float: left;
	width: 285px;
	height: 405px;	
}

div#sidebar_right_scroll_top {
	float: left;
	width: 255px;
	height: 202.5px;
	background-repeat: no-repeat;
	background-position:top right; 
}

div#sidebar_right_scroll_bottom {
	float: left;
	width: 255px;
	height: 202.5px;
	background-repeat: no-repeat;
	background-position:center right; 
}

div#sidebar_right {
	float: left;
	width: 445px;
	height: 425px;
	margin-top: 40px;
	background-repeat: no-repeat;
	background-position:center top; 
}

div#sidebar_right_stageplan {
	float: left;
	width: 445px;
	height: 425px;
	margin-top: 4px;
	background-repeat: no-repeat;
	background-position:center top; 
}

div#sidebar_right_gastenboek {
	float: left;
	width: 251px;
	height: 405px;	
}
div#scrollbalk {
	float: left;
	width: 30px;
	height: 405px;	
}



div#sidebar_right_shop_top {
	float: left;
	width: 391px;
	height: 202.5px;
	background-repeat: no-repeat;
	background-position:top right; 
}

div#sidebar_right_gastenboek_top {
	float: left;
	width: 251px;
	height: 202.5px;
	background-repeat: no-repeat;
	background-position:top right; 
}

div#sidebar_right_shop_bottom {
	float: left;
	width: 391px;
	height: 202.5px;
	background-repeat: no-repeat;
	background-position:center right; 
}

div#sidebar_right_gastenboek_bottom {
	float: left;
	width: 251px;
	height: 202.5px;
	background-repeat: no-repeat;
	background-position:center right; 
}

div#footer {
	width: 856px;
	height: 55px;		
}

div#home{
	position: absolute;	
	top:575px;	
	width: 250px;
	left: 760px;
	height: 70px;	
	cursor: pointer;		
}


a
{
	text-decoration: none;
	font-family: "Courier New"; 
	font-size:14px; 
	color: #706661;
	font-weight: bold;	
}

a:link 
{
	text-decoration: underline;	 
}

a:visited 
{	
	text-decoration: underline;
}

a:hover 
{	
	text-decoration: underline overline;
	font-weight: bolder;		 
}

a:active 
{
	text-decoration: underline;
}

a:visited:active 
{
	text-decoration: underline;
	font-weight: bolder;
	font-size:14px; 
}

a.default:link 
{
	text-decoration: none;	 
}

a.default:visited 
{
	text-decoration: none;
}

a.default:hover 
{
	text-decoration: underline overline;
	font-weight: bolder;		 
}

a.default:active 
{
	text-decoration: none;
}

a.default:visited:active 
{
	text-decoration: underline;
	font-weight: bolder;
	font-size:14px; 
}

a.links:link 
{
	text-decoration: none;	 
}

a.links:visited 
{
	text-decoration: underline;
}

a.links:hover 
{		
	text-decoration: underline overline;
	font-weight: bolder;		 
}

a.links:active 
{
	text-decoration: none;
}

a.links:visited:active 
{
	text-decoration: underline;
	font-weight: bolder;
	font-size:14px; 
}

.textbox {
	border: 1px solid #726859;
	height: 20px;
	width: 145px;
}

h1 {
	font-family: "Courier New"; 
	font-size:10pt;
	font-weight: bold; 
	color: #675747;	
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
}
h2 {
	font-family: "Courier New";
	font-size: 10pt;
	font-weight: bold;
	color: #675747;
	font-style: normal;	
	text-decoration: underline;
	margin-bottom: 0px;
	margin-top: 0px;

}
h3 {
	font-family: "Courier New";
	font-size: 9pt;
	font-weight: bold;
	color: #675747;
	margin-bottom: 0px;
	margin-top: 0px;
}

#right_image_top{
	background-image:url(../Images/Layout/right_top.jpg);
}

#right_image_bottom{
	background-image:url(../Images/Layout/right_bottom.jpg);
}
.clearfloat { /* dit exemplaar van class moet op een element div of break zijn geplaatst en dient het laatste element te zijn vóór de afsluiting van een container (hoofdobject) die op zijn beurt een zwevend object volledig dient te bevatten */
	clear:both;	
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.tekst_klein
{
	font-family: "Courier New"; 
	font-size:8pt; 
	color: #675747;	
	text-decoration: none;	
}

.tekst_klein_bold{
	font-family: "Courier New";
	font-size: 8pt;
	font-weight: bold;
	color: #3D3B3A;
}

.image
{
	border : 2px solid #D4C1A9;
}

