@charset "UTF-8";

@media screen, projection
{
/*------------------------------------------------------------------------------------------------------*/

/**
* Design of the Basic Layout
*
* @section layout-basics
*/

html { background: url("http://media.corporate-ir.net/media_files/irol/70/70217/images/2012/bg-html.png") repeat-x scroll left top #f6f6f6; }

/* Page margins and background */
body { background: url("http://media.corporate-ir.net/media_files/irol/70/70217/images/2012/bg-body.png") no-repeat scroll center top transparent; }

/* Layout: Width, Background, Border */
.page_margins { margin: 0; padding: 0; }
.page { margin: 0 auto; width: 960px; border: 0px solid #0066cc; text-align: left; }

/* Design of the Main Layout Elements */
#header {
    background: url('http://media.corporate-ir.net/media_files/irol/70/70217/images/2012/bg-header.png') no-repeat scroll center top transparent;
    overflow: hidden;
    position: relative;
    width: 960px;}

#brand { width: 200px; height: 50px; }
#brand h1 { display: none; }
#brand a img { border: none; } 

/*------------------------------------------------------------------------------------------------------*/

/**
* Formatting of the Content Area
*
* @section layout-main
*/

#col1 {  }
#col1_content {  }

#col2 {  }
#col2_content {  }

#col3 {  }
#col3_content {  }

/*------------------------------------------------------------------------------------------------------*/

 /**
  * @section subtemplates  (new widths not in base.css file)
  * @see     http://www.yaml.de/en/documentation/practice/subtemplates.html
  */
  
  /* added new col widths 12/18/09 */
  .c15l, .c20l, .c40l, .c60l, .c80l, .c85l {float: left; }
  .c15r, .c20r, .c40r, .c60r, .c80r, .c85r {float: right; margin-left: -5px; }
  
  .c15l, .c15r { width: 15%; }
  .c20l, .c20r { width: 20%; }
  .c40l, .c40r { width: 40%; }
  .c60l, .c60r { width: 60%; }
  .c80l, .c80r { width: 80%; }
  .c85l, .c85r { width: 85%; }
  
  .equalize .c15l,.equalize .c20l,.equalize .c40l,.equalize .c80l,.equalize .c85l,
  .equalize .c15r,.equalize .c20r,.equalize .c40r,.equalize .c80r,.equalize .c85r {
    display:table-cell; vertical-align:top;
    float:none; margin:0; overflow:hidden;
  }

 /*------------------------------------------------------------------------------------------------------*/

/**
* Design of Additional Layout Elements
*
* @section layout-misc
*/
}
