﻿/* DATEI: print.css        (c) 2000...2006 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   */

/*

Farben
======

Seiten Hintergrund = #E6E6E6 (hellgrau)
Rahmengrau         = #C0C0C0 (dunkelgrau)
Pausch Orange       = #F5B400 (orange)
Schriftblau        = #0000AA (dunkelblau)
Tabellengrundirung = #F0F0FA (hell-hell blau)

*/

/*---- Haupteinstellungen ---- */

body
{  color:rgb(0,0,0);
   font-family:arial,tahoma,helvetica; 
   font-size:10pt;  
 	margin-left: 0px;
}

/* für popup-fenster */
.popper 
{	visibility: hidden; position: absolute;
}

/* Absatz (normaler Text) */
p
{	font-size: 8pt;
   line-height: 14px;
   color:rgb(0,0,0);
   margin-top: 8px;
   margin-bottom: 8px;
}
td /* Für Texte in einer Tabelle (Skellet) ohne Format (Class) */
{	font-size: 8pt;
   color:rgb(0,0,0);
}

/* Alle Bilder ohne Rahmen zeigen */
img
{	border-width: 0px;
	border-color: #ffffff;
}



/* ---- Farben und Schriftgrößen ---- */

/* Anmerkung zu einem Text. Wird kleiner als der Vorgangstext*/
.remark 
{	font-size: 75%;
	margin-top: -3px;
	line-height: 11px;
}

.navi
{	font-size: 7pt;
	color: #a1a1a1;
}


/* Normaler unflashy Link mit*/
.navi a:link 
{	color:rgb(0,0,0); 
	background: none;
	text-decoration: none;
}

.navi a:visited
{	color:rgb(0,0,0); 
	background: none; 
	text-decoration: none;
}

.navi a:active
{	color:rgb(0,0,0); 
}

.Mh4  /* margin, um die Abstände der h4 Tabelle zu ändern */
{	margin-bottom: 10px;
	margin-top: 50px;
}

.Mh4t  /* margin, um die Abstände der h4 Tabelle zu ändern */
{	margin-bottom: 15px;
}

#TL td.MTLs
{	padding-top: 3px;
	padding-bottom: 3px;
}

.Mvxl
{	margin-bottom: 15px;
	margin-top: 60px;
}

.Mvl
{	margin-bottom: 10px;
	margin-top: 10px;
}

.Mvs
{	margin-bottom: -3px;
	margin-top: -3px;
}

/* Code ansicht mit code und pre */
code
{	font-size: 100%;
	font-family: Courier;
	color: black;
}

pre
{	border-right: #eeeeee 10px solid;
	padding-right: 10px; 
	border-top: #eeeeee 10px solid; 
	padding-left: 10px; 
	font-size: 13px; 
	padding-bottom: 10px; 
	border-left: #eeeeee 10px solid; 
	color: #0000c0; 
	padding-top: 10px; 
	border-bottom: #eeeeee 10px solid;
	font-family: courier new, courier, monospace; 
	white-space: pre; 
	background-color: #ffffe0;
}

/*unsichtbarer Link zum verstecken der h1 und h2 (Suchmaschinen) */
.Inv 
{	visibility: hidden;
	font-size: 0pt;
}

/*Globale Angaben für jedes Element verfügbar*/
.Sxs  /*small*/
{	font-size: 55%;
}

.Ss  /*small*/
{	font-size: 80%;
}

.Sl  /*large*/
{	font-size: 120%;
}

/* hl=hightlighter Textmarker in verschiedenen Farben */
.HLyellow 
{	background-color: #FFFF00;
}
.HLblue 
{	background-color: #00EEFF;
}
.HLred 
{	background-color: #FF9999;
}
.HLgreen 
{	background-color: #00FF99;
}

/*Auflistungszeichen  (derzeit nicht verwendet) */
/*
ul
{	list-style-image: url(s/punkte/pfeil1dbl.gif);
	list-style-position: outside;
	margin-left: 17px;
}
ul.faint
{	list-style-image: url(s/punkte/pfeil1gr.gif);
	list-style-position: outside;
	margin-left: 17px;
}
*/


