/* G E S T A L T U N G S   -  E L E M E N T  E */

/* Links */
a:link{color: #CCCCCC; text-decoration: none}
a:active{color: #CCCCCC;text-decoration:none}
a:visited {color: #CCCCCC;text-decoration:none}
a:hover{color:#FD7415;text-decoration:none}

/* Hauptmenue inaktiv */
a.top_inaktiv:link, a.top_inaktiv:visited
	{
             	font-family: Verdana, sans-serif;
        	font-size: 0.8em;
        	font-weight: normal;
        	text-decoration: none;
        	color: #CCCCCC;
	}

a.top_inaktiv:hover, a.bottom_inaktiv:active
	{
             	font-family: Verdana, sans-serif;
            	font-size: 0.8em;
            	font-weight: normal;
            	text-decoration: none;
            	color: #FD7415;
	}

/* Hauptmenue aktiv */
a.top_aktiv:link, a.top_aktiv:visited   
	{
             	font-family: Verdana, sans-serif;
        	font-size: 0.8em;
        	font-weight: normal;
        	text-decoration: none;
        	color: #CCCCCC;
	}

/* Bottommenue inaktiv */
a.bottom_inaktiv:link, a.bottom_inaktiv:visited  
	{
             	font-family: Verdana, sans-serif;
               	font-size: 0.8em;
               	color: #CCCCCC;
               	font-weight: normal;         		
        }

a.bottom_inaktiv:hover, a.bottom_inaktiv:active
	{ 
             	font-family: Verdana, sans-serif;
               	font-size: 0.8em;
               	color: #FD7415;
	       	font-weight: normal;           
	}

/* Bottommenue aktiv */
a.bottom_aktiv:link, a.bottom_aktiv:visited 
	{
             	font-family: Verdana, sans-serif;
		font-size: 0.8em;
		color: #CCCCCC;
		font-weight: normal;         		
        }

/*  Ueberschriften  */
h1
	{
                font-size: 1.4em;
             	font-family: Verdana, sans-serif;
                text-align: left;
                color: #CCCCCC;
	}

h2
        {
                font-size: 1.1em;
                font-family: Verdana, sans-serif;
                text-align: left;
                color: #3C3A3D;
        }


/* Texte - normal */
.text_norm 
	{
        	font-size: 0.8em;
             	font-family: Verdana, sans-serif;
        	color: #CCCCCC;
        }

/* Texte - klein */
.text_kl 
	{
        	font-size: 0.65em;
             	font-family: Verdana, sans-serif;
	      	text-align: left;
        	color: #CCCCCC;
        }

/* Tabelle */
TD
{
                font-size: 0.8em;
             	font-family: Verdana, sans-serif;
                text-align: left;
                color: #CCCCCC;
}


/* P O S I T I O N I E R U N G S  -  E L E M E N T E */

/* Hauptmenue  */
div.mainmenu
	{
		float: left; 
		width: 125px; 
		height: 500px; 
		position: absolute; 
		top: 120px; 
		left: 20px; 
		background: #3C3A3D;
	}

/* start    */
div.S	
	{
		position: absolute; 
		top: 20px; 
		left: 15px;
	}


/* news  */
div.N
        {
                position: absolute;
                top: 45px;
                left: 15px;
        }


/* online shop */
div.O	
	{
		position: absolute; 
		top: 70px; 
		left: 15px;	
	}


/* galerie */
div.G	
	{
		position: absolute; 
		top: 95px; 
		left: 15px;	
	}

/* zertifizierung  */
div.Z	
	{
		position: absolute;
		top: 120px; 
		left: 15px;
	}
      
/* presse  */
div.R	
	{
		position: absolute;
		top: 145px; 
		left: 15px;
	}

/* kontakt  */
div.K	
	{
		position: absolute; 
		top: 170px; 
		left: 15px;
	}

/* impressum */
div.I	
	{
		position: absolute;
		top: 195px; 
		left: 15px;
	}

/* Footer */
div.Footer
        {
                position: absolute;
                top: 580px;
                left: 40px;
        }


