/* CSS Document */

html	{
		margin: 0px;
		padding: 0px;
		}
body	{ 
		margin: 0px;
		padding: 3px 5px 5px 5px;
		background: url(../bilder/HG-navi6.gif) no-repeat fixed 0 0 ;
		background-color: #E68484;						
		font: 100.01% Verdana, Arial, Helvetica, sans-serif; 
		font-size:80%;
		}
#navi	{
		margin: 0px 0px 0px 0px;     /*Abstand der Navigation*/
        padding: 0px 0px 0px 0px;
		}
#navi ul {
		margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        list-style-type: none;        /*was ist das?*/
        width: 180px; /*Breite der Navigation*/		
		}
#navi li {
		margin: 0px 0px 2px 0px;     /* Abstand zwischen den Tasten, unten 2px wirkt nicht am Ende bei IE*/
        padding: 0px 0px 0px 0px;
		float:left;
		width: 180px; /*Breite der Navigation*/
		}
#navi li a:link, #navi li a:visited {
        display: block;
        text-decoration: none;
        font-weight: bold;
        padding: 4px 1px 4px 4px;   /* Innenränder der Tasten*/
        border-left: 12px solid #A22020; /* roter Rand*/
        background-color: #D23149;
        color: #fee2e6  /*#E6E1CF*/;
		}
#navi li a:hover, #navi li a:active, #navi li a:focus {
		font-weight: bolder;
		letter-spacing: 0.05em;
		border-left: 12px solid #62a286;   /* grüner Rand*/
        background-color: /*#F6AAA9*/ #E3425A;
        color: #ffffff;
		}
#a href
		{
		font: 100.01% Verdana, Arial, Helvetica, sans-serif; 
		font-size:110%;
		color: #0000ff;		
		}
#nfh	{
		align: center;
		margin-bottom: 2px;     /*Abstand zur Navigation für alle Browser*/
		margin-top: 2px;     /*Abstand zur Navigation wirkt nur bei IE*/
		}
#verweis{
		padding: 0px;
		margin: 10px 0px;
		position:absolute; 
		width:500px; 
		height:120px; 
        background-color: #ff0000;
		border: 10px solid #00aa00;
		z-index:1; 
		left: 400px; 
		top: 50px;
		}
#verweis a:link, #verweis a:visited, #verweis a:hover, #verweis a:active, #verweis a:focus {
		display: block;
		font: 100.01% Verdana, Arial, Helvetica, sans-serif; 
		font-size: 40px;
		color: #ffffff;
		text-align: center;
		
		}


