@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) draft for a central stylesheet
 * (de) Vorlage für ein zentrales Stylesheets
 *
 * @copyright       Copyright 2005-2009, 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.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(./yaml/core/base.css);
@import url(./yaml/screen/content_default.css);
@import url(./yaml/screen/forms.css);
@import url(./yaml/patches/patch_layout_draft.css);
@import url(./new_design_css/eservices.css);
@import url(./new_design_css/eservices_footer.css);
@import url(./new_design_css/nav_shinybuttons.css);

/* import screen layout | Screen-Layout einbinden */
/* @import url(/yaml/navigation/nav_shinybuttons.css);
  @import url(/css/screen/basemod.css);
  @import url(/css/screen/content.css); */

/* import print layout | Druck-Layout einbinden */
/* @import url(/css/print/print_003.css); */

/*-----------------------------@media screen, projection begin------------------------*/
@media screen, projection
{
    #main {
        background: #fff; 
        margin-top:-7px;
        }
     /*-------------------------------------------------------------------------*/
    
      /**
   * (en) Repositioning content container
   * (de) Neupositionierung der Content Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col3               | #col1   |
   * | flexible            | 25%     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */

	 #col1 { float: right; width: 25%}
     #col2 { display:none}
     #col3 { width: auto; margin: 0 25% 0 0}
     #col1_content { padding: 0 20px 0 10px }
     #col3_content { padding: 0 10px 0 20px }
     #col1_content, #col2_content, #col3_content { position:relative; }

    * Clearfix-Hack /
    .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    
    .clearfix {
    	display: inline-table;
    	}
    
    /* Hides from IE-mac \ */
    * html .clearfix {
    	height: 1%;
    	}
    .clearfix {
        display: block;
        }
    /* End hide from IE-mac */
    
	#ie_clearing {
    display:block; /* DIV made visible */
    clear:both; /*  Normal clearing for IE5.x/Win */
    width: 100%; /* IE Clearing with 100% DIV for IE 6 */
    font-size:0; 
    margin: -2px 0 -1em 1px; /* IE clearing with extra-large DIV for IE7 */
	}
    
     .page_margins {
    	margin: 0 auto; 
        /* border:solid 2px #ad855d; 
        border-top:none; */
        }
    
      /* Layout Properties | Layout-Eigenschaften */
      .page_margins { 
    	width: 95em;  
    	min-width: 740px;
    	max-width: 95em; 
    	background: #fff; 
    	}
    
    .both_columns {
        clear: both; 
        width: 100%;
        }
    .find{
        width:60px; 
        height:22px;
        background:url(./images/newdesignimages/sign_in_btn_bckgONLY.png) no-repeat; 
        text-align: center; 
        font-weight:bold;
        border: 0px;
    }
    .roundback {
         line-height:22px;
         background:url(./images/newdesignimages/sign_in_btn_bckgONLY.png) no-repeat;
         vertical-align:middle;
         width:60px; 
         height:22px;
         font-weight:bold;
         text-decoration:none;
         color:#000000;
         cursor:hand;
         display:block; /*opera*/
         display:inline-block; /*ie*/
        
    }
    .help_message {
        color:#ad855d;
        font-size:11px;
    }
    /**************** continuebuttonlinks*************/
    .round1 {
         color:#000000;
         cursor:pointer;
         cursor:hand;
         line-height:22px;
         background:url(./images/newdesignimages/continue_button.png) no-repeat right top;
         padding-right:20px;
    	 font-weight:bold;
         vertical-align:middle;
         display:block; /*opera*/
         display:inline-block; /*ie*/
         display:-moz-inline-box;  /*ff*/
    	 text-decoration:none;
           }
    
    .round1 span {
          background:url(./images/newdesignimages/continue_button.png) no-repeat left top;
          height:22px;
          display:block;
          display:inline-block;
    	  padding-left:20px; line-height:22px;
                 }
    /******************************************************************************/
    
    /**************** backbuttonlinks*************/  
    .roundback {
         color:#000000;
         cursor:pointer;
         cursor:hand;
         line-height:22px;
         background:url(./images/newdesignimages/back_button.png) no-repeat right top;
         padding-right:15px;
         vertical-align:middle;
         display:block; /*opera*/
         display:inline-block; /*ie*/
         display:-moz-inline-box;  /*ff*/
    	 text-decoration:none;
         }
    
    .roundback span {
          background:url(./images/newdesignimages/back_button.png) no-repeat left top;
          height:22px;
          display:block;
          display:inline-block;
    	  padding-left:20px; line-height:22px;
          }
    /******************************************************************************/
    
    /****************submit*********************/
    .roundsubmit {      
          background:url(./images/newdesignimages/newsubmit.png) no-repeat left top;
    	  color:#000000;
    	  font-weight:bold;
    	  width: 102px;
    	  height: 22px;
    	  margin: -2px;
    	  padding-bottom: 2px;
    	  border: 0px;
    	  text-align: center;
    	  /*text-indent: -1000em;*/
    	  cursor: pointer; /* hand-shaped cursor */
    	  cursor: hand; /* for IE 5.x */
    	  }
    /******************************************************************************/
	
	/************************YAML subcolumns*************************/

    .coolsubcol .subcl {
        padding:0 0 0 10px;
        }
    .coolsubcol .subcr {
        padding:0 10px;
        }
	/******************************************************************************/
  	/*-----------------------------@media screen, projection end------------------------------*/
    }
