Thomas: Fusszeile

Beitrag lesen

Das CSS:

html, body {
 margin: 0px; padding: 0px; border: 0; height: 99%;
 font-family: arial, times;
 background: #FFFFFF url('../hintergrund/menue2b.gif') left repeat-y;
}

a img { border: 0px; }
a { font-family: arial, times; text-decoration: none; color: #FF0000; font-size: 13px; }

a.schwarz:link {
  background-color: none;
  color:            #000000;
  text-decoration:  none;
  font-size:        11px;
}

a.schwarz:visited {
  background-color: none;
  color:            #000000;
  text-decoration:  none;
  font-size:        11px;
}

a.schwarz:active {
  background-color: none;
  color:            #000000;
  text-decoration:  none;
  font-size:        11px;
}

a.schwarz:hover {
  background-color: none;
  color:            #FF0000;
  text-decoration:  none;
  font-size:        11px;
}

#banner { width: 100%; padding: 0px; background: transparent url('../hintergrund/banner5.gif') top repeat-x;}

#lieferanten { width: 393px; height: 14px; position: relative; bottom: 92px; right: 3px; }

#hauptseite { width: 100%; }

#links { float: left; padding-top: 40px; padding-left: 10px; width: 150px; }

#rechts { position: absolute; left: 150px; right: 0px; top: 96px; bottom: 15px; padding-left: 15px; padding-right: 15px; margin: 0px; padding: 0px; overflow: fixed; text-align: center; }

#textfeld { width: 720px; border: none; background-color: white; padding-top: 0px; padding-left: 20px; text-align: left; margin-left: auto; margin-right: auto; }

a.menue {
 background-color: white;
 display: block;
 width: 115px;
 border: 1px solid #555;
 border-top: 4px solid #555;
 font-size: 12px;
 padding-left: 5px;
 color: black;
 text-decoration: none;
 margin-top: -12px;
}
a.menue:hover {
 border: 1px solid #000000;
 border-top: 4px solid #CCCCCC;
}
a.menue_aktiv {
 background-color: #CCCCCC;
 display: block;
 width: 115px;
 border: 1px solid #555;
 border-top: 4px solid #555;
 font-size: 12px;
 padding-left: 5px;
 color: black;
 text-decoration: none;
 margin-top: -12px;
}

h1 { font-family: times, serif; width: 720px; border-bottom: 1px solid #777; font-weight: normal; color: #555; margin: 0; }
p { font-size: 13px; line-height: 18px; margin-top: 20px; margin-right: 10px; }
table, tr, td { border: 0px; margin: 0px; padding: 0px; border-collapse: collapse; }

#schlusszeile { position:fixed; bottom:0px; width:100%; padding:0px; text-align: center; color: #FFF; font-size: 11px; background-color:#F00;}
#schlusszeile a, #schlusszeile a:visited, #schlusszeile a:active { text-decoration: none; color: #FFF; font-size: 11px; }