/**
 * "Yet Another Multicolumn Layout" - YAML CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die Fusszeile
 *
 * @copyright       Copyright 2005-2012, Dirk Jesse
 * @license         CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-CDL (http://www.yaml.de/license.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         v4.0.2
 * @revision        $Revision: 743 $
 * @lastmodified    $Date: 2012-10-23 23:01:14 +0200 (Di, 23 Okt 2012) $
 * @appdef yaml
 */


@media screen {
/* Erstellt am 27.01.2012 gk */
footer {
  margin: 0px !important;
  background:#000;
	padding: 15px 10px 20px 10px !important;
  /* border-top: 1px #777 solid; */
}

/* Erstellt am 01.02.2012 */
footer p.firstline {
  margin: 0px 0px 0px 0px !important;
  font-family:'Yanone+Kaffeesatz',Tahoma,Helvetica,Arial,sans-serif !important;
  font-size:90%;
  font-weight:700;
 	color:#777 !important;
  text-align:center !important;
}

/* Erstellt am 01.02.2012 */
footer p.secondline {
  margin: 0px 0px 0px 0px !important;
  font-family:'Yanone+Kaffeesatz',Tahoma,Georgia,Helvetica,Arial,sans-serif !important;
  font-size:90%;
  font-weight:700;
 	color:#777 !important;
  text-align:center !important;
}

/* Erstellt am 22.09.2012 */
footer a {
 	color:#777 !important;
  outline: 0 none;
  text-decoration:none !important;
}

/* Erstellt am 22.09.2012 */
footer a:link, footer a:visited {
	background:transparent;
 	color:#777 !important;
  text-decoration:none;
}

/* Erstellt am 22.09.2012 */
/*
footer a:focus, footer a:hover {
	background:transparent;
  color:#fff !important;
  text-decoration:underline !important;
}
*/

/* Erstellt am 14.11.2014 */
footer a:focus, footer a:hover {
	background:transparent;
  color:#ccc !important;
  text-decoration:underline !important;
}

/* Erstellt am 10.07.2013 */
/*
footer a:active {
	background:transparent;
  color:#fff !important;
  text-decoration:none !important;
}
*/

} /* close @media screen */