﻿/* DATEI: bg-gray-black.css        (c) 2008 by PAUSCH GmbH   */
/* PAUSCH GmbH, A-2441 Mitterndorf ad Fischa, Moosgasse 10   */
/* T:+43/2234/73866-0                   F:+43/2234/73866-0   */
/* www.pausch.at                            info@pausch.at   */
/*

Für eine Fläche die außen Rahmengrau ist und innen schwarz
Dazu benötigt man eine Tabelle mit 9 Flächen. Die innere ist
die Schwarze. Die äußeren erhalten die Farbe durch Hinter-
grundbilder.



Farben
======

Rahmengrau         = #C0C0C0 (dunkelgrau)
Tabellengrundirung = #F0F0FA (hell-hell blau)

*/



/*
h6,h5,h4,h3,td,p,div,body,html 
{
	color: e5ffff; // #e4fffa;
}
*/

h6,h5,h4,h3,td,p,div,body,html 
{
	color: e4fffa; 
}
















/* eine Tabelle mit schwarzem Hintergrund 
.Tgray-black-tl	
{	
	background-color: black; 
	background-image: url(bg-blk-tl.gif);
	background-position: left top;
}
.Tgray_black-tr	
{	
	background-color: black; 
	background-image: url(bg-blk-tr.gif);
	background-position: right top;
}
.Tgray_black-bl
{	
	background-color:black; 
	background-image:url(bg-blk-bl.gif);
	background-position:left bottom;
}
.Tgray_black-br
{	
	background-color:black; 
	background-image:url(bg-blk-br.gif);
	background-position:right bottom;
}
.Tgray_black-t
{	
	background-color:black; 
	background-image:url(bg-blk-t.gif);
}
.Tgray_black-t
{	
	background-color:black; 
	background-image:url(bg-blk-t.gif);
}
.Tgray_black-b
{	
	background-color:black; 
	background-image:url(bg-blk-b.gif);
	background-position:bottom;
}
.Tgray_black-l
{	
	background-color:black; 
	background-image:url(bg-blk-l.gif);
}
.Tgray_black-r
{	
	background-color:black; 
	background-image:url(bg-blk-r.gif);
	background-position:right;
}
.Tgray_black-c
{	
	background-color:black; 
}
*/





/* Die Seiten-Haupttabelle mit schwarzem Hintergrund */
.TStl	/* .Tgray-black-tl */
{	
	background-color: black; 
	background-image: url(bg-blk-tl.gif);
	background-position: left top;
}
.TStr	/* .Tgray_black-tr */	
{	
	background-color: black; 
	background-image: url(bg-blk-tr.gif);
	background-position: right top;
}
.TSbl	/* .Tgray_black-bl */
{	
	background-color:black; 
	background-image:url(bg-blk-bl.gif);
	background-position:left bottom;
}
.TSbr	/* .Tgray_black-br */
{	
	background-color:black; 
	background-image:url(bg-blk-br.gif);
	background-position:right bottom;
}

}
.TStm	/* .Tgray_black-t */
{	
	background-color:black; 
	background-image:url(bg-blk-t.gif);
}
.TSbm	/* .Tgray_black-b */
{	
	background-color:black; 
	background-image:url(bg-blk-b.gif);
	background-position:bottom;
}
.TSl	/* .Tgray_black-l */
{	
	background-color:black; 
	background-image:url(bg-blk-l.gif);
}
.TSr	/* .Tgray_black-r */
{	
	background-color:black; 
	background-image:url(bg-blk-r.gif);
	background-position:right;
}
.TSi	/* .Tgray_black-c */
{	
	background-color:black; 
}













h4 /* Überschrift 4 außerhalb der Th4-Tabelle */
{
	font-size: 12.5pt;
	font-weight: 100;
	letter-spacing:0.1em;
	margin-top: 0px;
	margin-bottom: 0px; 
}


/* Überschrift h4 nur innterhalb der Überschriftstabelle (normale Verwendung) */
.Th4 h4  /* Überschrift 4, als Informationsüberschrift */
{
	color: #ffffff;
	font-size: 12pt;
	font-weight: 600;
	letter-spacing:0.0em;
	margin-top: 0px;
	margin-bottom: 0px; 
}
/* Link innerhalb der h4 oder h4 Tabelle */
.Th4 h4 a:link
{	color: #0022ee;
	text-decoration: none;
}
.Th4 h4 a:active
{	color: #0022ee;
	background-color: #beaaff;
}
.Th4 h4 a:hover
{	color: #0022ee;
	background-color: #f0e6ff; 
	text-decoration: none;
}
.Th4 h4 a:visited
{	color: #0022ee; 
	background: none; 
	text-decoration: none;
}


