@charset "UTF-8";
/**
* "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
*
* (en) Screen layout for YAML examples
* (de) Bildschirmlayout fuer YAML-Beispiele
*
* @copyright       Copyright 2005-2007, Dirk Jesse
* @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
*                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
* @link            http://www.yaml.de
* @package         yaml
* @version         3.0.1
* @revision        $Revision: 1.19 $
* @lastmodified    $Date: 2012/03/19 15:26:50 $
*/

@media all
{
  /*------------------------------------------------------------------------------------------------------*/

  /**
  * (en) Formatting YAML's  basic layout elements
  * (de) Gestaltung des YAML Basis-Layouts
  */

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #fff;}
 

  /* (en) Layout: width, background, borders */
  /* (de) Layout: Breite, Hintergrund, Rahmen */
  /*border: 0px #889 solid;  min-width: 740px; max-width: 80em;*/
  #page_margins { margin: 0px;  }
  /*background: #fff; border: 10px #fff solid;*/
  #page{   }

  /* (en) Centering layout in old IE-versions */
  /* (de) Zentrierung des Layouts in alten IE-versionen 
   body { text-align: center }
  */
 /*text-align:left*/
  #page_margins {  }

  /* (en) Designing main layout elements */
  /* (de) Gestaltung der Hauptelemente des Layouts 
  border:1px solid;
  */


#simap_header {
    background:url(../../img/simap_header.png) no-repeat top left;
    padding: 0px; width:960px; height: 74px;
  }



  /* (en) adjustment of main navigation */
  /* (de) Anpassung der Hauptnavigation */



  #main {  padding:0px; }


  /*------------------------------------*/

  /**
  * (en) Formatting content container
  * (de) Formatierung der Inhalts-Container
  *
  * |-------------------------------|
  * | #header                       |
  * |-------------------------------|
  * | #col1   | #col3     | #col2   |
  * | 25%     | flexible  | 25%     |
  * |-------------------------------|
  * | #footer                       |
  * |-------------------------------|
  */

/*position:absolute; top:181px; left:0px;*/
  #col1 { width: 210px; margin:36px 0px 0px 0px;}
  #col1_content { padding: 9px 0px 0px 0px; }

  #col2 { width: 165px; }  /* col2 nicht in formularseiten */
  #col2_content { padding: 0px 0px 0px 0px; }

  #col3 { margin: 42px 0px 0px 230px; padding-top:4px; }
  
  
/*bei content-seiten*/
#col3_content { width:530px; padding:0px 0px 40px 10px; clear:both; min-height:300px; _height:300px;}  
  
/* bei formularseiten anstelle von col3_content */
#Formcontent	{ width:720px; padding:0px 0px 40px 10px; clear:both; }/*diff. style for IE-Browser -> iehacks.css*/
#FormcontentRecherche	{ width:720px; padding:0px 0px 40px 10px; clear:both; }

#Teasercontent	{ width:190px; padding:0px 0px 20px 0px; margin:0px 0px 20px 10px; clear:both; font-size:90%;}/*diff. style for IE-Browser -> iehacks.css*/

#cpv_content{ width:620px; padding:0px 0px 0px 0px; clear:both; margin:5px 0px 0px 10px;}

/* pfad-navigation Ueber content*/
#pospfadNav {float:left; font-size:90%; 
    padding: 0px 0px 2px 0px; width:530px;    
	 margin: 0px 20px 28px 10px;  _margin: 0px 0px 28px 5px;
	border-bottom: #ccc 1px solid;
	}
#pfadNav{ float:left; color:#333; }


/* login box rechts oben */
#posLogin{ 
position:absolute; left:560px; width:170px; height:26px; margin: -4px 0px 20px 0px; 
background:url(../../img/bckg-logout.gif) no-repeat;
}
#loginTxt{ float:left; color:#fff; font-size:90%; margin: 3px 5px 0px 5px; _margin: 3px 2px 0px 5px; .ie10up { margin:3px 2px 0px 5px; }}



#posLoginStart{ 
float:left; width:165px;}

#LoginStart{ 
height:102px; padding: 7px 0px 0px 10px; width:166px; 
background:url(../../img/bckg-login.gif) no-repeat;
}



/* top/service-navigation rechts oben */
#topnav { 
    position:absolute;
    top: 74px;
    left: 0px;
	padding:0px 0px 0px 20px;
	height:28px; background-color:#ccc; width:940px; color:#000; font-size:90%;
    /*  text-align: right; (en) essential for correct alignment in Opera 6 ! */
    /* (de) Erforderlich, damit im Opera 6 wirklich rechts plaziert !	
	border:1px solid; */   
  }
  
/* sprachauswahl rechts oben */
#topnav #langSelect{ float:right; height:28px; margin:0px 76px 0px 0px; _margin:0px 38px 0px 0px; width:100px; line-height:1.2em;}

/* schriftvergroesserung rechts oben */
#nav #fontSize{float:right; height:28px; margin:5px 78px 0px 0px; _margin:5px 56px 0px 0px;  }



/* footer  */
#footer { width: 530px; padding: 0px 0px 45px 10px; clear:both; display:block; top:100%; left:0px;}
.footerIcn { margin:5px 5px 0px 0px;}
#footerLine1{ width:100%; border-bottom:#f67a00 1px solid; padding-bottom:3px; _padding-bottom:2px; font-size:90%; height:18px;}/*diff. style for IE-Browser -> iehacks.css*/
#footerLine2{ width:100%; padding-top:4px; font-size:90%; }


/*------------------------------------------------------------------------------------------------------*/

 

}