/* 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) }
                         
IMG { border-style: none; }

/* 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;
}

/* Startseite */

TABLE.Startseite {
   font-family: "Verdana", Arial, sans-serif;
   font-size: 20px;
   text-align:left;
   vertical-align: middle;
   border-style: none;
   border-spacing: 0px;
   border-width: 0px;
   padding: 0px;
   margin: 0px;
}

TABLE.Startseite COL {
   width: 160px;
}

TABLE.Startseite COL.Bereiche {
   width: 200px;
}

TABLE.Startseite TR {
   border-spacing: 0px;
   padding: 0px;
   margin: 0px;
   height: 160px;
}

TABLE.Startseite TR.Titel {
   text-align: center;
   height: 25px;
}

TABLE.Startseite IMG {
   border-style: none;
   border-width: 0px;
}

TABLE.Startseite A {
   text-decoration: none;
}

/* 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); }

BODY.Menu TABLE { font-family: "Verdana", Arial, sans-serif;
                                 font-size: 11px;
                                 width: 150px; }

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; }

/* Downloadbereich */

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

TABLE.dlbereich TH, TABLE.dlbereich TD { padding: 2px;
					 vertical-align: top; }

TABLE.dlbereich THEAD  { background-color: rgb(255, 230, 230); }

TABLE.dlbereich TBODY { background-color: rgb(240, 240, 240); }

TABLE.dlbereich TR.l2 { background-color: rgb(230, 230, 230); }
