/*CSS Style-Sheet für tuxhausen.de*/
/*Anzeige fürs Web*/

/*Hintergrundbild festlegen & Standartschrift*/
BODY {
    
    font-family:Helvetica,Arial, sans-serif;
    background-image : url(pic/heaven.gif);
    background-attachment:fixed;
}


/*Navigationsleiste oben*/
td.top {
    border-width:1pt;
    border-style:solid;
    border-color:#000000;
    background-color:#E3E3E3;
}

/*Button*/
td.button {
   border-width:5pt;
   border-style:groove;
   border-width:thin;
   border-color:#C8C8C8;
   background-color:#C8C8C8;
}

/*Schrift Blau*/
.blau {
   color:#1f00ff;
}
.blau1 {
   background-color:#8a8aff;
}


/*Copyright Eintrag - unten Seitenende*/
.copyright, .cr {
   font-size: 80%;
}


/*Schriftgrößen*/
.klein1 {
   font-size: 60%;
}
.klein70 {
   font-size: 70%;
}
.klein80 {
    font-size: 80%;
}

/*Link zum Glossary*/
a.gloss {
   color : blue; text-decoration : none;
}

/*Tabellenfeld Bash*/
TD.bash {
    background-color : silver;
    color : black;
    border-width:1pt;
    border-style:solid;
    border-color : #ffffff;
    font-family : Courier, "Courier New", monospace;}

font.bash { 
   color:#000000; 
}


/*Konfig-Dateien*/
td.conf { 
    border-width:1pt; 
    border-style:solid; 
    border-color:#999999; 
    background-color:#FFFFEF; 
}

font.conf { 
    color:#000000; 
}
.command {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
}




/* ------- Navigationsleiste tuxhausen.de ------- */

td.navi {
 font-family: Arial, Helvetica, sans-serif; 
 font-size:10pt; color:#000000; 
}

/*Standart in blau ohne Deko*/
a.navi {
 font-family: Arial, Helvetica, sans-serif; 
 color:#0800ff; text-decoration:none; 
}
 
/*Wo zuletzt geklickt*/   
a.navi:active, a.navi:focus { 
   background: #FFFFEF;
}  

/*Wo Mouse draufsteht*/
a.navi:hover { 
   text-decoration: underline;
   background: #FFFFEF;
}  


/* Das Last Update anders darstellen*/

td.naviDATE {
  font-family: Arial, Helvetica, sans-serif; 
  font-size:10pt; 
  color:#ffffff; 
}

a.naviDATE {
 font-family: Arial, Helvetica, sans-serif; 
 color:#ffffff; 
 text-decoration:none; 
}
   

TD.inhalt{
  background-color : silver;
}
