div {
  
}

body {
   
   background-color: #E2E2E2;
   background-image: url(../images/background.jpg);
   background-repeat:repeat-x;
   padding: 0 0 0;
   margin-top: 38px;
   text-align: center;
   color: #000000;
   }
   
   HTML>body {
   padding: 0;

   }
   
/* html[xmlns^="http"]
			{
			 verhindert Mozilla-Zucken
			 > Firefox 1.5
			
			overflow-y: scroll;
			} */

/*html[xmlns] 
             {
             height : 100%; 
             padding-bottom : 0.005em; 
             } */


#rahmen {
  
	 width: 588px;
	 min-height:600px;
     height:auto !important;  /* für moderne Browser */
     height:750px;  /*für den IE */
     margin: 0px auto 0px;
	 padding-left: 0px;
	 font-size:10pt;
     font-family:arial, sans-serif;
	 overflow:hidden;
	
}
   
#content {
  
	 text-align: left;
	 margin-left:0px;
	 margin-right:0px;
	 width: 588px;
	 /*width:540px;*/
	 min-height:565px;
     height:auto !important;  /* für moderne Browser */
  	 height:580px;  /*für den IE */
     padding:0px;
     /*padding:0px 18px;*/
	margin:0px;
	border:0px;
	 font-size:10pt;
     font-family:arial, sans-serif;
	 overflow:hidden;
	 color:#000000;
	 background-color:transparent;
	 background-image: url(../images/content_background.jpg);
	 background-repeat:no-repeat;	   
	 /*border:1px solid red;*/
	 z-index:10;
}

#navigation {
  
	 text-align: left;
	padding:0px;
	margin:0px;
	border:0px;
  min-height:63px;
  height:auto !important; /* für moderne Browser */
  	 height:63px;  /*für den IE */
	 color:#000000;
	 background-color:transparent;
	 height:40px !important;
	 /*border:1px solid red;*/
}

.text {
      margin-left:40px;
	  margin-right:40px;         
                
} 