@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "3col_standard"
 * (de) Zentrales Stylesheet - Beispiellayout "3col_standard"
 *
 * @copyright       Copyright 2005-2008, 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.0.6
 * @revision        $Revision: 130 $
 * @lastmodified    $Date: 2007-10-05 19:05:21 +0200 (Fr, 05 Okt 2007) $
 */

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

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

@import url(screen/basemod.css);
@import url(screen/content.css);

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



/* Eigene Modifikationen am YAML-Layout */
/* html { height: 100%; margin-bottom: 0px; } */
body { background: #fff1d9 url("../images/bg_gelb1.jpg") repeat-x top left fixed; padding: 10px 0; }
body { padding-top: 20px; }

/* Buttons shiny */
.hlist { border-top: 1px white solid; }

/* Abstand im Header oben verkleinern (Standrd: 45px?) */
/* rechts Padding im Header wegnehmen, da auch IE sonst */
/* das Bild "unter" dem Logo plaziert. */
#header { padding: 0; padding-bottom: 10px; }

/* "rechte Splate mit Video-Thumbs" */
#col2_content {
	padding-left: 30px; 
	padding-right: 0; 
}

div.videothumb {
	margin-bottom: 1em;
}


/* Icons für Links auf Dateien */
a[href$=".pdf"],
a[href$=".PDF"],
a.pdf {
		padding: 2px;
		padding-left: 20px;
		background: url(../themes/gdl/images/icons/page_white_acrobat.png) no-repeat left center;
}

a[href$=".mp3"],
a[href$=".MP3"],
a.mp3 {
		padding: 2px;
		padding-left: 20px;
		background: url(../themes/gdl/images/icons/icon_audiofile.png) no-repeat left center;
}

a.gallery {
	padding: 2px;
	padding-left: 20px;
	background: url(../themes/gdl/images/icons/icon_gallery.png) no-repeat left center;
}


/* Subnavi mehr vertikalen Abstand */
#Menu2 li { margin-bottom: 1em;  font-style: normal; }

#footer {
    color: black;
    background: #ffe8be;
    padding: 10px 10px;
    border-top: 5px #f8d38e solid;
    line-height: 1.5em;
  }
  
#footer a { color: black; }


/* Hilfstabelle zum Ausrichten von Inhalten
   z.b. aktuell auf "Medien für Nicht-Christen" */
.hilfstabelle { border: none; }
table.hilfstabelle tr:hover td { background: white; }
table.hilfstabelle tbody td { border-bottom: none; }


h1,h2,h3,h4,h5,h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    color:#222;
    margin: 0 0 0.25em 0;
  }

  h1 { font-size: 170%; }
  h2 { font-size: 150%; }
  h3 { font-size: 130%; }
  h4 { font-size: 125%; }
  h5 { font-size: 116.67%; }
  h6 { font-size: 116.67%; }