@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "2col_left_13"
 * (de) Zentrales Stylesheet - Beispiellayout "2col_left_13"
 *
 * @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: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
  --------------------------------------------------------------------------
 
 * Anpassungen YAML-Framework durch Eddi Meier, s. Comments

 --------------------------------------------------------------------------
 */

/* 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);



/* ----------------- Positionierung des Logos oben links ------------ */
#emlogo {
	position:absolute;
	width: 100px;
	top: 10px;
	text-align: left;
	margin-left: 0px;
	}

#emTopnav {
	float:right;
	text-align:right;
	}

/* ----------------- Links in Überschriften ohen Auszeichnung ------------ */

  h1 a { text-decoration:none; color: #000000;}
  h1 a:visited { text-decoration:none; color: #000000;}
  h1 a:hover { text-decoration:none; color: #000000;}
  h1 a:active { text-decoration:none; color: #000000;}

  h2 a { text-decoration:none; color: #000000;}
  h2 a:visited { text-decoration:none; color: #000000;}
  h2 a:hover { text-decoration:none; color: #000000;}
  h2 a:active { text-decoration:none; color: #000000;}

  h3 a { text-decoration:none; color: #666;}
  h3 a:visited { text-decoration:none; color: #666;}
  h3 a:hover { text-decoration:none; color: #666;}
  h3 a:active { text-decoration:none; color: #666;}

  h4 a { text-decoration:none; color: #666;}
  h4 a:visited { text-decoration:none; color: #666;}
  h4 a:hover { text-decoration:none; color: #666;}
  h4 a:active { text-decoration:none; color: #666;}

  h5 a { text-decoration:none; color: #666;}
  h5 a:visited { text-decoration:none; color: #666;}
  h5 a:hover { text-decoration:none; color: #666;}
  h5 a:active { text-decoration:none; color: #666;}

  h6 a { text-decoration:none; color: #666;}
  h6 a:visited { text-decoration:none; color: #666;}
  h6 a:hover { text-decoration:none; color: #666;}
  h6 a:active { text-decoration:none; color: #666;}
 
 
/* ----------------- Klassen für Eintrag in "aktuell" ------------ */
  #aktdate {
	padding-top: 1.0em; 
	padding-bottom: 0.5em;
	}	

  .aktdat {					/* Datum rechts floaten */
	text-align:right;
	float:right;
}
	
  #akttitle {
/*	color: #666; */
/*	font-size: 116.67%; */
	font-size: 166.67%; 
/*	font-weight: bold;   */
	padding-bottom: 0.3em; 
	}	

  #akttext {
	padding-bottom: 2.5em;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
/*	border-bottom-color: #F0F0F0; */
	border-bottom-color: #bfbfbf; 
	line-height:1.5em;
	}	

  #akttext img {
	vertical-align: top; 
	padding-right: 1.5em;
	padding-bottom: 1.5em;
	float:left;
	}	

  #akttextNoDot {
	padding-bottom: 2.5em;
	border-bottom-width: 2px;
	border-bottom-color: #F0F0F0;
	line-height:1.5em;
	}	

  #akttextNoDot img {
	vertical-align: top; 
	padding-right: 1.5em;
	padding-bottom: 1.5em;
	float:left;
	}	
	
	
/* ----------------- ENDE Klassen für Eintrag in "aktuell" ------------ */


/* ----------------- damit die Thumbs linksbündig angezeigt werden ------------ */
  th,td { padding-left: 0em !important; }	

