﻿@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Screen layout for YAML examples
 * (de) Bildschirmlayout für YAML-Beispiele
 *
 * @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) $
 */

@media screen, projection
{
/* Anpassung der Haupnavigation
   Hintergrund wird als Bild abgelegt (mit Wolke)*/
  #nav_subsub { 
	display:none;
	}
  #nav {
  	background-image:url(impressum/impressum_1a.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	}
  #main { 
    background-image:url(impressum/impressum_1b.jpg);
  }
  #footer {
  	height:61px;
  	background-image:url(start/start_1c.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	}
/* content feuer-flyaway-1*/
	#col1_content {
	padding-top: 130px;
	padding-left:27px;
	width:440px;
	color:#7977B6;
	}
	h1 {
	position:absolute;
	top:100px;
	left:27px;
	color:#7977B6;
	}
  p { line-height: 1.0em; margin: 0 0 1em 0; }
   a {color: #7977B6; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {color:#7977B6; text-decoration:underline;}

}