/********************************************************************************************************
	ICSurselva AG	http://www.icsurselva.ch
	Projekt:		Batta Porta
	Date:			06/2007, beat
	Version:		1.0
	file:			layout.css
	function:		layout-style  
********************************************************************************************************/
/* Suggested order:
 * font-family
 * font-size
 * font
 * border
 * margin
 * padding
 * display
 * width
 * height
 * font
 * letter-spacing
 * line-height
 * text
 * vertical-align
 * list-style
 * float
 * clear
 * left
 * position
 * background
 * color
 *
 */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	/*background-color:#001297;*/ /*blau*/
	background-image: url(/fileadmin/material/bilder/layout/bg-site.gif);
	background-repeat:repeat;
	margin-top:0px;
}

#main_center {
    color: black; 
    font-size: 100.01%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    margin: 0; 
	padding:0;
    text-align: center;  /* Zentrierung im Internet Explorer */
	/*min-height:1200px;*/
  }
  
#main_page {
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 896px;
	padding: 0;
	background-image:url(/fileadmin/material/bilder/layout/bg_main_page.gif);
	background-repeat: repeat-y;
	background-position: center;
  }
#main_page.bg_openairpic {
	background-image:url(/fileadmin/material/bilder/layout/bg_main_page_openairpic.gif);
  }  
  
  #linkHeader{
	margin: 0; 
	padding:0;
    text-align: center;  /* Zentrierung im Internet Explorer */
	position:absolute;
	z-index:10;
  }
 
#main_top {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;
	color: #000000;
	background-image:url(/fileadmin/material/bilder/layout/top.jpg);
	height: 167px;
	margin:0px 1px 0px 1px;
	background-repeat: no-repeat;
	background-position: center;
  }
#main_top.openairpic {
	height: 167px;
	margin:0px 1px 0px 1px;
}
#main_language {
	float:left;
	margin-top:146px;
	margin-left:4px;
	height: 21px;
	width:171px;
	color: #000000;
  }
  
#main_shortcut {
	float:right;
	margin-top:148px;
	width:250px;
	color: #000000;
	text-align: right;
	background-position: bottom;
  }
  
	*+html #main_shortcut {
	margin-top:150px;
 	}
 
	* html #main_header {
   /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  	}

#main_left {
	float:left;
	width:190px;
	margin:0px 4px 25px 1px;
	min-height:430px; /*mindestseitenhoehe wird hiermit fixiert auf 1024x768*/	
	}
* html #main_left {
height:430px;}
	
#logo{
	float:left;
	margin:0px 4px 3px 0px;
	width:69px;
	height:52px;
}
/*  DIV mit altem Logo (169px) 
#logoRTR{
	float:left;
	margin:0px 4px 3px 0px;
	width:69px;
	height:52px;
}
*/
#logoRTR {
    float: left;
    margin: 0 4px 3px 0;
    width: 169px;
    height: 52px;
    text-align: left;
}

#main_content {
	float:left;
	width:458px;
	text-align: left; 
    margin: 0px;
	padding: 0px 0px 25px 0px;
  }
  
#buttons{
	float:left;
	height: 64px;
	width: 433px;
}

  * html #main_content {
   /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }
  
#main_right {
	float:left;
	width:242px;
	color: #000000;
	text-align: left;
  } 
  
#main_right a{
	color: #000000;
  } 
   
#search{
	float:left;
	color:#FFFFFF;
	font-size:80%;
	padding:7px 0px 0px 23px;
	background-image: url(/fileadmin/material/bilder/layout/bg_search.jpg);
	height: 44px;
	width:242px;
	margin:0px;
}

#slide{
	float:left;
	color:#000000;
	padding-top:15px;
	margin:0px;
	background-color: #02A10F;
	width:242px;
}

#vote{
	float:left;
	color:#FFFFFF;
	background-color: #1D9701;
	width:242px;
	margin-top:4px;
}
 
#main_footer {
    clear: both;
    font-size: 90%;
    margin: 0; 
	padding: 0 0 0 165px;
    text-align: left;
   background-color: #019715;
  }
  
   * html #main_footer {
   height: 12px;
   }

