/* Standard-CSS für www.augenexil.com */

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

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

.big {
   color: #ffffff;
   font-family: arial;
   font-weight: bold;
   font-size: 35px;
   text-decoration: none;
}


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

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

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

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

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

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

.smallred {
   color: #cc0000;
   font-family: helvetcia;
   font-weight: bold;
   font-size: 10px;
   text-decoration: none;
}

.smallred2 {
   color: #cc0000;
   font-family: helvetcia;
   font-weight: normal;
   font-size: 10px;
   text-decoration: none;
}

.smallgrey {
   color: #666666;
   font-family: helvetcia;
   font-weight: normal;
   font-size: 10px;
   text-decoration: none;
}

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


a:hover {
   color: #00ffff;
   font-family: arial;
   font-weight: normal;
   font-size: 10px;
   text-decoration: none;
}

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

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


.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: #cc0000;
   font-family: arial;
   font-weight: normal;
   font-size: 10px;
   text-decoration: underline;
}





