@charset "utf-8";
/* grundlayout */

* 
	{
		padding:0;
		margin:0;
	}
	
/* Whatever:Hover */
body 
	{ 
		behavior: url("/pulbo/tl_files/pulbo_style_sheets/csshover3.htc");
		background-color:#E9E9E9;
	} 
	
/* PNG Fix */
div,img,ul
	{ 
		behavior: url("/pulbo/tl_files/pulbo_style_sheets/iepngfix.htc");
	}

#wrapper
	{
		width:960px;
		padding-left:10px;
		padding-right:10px;
		background: url("../bilder/wrapper-schatten.gif") repeat-y left top; 
	}
	
div#schatten
	{
		width:980px;
		height:20px;
		margin-left:auto;
		margin-right:auto;
		background: url("../bilder/footer-schatten.gif") no-repeat bottom; 
	}
		