/********************************************************************************************************
	created by:		Newmedia AG	http://www.newmedia.ch
	project:		Origen
	date:			März/2009, Ann
	version:		4.1
	file:			layout.css
	function:		layout elements -style 
********************************************************************************************************/
html, body {
    padding: 0;
    margin:0;
	height:100%;
}

body#thebody {
	/*font-family: Helvetica,Arial,sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#E0F4FF;
	background:#000000;
	line-height: 16px;
}


/*#main_center {
	color: white;
	margin: 0;
	text-align: center; 
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
	width: 100%;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
  }*/
  

  
#main_page {
    position: absolute;
    margin: 0;  
    padding: 0;
    /*width: 980px;
	background: #ffffe0 url(hintergrund.gif) repeat-y;*/
    border: none;
	text-align:left;
	z-index:3;
	 min-height:100%;
  }
 

#main_logo {
    height:100%;
    min-height:100%;
    position:absolute;
	top: 0;
	left:0;
    margin:0 auto;
    padding:30px 0 0 0;
	text-align: center; 
	float:left;
	width:150px;
	color: #E0F4FF;
	background: url(/fileadmin/templates/origen/html/img/layertrans.png);
	z-index:3;
  }

*html #main_logo {
	background: #333333;
	filter: Alpha(Opacity=90);
	height:100%;
  }

#main_left {
    height:100%;
    min-height:100%;
    position:absolute;
	top: 0;
	left:0;
    margin:0 auto;
    padding:0;
	text-align: center; 
	float:left;
	width:150px;
	color: #E0F4FF;
	background: url(/fileadmin/templates/origen/html/img/layertrans.png);
	z-index:3;
  }

*html #main_left {
	background: #333333;
	filter: Alpha(Opacity=90);
	height:100%;
  }

#logo {
    position:absolute;
	top: 0;
	left:0;
    margin:0 auto;
    padding:30px 0 0 0;
	text-align: center; 
	float:left;
	width:150px;
	z-index:4;
  }



#home_logo {
    margin:0;
    padding:30px 0 0 0;
	text-align: center; 
	float:left;
	width:150px;
	color: #E0F4FF;
  }


  
#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;
	}


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

}

div#main_logo #main_nav {
	text-align: left; 
	width:140px;
	margin:30px 0 35px 31px;
	height: 350px;
}


#main_nav {
	text-align: left; 
	width:140px;
	margin:148px 0 20px 31px;
	height: 420px;
	line-height:normal;
}

*+html #main_nav {
	margin:150px 0 20px 31px;
}
  * html #main_nav {
   /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    /*width:200px;*/
} 


#navLanguage{
	text-align: left; 
	width:140px;
	margin:0 0 0 28px;
	padding-top: 20px;
}

#content {
	position:absolute;
	left:0px;
	height:100%;
	min-height:100%;
	height:auto;
	top: 0;
	float:left;
	margin:0 auto;
	padding:0;
	z-index:3;
}  

/** html #content {
  width:750px;
}  */



.contentelement{
    margin-bottom: 32px;
	}
	
	
div#backgroundContainer {
    left:0;
    overflow:hidden;
    position:absolute;
    top:0;
    z-index:1;
}

img#backgroundContainerIMG {
    display:block;
    height:0;
    visibility:hidden;
    width:0;
    z-index:1;
}

