@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @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: 138 $
 * @lastmodified    $Date: 2007-11-19 21:05:33 +0100 (Mo, 19 Nov 2007) $
 * @appdef yaml
 */

 /* FARBDATEI: Startseite (Blau) */
 /* siehe auch content.css */
 
@media all
{

  #col3_content h2 {color:#006FC0; }
  #col3_content h3 {color:#4071B8; }

  a {color: #006FC0; }
  a:focus,
  a:hover {color:#006FC0; font-weight:bold;}
  a:active {color:#006FC0;}
  
  #topnav a { color: #000000; }
  #topnav a:focus, 
  #topnav a:hover,
  #topnav a:active { }
  
  #footer a { color: #666666; }
  #footer a:focus, 
  #footer a:hover,
  #footer a:active {color: #006FC0; }
  
  /* TOPMELDUNGEN (Mitte) */
  
  #teaser_startseite
  {
  	  margin-top:2em;
  }
    
  #teaser_startseite fieldset
  {
	margin: 0;
	padding: 10px 0px 10px 0px;
	color: #000;
	border-top: 1px #006FC0 solid;
	background:#fff;
  }
.floatbox{
	float:both;
}
  #teaser_startseite p
  {
      font-weight:normal;
      margin:0;
      padding:0;
  }
  
  /* Pfeilgrafik als Listenpunkt */
  #teaser_startseite a
  {
      color:#006FC0;
      background-image: url(/cms117/res/bilder/pfeil.gif);
      background-repeat: no-repeat;
      background-position: left;
      padding:0px 0 2px 0;
  }
  
  /* Abstand zwischen Pfeil und Linktext */
  #teaser_startseite span
  {
      margin: 0px 0px 0px 20px;
  }
  
  #teaser_startseite h3
  {
      margin:0;
      padding:15px 0 15px 0;
      font-size:115%;
  }
  
  #teaser_startseite h4
  {
      margin:0;
      padding:0;
      font-size:100%;
  }
  
  /* INFOLEISTE (Rechte Splate) */
  
  #info
  {
     background:#006FC0; 
  }
  
  #info fieldset a
  {
     color:#006FC0;
  }
  
  #info fieldset#aktuelles h2
  {
    color:#000;
  } 
  
  /* Kasten: Sicherheit */
  #info fieldset#sicherheit
  {
	background:#E0E0E0;
  }
  
   /* Kasten: Mottojahr */
  #info fieldset#motto
  {
	background:#E0E0E0;
  }
  
  /* Kasten: Oeffnungszeiten */
  #info fieldset#oeffnung
  {
	background:#F6F6F6;
  }
  
  /* Kasten: Werbefeld */
  #info fieldset#werbung
  {
	background: #F6F6F6;
  }
}
