/* Standard-CSS für www.fjelfras.de */

/* Wichtige Farben
Orange 		=  #ff6633
Marinblau		=  #000066
Dunkelgrün 	=  #006600
Violett 		=  #9999cc
Schwarz		=  #000000
Dunkelgrau	=  #999999
Helllgrau		=  #cccccc
*/


/* allgemeine Einstellungen */

html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li
{
font:11px/17px  verdana, arial, georgia, sans-serif;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}


p, td, ul
 {
   font-size: 1.4em;
   line-height: 135%;
}

h3 {font-size: 1.6em;}

a
 {
   font-size: 1.2em;
   line-height: 135%;
}


a:link,
a:visited,
a:hover,
a:active {text-decoration: none;}

a:link {color: #999999;}

a:visited {color: #999999;}

a:hover {color: #990000;}

a:active {color:#990000;}