/* Anmerkung definiert mit faint (für angegebene Elemente) (aufpassen table.faint) */
.faint
{	color: black;
	font-size: 6.5pt;
}

/* Link innerhalb von faint */
.faint a:link 
{	color: black;
	text-decoration: underline;
}
.faint a:active 
{	color: black;
	text-decoration: underline;
}
.faint a:visited 
{	color: black;
	text-decoration: underline;
}


/* Link innerhalb von faint */
a.faint:link 
{	color: black;
	text-decoration: underline;
}
a.faint:active 
{	color: black;
	text-decoration: underline;
}
a.faint:visited 
{	color: black;
	text-decoration: underline;
}

/*Blauer Button mit weißer Schrift */
span.Buttonblue
{	font-size: 75%;
	padding: 0;
	color: #ffffff;
	background-color: #0000ff;
	border-style: solid;
	border-width: 1px;
	border-color: #0000aa;
}


/* ---- Überschriften ----*/

h1
{  font-size: 35pt;
   color:#0000aa;
   text-align: left;
   margin-bottom: 0px;
   margin-top: 0px;
   line-height: 40px;
	text-align: center;
}

h2 
{	font-size: 25px;   
	color:#0000aa;
   margin-top:0px; 
   margin-bottom:0px; 
   font-weight: 900;
	text-align: left;
	line-height: 25px;
	text-align: center;
}

h3
{  font-size:16px;
   margin-top: 0px;
   margin-bottom: 8px;
   font-weight: 100;
}

h4
{  color: #0000AA;
	font-size: 18px;
   margin-top: 0;
   margin-bottom: 0em; 
   margin-left: 0px;
  	text-align: left;
  	font-weight: bold;
}

h4 a:link
{  color: #0000AA;
   text-decoration:underline;
}
h4 a:active
{  color: #0000AA;
   background-color:rgb(0,0,100);
   text-decoration:none;
}
h4 a:visited
{  color: #0000AA;
   text-decoration:underline;
}


/*Eigenschaften der Tabelle in der h4 steht */
.Th4
{	background-color: #ffffff;
}

/* Weiße Anmerkung nach h4 */
.Th4 span.h4sub
{	color: #000088;
	margin-left: 10px;
	font-size: 15px;
	font-weight: 100;
}

.Th4 span.h4sub a:link
{	color: #000088;
	text-decoration: underline;
/*	font-size: 14px; */
}
.Th4 span.h4sub a:active
{	color: #000088;
}
.Th4 span.h4sub a:visited
{	color: #000088;
	text-decoration: underline;
/*	font-size: 14px; */
}

/* Überschrift 5, nach h4, Informationsangabe */
h5 
{  font-size: 10pt;
   margin-bottom: 11px;
   margin-top: 0px;
   font-weight: 300;
   font-style: italic;
}

/* Überschrift 6, Absatzüberschrift
	 (disply: inline damit kein absatz gemacht wird) */
h6 
{  font-size: 8pt;
   font-weight: 900;
   margin-bottom: 0px;
   margin-top: 0px;
   display: inline;
}

/*Aussehen der Endkunden-Links und normalen Text */
.PriceEK
{	color: #339933;
}
a.PriceEK:link
{	color: #339933;
	text-decoration: underline;
}
a.PriceEK:active
{	text-decoration: underline;
}
a.PriceEK:hover
{	text-decoration: underline;
	background-color: #0000ff;
}
a.PriceEK:visited
{	text-decoration: underline;
}
/*Aussehen der Händler-Links und normalen Text */
.PriceH 
{	color: #33cccc;
}
a.PriceH:link
{	color: #33cccc;
	text-decoration: underline;
}
a.PriceH:active
{	color: #33cccc;
	text-decoration: underline;
}
a.PriceH:hover
{	color: #33cccc;
	text-decoration: underline;
	background-color: #0000ff;
}
a.PriceH:visited
{	color: #33cccc;
	text-decoration: underline;
}
/*Aussehen der Großhändler-Links und normalen Text */
.PriceGH 
{	color: #ff6699;
}
a.PriceGH:link
{	color: #ff6699;
	text-decoration: underline;
}
a.PriceGH:active
{	color: #ff6699;
	text-decoration: underline;
}
a.PriceGH:hover
{	color: #ff6699;
	text-decoration: underline;
	background-color: #0000ff;
}
a.PriceGH:visited
{	color: #ff6699;
	text-decoration: underline;
}


