	
	html, body {
		width:100%;
		height:100%;
		margin:0;
		padding:0;
		float:none;
		/* overflow:auto; */
		background-color:#000000;
	}
	
	* {
		line-height:17px;
		font-family:arial;
	}
	
	/* top tabel */
	.bckgrnd_tabel_top {
		background:url(../../assets/images/hdr_img_top.jpg) top left no-repeat;
		width:820px;
		height:84px;
	}
	
	/* midden tabel */
		#bckgrnd_tabel_mid_left {
			background:url(../../assets/images/hdr_img_mid_left.jpg) top left no-repeat;
			width:410px;
			height:190px;
		}
		#bckgrnd_tabel_mid_right {
			background:url(../../assets/images/hdr_img_mid_right.jpg) top right no-repeat;
			margin-left:410px;
			width:410px;
			height:190px;
		}
	
	/* menu tabel */	
		.bckgrnd_tabel_menu_left {
			background:url(../../assets/images/mb_left.jpg) left repeat;
			width:156px;
			height:18px;
		}
		.bckgrnd_tabel_menu_mid {
			background:url(/assets/images/mb_mid.jpg) left repeat;
			width:565px;
			height:18px;
		}
		.bckgrnd_tabel_menu_right {
			background:url(../../assets/images/mb_right.jpg) left repeat;
			width:99px;
			height:17px;
		}
	
	/* content tabel */
	.bckgrnd_tabel_content {
		background:url(../../assets/images/cnt_achtergrond.jpg) top left no-repeat;
		width:820px;
		height:610px;
	}

	.bckgrnd_tabel_guestbook {
		background:url(../../assets/images/img_bckgrnd_gstbook.gif) top left no-repeat;
		width:820px;

	}	
	
	/* footer tabel */
	.footer_logo {
		background:url(../../assets/images/footer_logo.jpg) top right no-repeat;
		width:590px;
		height:45px;
	}
	
	
	/* tekst styles */
	.normal {
		padding:0px;
		font-size:12px;
		color:#CCCCCC;
	}
		.normal a {
			text-decoration:none;
			color:#e6e6e6;
		}
		.normal a:hover{
			text-decoration:none;
			color:#FFFFFF;
		}	

	.teaserGrey a {
		font-size:12px;
		color:#CCCCCC;
	}

	.teaserWelcome {
		font-size:12px;
		font-weight:bold;
		color:#d2a178;
	}	
		.teaserWelcome a {
			color:#d2a178;
			
		}	
	.teaserNieuws {
		font-size:12px;
		font-weight:bold;
		color:#b7977a;
	}	
		.teaserNieuws a {
			color:#b7977a;
		}
	.teaserGigs a {
		font-size:12px;
		color:#a17b5c;
	}	
	
	
	.footer {
		text-align:right;
		width:100%;
		height:45px;
		margin-top:20px;
		color:#FFFFFF;
		font-size:12px;
	}
	.footer a {
		color:#FFFFFF;
		text-decoration:none;
	}	

	.input {
		border:1px solid #000000;
	}
	
	.submit {
		border:1px solid #000000;
		
	}	
	
	.imgPhotobook {	
		border:1px solid #604b3b;
	}
	
	.breaker {
		clear:both;
		font-size:1px;
		height:1px;
		line-height:1px;
		margin-bottom:-1px;
	
	}
	
	/* hyperlinks */

	
