@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) stylesheet for screen layout
 * (de) Stylesheet für das Bildschirm-Layout
 *
 * @creator       YAML Builder V1.2 (http://builder.yaml.de)
 * @file          basemod.css
 * @-yaml-minver  3.1
 */

@media screen, projection
{
  /*-------------------------------------------------------------------------*/

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #DFDFDF none; padding: 10px 0; }

  /* Layout Alignment | Layout-Ausrichtung */
  .page_margins { margin: 0 auto; }

  /* Layout Properties | Layout-Eigenschaften */
  .page_margins { width: auto;  min-width: 960px; max-width: 960px; background: #fff; }
  .page { padding: 10px 15px 10px 10px; }

#top-banner {
	text-align: center;
}

#header { 
	margin: 15px 0 0 0;
	padding: 0; 
	background: #fff; 
	color: #000;
	border-bottom: 1px solid #D8D8D8;
	border-top: 1px solid #D8D8D8; 	  	 
}

#function-box {
	display: none;
	position: absolute;
    	top: 0;
    	right: 0;
	width: 367px;
	height: 100px;
	background: #d8d8d8;
}

#navigation .navisub {
    background: #DFDFDF;
}

#navigation .navimeta {
    background: #EFEFEF;
}

#footer p {
    float: left;
    margin: 0;
}

#footer ul {
    float: right;
    margin: 0;
}

#footer ul li {
    display: inline;
    list-style: none;
}

#footer ul li a {
    color: #000;
    text-decoration: none;
}

#footer ul li a:hover {
    color: #8397AF
}

#datetime {
    margin-bottom: 20px;
}

  
  #main { margin: 10px 15px 10px 15px; background: #fff; }
  #footer { height: 18px; padding: 4px 20px 0px 20px; color:#666; background: #fff; border-top: 1px #efefef solid; }

  /*-------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   */

  #col1 { float: left; width: 240px;  margin:0 }
  #col2 { float: right; width: 180px;  margin:0 }
  #col3 { width: auto; margin: 0 180px 0 240px}
  #col1_content { padding: 0 10px 0 0 }
  #col2_content { padding: 0 20px 0 10px }
  #col3_content { padding: 0 10px }
	
  

  /* MAIN NAVIGATION */
  /*-------------------------------------------------------------------------*/
#navigation {
    margin-bottom: 20px;
}

#navigation ul {
	margin: -1px 0 0 0;
	border-top: 1px solid #d8d8d8;
}

#navigation li {
	margin: 0;
	border-bottom: 1px solid #d8d8d8;
	list-style: none;
}

#navigation a {
	display: block;
	padding: 3px 10px 2px 15px;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
    text-decoration: none;
}

#navigation .cur a {
    color: #8397AF;
}

#navigation a:hover {
    color: #8397AF;
}

.navimeta {
}

#searchform {
    position: relative;
    width: 145px;
    height: 30px;
    margin: 54px 0px 0px 10px;
}

#searchform label {
    font-weight: bold;
    font-size: 10px;
    position: absolute;
    top: 6px;
}

#suchwort {
    border: 1px solid #c9c8c8;
    position: absolute;
    top: 20px;
    width: 120px;
}

#suchen {
    position: absolute;
    top: 20px;
    right: 0px;
}


  /* JUST BORDER IMAGES ETC. */  
  /*-------------------------------------------------------------------------*/

  .page_margins {
    border: 0 none;
    background-image:  url(../../images/gfxborder/border_left.gif);
    background-repeat:repeat-y;
    background-position:left;
  }

  .page {
    border: 0 none;
    margin: 0px; padding: 0px;
    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;
  }

}
