
/* Standard-CSS f?r www.rono-innovation.de */

/* Wichtige Farben
grau_hg  #A2A2A2
grau_hell  #D3D3D3
grau_heller  #F2F2F2
dunkelrot #930909
aktiwell #B80F66
*/
html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
   margin: 0; padding: 0; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
   background-color: #A2A2A2 ; scrollbar-base-color: #a2a2a2; scrollbar-3dlight-color: #ffffff; scrollbar-arrow-color: #ffffff; scrollbar-shadow-color: #ffffff; scrollbar-track-color: #a2a2a2;   
}

table {
   border: 0; vertical-align: top; 
}

td {
   vertical-align: top; 
}

a:link {
   color: #666666;
   text-decoration: none;
}

a:visited {
   color: #666666;
   text-decoration: none;
}

a:hover {
   color: #930909;
   text-decoration: none; 
}

a:visited:hover {
   color: #930909;
   text-decoration: none;
}

a:active {
   color: #666666;
   text-decoration: none;
}

a:active:hover {
   color: #930909;
   text-decoration: none;
}

strong {
   font-weight: bold;
}

img {
   border: 0;
}



