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

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

  }
  
 #main_popup #colNormal {
    width: 480px;
  }
  
 
#main_popup #main_logo {
	text-align: left; 
	float:left;
	height: 80px;
	width:68px;
	background: url(../bilder/layout/capricorn.gif) #FFFFFF no-repeat left center;
  }
  

#main_popup #main_content {
	text-align: left; 
	width:auto;
    margin: 0 0 0 0px;
  }
  *html #main_popup #main_content {
   /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }
 
 

 
 #main_popup #content {
     position:relative;
	 text-align: left; 
	 width:480px;
     margin: 50px 0 0 0;
  }
  
 #thebody .contentElement{
   margin-bottom: 25px;
   }
   
#main_popup input, textarea{
    width: 250px;
	}