/* Basis CCS lay-out voor de welsnel websites */

/* CSS Document */

#container {
	position:         		relative;
	width:               	990px;
	height:              	768px;
	padding-top:           	0px;
	padding-right:         	0px;
	padding-bottom:        	0px;
	padding-left:          	0px;
	margin-right:         	auto;
	margin-left:          	auto;
}
	
#login {
	position:         		absolute;
	top:                   	0px;
	height:               	20px;
	width:               	830px;
	left:			      	0px;
	padding-top:           	3px;
	padding-right:         	5px;
	padding-left:          	5px;
	background-color:   #FF6600;
}

#header {
	position:          		absolute;
	top:                   	20px;
	height:               	135px;
	width:                	840px;
	left:					0px;
}
	
#content {
	position:           	absolute;
	top:                  	155px;
	left:                   200px;
	width:                  640px;
	background-color:	 	#FFFFFF;
}

#heading {
	top:                 	0px;
	left: 	 			   	0px;
	height:                 25px;
	width:                 	630px;
	padding-left: 			10px;
	padding-top: 			5px;
}	

#afbeelding {
	padding-top:           	10px;
	padding-left: 			10px;
}

#tekst {
	padding-left:			10px;
	padding-right:			10px;	
	height:					auto;
	vertical-align:bottom;
	
}

#navigatie {
	position:          		absolute;
	padding-left:		   	0px;
	padding-top:		   	0px;
	top:                  	155px;
	left:				    0px;
	width:                	200px;
	height:					550px;
	background-image: 		url(../images/site/menu.jpg);
}

#button {
	width:                	200px;
	/* background-image:		url(../images/site/button.jpg); */
	background-repeat:	    no-repeat;
	background-color:		#FFFFFF; /*	wit */	
}
	
#colofon {
	margin:					0px;
	height:                 20px;
	width:                 	640px;
	padding-top:	        5px;
	text-align:				center;
}
	
#banner {
	position:           	absolute;
	top:                    0px;
	left:		    	   	840px;
	width:                 	140px;
	padding:		        10px;
	z-index: 				10;
}

#banner_BG {
	position:           	absolute;
	top:                    0px;
	left:		    	   	840px;
	width:                 	160px;
}	


/* Lay-out gastenboek */

#gastenboek_bericht{
	height: 				auto;
	width:                 	618px;
	margin:					10px;
	border: 				solid 1px #000000;
}

#gastenboek_heading {
	height:                 20px;
	width:                 	613px;
	margin:					0px;
	padding-left: 			5px;
	padding-top: 			5px;
}

#gastenboek_datum {
	height:                 20px;
	width:                 	618px;
	margin-left:			5px;
	margin-right:			5px;
}

#gastenboek_tekst {
	height: 				auto;
	width:                 	604px;
	margin:					5px;
	padding-right:	        5px;
}

#gastenboek_afzender {
	height:                 20px;
	width:                 	604px;
	margin-left:			5px;
	margin-right:			5px;
}

#gastenboek_melding {
	height:                 465px;
	width:                 	604px;
	margin-left:			25px;
	margin-right:			5px;
	padding-top: 			5px;
}

/* Lay-out gastenboek einde */


/* Lay-out fotoalbum */
#fotoboek_heading {
	height:                 20px;
	width:                 	350px;
	height:					161px;
	margin:					0px;
	padding-left: 			0px;
	padding-top: 			0px;
}

#foto {
	position: relative;
	top: 		  30px;
	width:       620px;
	left:			10px;
	margin-bottom: 25px;
}

#DIV_foto_navigatie {
	position:	absolute;
	top:    	3px;
	left:    	10px;
	width:		620px;
	height:  	15px
}

#fotoboek_tekst {
	width:                 	600px;
	left: 					10px;
}

#fotoHoogte {
	width:                 	640px;
	height:					1100px;
	}

#fotoboek_home {
	width:					355px;
	height:					161px;
}


#fotoboek_heading {
	width: 					auto;
	height:					25px;

}

#fotoboek_bericht{
	height:					auto;
	width:                 	620px;
}
/* Lay-out fotoalbum einde */

