			
/* //////////////////////////////////////////////////////////////////// */
/* ///////// Bereiche ///////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////// */

#menue      {   position: absolute;
				top: 220px;
				left: 30px;
				width: 200px;
				height: 300px;
				border: 0px dotted lightgreen;
            }
			
#inhalt     {   position: absolute;
                top: 185px;
				left: 390px;
				width: 580px;
//				height: 700px;
				overflow: visible;
				border: 0px dotted lightgreen;
            }
			
#inhalt_start { position: absolute;
                top: 185px;
				left: 390px;
				width: 380px;
				height: 415px;
				overflow: visible;
				border: 0px dotted lightgreen;
            }

#nachricht  {   position: absolute;
     	        top: 185px;
				left: 790px;
				width: 160px;
				height: 415px;
				overflow: auto;
				background-image: url(../img/hg-nachricht.gif);
				background-repeat: repeat-y;
				padding: 0px 0px 0px 20px;
				border: 0px dotted lightgreen;
            }

#buereau    {   position: absolute;
				bottom:90px;
				left: 30px;
				width: 380px;
				color: white;
				font-size:14px;
				letter-spaceing: 1px;
				border: 0px dotted lightgreen;
            }
#fuss       {   position: absolute;
				bottom: 0px;
				left: 30px;
				width: 380px;
				height: 22px;
				overflow: hidden;
				color: white;
				font-size: 10px;
				letter-spacing: 1px;
				border: 0px dotted lightgreen;
            }
#hg-bild      {    position: absolute;
				bottom: 0px;
				right: 0px;
				
				border: 0px dotted lightgreen;
            }				
			
/* //////////////////////////////////////////////////////////////////// */
/* ///////// HTML-Elemente //////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////// */
			
html        {   height: 100%;  
            }

body 		{
	            font-family: Garamond,'Times New Roman',Times,serif;
	            margin: 0px 0px 0px 0px;
            }

a           		{   font-family: Garamond,'Times New Roman',Times,serif;
 			    
			    color: white;
            }

a:link      {   text-decoration: underline;
            }
a:hover     {   text-decoration: none;
            }

#inhalt h1 , #inhalt_start h1 {   color: white;
			    font-size: 22px;
			    margin: 0px 0px 16px 0px;
			   
			    /*background-color: yellow;*/
            }  

#inhalt h2 , #inhalt_start h12{   color: white;
			    font-size: 16px;
			    margin: 0px 0px 12px 0px;
            }  
				
#inhalt p, #inhalt_start p    {
				color: white;
				font-size: 14px;
				line-height: 19px;
				margin: 0px 0px 19px 0px;
            }

#inhalt ul        {
				color: white;
				font-size: 14px;
				line-height: 19px;
				list-style-type: square;
}

#nachricht h1 {
				color: black;
				font-size: 12px;
				font-style: italic;
				letter-spacing: 1px;
				line-height: 18px;
				margin: 0px 0px 6px 0px;
				
				/* background-color: yellow; */
            }
			
#nachricht p{
				color: black;
				font-size: 11px;
				letter-spacing: 1px;
				line-height: 18px;
				margin: 0px 0px 12px 0px;
				/*background-color: #D2C2A8; */
            }

#inhalt .small  {
				color: white;
				font-size: 12px;
				line-height: 15px;
				}