/* Alle normal gebrauchten Tabellen für Skelett und Anzeigetabellen*/

/* normal sichtbare Tabelle für Informationen */

/* Wird nicht verwendet 
table.Tcontent, tr.Tcontent, td.Tcontent 
{	background-color: #e6e6ff;
}
*/

/* normal schwach sichtbare Tabelle für Informationen */

/* Wird nicht verwendet   (falls wieder verwendet: AUFPASSEN MIT .faint !!! )
table.Tfaint, tr.Tfaint, td.Tfaint 
{	background-color: #efefff;
}
*/

table.TStt
{	margin-top: 20px;
	padding-top: 0px;
}

table.TSi, tr.TSi, td.TSi  /*Table Skelett inside (wo Text steht) */
{	background-color: #ffffff;
}

/*Hintergrundfarbe des Überschriftsbereichs */
/* Top Top left left - Logo (Logo)*/
a.TSttll
{	background-image: url(r/l.gif);
	vertical-align: top;
	width: 30px;
	height: 121px;
	display: block;
	background-repeat: no-repeat;
}
a.TSttll:hover
{	background-image: url(r/l_.gif); 
	background-color: transparent;
	cursor: url(http://www.pausch.at/htm/!c/n/kreuz.ani);
}

td.TSttll /* Logo hintergrundfarbe, Orange */
{	background-color: #f5b400;
	vertical-align: top;
}

table.TSttl, tr.TSttl, td.TSttl /* linker Teil der Überschrift* */
{	background-color: #c0c0c0;
	width: 25px;
	/*	white-space:nowrap; */
}

table.TSttm, tr.TSttm, td.TSttm /* mittlerer Teil der Überschrift */
{	background-color: #c0c0c0;
	/*	white-space:nowrap; */
}

table.TSttr, tr.TSttr, td.TSttr /* rechter Teil der Überschrift */
{	background-image: url(r/sktr.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 30px;
	height: 100%;
	vertical-align: top;
	text-align: right;
}


/* Hintergrundfarbe des Navigator-Bereichs */

table.TStll, tr.TStll, td.TStll  /* Zelle unter dem Logo */
{	background-color: #c0c0c0;
}

table.TStl, tr.TStl, td.TStl  /* linker Teil des Navigators */
{	background-color: #ffffff;
	width: 25px;
}

table.TStm, tr.TStm, td.TStm  /* mittlerer Teil des Naviators */
{	background-color: #ffffff;
	vertical-align: top;
}

table.TStr, tr.TStr, td.TStr  /*rechter Teil des Navigators */
{	background-color: #ffffff;
}

/* Body Zellen. linke und rechte Spalte */
table.TSll, tr.TSll, td.TSll   /*Tsll -> Table Skelet left left*/
{	background-color: #c0c0c0;
}

table.TSl, tr.TSl, td.TSl   /*Tsli -> Table Skelet left*/
{	background-color: #ffffff;
}

table.TSr, tr.TSr, td.TSr    /*Tsr -> Table Skelet right*/
{	background-color: #ffffff;
}

td.TSbll  /*Table Skelett bottom left (links unten Grafik) */
{	background-image: url(r/skbl.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 30px;
	height: 30px;
	background-position: left bottom;
}

td.TSbl  /*Table Skelett bottom left (links unten Grafik) */
{	background-color: #ffffff;
}

td.TSbm  /*Table Skelett bottom left (links unten Grafik) */
{	background-color: #ffffff;
	padding-top: 100px;
}

td.TSbr  /*Table Skelett bottom right (rechts unten Grafik) */
{	background-image: url(r/skbr.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 30px;
	height: 30px;
	background-position: bottom;
}

table.TSbb, tr.TSbb, td.TSbb    /*Tsr -> Table Skelet bottom bottom (Adressdaten am Ende der Seite)*/
{	border-top: 1px solid black;
	background-color : transparent;
	padding-top: 7px;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 7px;
}

td.TSttllPOP /* Logo hintergrundfarbe, Orange */
{	background-color: #c0c0c0;
	vertical-align: top;
}

td.TSmPOP  /*Table Skelett bottom left (links unten Grafik) */
{	background-color: #ffffff;
	padding-top: 25px;
	padding-bottom: 25px;
}

table.TSttrPOP, tr.TSttrPOP, td.TSttrPOP /* rechter Teil der Überschrift */
{	background-image: url(r/or_we.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 30px;
	height: 30px;
	vertical-align: top;
	text-align: right;
}

td.TSblPOP  /*Table Skelett bottom left (links unten Grafik) */
{	background-image: url(r/ulx.gif);
	background-repeat: no-repeat;
	background-color: #c0c0c0;
	width: 30px;
	height: 30px;
	background-position: left bottom;
}

td.TSbmPOP  /*Table Skelett bottom left (links unten Grafik) */
{	background-color: #c0c0c0;
	padding-left: 20px;
	vertical-align: middle;
}

td.TSbrPOP  /*Table Skelett bottom right (rechts unten Grafik) */
{	background-image: url(r/urx_gr.gif);
	background-repeat: no-repeat;
	background-color: #c0c0c0;
	width: 30px;
	height: 30px;
	background-position: bottom right;
}


td.TlPOP  /*Table Skelett bottom right (rechts unten Grafik) */
{	background-image: url(n/25li_we.gif);
	background-repeat: no-repeat;
	background-color: #c0c0c0;
	width: 25px;
	height: 25px;
	background-position: center;
	text-align: center;
	vertical-align: middle;
}

td.TrPOP  /*Table Skelett bottom right (rechts unten Grafik) */
{	background-image: url(n/25re_we.gif);
	background-repeat: no-repeat;
	background-color: #c0c0c0;
	width: 25px;
	height: 25px;
	background-position: center;
	text-align: center;
	vertical-align: middle;
}

td.Thide
{	background-color: #ffffff;
}

/* grüne LCD Display, Randeigenschaften*/
.TLCD
{	padding-top: -20px;
	padding-bottom: -20px;
}

.TLCD td.TLCDtl
{	background-image: url(lcd/lo.gif);
	width: 0px;
	height: 0px;
	vertical-align: top;
	text-align: left;
}

.TLCD td.TLCDtm
{	background-image: url(lcd/o.gif);
	height: 0px;
	vertical-align: top;
	text-align: center;
}

.TLCD td.TLCDtr
{	background-image: url(lcd/ro.gif);
	width: 0px;
	height: 0px;
	vertical-align: top;
	text-align: right;
}

.TLCD td.TLCDml
{	background-image: url(lcd/l.gif);
	width: 0px;
	vertical-align: middle;
	text-align: center;
}

.TLCD td.TLCDmr
{	background-image: url(lcd/r.gif);
	width: 0px;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.TLCD td.TLCDbl
{	background-image: url(lcd/lu.gif);
	width: 0px;
	height: 0px;
	vertical-align: top;
	text-align: left;
}

.TLCD td.TLCDbm
{	background-image: url('lcd/u.gif');
	
}

.TLCD td.TLCDbr
{	background-image: url(lcd/ru.gif);
	width: 0px;
	height: 0px;
	vertical-align: bottom;
	text-align: right;
}



#TL /* Richtige Tab (nicht f. Seitenformatierung) mit Hovereffekt*/
{	
}

#TL td
{	padding-left: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 7px;
	border-color: #000;
	line-height: 15px;
}

#TL .TLa .TLhead /* Header der Tabelle */ 
{	font-size: 13; 
	font-weight: 700; 
	background-color: #d2d7f0; 
	border-right-style: solid;
	border-right-width: 1px; 
	border-left-style: solid; 
	border-left-width: 0px; 
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-right: 3px;
} 

#TL .TLb .TLhead /* Header der Tabelle */ 
{	font-size: 13; 
	font-weight: 700; 
	background-color: #d2d7f0; 
	border-right-style: solid; 
	border-right-width: 1px; 
	border-left-style: solid; 
	border-left-width: 0px; 
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-right: 3px;
}

#TL .TLa /* Zeile a in der Tabelle */
{	background-color: #ffebff;
}

#TL .TLa .TLz
{	border-right-style: solid;
	border-right-width: 0px;
	border-bottom-style: solid;
	border-bottom-width: 0px;
}

<!--
#TL .TLa_ /* farb hover effekt der Zeile */
{	background-color: #ffd2ff;
}
-->

#TL .TLb /* Zeile b in der Tabelle */
{	background-color: #ebeeff;
}

#TL .TLb .TLz
{	border-right-style: solid;
	border-right-width: 0px;
	border-bottom-style: solid;
	border-bottom-width: 0px;
}

<!--
#TL .TLb_  /* farb hover effekt der Zeile */
{	background-color: #d2d2ff;
}
-->

#TL .TLc .TLhead /* Header der Tabelle */
{	font-size: 13;
	font-weight: 700;
	background-color: #e1ebb9;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 3px;
}
#TL .TLd .TLhead /* Header der Tabelle */
{	font-size: 13;
	font-weight: 700;
	background-color: #e1ebb9;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 3px;
}


#TL .TLc  /* Zeile c in der Tabelle */
{	background-color: #e6ffe1;
}

#TL .TLc .TLz
{	border-right-style: solid;
	border-right-width: 0px;
	border-bottom-style: solid;
	border-bottom-width: 0px;
}


<!--
#TL .TLc_  /* farb hover effekt der Zeile */
{	background-color: #cdffbe;
}
-->

#TL .TLd  /* Zeile d in der Tabelle */
{	background-color: #fffad7;
}

#TL .TLd .TLz
{	border-right-style: solid;
	border-right-width: 0px;
	border-bottom-style: solid;
	border-bottom-width: 0px;
}

<!--
#TL .TLd_  /* farb hover effekt der Zeile */
{	background-color: #fff5af;
}
-->

/* kleiner Navigator z.B. ALLPOOL-Seite */
.TN
{	width: 280px;
	text-align: center;
	background-color: #f0f0f5;
	font-size: 6pt;
	border-collapse: collapse;
}

.TN .TNhead
{	background-color: #ffffff;
}

.TN a:link 
{	font-size: 6pt;
	color: #4646ff; 
	text-decoration: none;
}

.TN a:active 
{	color: #c80064;
	background-color: #beaaff;
}

.TN a:hover 
{	color: #000064; 
	background-color: #f0e6ff; 
	text-decoration: none;
}

.TN a:visited 
{	font-size: 6pt;
	color: #4646ff; 
	background: none; 
	text-decoration: none;
}

/* Auflistung aller Links*/
a:link 
{  color:rgb(0,0,0); 
   text-decoration:underline;
}
a:visited
{  
   color:rgb(0,0,0); 
   text-decoration:underline;
}
a:active
{  color:rgb(0,0,0); 
  /* background-color:rgb(235,170,0); */
   background-color:rgb(0,0,100);
   text-decoration:none;
}


/* Aussehen von Pfad-Links unter h1*/
.Pfad
{	color: #808080;
	font-size: 8pt;
	position: absolute;
	top: 0px;
	text-align: center;
}

.Pfad td
{	font-size: 8pt;
	text-align: center;
}

.Pfad img
{	width: 0px;
	height: 0px;
}

.Pfad a:link
{	color: #646464;
	font-size: 8pt;
	text-align: center;
}
.Pfad a:visited
{	color: #646464;
	font-size: 8pt;
}
.Pfad a:active
{	color: #646464;
	background-color: #beaaff;
}

td.Pfadx  /*Größenplatzhalter für die Höhe des Navigatorbereichs*/
{	width: 15px;
	height: 20px;
}

a.Pfadstruk /* Link-Grafik in der Pfadst-Zelle */
{	background-image: url('n/t.gif'); 
	width: 14px; 
	height: 17px;
	display: block;
	background-repeat: no-repeat
}
a.Pfadstruk:hover 
{	background-image: url('n/t_.gif'); 
}

/*Homep für die Startseite und Tests*/
a.Homep:link 
{	color: #4646ff; 
	background: none;
	text-decoration: none;
}

a.Homep:visited
{	color: #4646ff; 
	background: none; 
	text-decoration: none;
}

a.Homep:hover
{	color: #000064; 
	background-color: #f0e6ff; 
	text-decoration: none;
	/* font-weight: bold; */
}

a.Homep:active
{	color: #c80064;
	background-color: #beaaff;
}


/* Normaler unflashy Link mit*/
a.Lunfl:link 
{	color: #0022ee; 
	background: none;
	text-decoration: underline;
}
a.Lunfl:visited
{	color: #0022ee; 
	background: none; 
	text-decoration: none;
}
a.Lunfl:active
{	color: #0022ee;
	background-color: #beaaff;
}


/* Ausehen eines unauffälligen Links z.B. bei Urheberrecht */
a.Lhide:link 
{	color: rgb(0,0,0); 
	background: none;
	text-decoration: none;
}
a.Lhide:visited
{	color: rgb(0,0,0);
	background: none; 
	text-decoration: none;
}
a.Lhide:active
{	color: rgb(0,0,0);
	background-color: rgb(190,170,255);
}


/*Link der Navigatoren */
a.Lnavi:link 
{  color:rgb(0,0,0); 
   text-decoration:underline;
}
a.Lnavi:visited
{  
   color:rgb(0,0,0); 
   text-decoration:underline;
}
a.Lnavi:active
{  color:rgb(0,0,0); 
  /* background-color:rgb(235,170,0); */
   background-color:rgb(0,0,100);
   text-decoration:none;
}

/*unauffällige Links zu Begriffbeschreibungen*/
a.Lgloss:link
{	color: #000000;
	text-decoration: none;
}
a.Lgloss:visited
{	color: #000000;
	text-decoration: none;
}
a.Lgloss:active
{	color: #000000;
	text-decoration: none;
}


/* Aussehen von Adress-Links  (= für die Adresse am Ende jeder Seite)  */
a.Ladress:link
{	font-size: 8pt;
	color: rgb(150,150,150);
	background: none;
	text-decoration: none;
}
a.Ladress:visited
{	color:rgb(150,150,150);
	font-size: 8pt;
	background: none;
	text-decoration: none;
}
a.Ladress:active
{	font-size: 8pt;
	color: rgb(200,0,100);
	background-color: rgb(190,170,255);
}

.footer
{	visibility: hidden;
	font-size: 0pt;
}
/* Aussehen von Adress-Links  (= für die Adresse am Ende jeder Seite)  */
.footer a:link
{	visibility: hidden;
	font-size: 0pt;
}
.footer a:visited
{	visibility: hidden;
	font-size: 0pt;
}
.footer a:active
{	visibility: hidden;
	font-size: 0pt;
}

/*Links für Grafiken ohne Hintergrundfarbe*/
a.Lbgno:link
{	
}
a.Lbgno:hover
{	background-color: transparent;
}
a.Lbgno:active
{	background-color: transparent;
}
/*Links für Grafiken mit schwachter Hintergrundfarbe*/
a.Lbgfaint:link
{	
}
a.Lbgfaint:hover
{	background-color: #f0e6ff; 
}


/* Für das Drop-Down Menü  ---------------- */

table.clsMenubar
{	width: 100%;
	height: 12px;
	margin-bottom: 13px;
	position: absolute;
	top: -50px;
}




/* screen.css - Ende  ---------------- */
