@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) draft for a central stylesheet
 * (de) Vorlage für ein zentrales Stylesheets
 *
 * @copyright       Copyright 2005-2007, 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.4
 * @revision        $Revision: 130 $
 * @lastmodified    $Date: 2007-10-05 19:05:21 +0200 (Fr, 05 Okt 2007) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

@media screen
{
  /**
   * (en) Repositioning content container
   * (de) Neupositionierung der Content Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1   | #col3     | #col2   |
   * | 25%     | flexible  | 25%     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */

  /* #col1 becomes the left column | #col1 wird zur linken Spalte */
  #col1 { 
  	width: 240px; 
	padding: 0px 10px 0px 10px;
  }

  /* #col2 becomes the right column | #col2 wird zur rechten Spalte */
  #col2 { display: none; }

  /* #col3 becomes the middle column | #col3 wird zur mittleren Spalte */
  #col3 { 
  	margin-left: 20px;
  	margin-right: 20px; 
	padding: 10px 10px 0px 10px; 
	border-left: 220px #69c solid;
  }
}

/* import screen layout | Screen-Layout einbinden */
/* @import url(/yaml/navigation/nav_shinybuttons.css);
  @import url(/css/screen/basemod.css);
  @import url(/css/screen/content.css); */

/* import print layout | Druck-Layout einbinden */
/* @import url(/css/print/print_003.css); */

#header { 
	background-color:#c0c0c0;
}

#nav { 
	margin: 0px 20px 0px 20px;
	padding: 10px;
	background-color:#CCCCCC;
	color:#990000;
	font-size:larger;
}

#page {
	background-color:#c0c0c0;
}

#main{ 
	background-color:#c0c0c0;
}

#col3 {
	background-color:#FFFFCC; 
	font-family:"Lucida Sans";
}

#col1 {
}


#col1 ul li {list-style-type: none;}
#col1 img {
	margin-top: 5px;
	margin-bottom: 5px;
}

#col3 p {
	margin-top: 2em;
	line-height:1.4em;
}

#col3 h1 {
	color:#900;
	font-size: large;
}

#col3 hr {
	size: 3px;
	width: 80%;
	margin-bottom:1em;
}

#abschnitt {
	margin-top: 2em;
	line-height: 1.4em;
	font-size: large;
	color:#990000;
	text-decoration: underline;
}

#footer {
	background-color:#c0c0c0;
	padding: 10px 0px 10px 0px;
}

#footer a {color:#000000}
#footer a:hover {color:#660000}

.hidden_image {
	display: none;
}

#malwettbewerb {
	text-align:center;
}

#malwettbewerb h1 {
	color:#900;
	font-size: large;
}		