/********************************************************************************/
/* Content																		*/
/********************************************************************************/
#content {
	width: 340px;
/*	background-color: #00ff00;*/ }

.head_1 {
	font-size: 14px;
	font-weight: bold; }

.head_2 {
	font-size: 11px;
	font-weight: bold; }

p {
	font-size: 11px;
	line-height: 13px; }

/* Rechte Spalte im Content */
#content_2 {
	position: absolute;
	left: 558px;
	top: 316px;
	width: 440px;
	height: 250px;
	font-size: 11px;
	line-height:14px;
/*	background-color: #000099; */
	z-index: 50; }

/* Text Firma / Adresse */
#text_adresse {
	position: absolute;
	left: 736px;
	top: 614px; 
	width: 250px;
	font-size:11px;
	line-height:16px;
	color:#4c4c4c;
	z-index: 68; }

/* Footer - Impressum/ AGBs/ Disclaimer */
#footer {
	position: absolute;
	left: 736px;
	top: 780px;
	width: 250px;
	color: #eb7d00; 
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle; 
	z-index: 70; }

/* Footer - Bild Printer */
#footer_printer {
	position: absolute;
	left: 796px;
	top: 774px;
	width: 22px;
	height: 26px;
	z-index: 71; }

/* Zeilenabstand in der rechten Spalte */
p.links_zeilenabstand {
	line-height: 14px; }
