/* CSS Document */
body
    {
	 font-family: verdana;
	 font-weight: bolder;
	 font-style: normal;
	 background-color: #333333;
	 }
	 
#container
          {
		   left: 50%;
		   margin-left: -400px;
		   margin-top: 0px;
		   width: 800px;
		   position: absolute;
		   border: 1px solid black;
		   height: auto;
		   background-color:#FFFFFF;
		   }
		   
#datum
      {
	   width: 790px;
	   height: 20px;
	   margin-left: 5px;
	   position: relativ;
	   }
	   
#date
     {
	  width: 230px;
	  height: 12px;
	  margin-left: 550px;
	  Margin-top: 4px;
	  font-weight: 100;
	  font-size: 10px;
	  }
	  
#menu
     {
	  width: 790px;
	  height: 30px;
	  margin-left: 5px;
	  position:relativ;
	  background-color: #6699CC;
	  }
	  
#grafik
       {
	    width: 100px;
	    height: 695px;
	    float: left;
	    margin-left: 5px;
		margin-top: 5px;
		background-image: url(images/grafik.jpg);
		background-repeat: no-repeat;
		background-position: left top;
	    }
		
#container2
           {
		    width: 683px;
			height: 150px;
			float: left;
			margin-top: 5px;
            background-image: url(images/begruessung.jpg);
		    background-repeat: no-repeat;
		    background-position: right top;
			}
			
#begruessung
            {
			 width: 525px;
			 height: 135px;
			 float: left;
			 margin-top: 15px;
			 font-family: Arial;
			 font-size: 16px;
			 font-weight: bolder;
			 font-style: italic;
			 text-align: center;
			 }
			 
#logo
     {
	  width: 154px;
	  height: 150px;
	  float: left;
	  }
	  
#content
        {
		 width: 683px;
		 height: 543px;
		 float: left;
		 background-image: url(images/hintergrund.jpg);
		 background-repeat: no-repeat;
		 background-position: right top;
		 overflow: auto;
		 }
		 
#text
     {
	  width: 790px;
	  height: 20px;
	  position: relativ;
	  margin-left: 20px;
	  margin-top: 5px;
	  }

#nutzung
        {
		width: 400px;
		height: 400px;
		}
		
#containerein
             {
			 margin-top: 150px;
			 }

