@charset "UTF-8";
@media screen, projection, print
{
  /*-------------------------------------------------------------------------*/

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body, html { background: #3e4209; padding: 0px 0;  height:100% !important; }
body { background: #3E4209 none; padding: 0px 0; }
  /* Layout Alignment | Layout-Ausrichtung */
  #page_margins { margin: 0 auto; }
	
  /* Layout Properties | Layout-Eigenschaften */
  #page_margins { width: 100%;  width: 980px; max-width: 100%; background: #fff; }


  #page { padding: 10px 15px 10px 10px; }
  #header { position:relative; padding: 0px; color: #000; background: #fff; background-image:  url(../images/header_back.jpg); background-repeat:repeat-x; height:100px; }
  #main { margin: 0px 0; border-top:1px solid #3E4209;  background-color:#5a5e11; }
  #footer { padding: 10px 20px; color:#666; background: #f9f9f9; border-top: 5px #efefef solid; }

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

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   */

  #col1 { float: left; width: 265px; }
  #col2 { display:none}
  #col3 { width: auto; margin: 0 0 0 265px; }
  #col1_content { padding: 0 0px 0 0px; background-color:#5a5e11; }
  #col3_content { padding: 0 0px 0 0px; }
	
	#logo { position:absolute; left:0px; top:0px; z-index:100; }
	#live { position:absolute; left:120px; top:0px; z-index:100; }
	#wper { position:absolute; left:120px; top:65px; z-index:100; }
	#globalstar { position:absolute; left:810px; top:0px; z-index:120; }
	
	#sidebarText { padding:5px 5px 5px 10px ; color:#EAEEA2; font-size:9px; font-family:Arial, Helvetica, sans-serif; border-top: #41440D solid 1px; border-bottom: #DFE476 solid 1px;  }
	#sidebarSleep {
	padding:5px 3px 5px 3px;
	height:44px;
	color:#EAEEA2;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	border-top: #41440D solid 1px;
	border-bottom: #DFE476 solid 1px;
}
	
	
/* START update-image */
.update { position:absolute; left:390px; top:0px;  z-index:100; }
#upd { width:110px; height:65px; margin:0; padding:0; position:relative; background:url(../images/header_update_s.jpg); }
#upd li { margin:0; padding:0; list-style:none; position:absolute; top:0; }
#upd li, #upd a { height:65px; display:block; }
#upd01 { text-indent:-500em; overflow:hidden; left:0px; width:110px; }
#upd01 a:hover { background:transparent url(../images/header_update_s.jpg) 0px -65px no-repeat; }
.upd01on { background:transparent url(../images/header_update_s.jpg) jpg	 -65px no-repeat; }
/* END update-image */	
/* START google earth */
.google { position:absolute; left:520px; top:0px;  z-index:100; }
#goo { width:260px; height:65px; margin:0; padding:0; position:relative; background:url(../images/header_earth.jpg); }
#goo li { margin:0; padding:0; list-style:none; position:absolute; top:0; }
#goo li, #goo a { height:65px; display:block; }
#goo01 { text-indent:-500em; overflow:hidden; left:0px; width:260px; }
#goo01 a:hover { background:transparent url(../images/header_earth.jpg) 0px -65px no-repeat; }
.goo01on { background:transparent url(../images/header_earth.jpg) jpg	 -65px no-repeat; }
/* END google earth */
	
  /*-------------------------------------------------------------------------*/
	#page_margins {
    border: 0 none;
    background-image:  url(../images/gfxborder/border_left.gif);
    background-repeat:repeat-y;
    background-position:left;
  }

  #page, .page {
    border: 0 none;
    margin: 0 0 0 5px; padding: 5px 10px 5px 5px;
    background-image:  url(../images/gfxborder/border_right.gif);
    background-repeat:repeat-y;
    background-position:right;
  }


  #border-top {
    overflow:hidden;
    width: auto;
    height: 20px;
    font-size:0;
    margin-bottom: -15px;
    background-image:  url(../images/gfxborder/border_top.gif);
    background-repeat:repeat-x;
    background-position:top left;
  }

  #border-bottom {
    overflow:hidden;
    width: auto;
    height: 20px;
    margin-top: -15px;
    font-size:0;
    background-image:  url(../images/gfxborder/border_bottom.gif);
    background-repeat:repeat-x;
    background-position:bottom left;
  }

  #edge-tl {
    float:left;
    width: 20px;
    height: 20px;
    font-size:0;
    background-image:  url(../images/gfxborder/corner_tl.gif);
    background-position: top left;
  }

  #edge-tr {
    position:relative; /* IE Fix | z-index */
    float:right;
    width: 20px;
    height: 20px;
    font-size:0;
    background-image:  url(../images/gfxborder/corner_tr.gif);
    background-position: top right;
  }

  #edge-bl {
    float:left;
    width: 20px;
    height: 20px;
    background-image:  url(../images/gfxborder/corner_bl.gif);
    background-position: bottom left;
  }

  #edge-br {
    position:relative; /* IE Fix | z-index */
    float:right;
    width: 20px;
    height: 20px;
    background-image:  url(../images/gfxborder/corner_br.gif);
    background-position: bottom right;
  }
}

