	body, html {
		width: 1100px; /* Breite des Layouts */
		margin-left: auto; /* Die Margin-Eigenschaften mit dem Wert "auto" platzieren das Layout mittig. Vorraussetzung: width. */
		margin-right: auto;
		background-color: #333333; /* Hintergrundfarbe #B3CED0 #4E4E4E*/
		font-family:Comic Sans MS;
    font-style: italic;
		font-size: 12px; /* Schriftgröße */

	}
	
	#kopf {
	
		height: 200px; /* Höhe des Headers. */
		width: 895px; /* Breite des Headers. */
		background-color: #FFFF00; /* Hintergrundfarbe */
		text-align: left; /* Text wird mittig ("center") platziert. */
		line-height: 27px;
		padding-top: 5px; /* 20px innerer Abstand vom Rand zum Text */
	  padding-left: 5px;
	
		font-size: 15px;
		color: #0a256a;
		font-weight: bold;
	}

   .fahne2 {
   float: left;
   padding-left: 5px;
   margin-top: 20%;
   position: fixed;

}

   .fahne3 {
   float: left;
   padding-left: 5px;
   margin-top: 25%;
   position: fixed;
}	
		.fahne {
   float:right;
   margin-right: 100px;
   margin-top: 90px;

}
	
	.logorechts {
   float:right;
   margin-right: -110px;
   margin-top: 10px;

}

	.logo {
   float:left;
   margin-top: 7px;
   margin-left: -100px;

}

	#navi {

	  font-size: 18px;
	  font-weight: bold;
	  height: 30px;
	  width: 900px; /* Breite des Contents */
		/*width: 104%; /* Breite der Navigation */
		background-color: #1D1D1D; /* Hintergrundfarbe #0099FF #292929*/
    padding-top: 4px;
		
									
	}
	
		#navi a {
		color: white;
		text-decoration: none;
    max-width: 116px; /* Breite des Links */
		margin-bottom: 3px;
		margin-left: 10px;
		padding: 3px;
		background-color: #1D1D1D;  /*#DDD*/
	}
	
	#navi a:hover {
		color: #000000;
		background-color: #FFFF00;
	}
	
		#seitenbereichausen {
		width: 100%; /* Breite des Contents */
		background-color: #333333; /* Hintergrundfarbe */
		
		
	}	
	

	#seitenbereich {
		width: 900px; /* Breite des Contents */
		background-color: #000000; /* Hintergrundfarbe #000000 */
		padding: 3px; /* 3px innerer Abstand vom Rand zum Text */
		margin-left: 91px;

	}
	
	#inhalt {
	color: #FFFFFF;
	  text-align:left;
    font-size: 20px;
    /*font-weight: bold;*/
   	padding: 13px;
	  width: 874px; /* Breite des Contents */
		height: 100%;
		background-color: #000000; /* Hintergrundfarbe #D3E4FE #FFFF4A */
		/*background-image:url(Img/logo_web.jpg);
		background-repeat:no-repeat;
		background-position:center;*/

		
  }
  
	 .titel {
	 color: #000000;
	 font-weight: bolder;
	 font-style: normal;
	 /* background-color: #8DB7BA; /* Hintergrundfarbe */

  }
  
  .titel2 {
	 font-style: normal;
	 font-weight: normal;
	
  }
  

  
 	 .descrizione {
 	 font-family: arial;
 	 font-style: italic;
 	 font-size: 50px;
   color: #FFFF00;
   font-weight: bolder;
   font-style: normal;


  }
  
 	 #prezzi {
   float:right;
   font-size: 18px;
   font-weight: bold;
   margin-right: 60px;
   
  }
