/* Stylesheet Parkhaus Badischer Bahnhof Basel
// Frank Preiswerk, visign graphics & solutions
*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



DIV#parentLayer {
	 position:absolute; 
	 width:100%; 
	 height:360px; 
	 z-index:1; 
	 left: 0px; 
	 top: 110px;
	 background-image: url(images/img_tmpl_1000px.gif); 
	 layer-background-image: url(images/img_tmpl_1000px.gif); 
}

DIV#imageLayer {
	 position:absolute; 
	 width:564px; 
	 height:360px; 
	 z-index:2; 
	 left: 29%; 
	 top: 110px;
}

DIV#titleLayer {
	 position:absolute; 
	 width:500px; 
	 height:57px; 
	 z-index:1; 
	 left: 29%; 
	 top: 44px;
}

A img { 
	border: 0px;
}


