/*---------------------
gepunkteten Rahmen um 
verlinkte Bilder ausblenden
-----------------------*/

a:focus { outline: none;} 

body {

	background-image:url(../img/dr_back_verlauf.gif);
	background-repeat:repeat-x;
	background-color:#ececec;

}

p {
	margin:0 0 15px 0;
	padding:0;
}
ol, ul{
	margin:0 0 15px 25px;
	padding:0;
}

#center{
	position:absolute;
	width:951px;
	margin-left:-475px;
	left:50%;
}


/*---------------------
PNG-FIX f?r IE<6
-----------------------*/
* html #box_top_left, 
* html #box_top_middle, 
* html #box_top_right
{
	behavior: url(fileadmin/templates/scripts/iepngfix.htc);
	
}