/*----------------------------------------------------------------------------*/
/* djhorn-de Stylesheet                                              */
/*                                                                            */
/* von              : Sir Horn                                           */
/*----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------*/
/* Schrifttyp fuer alle Elemente                                              */
/*----------------------------------------------------------------------------*/

a, address, blockquote, div, 
caption, cite, dfn, dl, dt, 
fieldset, h1, h2, h3, h4, 
img, input, label, legend, 
li, ol, option, p, q, 
select, textarea, td, th, ul    {
         font-family : "Arial", "Helvetica", "Lucida Grande", "Lucida Sans Unicode", "Lucida", "Bitstream Vera Sans", "Trebuchet MS", "Verdana", "sans-serif";
        }

/*----------------------------------------------------------------------------*/
/* Globale Einstellungen fuer Elemente    #00334c                                     */
/*----------------------------------------------------------------------------*/        
        


body    {
         padding        : 0;
         color          : #fff;
         background     : #00334c;
         font-size      : 93%; /* -- Moegliche Werte, damit es in den gaengigen Browsern in etwa gleich aussieht: 69%, 76%, 86%, 93% -- */
         text-align     : left;
         margin         : 5px 2% 5px 2%;
                 }

h1, h2, h3, h4 {
                background  : transparent;
               }

h1  {
     font-size   : 1.1em;
    }

h2  {
     font-size   : 1.0em;
    }

h3  {
     font-size   : 0.9em;
     padding-top : .6em;
    }

h4  {
     font-size  : 0.0em;
     font-style : normal;
    }
       
/*----------------------------------------------------------------------------*/                                            
              
a.link-gross  {
	font-size  : 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: yellow;
	text-decoration: underline;


                }
      
a:hover.link-gross {
                      background-color : yellow;
					  	color: #000000;
                     }                                               
      
a.link-norm  {
	font-size  : 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: yellow;
	text-decoration: underline;


                }
      
a:hover.link-norm {
                      background-color : yellow;
					  	color: #000000;
                     }                  	  

.text-norm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;

}

.text-norm-dünn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;

}

.text-gross {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: yellow;

}

.text-gross-weiss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;

}
