@charset "UTF-8";

/**
 * JYAML - Template Framework includes YAML for Joomla!
 *
 * All rights reserved. The JYAML project is a template to manage and
 * configure Joomla!-Templates with the YAML XHTML/CSS Framework
 * - http://www.yaml.de
 *
 * -----------------------------------------------------------------------------
 *
 * @version     Id: $Id$
 *
 * @package     JYAML
 * @subpackage  Stylesheet
 *
 * @author      Reinhard Hiebl <reinhard@hieblmedia.com>
 * @copyright   Copyright (C) 2006 - 2016, HieblMedia (Reinhard Hiebl)
 * @license     http://www.jyaml.de/en/license Creative Commons Attribution 3.0
 * @link        http://www.jyaml.de
 */

@media all {

  body {
    background:#404380;
	color:#CCCCCC;
  }

header, #main {background:transparent}

header h1 {display:none}

.ym-wrapper {
	max-width: 960px;
	
	
}

.ym-wbox {
	background-image: url(../images/background.gif);
	border: 1px solid #FFF;
	padding: 20px;
	
}

h1 {color:#404380; font-size:200%;}

footer {display:none}

/**NAVI**/
div.ym-hlist.astro{
		
		margin-left:-15px;!important
	}

div.ym-hlist.astro ul li a {background-color:transparent; color:#C49900; margin-left:-15px; padding-right:8px;}
div.ym-hlist.astro ul li a:hover {color:#CCCCCC}
div.ym-hlist.astro ul li.active {background:transparent}

}

table {border:0!important}
