/********************************************************************************/
/* Content																		*/
/********************************************************************************/
/* Zeilenabstand */
p {
	line-height: 15px; }

td {
	font-size: 10px; }

/* Aktuelle Seite innerhalb der Links */
.aktuelle_vorlage {
	color: #eb7d00;
	font-weight: bold; }

/* Formatierung des Seitennavigations-Links oberhalb des Textes */
a.link_vorlagen:link {
	color: #eb7d00;
	text-decoration: none; }

a.link_vorlagen:visited {
	color: #eb7d00;
	text-decoration: none; }

a.link_vorlagen:hover {
	color:#cc6633;
	text-decoration: underline; }

/* Kommentierungen/ Erklaerungen im Text */
.kommentiert {
	color: #3366cc;}

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

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

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

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

/* Footer-BRIEF 7  - Impressum/ AGBs/ Disclaimer */
#footer_brief7 {
	position: absolute;
	left: 558px;
	top: 795px;
	width: 200px;
	color: eb7d00; 
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle; 
	z-index: 70; }

/* Footer-BRIEF 7 - Bild Printer */
#footer_printer_brief7 {
	position: absolute;
	left: 617px;
	top: 789px;
	width: 22px;
	height: 26px;
	z-index: 71; }


