/*<!-- CSS restaurant-stadel.ch --> */
/*<!-- Copyright info@softlutions.ch --> */

body
			{
			background-color:#666666;
			scrollbar-base-color:#333333;
  		scrollbar-3d-light-color:#CCCCCC;
 			scrollbar-arrow-color:#333333;
			scrollbar-darkshadow-color:#333333;
			scrollbar-face-color:#CCCCCC;
			scrollbar-highlight-color:#CCCCCC;
			scrollbar-shadow-color:#333333;
			scrollbar-track-color:#333333;
			}

.site		
			{
			background-color:#FFFFFF;
			width: 980px;
			margin: 0 auto;
			}

/*<!-- Headerlinie Grün--> */	
.headerline		
			{
			background-color:#999900;
			width: 980px;
			height: 20px;
			} 
			
/*<!-- Header mit Bild und Text --> */	
.header		
			{
			width: 900px;
			height: 130px;
			padding-left: 80px;
			padding-topt: 6px;
			}
			 		
/*<!-- Horizontale Navigation --> */	
.navigation
			{
			background-color:#999900;
			width: 980px;
			height: 40px;
			}
			
.space
			{
			width: 224px;
			}	
			
.minispace
			{
			width: 30px;
			}				
			
.languagespace
			{
			width: 40px;
			}	

/*<!-- Content --> */
.middle
			{
			background-color:#FFFFFF;
			width: 980px;
			height: 400px;
			}
			
/*<!-- Weisse Linie --> */   
.whiteline		
			{
			background-color:#FFFFFF;
			width: 980px;
			height: 8px;
			}       			
					

/*<!-- Fusszeile --> */   

.footerline		
			{
			background-color:#999900;
			width: 980px;
			height: 60px;
			} 
			
.footertext
			{
			width: 240px;
			font-family: Verdana,Arial,Helvetica,Sans-Serif;
			font-size: 11px;	
			color:#ffffff;
			font-weight: normal;
			padding-top:5px;
			padding-left:5px;
			float:left;
			}						
			
/*<!-- Bild links --> */			
.left	
      {
      width: 190px;
      float: left;
      padding-left: 110px;
			}	
			
.right	
      {
      width: 440px;
      padding-left: 20px;
			padding-top: 30px;
			float: left;
			}			 					     			

/*<!-- Content Text --> */			
.content	
      {
      width: 782px;
      height: 340px;
      font-family: Verdana,Arial,Helvetica,Sans-Serif;
			font-size: 12px;	
			color:#000000;
			font-weight: normal;
			overflow: auto;
			padding-left: 0px;
			padding-top: 40px;
			padding-right: 20px;
			padding-bottom: 20px;
			}
			       
/*<!-- Überschrift --> */     
h1    
				{
				font-family: Verdana,Arial,Helvetica,Sans-Serif;
      	font-size: 16px;  
      	color:#333333;
      	font-weight: bold; 
      	}   			
/*<!-- Navigation horizontal - Oben --> */     
a.navi:link, a.navi:visited, a.navi:active, a.navi:hover 
			{
			font-family: Verdana,Arial,Helvetica,Sans-Serif;
			color: #FFFFFF;
			text-decoration: none;
			font-size : 14px;
			font-weight: bold; 					
			}

/*<!-- Navigation - Farben und Aussehen --> */    

    
a:link, a:visited, a:active, a:hover 
	    {
      font-family: Verdana,Arial,Helvetica,Sans-Serif;
      color: #666600;
      text-decoration: none;
      font-size : 12px;
      font-weight: bold;          
      }

