@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2b (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 * 
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(../yaml/navigation/nav_vlist.css);
@import url(navigation/nav_vlist_large.css);
@import url(../yaml/navigation/nav_shinybuttons.css);
@import url(screen/basemod-fullpage.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_draft.css);

 /* title für rechte Randspalte */
  h6.vlist_100 {
    font-family:  Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 100%;
    width: 100%;
    padding: 3px 0px 3px 0%; /* LTR */
    margin:0;
    color: #f0f0f0;
    background-color: #555555;
   /*  border-top: 2px #ddd solid; */
    border-bottom: 4px #888 solid;
  }
  
  h1.abstand-oben,
  h2.abstand-oben,
  h3.abstand-oben,
  h4.abstand-oben,
  h5.abstand-oben,
  h6.abstand-oben {
    margin: 1.5em 0 0.25em 0;
  }
  
 /* --- images (with optional captions) | Bilder (mit optionaler Bildunterschrift) ------------------ */
 /* ---modifiziert: ohne grauen hintergrund------------------ */

  p.icaption_left_mod { float:left; display:inline; margin: 1.5em 1.5em 0.15em 1.5em; }
  p.icaption_right_mod { float:right; display:inline; margin: 0 0 0.15em 1em; }

  p.icaption_left_mod img,
  p.icaption_right_mod img { padding:0; border: 1px #888 solid; }

  p.icaption_left_mod strong,
  p.icaption_right_mod strong { display:block; overflow:hidden; margin-top: 2px; padding: 0.3em 0.5em; font-weight: normal; font-size: 91.667%; }
  /* p.icaption_right strong { display:block; overflow:hidden; margin-top: 2px; padding: 0.3em 0.5em; background: #eee; font-weight: normal; font-size: 91.667%; } */
  
   
  /* Farben color: #fff0f5;  oder #d8bfd8 (thistle)*/
  b.highlight { color: #d8bfd8; }
 
  .info_grey { background: #6A6A6A; color: #cccccc; padding: 20px 30px 20px 30px; margin-bottom: 0.8em; font-size: 90%; }
   
   .txt_list ul {
    list-style-type: circle;
    margin:0;
    padding: 0;
  }
  
	/* zwei Bilder zentrieren */ 
	.imgbox {
	  text-align: center;
	  display: block;
	  }
  
  	  
/* Zweispaltige Liste */
.uliste {
  float: left;
  width: 48em;
  margin-left: 10;
  padding: 0;
  list-style: none;
}
 
.liste {
  float: left;
  width: 24em;
  margin: 0;
  padding: 0;
}
  

  
  