/* Standard-CSS für www.thums.eu */

html, body {
   background-image:url(hg.jpg);
   background-attachment:fixed;
   background-repeat:repeat;
   background-color: #cccc66;
   color: #ffffff;
   font-family: arial;
   font-weight: normal;
   font-size: 12px;
   text-decoration: none;
}


td {
   color: #ffffff;
   font-family: arial;
   font-weight: normal;
   font-size: 12px;
   text-decoration: none;
}

.bold {
   color: #bbbbbb;
   font-family: arial;
   font-weight: bold;
   font-size: 12px;
   text-decoration: none;
}

.orange {
   color: #cc6633;
   font-family: arial;
   font-weight: bold;
   font-size: 12px;
   text-decoration: none;
}

.grau {
   color: #666666;
   font-family: arial;
   font-weight: normal;
   font-size: 12px;
   text-decoration: none;
}

.small {
   color: #000000;
   font-family: arial;
   font-weight: normal;
   font-size: 10px;
   text-decoration: none;
}

a:link, a:visited, a:active  {
   color: #dddddd;
   font-family: arial;
   font-weight: bold;
   font-size: 12px;
   text-decoration: none;
}


a:hover {
   color: #dddddd;
   font-family: arial;
   font-weight: bold;
   font-size: 12px;
   text-decoration: underline;
}

.normal a:link, .normal a:visited, .normal a:active  {
   color: #000000;
   font-family: arial;
   font-weight: normal;
   font-size: 12px;
   text-decoration: none;
}

.normal a:hover {
   color: #dddddd;
   font-family: arial;
   font-weight: normal;
   font-size: 12px;
   text-decoration: underline;
}


.klein a:link, .klein a:visited, .klein a:active  {
   color: #000000;
   font-family: arial;
   font-weight: normal;
   font-size: 10px;
   text-decoration: none;
}

.klein a:hover {
   color: #000000;
   font-family: arial;
   font-weight: normal;
   font-size: 10px;
   text-decoration: underline;
}






