/********************************************************************************************************
	Bildung.gr AHB, ICSurselva AG
	Date:			08.08.2007, ann
	Version:		1.0
	file:			layout.css
	function:		layout-style  
********************************************************************************************************/

#main_center {
    color: #8E8C75;
	background-color: white;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }
#main_page {
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 920px;
    padding: 0;
    /*background: #ffffe0 url(hintergrund.gif) repeat-y;*/

  }
 
#main_top {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;
	color: #000000;
	background-color: #FFFFFF;
	height: 220px;
  }
#main_logo {
	text-align: left; 
	float:right;
	height: 80px;
	width:68px;
	background: url(../bilder/layout/capricorn.gif) #FFFFFF no-repeat left center;
  }
  
  #themenbild {
	text-align: left; 
	float:left;
	margin-left: 55px;
	height: 185px;
	width:410px;
	color: #000000;
  }
#main_header {
	text-align: left; 
    margin: 0;
    padding: 0;
	height: 185px;
	background: url(../bilder/layout/head_bg.gif) left top no-repeat;
  }
   * html #main_header {
   /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }

#summa {
	text-align: right; 
	float:right;
	height: 41px;
	width:305px;
	color: #000000;
	background: url(../bilder/layout/summa.gif) no-repeat left top;
	}
	
#bildung {
   font-size:10px;
	text-align: right; 
	float:right;
	margin: 23px 52px 0 0;
	width:118px;

	}

*html #bildung {
	margin: 23px 26px 0 0px;
	}

#main_content {
	text-align: left; 
	width:auto;
    margin: 0 0 0 0px;
  }
  * html #main_content {
   /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }
 
 
  #titel {
	text-align: left; 
	width:657px;
    margin: 0 0 0 195px;
  }
 
    #content {
     position:relative;
	text-align: left; 
	width:657px;
    margin: 0 0 0 195px;
  }
 
  #nav_links {
    float:left;
	text-align: left; 
	width:140px;
    margin: 15px 0 0 40px;
	padding:0;
  }
  
  * +HTML #nav_links {
    float:left;
	text-align: left; 
	width:140px;
    margin: 15px 0 0 3px;
	padding:0;
  }

  * HTML #nav_links {
    float:left;
	text-align: left; 
	width:140px;
    margin: 15px 0 0 20px;
	padding:0;
  }



  
  
   #nav_top {
   padding-left: 98px;
   height: 35px;
   margin: 0;
   background-color:  #E8E8E3;
  } 
  
  
  
#adresse {
    float:left;
    clear: both;
	width: 140px;
    margin: 11px 0 23px 0;
	padding: 0;
    text-align: right;
  }
  
  
 #thebody .contentElement{
   margin-bottom: 25px;
   }