@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2 (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.2
 * 
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(../yaml/navigation/nav_slidingdoor.css);
@import url(screen/basemod.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_draft.css);

/*
** Newsbox
*/
#newsbox {
	border: 4px outset   #b09616;
	padding: 0px 10px;
	margin: 0px 0px 10px 3px;
	background: #fdd306;
}
/*
** Änderungen von Reinhard
*/
#col1 { float: right; width: 80%}
#col3 { width: auto; margin: 0 80% 0 0;}

body {
	background: #b09616;
}
div#header {
	background: #fdd306;
 	background-image: url(../images/Bambus.jpg);
	background-position: top right;
}
div #footer {
	background: #fdd306;
 }
div .page { 
	background: #fdd306;
}
div #footer {
	border-top: none;
	padding: 0px; 
	margin: 0px;
}
div #footer p {
	margin: 0px;
	font-size: 75%;
	text-align: center;
	margin: 0px;
}
div #nav{
	padding: 0px;
	margin: 0px;
}
div .hlist {
 	/*background-image: url(../images/Bambus.jpg);*/
	/*background-position: 0px 85px;*/
	background-image: url(../yaml/navigation/images/sliding_door/round/bg.gif);
	background: none; /*#fdd306;*/
}

/*div #col3_content, li .docs a, div #col3_content .clearfix {
	background-color: #80fdfa;
}*/
div #col3_content {
	border-right: 10px solid #fdd306;
	padding-left: 5px;
	padding-top: 8px;
}


/*
#80fdfa;
#ca60b2;
 #b093aa;
 */
 
 /* Logo rechts ausrichten */
div.c50l {
}
div.c50r img {
	float: right;
}
div.c50r {
/*	background-color: #fdd706;*/
	width: 50%; /*310px;*/
	margin: 0px;
}
div.c50l {
	width: auto;
	padding: 10px;
}
div#header{
	padding: 0px;
	margin: 0px;
}
div#header h1 {
	font-size: 14pt;
}
/*
** Sliding door für cmsimple angepasst von Reinhard
*/
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Horizontal list navigation based on "Sliding Door II" from von "A List Apart"
 * (de) Horizontale Navigationsliste basierend auf "Sliding Door II" von "A List Apart"
 *
 * @copyright       Copyright 2005-2010, 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.2.1
 * @revision        $Revision:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 */


  .hlist {
    /* (en) This image is mainly transparent */
    /* (de) Dieses Bild ist größtenteils transparent */
    background: transparent url("../yaml/navigation/images/sliding_door/round/bg.gif") repeat-x bottom;
    float:left;
    width:100%;
  }

  .hlist ul {
    margin:0;
    padding:0;
    line-height:1em;
    list-style:none;
    white-space:nowrap;
  }

  .hlist li {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    list-style-type:none !important;
    background:#e0ecf8 url("../yaml/navigation/images/sliding_door/round/left.png") no-repeat top left;
    border-bottom:1px solid #000;
    float:left; /* LTR */
    margin:0;
    padding:0 0 0 3px;
  }

  .hlist a,
  .hlist ul li.sdoc,
  .hlist ul li.sdocs  {
    /* (en) This image is mainly transparent */
    /* (de) Dieses Bild ist größtenteils transparent */
    background:transparent url("../yaml/navigation/images/sliding_door/round/right.png") no-repeat top right;
    color:#667;
    display:block;
    font-weight:normal;
    padding:5px 11px 3px 8px;
    text-decoration:none;
    text-transform:none;

    /**
     * @bugfix
     * @affected   IE5.x, IE6
     * @css-for    all browsers
     * @valid      yes
     */
    width:auto; /* only IE 5.x */
    width/**/:/**/ .1em; /* only IE 6.0 */
  }

  .hlist a:link,
  .hlist a:visited { background-color:transparent; color:#667; }

  /**
   * @bugfix
   * @affected   IE5.x, IE6
   * @css-for    all browsers
   * @valid      yes
   */
  .hlist > ul a,
  .hlist > ul strong,
  .hlist ul li.sdoc,
  .hlist ul li.sdocs { width:auto; }  /* for other browsers */

  .hlist ul li:focus,
  .hlist ul li:hover,
  .hlist ul li:active {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background-color:#c4d0dc;
    background-position:0 -150px;
  }

  .hlist ul li:focus a,
  .hlist ul li:hover a,
  .hlist ul li:active a { background-position:100% -150px; }

  .hlist a:focus,
  .hlist a:hover,
  .hlist a:active {
    background:transparent url("../yaml/navigation/images/sliding_door/round/right.png") no-repeat top right;
    color:#223;
    outline: 0 none;
    text-decoration:none;
  }

   /* .active > sdocs und sdoc */
  .hlist ul li.sdoc,
  .hlist ul li.sdoc:focus,
  .hlist ul li.sdoc:hover,
  .hlist ul li.sdoc:active,
  .hlist ul li.sdocs,
  .hlist ul li.sdocs:focus,
  .hlist ul li.sdocs:hover,
  .hlist ul li.sdocs:active {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background:white url("../yaml/navigation/images/sliding_door/reini/left_on.png") no-repeat top left;
    border: 0px none;
	border-bottom: 1px solid #fdd306;
  }

   /* .active > sdocs und sdoc, strong entfernt */
  .hlist li.sdoc,
  .hlist li.sdocs {
    /* (en) This image is mainly transparent */
    /* (de) Dieses Bild ist größtenteils transparent */
    //*background:transparent url("../yaml/navigation/images/sliding_door/reini/right_on.png") no-repeat top right;*//
    background: url("../yaml/navigation/images/sliding_door/reini/right_on.png") ; //* no-repeat top right;*//
    color:#334;
    font-weight:bold;
    padding-bottom:4px;
    padding-top:5px;
	/*display: none;*/
  }


  
input .text{
	
}