/* Margin für h4 */
.Mh4  	/* Abstand der h4 - Tabelle nach oben und unten */
{	margin-top: 75px;
	margin-bottom: 15px;
}
.Mh4t  /* Das für eine h4–Tabelle verwenden, wenn sie nach oben keinen Abstand haben soll */
{	
	margin-bottom: 15px;
}


/*Eigenschaften der Tabelle in der h4 steht */
.Th4	/* wirkt nur für eine Tabelle	*/
{	/*background-color: #d2d2d2;*/
	background-image: url(r/h43d.gif);
}

/* Weiße Anmerkung nach h4 (für alte Deklarationen) */
.Th4 span		/* .Th4 span.h4sub */
{	color: black; /* #AfAfCf; */
	font-weight: 800;
	margin-left: 10px;  /* Abstand zwischen blauer und weißer Schrift */
}
/*
.Th4 u
{	color: #ffffff;
	font-weight: 800;
	margin-left: 10px; 
	text-decoration: none;
}
*/
.Th4 sub	/* für neue Deklarationen (durch Taste 'Strg'&'-' ) */
{	color: black; /* #AfAfCf; */
	font-weight: 800;
	margin-left: 13px;  /* Abstand zwischen blauer und weißer Schrift */
	text-decoration: none;
	vertical-align: text-bottom;
	font-size: 13pt;
}


.Th4 span.h4sub a:link
{	color: #ffffAf;
	text-decoration: none;
}
.Th4 span.h4sub a:visited
{	color: #ffffAf;
	text-decoration: none;
}
.Th4 span.h4sub a:hover
{	color: #ffffff;
	text-decoration: underline;
}
.Th4 span.h4sub a:active
{	color: #e8e8ff;
}


/* Eck-Zellen in der h4 Tabelle */
.Th4 .T4tl
{	background-image: url(r/h4tl3d.gif);	/* h4tl.gif */
	width:13px; 
	height: 13px;
	background-repeat: no-repeat;
	vertical-align: top;
}
.Th4 .T4tr
{	background-image: url(r/h4tr3d.gif);	/* h4tr.gif */
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	vertical-align: top;
}
.Th4 .T4ml
{	/* background-image: url(r/h4ml3d.gif); */
}
.Th4 .T4mr
{	/* background-image: url(r/h4mr3d.gif);  */
}
.Th4 .T4bl
{	background-image: url(r/h4bl.gif); 
	width: 13px; 
	height: 13px;
	background-repeat: no-repeat;
	background-position: bottom;
}
.Th4 .T4br
{	background-image: url(r/h4br.gif); 
	width: 13px; 
	height: 13px;
	background-repeat: no-repeat;
	background-position: bottom;
}









