/* common occuring framework structure for sprunt website*/

body {
	background-color: #FFFFFF;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#spruntindexcontent
{
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
	position:absolute; 
	left:0px; 	top:0px; 
	width:738px; height:545px; 
	z-index:0;
}

#spruntlogo{
	position:absolute; 
	left:14px; 
	top:15px; 
	width:105px; 
	height:40px; 
	z-index:4;
}

#spruntmenucontainer{
	position:absolute; 
	left:0px; 
	top:-1px; 
	width:735px; 
	height:108px; 
	z-index:11;
	background-image:  url("../images/quadproheaderbk.gif");
	background-repeat:no-repeat;
}
