/* CSS Document */

body{
	margin: 0px;
}

/* container */
	#headermenu_container{
		/*
		height: 285px;
		width: 974px;
		*/
		height: 258px;
		width: 948px;
		background-image:url(../images/header_background.gif);
		background-repeat:no-repeat;
		background-color:#FFFFFF;
		}
	/*#headermenu_container_inner{ padding: 13px 0px 0px 13px; }*/
	
	/* Backgrounds */
	#h_backgroundImage01, #h_backgroundImage02, #standardImage,#headermenu{ position: absolute; }
	
	#headermenu{ z-index: 100; }
	#h_backgroundImage01{ z-index: 6; }	
	#h_backgroundImage02{ z-index: 4; }
	#standardImage{ z-index: 2; }
	
	#h_backgroundImage01{ 	opacity: 0;	filter: alpha(opacity = 0);	}
	
	/* Thumbs */
	.quadrat{
		height: 86px;
		width: 86px;
		float: left;
		cursor:hand;
		cursor:pointer;
		}
	.quadrat a img{
		border: none medium;
	}
	
	/*Rows and Columns*/
	.h_row01, .h_row02, .h_row03{ clear: both; }
	.h_col01, .h_col02{	width: 474px; float: left; }	
	.h_col01 .quadrat{ float: left;	}
	.h_col02 .quadrat{ float: right; }