/* CSS Document feste DIV-Container*/
/* headbereich*/

#topcontainer
     {position:relative;
	z-index:1;
             top:0px;
             left:0px;
	width:1010px;
	height:195px;
	background-image:url(feste_Elemente/Header_Bild.jpg);
	text-align: center;
       }
#schatten_unten
     {position:relative;
	z-index:100;
             top:0px;
             left:0px;
	width:800px;
	height:20px;
       }
.headtext
		{position:absolute;
	z-index:2;
             top:30px;
             left:30px;
	width:250px;
	height:80px;
       } 


/* Menue*/	
#menueleiste
{
	position:relative;
	z-index:1000;
	top:0px;
	left:0px;
	width:1010px;
	height:30px;
	background-image:url(feste_Elemente/Menue_HG.jpg)
       }
.menue1
		{position:absolute;
	z-index:2;
             top:2px;
             left:20px;
	width:460px;
	height:30px;
       } 
	   
.menue2
		{position:absolute;
	z-index:2;
             top:2px;
             left:690px;
	width:310px;
	height:30px;
       }  
	   
/* Footer*/	   
#footer
{
	position:relative;
	z-index:8;
	top:0px;
	left:0px;
	width:1010px;
	height:145px;
	background-image: url(feste_Elemente/Footer_HG.jpg);
      	 }

.Footertext
{
	position:absolute;
	z-index:10;
	top:25px;
	left:25px;
	width:250px;
	height:100px;
}
.Footertext2
{
	position:absolute;
	z-index:10;
	top:60px;
	left:630px;
	width:350px;
	height:50px;
}
	
#copyright
{
	position:relative;
	z-index:8;
	top:0px;
	left:0px;
	width:1010px;
	height:25px;
	text-align: right;
      	 }	   

