/********************************************************************************************************
	created by:		ICSurselva AG	http://www.icsurselva.ch
	project:		steinhauser-zentrum
	date:			04/2008, Ann
	version:		4.1.5
	file:			layout.css
	function:		layout elements -style 
********************************************************************************************************/
body#thebody {
	font-family: Helvetica,Arial,sans-serif;
	font-size:12px;
	background-color: #B8282F;
}


#main_center {
    color:#EBC9BC;
    margin: 0; padding:0;
    text-align: center;  /* Zentrierung im Internet Explorer */
	background-color: #B8282F;
  }
 
*html #main_center {
     width: 100%;
  }
  
 #home #main_center {
	background: url(/fileadmin/templates/steinhauser-zentrum/html/img/starthg.gif);
	background-repeat: repeat-x;
}
  
#main_shortcut {
float:right;
height:141px;
margin:0pt auto;
padding:0pt;
position:relative;
top:-112px;
width:729px;
z-index:8;
}
 
*html #main_shortcut, *+html #main_shortcut {
	margin:0;
	  } 
  
#main_page {
background-color:#B8282F;
border:medium none;
color:#EBC9BC;
margin:0pt auto;
padding:0pt;
position:relative;
top:0px;
width:980px;
}
 
#main_top {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;
	background-color: #FFFFFF;
	height: 113px;
	width: 980px;
  }
#main_logo {
	text-align: left; 
	float:left;
	height: 113px;
	width:244px;
	color: #000000;
	z-index:9;
	padding:0;
	margin:0;
  }
  
  
#main_header {
text-align:center;
    margin:0;
    padding:0;
	background-color: #FFFFFF;
	display:block;
	width: 100%;
  }
   * html #main_header {
   /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }
#main_content {
	background-color:#FF0000;
	width: 980px;
}
  * html #main_content {
   /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */

}
#main_nav {
	float:left;
	text-align: left; 
	width:180px;
	margin:60px 1px 25px 1px;
	position:absolute;
	}
	
*+html #main_nav {
   /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    /*width:200px;*/
	position:relative;
  }
   * html #main_nav{
   /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    /*width:200px;*/
	position: relative;
	margin:-80px 1px 25px 0px;
  }
 
 
  
#content {
	float:right;
	text-align: left; 
	width:760px;
	margin: -83px 0px 20px 0;
	background-color:#B8282F;
	min-height:380px;
	height:auto;
}  

* html #content {
	float:none;
	width:auto;
	margin-left: 253px;
	padding: none;
	height:auto;
	height:380px;
}
  
#content_home #content {
	text-align: center;
	margin: 0 0px 20px 0;
	background-color:#B8282F;
	clear: both;
}
* html #content_home #content {
	float:none;
	width:300px;
	}
* +html #content_home #content {
	float:none;
	width:300px;
	}

#content_home {
    text-align:center; 
    margin:0;
    padding:0;
	background-color: #B8282F;
	display:block;
	width: 100%;
}

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

#main_footer {
    text-align:right;
    margin: 0;
	padding: 0.1em;
    margin-top: 25px;
	margin-right:82px;
	width:899px;
  }

#shortcut {
    float:left;
    font-size: 0.8em;
    margin: 0 0 0 1px;
	padding: 0.1em;
  }
  
 *html #shortcut {
	margin-left: 4px;
  }
