/* Standard-CSS für www.murauer.com */

/* Wichtige Farben
HellGrau = #C0C0C0
DunkelGrau = #666666
Orange = #f60
*/

html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, tr, form, img, li {
   margin: 0;
   padding: 1;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 10pt;
   font-align: top
   line-height: 1.5;
}

html, body {
 background:rgb(237,238,239) 
 topmargin="0"  
 marginwidth="0" 
 marginheight="0"
 font-size: 101%
}

a:link {
   color: rgb(102,102,102);
   font-weight: bold;
   text-decoration: none;
}

a:visited {
   color: rgb(102,102,102);
   font-weight: bold;
   text-decoration: none;
}

a:hover {
   color: rgb(0,0,0);
   font-weight: bold;
   text-decoration: underline;
}

a:active {
   color: rgb(0,0,0);
   font-weight: bold;
   text-decoration: underline;
}

.small {
   font-size: 7pt;

}
.strong {
   font-weight: bold;
}

.c {
   clear: both;
}

.center {
   text-align: center;
}

img {
   border: 0px none;
}

.klein {
   font-size: 0.7em;
}

.right {
   text-align: right;
}

top {
   vertical-align: top;
}

h1 {
   font-size: 1.0em;
   color: #f60;
   margin: 0px 0px 0px 0px;
   border-bottom: 1px solid #fff;
}

h2 {
   font-size: 0.8em;
   color: #f60;
   margin: 0px 0px 0px 0px;
}

p, ul {
   font-size: 0.75em;
   line-height: 1.5em;
   color: #666;
   margin: 0px 0px 0px 0px;
}