/**********************************/
/***** Standardformatierungen *****/

body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 { 
	width: 556px;
	margin-top: 15px;
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;

	font-size: 13px;
	padding-bottom: 7px;
}

/* nur fuer Internet Explorer */
* html h1 {     
	margin-bottom: 9px; 	/* IE setzt h1-margin automatisch*/
}

h2 { 
	font-size: 12px; 
}

h3 { 
	font-size: 13px; 
	margin-left: 10px; 
}


/**************************/
/***** Seitenbereiche *****/

#page_head { 

}


#page_left {
	position: absolute;
	margin-top: 127px;
	margin-left: 15px;
	z-index: 5;
}


#page_main {
	position: absolute;
	margin-top: 126px;
	margin-left: 219px;
	width: 600px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	z-index: 1;
}


#page_right {
	position: absolute;
	margin-top: 139px;
	margin-left: 819px;
	width: 154px;
	border: 1px;
	border-style: dotted;
	border-color: #999999;
	z-index: 0;
}



/**************************/
/***** Seitenelemente *****/


/*** im bereich page_head ***/

.logo {
	position: absolute;
	border: 0px;
	margin-left: 6px;	
	margin-top: 14px;
}
	
	
.bereichslogo {
	border: 0px;
	position: absolute; 
	margin-left: 681px;
}
.bereichswechsel {
	border: 0px;
	position: absolute; 
	margin-left: 560px;
}

#firmendaten { 
	display: none;
}


.seite_drucken {
	padding-left: 20px;
	margin-left: 460px;
	font-size: 11px;
	color:#535353; 
	text-decoration: none; 
	border: none;
	
}

