	
	
	body 
	{
		background-color: #ffffff;
		text-align:center;
	}
	
	img 
	{
		border:0px;
	}
	
	.clearfloat 
	{
		clear:both;
		height:0px;
		font-size:0px;
	}
	
	#ph 
	{
		width:816px;
		border: 0px solid #f0f0f0;
		background:url(img/ph/ph_border_middle.jpg) repeat-y;
	}
	
	/*##### Header ########################################################################################*/
	.ph_header_left 
	{
		width:58px;
		height:153px;
		float:left;
		background-image: url(img/ph/ph_header_left.jpg);
	}
	
	.ph_header_middle 
	{
		width:700px;
		height:153px;
		float:left;
		background-image: url(img/ph/ph_header_middle.jpg);
	}
	
	.ph_header_right 
	{
		width:58px;
		height:153px;
		float:left;
		background-image: url(img/ph/ph_header_right.jpg);
	}
	
	.ph_content
	{
		display:block;
	}
	
	/*##### Border Left ###################################################################################*/
	.ph_col_left 
	{
		position:relative;
		display:block;
		width:58px;
		float:left;
	}
	
	.ph_col_left_border_top
	{
		position:relative;
		display:block;
		width:58px;
		height:8px;
		background-image: url(img/ph/ph_border_left_top.jpg);
		float:left;
	}
	
	.ph_col_left_border_bottom 
	{
		width:58px;
		height:8px;
		background-image: url(img/ph/ph_border_left_bottom.jpg);
		margin-top:-8px;
		float:left;
	}
	
	/*##### Border Right ##################################################################################*/
	.ph_col_right 
	{
		position:relative;
		display:block;
		float:left;
		width:58px;
	}
	
	.ph_col_right_border_top 
	{
		width:58px;
		height:8px;
		background-image: url(img/ph/ph_border_right_top.jpg);
		float:left;
	}
	
	.ph_col_right_border_bottom
	{
		background-image: url(img/ph/ph_border_right_bottom.jpg);
		width:58px;
		height:8px;
		margin-top:-8px;
		float:right;
	}
	
	/*##### Content #######################################################################################*/
	.ph_col_middle 
	{
		position:relative;
		width:700px;
		float:left;
	}
	
	#platzhalter_r2_c2 
	{
	}
	
	#platzhalter_r5_c2 
	{
	}
	
	#platzhalter_r6_c2 
	{
	}
	
	/*##### Footer ########################################################################################*/
	.ph_footer_left 
	{
		width:58px;
		height:47px;
		float:left;
		background-image: url(img/ph/ph_footer_left.jpg);
	}
	
	.ph_footer_middle 
	{
		width:700px;
		height:47px;
		float:left;
		background-image: url(img/ph/ph_footer_middle.jpg);
	}
	
	.ph_footer_right 
	{
		width:58px;
		height:47px;
		float:left;
		background-image: url(img/ph/ph_footer_right.jpg);
	}
