/********************************************************************************************************
	ICSurselva AG
	Date:			22.11.2006, beat
	Version:		1.0
	file:			layout.css
	function:		layout-style  
********************************************************************************************************/
body#thebody{
	font-size:80%;
	margin-top:0px;
	background-image:url(/fileadmin/material/bilder/layout/bg_shadow_main1.gif);
	/*background-image:url(/fileadmin/material/bilder/layout/bg_shadow_main.jpg);*/
	background-repeat: repeat-y;
	background-position: center;
}
#main_center {
    color: black; 
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; 
	padding:0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }
#main_page {
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 930px;
	height:100%;
	padding: 0;
  }
 
#main_top {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	color: #000000;
	height: 165px;
	margin:0px 20px 0px 20px;
	/*background-image:url(/fileadmin/material/templates/obersaxen/bilder/hg_sommer.jpg);*/
	background-repeat: no-repeat;
	background-position: center top;
  }



#main_navtop {
	float:left;
	margin:25px 0 0 0;
	height: 23px;
	width:890px;
	color: #666666;
	background:#C6D3E5;
	/*background-image: url(/fileadmin/material/bilder/bg_shortcut.jpg);*/
	background-repeat: repeat-x;
	vertical-align: bottom;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
  }

* html #main_navtop {
	margin:10px 0 0 0;
	height: 30px;}

#main_logo{
    padding: 0px 0  0 20px;
	height: 90px;
	}
	
#logo{
    padding: 20px 0  0 0;
    width: 180px;
	float:left;
	}
	
* html #logo img{display:none;}
	
* html #logo{
    margin: 20px 0  0 0;
	height: 83px;
	width:180px;
	/*position:absolute;
	top:0;
	left:0;*/
	  z-index:3;
      filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/fileadmin/material/templates/obersaxen/bilder/obersaxen_logo.png');
	  
       } 	
	

 #lauftext {
	float:left;
	margin:0px 0 0 10px;
	height: 20px;
	width:420px;
  }

 *+html #lauftext {
	margin:0px 0 0 210px;
 }
 
 *html #lauftext {
	margin:0px 0 0 105px;
 }

   * html #main_header {
   /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }

#main_left {
	float:left;
	text-align: left;
	width:190px;
	margin:40px 20px 25px 0px;
	padding:0px;
	}
* html #main_left {
	margin:0px 0px 25px 0px;
	}
#main_content {
	float:left;
	width:540px;
	text-align: left; 
    margin: 0px;
	padding: 40px 0px 25px 0px;
  }
  * html #main_content {
   /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0px;
	width:562px;
  }
  
  
#main_right {
	float:left;
	width:160px;
	color: #000000;
	text-align: center;
  }  
    
 
#search{
	float:right;
	padding:0px;
	width:160px;
	margin: 5px 0px 0px 5px; 
}
* html #search {
/* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
margin: 0px 0px 25px 15px;
}

 
#main_footer {
    float:left;
	margin-left:220px;
    padding: 0.1em;
	width: 500px;
  }
* html #main_footer {
   margin-left:115px;
   }
