/* Formatvorlage für Internet-Auftritt der SUA Telenet GmbH */

/* Allgemeines Aussehen */

BODY {
  color: rgb(67, 67, 67);
  background-color: rgb(255, 255, 255);
  font-family: "Verdana", Arial, sans-serif;
  font-size: 11px;
}

H1, H2, H3, H4, H5, H6, CAPTION {
  color: rgb(155, 202, 225);
  background-color: transparent;
  font-weight: bold;
}

H1 { font-size: 1.5em;
       margin-bottom: 0.3em; }

H2 { font-size: 1.2em;
       margin-bottom: 0.2em; }

H3 { font-size: 1em;
       margin-bottom: 0.1em; }

A:link    { color: rgb(26, 26, 26);
              background-color: transparent; }
A:visited { color: rgb(26, 26, 26);
              background-color: transparent; }
A:active  { color: rgb(26, 26, 26);
              background-color: transparent; }
A:hover { color: rgb(255, 0, 0);
              background-color: transparent; }

.hervorgehoben { color: rgb(255, 255, 0);
                         background-color: rgb(255, 0, 0) }

TABLE {
  font-family: "Verdana", Arial, sans-serif;
  font-size: 11px;
}

SPAN.korrektur { color: red;
                          background-color: transparent; }

IMG { border-style: none; }

/* Datenblaetter */

TABLE.datenblatt1 { 
  text-align: left;
} 

TABLE.datenblatt1 TR {
  vertical-align: top;  
}

TABLE.datenblatt1 TH {
  font-size: 22px;  
}

TABLE.datenblatt1 IMG {
  border-style: solid;
  border-width: 1px;
}

TABLE.datenblatt2a { 
  width: 100%;
  text-align: left;
  border-style: none;
} 

TABLE.datenblatt2a TR {
  vertical-align: top;  
}

TABLE.datenblatt2a TH {
  font-size: 15px;  
}

TABLE.datenblatt2b {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
  border-color: black;
} 

TABLE.datenblatt2b TR {
  vertical-align: top;  
}

TABLE.datenblatt2b TH {
  font-size: 15px;  
}

TABLE.datenblatt2c { 
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-style: none;
  border-color: black;
} 

TABLE.datenblatt2c TR {
  vertical-align: top;  
}

TABLE.datenblatt2c TH {
  font-size: 15px;  
}

TABLE.datenblatt2c TD {
    white-space: nowrap;
}

TABLE.datenblatt2c TD.rdt {
     text-align: center;
    border-style: solid;
    border-width: 1px;
}

/* Technische Daten */

TABLE.techdaten {
   font-size: 11pt;
   width: 100%;
   border-style: solid;
   border-color: black;
   border-width: 2px;
   border-collapse: collapse;
}

TABLE.techdaten TH, TABLE.techdaten TD {
   border-style: solid;
   border-width: 1px;
   padding: 3px;
   vertical-align: top;
   font-size: 11px;
}

/* Startseite Sprachauswahl */

BODY.Einstieg {
  text-align: center;
}

BODY.Einstieg H1 {
  color: rgb(26, 26, 26);
  background-color: transparent;
}

BODY.Einstieg HR {
  color: rgb(155, 202, 225);
  background-color: transparent;
}

/* Firmenlogo-Frameseite */

BODY.Firmenlogo IMG { float: right; }

BODY.Firmenlogo P { margin-top: 0px; }

BODY.Firmenlogo P.Anschrift { margin-top: 17px;
                                              margin-bottom: 0px;
						    padding-bottom: 0px; }


BODY.Firmenlogo HR { border-style: solid;
                                   border-color: rgb(155, 202, 225);
                                   padding-top: 0px;
                                   margin-top: 0px;
                                   margin-right: 10px; }

BODY.Firmenlogo IMG { border-style: none; }

/* Wiederverwendbarer Stil fuers Menue links */

BODY.Menu {  color: rgb(67, 67, 67);
                      background-color: rgb(165, 165, 165);
                      margin-left: 5px;
                      margin-right: 5px; }

BODY.Menu TABLE { width: 75px; }

BODY.Menu TR.mpkt { color: rgb(67, 67, 67);
                                   background-color: rgb(205, 205, 205);
                                   margin: 5px; }

BODY.Menu TR.smpkt { color: rgb(67, 67, 67);
                                   background-color: rgb(225, 225, 225);
                                   font-size: 9px;
                                   height: 11px; }
                                   
BODY.Menu TR { height: 20px; }

BODY.Menu A { text-decoration: none; }