/* CSS Document */


.hghgrau {  background-color: #CCCCCC;
			color:#000000}
.hgmgrau {  background-color: #AAAAAA;
			color:#000000}
.hgdgrau {  background-color: #222222;
			color:silver}
.hggelb {  background-color: #FFFF66;
			color:#000000}

/*------------------------------------------------------Scrollbars--------------------------*/

body { 
margin-left:20px; 
margin-right:20px; 
margin-top:0px; 
margin-bottom:0px 
}

/*------------------------------------------------------Tabellen--------------------------*/

td                  {       
                    font-size: 15px;
                    font-family: Arial, Helvetica, sans-serif, "MS Sans Serif";
                    font-weight: normal;
                  	color:silver;
                  	line-height: 19px
	                }
	
                  
 
 /*------------------------------------------------------ Texte --------------------------*/          

	
h1 	{
	font-family: Arial, Helvetica, sans-serif;
	font: "Century Gothic";
	font-style: normal;
	font-size: 28px;
	font-weight: normal;
	line-height: 46px;
	color: #FFFFFF;
	letter-spacing: 6px;
	word-spacing: 20px
	}

h2 	{
	font-family: Arial, Helvetica, sans-serif;
	font: "Century Gothic";
	font-size: 20px;
	font-weight: bold;
	line-height: 28px
	color: #FFFFFF;
	letter-spacing: 2px;
	word-spacing: 8px;
	line-height: 38px
	}
	
h3      	    {       
                font-size: 17px;
                font-family: Arial, Helvetica, sans-serif, "MS Sans Serif";
				font: "Century Gothic";
                font-weight: bold;
                color: silver;
                line-height: 32px
	            }

h4      	    {       
                font-size: 17px;
                font-family: Arial, Helvetica, sans-serif, "MS Sans Serif";
                font-weight: bold;
                color: silver;
                line-height: 22px
	            }

h5      	    {       
                font-size: 15px;
                font-family: Arial, Helvetica, sans-serif, "MS Sans Serif";
                font-weight: bold;
                color: silver;
                line-height: 19px
	            }
					
h6      	    {       
                font-size: 15px;
                font-family: Arial, Helvetica, sans-serif, "MS Sans Serif";
                font-weight: normal;
                color: white;
                line-height: 19px
	            }

p				{       
                font-size: 15px;
                font-family: Arial, Helvetica, sans-serif, "MS Sans Serif";
                font-weight: normal;
                color: silver;
                line-height: 19px
	            }
	

.text 			{       
                font-size: 15px;
                font-family: Arial, Helvetica, sans-serif, "MS Sans Serif";
                font-weight: normal;
                color: #FFCC66;
                line-height: 18px
	            }

.textklein 			{       
                font-size: 12px;
                font-family: Arial, Helvetica, sans-serif, "MS Sans Serif";
                font-weight: normal;
                color: #FFCC66;
                line-height: 15px
	            }


p.title                 {       
                        font-size: 12pt;
                        font-family: "MS Sans Serif","Helvetica", "Arial", sans-serif;
                        font-weight: bold;
                        color:silver
                        }

li				{       
                font-size: 15px;
                font-family: Arial, Helvetica, sans-serif, "MS Sans Serif";
                font-weight: normal;
                color: #FFCC66;
                line-height: 19px
	            }

	                

.blocktext       {       
                font-size: 15px;
                font-family: Arial, Helvetica, sans-serif, "MS Sans Serif";
                font-weight: normal;
                color: #FFCC66;
                line-height: 18px;
				text-align: justify
                }

 /*------------------------------------------------------Normallink ---------------------------*/


a:link      	{       
           		font-size: 15px;
         	    font-family: Arial, Helvetica, sans-serif, "MS Sans Serif"; 
				font-weight: normal; 
				text-decoration: none; 
				color: white
      		    }

a:visited       {       
                font-size: 15px;
                font-family: Arial, Helvetica, sans-serif, "MS Sans Serif"; 
				font-weight: normal; 
				text-decoration: none; 
				color: white
                }

a:hover     	{       
          		font-size: 15px;
           		font-family: Arial, Helvetica, sans-serif, "MS Sans Serif";  
				text-decoration: none;
				background: #D7A100;
				color: white; 
				font-weight: normal
                }
                      

	                
						
						
						
						
 /*------------------------------------------------------Großer Link -------------------*/    
 
a.gr:link                  {
	font-size: 16px;
	font-family: "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	text-decoration:none;
	color:#FFFFFF;
	font-style: italic

                        }


a.gr:visited  {
	font-size: 16px;
	font-family: "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	text-decoration:none;
	color:#FFFFFF;
	font-style: italic

                        }
						
						
a.gr:hover {
	color: red

}   
 
						
 /*------------------------------------------------------Titel - Link ---------------------------------*/    
 
 
                  
a.title:link            {       
                    	font-size: 15px;
		    			font-family: Arial, Helvetica, sans-serif, "MS Sans Serif";  
						text-decoration: none;
                        font-weight: normal;
                        line-height: 22px;
                  		color: #FFFFFF
                        }

a.title:visited         {       
                    	font-size: 15px;
		    			font-family: Arial, Helvetica, sans-serif, "MS Sans Serif";  
						text-decoration: none;
                        font-weight: normal;
                        line-height: 22px;
                  		color: #FFFFFF
                        }
                        
                        
a.title:hover 			{       
                    	font-size: 15px;
				    	font-family: Arial, Helvetica, sans-serif, "MS Sans Serif";  
						text-decoration: none;
                        font-weight: normal;
                        line-height: 22px;
                        background: #FFCC66;
						color: black
                  	}
  
