/**
 * "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.1 (http://builder.yaml.de)
 * @file          basemod.css
 * @-yaml-minver  3.3
 */

@media screen, projection
{
  /** 
   * (en) Forcing vertical scrollbars in IE8, Firefox, Webkit & Opera 
   * (de) Erzwingen vertikaler Scrollbalken in IE8, Firefox, Webkit & Opera 
   *
   * @workaround
   * @affected IE8, FF, Webkit, Opera
   * @css-for all
   * @valid CSS3
   */

  body { overflow-y: scroll; }

  /*-------------------------------------------------------------------------*/

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #fff; padding: 0px 0; }

  /* Layout Alignment | Layout-Ausrichtung */
  .page_margins { margin: 0 auto; }

  /* Layout Properties | Layout-Eigenschaften */
  .page_margins { width: 918px; }
  .page { padding: 0px; }
  #header { padding: 0px 0px 0px 0px; color: #828283; background: #fff; }
  #main { margin: 0px 0; background: #fff; }
  #footer { padding: 0px 0px 0px 0px; color:#828283; background: #fff;}
  #nav { background: #a2b2bb; min-height: 32px; padding-top: 8px; border-bottom: 2px solid #fff;}

    #header .c25l .subc 
    {
        padding: 70px 0px 0px 0px; 
        text-align: right;
        color: #828283 !important;
        font-size: 11px;
    }
    #header .c25l .subc a 
    {
        color: #828283 !important;
        font-size: 11px;
        text-decoration: none;
    }
    #loginpane {text-align: center; padding-top: 45px;}
  /*-------------------------------------------------------------------------*/
  
  .c685l { float:left; }
  .c233r{ float:right; margin-left:-5px; }

  .c685l, .c685r { width:685px; }
  .c233l, .c233r { width:233px;}
  
  /* SUCHE */
    .searchContainer
  {
      padding: 65px 0px 0px 0px; 
      vertical-align: top;
      text-align:right;
      min-width: 157px;
      background: transparent url(../../button_search.png) no-repeat right bottom;
      background /*\**/: transparent url(../../button_search_IE8.png) no-repeat right bottom\9;
}
  
    /* DNN search box */
    #dnn_dnnSearch_txtSearch
    {
        width: 130px;
        color: #9798a1;
        font-weight: normal;
        padding: 2px 0px 0px 6px;
        border: 0px;
        background: url(../../hg_search.png) no-repeat left center;
        height: 24px;
        color: #828283 !important;
    }
    #dnn_dnnSearch_cmdSearch img 
    {
        border: 0;
		margin-left: 4px;
    }
    /* CONTAINER STYLES */
    .boxGrey 
    {
    border: 1px solid #d5d5d6;
    padding: 15px 15px 15px 15px;
    }
    .boxNews 
    {
        padding: 15px 15px 15px 15px;
    }
    
    /*
	Slideshow
*/

.container {
	position: relative;
	top:0px;
	left:0px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#slides {
	width:918px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides a {
	width:918px;
	height:278px;
	display:block;
}

#slides a img {
	display:block;
}

/*
	Pagination
*/

.slidesjs-pagination {
	margin: -30px auto 0;
	padding-left: 430px;
	width:100px;
	position: absolute;
	z-index: 500;
	left: 300;
}

.slidesjs-pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.slidesjs-pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.slidesjs-pagination li.current a {
	background-position:0 -12px;

}

.pagination li.current a {
	}
.dnnActionMenu { z-index: 909;}
}