.Th4 a.Kh4up /* Runterbutton in der Tabelle der h4 */
{	background-image: url(n/h4up.gif); 
	width: 20px; 
	height: 20px;
	display: block;
	background-repeat: no-repeat;
}
.Th4 a.Kh4up:hover 
{	background-image: url(n/h4up_.gif);
	background-color: transparent;
	cursor: url(http://www.pausch.at/htm/!c/n/kreuz.ani);
}
.Th4 a.Kh4up:active
{	background-color: transparent;
}


.Th4 a.Kh4down /* Raufbutton in der Tabelle der h4 */
{	background-image: url(n/h4do.gif); 
	width: 20px; 
	height: 20px;
	display: block;
	background-repeat: no-repeat;
	background-color: transparent;
}
.Th4 a.Kh4down:hover 
{	background-image: url(n/h4do_.gif);
	background-color: transparent;
	cursor: url(http://www.pausch.at/htm/!c/n/kreuz.ani);
}
.Th4 a.Kh4down:active
{	background-color: transparent;
}







/* Wegweiser (Navigations-Links) */
.navi
{	font-size: 9pt;
	color: #8088c0;
	/* line-height: 1.2em; */
	/* color: #ff5000;  TEST */
}

.navi a:link 
{	color: #b5c0ff;
	background: none;
	text-decoration: none;
	/* color: #aa5000;  TEST */
}
.navi a:visited
{	color: #b5c0ff;
	background: none; 
	text-decoration: none;
	/* color: #aa5000;  TEST */
}
.navi a:hover
{	color: #ffffff; 
	background-color: #505070; 
	text-decoration: none;
	/* font-weight: bold; */
}
.navi a:active
{	color: #7080ff;
	background-color: #ffffff;
}







/* Punkte (statt Listen) */

.PKT	/* Standard Punkt (blaues Dreieck, das zum Txt zeigt) */
{	padding: 0px 0px 0px 8px;	/* vertikal	?	?	Textabstand zum PKT	*/
	background: url(../../s/punkte/pf-blhx-07.gif) no-repeat; /* Standardpfeil in Schrift-blau 7pix hoch*/
	background-position: center left;
}
a:hover .PKT
{	padding: 0px 0px 0px 8px;	/* vertikal	?	?	Textabstand zum PKT	*/
	background: url(../../s/punkte/pf-blhx-07.gif) no-repeat; /* Standardpfeil in Schrift-blau 7pix hoch*/
	background-position: center left;
}
.navi .PKT	/* Standard Punkt (blaues Dreieck, das zum Txt zeigt) */
{	padding: 0px 0px 0px 8px;	/* vertikal	?	?	Textabstand zum PKT	*/
	background: url(../../s/punkte/pf-blhx-07.gif) no-repeat; /* Standardpfeil in Schrift-blau 7pix hoch*/
	background-position: center left;
}


a:visited .PKT
{	padding: 0px 0px 0px 8px;	/* vertikal	?	?	Textabstand zum PKT	*/
	background: url(../../s/punkte/pf-blhx-07.gif) no-repeat; /* Standardpfeil in Schrift-blau 7pix hoch*/
	background-position: center left;
}

a:link .PKT
{	padding: 0px 0px 0px 8px;	/* vertikal	?	?	Textabstand zum PKT	*/
	background: url(../../s/punkte/pf-blhx-07.gif) no-repeat; /* Standardpfeil in Schrift-blau 7pix hoch*/
	background-position: center left;
}

.PKTbuy
{	padding: 0px 0px 0px 15px;	/* vertikal	?	?	Textabstand zum PKT	*/
	background: url("../../s/kauf_s_hgr.gif") no-repeat; /* Standardpfeil in Schrift-blau 7pix hoch*/
	background-position: center left;
}
a:hover .PKTbuy
{	padding: 0px 0px 0px 15px;	/* vertikal	?	?	Textabstand zum PKT	*/
	background: url("../../s/kauf_s_hgr.gif") no-repeat; /* Standardpfeil in Schrift-blau 7pix hoch*/
	background-position: center left;
}

h5 .PKTbuy
{	padding: 0px 0px 0px 17px;	/* vertikal	?	?	Textabstand zum PKT	*/
	background: url("../../s/kauf_m_hgr.gif") no-repeat; /* Standardpfeil in Schrift-blau 7pix hoch*/
	background-position: center left;
}

.PKTpict
{	padding: 0px 0px 0px 16px;	/* vertikal	?	?	Textabstand zum PKT	*/
	background: url("../../s/kam_s_hgr.gif") no-repeat; /* Standardpfeil in Schrift-blau 7pix hoch*/
	background-position: center left;
}
.PKTmanu
{	padding: 0px 0px 0px 16px;	/* vertikal	?	?	Textabstand zum PKT	*/
	background: url("../../s/manu_s_hgr.gif") no-repeat; /* Standardpfeil in Schrift-blau 7pix hoch*/
	background-position: center left;
}
.PKTsheet
{	padding: 0px 0px 0px 14px;	/* vertikal	?	?	Textabstand zum PKT	*/
	background: url("../../s/prosp_s_hgr.gif") no-repeat; /* Standardpfeil in Schrift-blau 7pix hoch*/
	background-position: center left;
}
.PKTproduct
{	padding: 0px 0px 0px 15px;	/* vertikal	?	?	Textabstand zum PKT	*/
	background: url("../../s/prod_s_hgr.gif") no-repeat; /* Standardpfeil in Schrift-blau 7pix hoch*/
	background-position: center left;
}
.PKTfaq
{	padding: 0px 0px 0px 15px;	/* vertikal	?	?	Textabstand zum PKT	*/
	background: url("../../s/faq_s_hgr.gif") no-repeat; /* '?' */
	background-position: center left;
}
.PKTlink
{	padding: 0px 0px 0px 15px;	/* vertikal	?	?	Textabstand zum PKT	*/
	background: url(../../s/link_s_hgr.gif) no-repeat; /* Standardpfeil in Schrift-blau 7pix hoch*/
	background-position: center left;
}
a .PKTlink
{	padding: 0px 0px 0px 15px;	/* vertikal	?	?	Textabstand zum PKT	*/
	background: url(../../s/link_s_hgr.gif) no-repeat; /* Standardpfeil in Schrift-blau 7pix hoch*/
	background-position: center left;
}


.PKTmail
{	padding: 0px 0px 0px 15px;	/* vertikal	?	?	Textabstand zum PKT	*/
	background: url("../../s/mail_s_hgr.gif") no-repeat; /* '?' */
	background-position: center left;
}
.PKTpdf
{	padding: 1px 0px 0px 16px;	/* vertikal	?	?	Textabstand zum PKT	*/
	background: url("../../s/pdf_s_hgr.gif") no-repeat; /* 'pdf 11x11' */
	background-position: center left;
}




.Pfad
{	color: #c0c0f0;
	font-size: 10pt;
}

.Pfad a:hover
{	color: #f5b400;
	background-color: #202030;
}


