/********************************************************************************************************
	created by:		newmedia AG	http://www.newmedia.ch
	project:		alpspektakel
	date:			April/2009, Beat Hausheer
	version:		4.1
	file:			layout.css
	function:		layout elements -style 
********************************************************************************************************/
body#thebody {
	font-family:Arial, Helvetica, sans-serif;
	/*font-family:Georgia, "Times New Roman", Times, serif; */
	font-size:12px;
	color:#4A4630;
	background-color:#EDEDE8;
}


#main_center {
    margin: 0; 
	padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
	background-color:#EDEDE8;
  }
  
#main_shortcut {
	font-size:0.8em; 
	font-weight:normal;
	height:1.7em;
	margin:0pt auto;
	padding:0pt;
	text-align:right;
	width:960px;
  }  
  
#main_page {
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 960px;
    padding: 0;
	position:relative;
  }
 
#main_top {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0;
	padding:0;
	height: 185px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
* html #main_top {
	border-bottom-width: 0px;
  }  
#main_logo {
	position:absolute;
	top:0px;
	left:820px;
	width:100px;
	height:216px;
	z-index:1000;
	background-image: url(/fileadmin/templates/alpspektakel/html/img/alpspektakel_09_4c.png);
}
* html #main_logo {
	height:185px;
	z-index:1;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/fileadmin/templates/alpspektakel/html/img/alpspektakel_09_4c_ie.png');
}
#main_header {
	font-size:0.8em;
	background-color: #FFFFFF;
	display:block;
}
   * html #main_header {
   /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
	}
#search {
	float:left;
	text-align: left; 
	width:199px;
	margin:3px 0 3px 7px;
	background-color:#EFEFEF;
} 
#breadcrumps {
	float:left;
	text-align: left; 
	margin:6px 0 3px 15px;
}
#print {
	float:right;
}


#main_content {
	background-color:#FF0000;
	width: 960px;
}
  * html #main_content {
   /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */

}
#main_nav {
	float:left;
	text-align: left; 
	width:210px;
	margin:1px;
}
  * html #main_nav {
   /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    /*width:200px;*/
} 
#content {
	text-align: left; 
	width:960px;
	float:left;
	background-color:#FFFFFF;
	height:300px auto;
}  

* html #content {
  width:960px;
}  
.footer_img {
	padding:2px 0 10px 0;
}
#main_footer{
    font-size: 0.8em;
    margin: 0; 
	padding: 1px 0 1px 10px;
    text-align: left;
    background-color: #5c5c4f;
	color:#FFFFFF;
    border-top: 1px solid silver;
  }
#main_footer a {  
	color:#FFFFFF;
}
