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

/* Wichtige Hinweise */

H2.wichtig {
  color: rgb(0, 0, 255);
  background-color: transparent;
}

/* 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.mpktAktuell { color: rgb(67, 67, 67);
                                   background-color: rgb(155, 202, 225);
                                   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; }

/* Knopf */

DIV.Startlink {
  text-align: center;
}

DIV.Startlink TABLE {
  text-align: center;
  background-color: rgb(155, 202, 225);
  color: white;
  font-size: 1.4em;
  border-style: outset;
  border-color: rgb(255, 255, 255);
  border-width: 2px;
}

DIV.Startlink A {
  text-decoration: none;
}

TABLE.Auswahl COL.knopf {
  width: 13em;
}

TABLE.Auswahl TABLE {
  width: 100%;
}

/* Vergleichstabelle */

TABLE.verglout { width: 100%; }

TABLE.verglout TD { vertical-align: top; }

TABLE.verglin { width: 100%; }

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

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

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

TABLE.verglin TR.sum { background-color: rgb(255, 230, 230); }

/* Hinweisbox */

P.Hinweis {
  border-width: 2px;
  padding: 0.6em;
  border-color: rgb(155, 202, 225);
  background-color: rgb(230, 230, 230);
  color: rgb(67, 67, 67);
  border-style: solid;
}

STRONG.Aktuell {
	color: rgb(255, 255, 0);
       background-color: rgb(0, 0, 0);
       text-decoration: blink
}
