/*
  SF-Gefahrgutservice
  Formatierung und Design
  (c) by J. Seifert
*/

body {
   background-image:      url(./images/shining.png);
   background-attachment: fixed;
   background-position:   center top;
   background-color:      #e3e4e4;
   font-family:           Tahoma, Arial, Helvetica, sans-serif;
   font-size:             90%;
   text-align:            left;
   font-weight:           normal;
   color:                 #000000;
}

h1 {
   color:       #CC0000;
   font-size:   200%;
   font-weight: bold;
   margin:      18px 30px;
}
h2 {
   color:       #CC0000;
   font-size:   160%;
   font-weight: bold;
   margin:      12px 20px;
}
h3 {
   color:       #CC0000;
   font-size:   130%;
   font-weight: bold;
   margin:      10px 15px;
}
h4 {
   color:       #000000;
   font-size:   120%;
   font-weight: bold;
   margin:      5px 10px;
}
a {
   font-size:   80%;
}
a:link {
   color:           #CC0000;
   text-decoration: none;
   font-weight:     bold;
}
a:visited {
   color:           #CC2222;
   text-decoration: none;
   font-weight:     bold;
}
a:focus {
   color:            #CC7777;
   background-color: #F0F0F0;
   font-weight:      bold;
}
a:hover {
   color:            #000000;
   text-decoration:  underline;
   background-color: #E0E0E0;
   font-weight:      bold;
}
a:active {
   color:       #CC0000;
   font-weight: normal;
}
menu {
   margin:          2px 0px;
   list-style-type: none;
}
menu menu {
   margin:          0px 0px;
   list-style-type: none;
}
td {
   text-align:     left;
   vertical-align: top;
}
hr {
   width:      80%;
   color:      #CC0000;
   text-align: center;
   height:     3px;
}