﻿body, html
{ 
	/* Breite auf 1065px eingestellt	*/ /* Höhe auf 950px eingestellt	*/
	position: relative;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	margin-top: 0;
	padding-top: 0;
	background-color: #E9EEF3;
}
a:link
{text-decoration:none;}	
a:visited 
{text-decoration:none;}	
a:hover 
{text-decoration:none;
	cursor: hand;}	

.MasterParent_Pan_ObererBereich
{
	height: 174px;
	width: 980px;
	background-color: white;	
}

/*	Unterer Bereich*/
/*	===============*/
.Pan_Local_Page_Standart
{  
	width: 979px;
	margin-top: 0;
	padding-top: 0;
	border-left: white 1px solid; 
	overflow: visible;				/*###	*/
	
/*IE7	*/
	background-color: Transparent;	
	min-height: 576px;		/* Wird nur von Firefox und IE7 interpretiert	*/
}

.Pan_Lokal_Arbeitsbereich
{
	width: 672px; /*IE7 macht Probleme   *	height: 576px;	*/ 
	/* IE6 versteht kein min-height. Firefox überspringt Zeilen mit "*" */ /*IE7	min-height: 576px;		*/
	margin-left: 307px;
	background-color: Transparent;	
	overflow: visible; /*###	*/
	position: relative; /* http://www.thestyleworks.de/tut-art/ie7.shtml#fixed-bugs */
}

.Pan_Lokal_Navigation
{
	position: absolute;	
	top: 174px;
	left: 27px;
	width: 221px;
	margin-left: 1px;
	display:inline;			/*###	IE macht Abstand zwische DIV's 	!!!	*/

}
.Pan_Lokal_Nav_Ecke
{
	height: 7px;
	width: 7px;
	background-repeat: no-repeat;
	margin-left: 27px;
	clear: both;
	
}

.Pan_Footer_Line
{
/*###	position: absolute;		kein position !!!			*/
	background-color: white;
	height: 30px;
	width: 980px;
	padding-top: 10px;
	clear: both;
	font-family: Arial;
	font-size: 5px;		
}
.Pan_Local_Footer_1
{
	position: absolute;	
	background-color: white;
	height: 30px;
	width: 600px;	
	left: 307px;			
	/*	bottom: 0px;	*/
	border-top: #E9EEF3 1px solid;
	clear: both;
}
.IMG_Style_Footer_rechts
{
	float: right;
	padding-top: 5px;
	padding-right: 10px;
}
.Pan_Client_Status
{
	position: absolute;	
	background-color: #99ccff;
	height: 30px;
	width: 500px;	
	left: 50px;
	top: 300px;
}




