﻿@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "3col_1-3-2"
 * (de) Zentrales Stylesheet - Beispiellayout "3col_1-3-2"
 *
 * @copyright       Copyright 2005-2010, 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.2.1
 * @revision        $Revision: 443 $
 * @lastmodified    $Date: 2009-12-31 18:05:05 +0100 (Do, 31. Dez 2009) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(../yaml/navigation/nav_shinybuttons.css);
@import url(../yaml/screen/forms.css);
@import url(screen/basemod.css);
@import url(screen/basemod_1-3-2.css);
@import url(screen/basemod_colored_columns.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_003_draft.css);

.mainText {
	font-size:140%;
}

h2 {
	color: #95806B;
}

h3 {
	color: #453C33;
}

/*    forms         */

.yform {
	background: #1B1B1B;
	border: none;
	padding: 0;
}

  .yform fieldset {
	background: #1B1B1B;
	border: none;
	margin: 0;
	padding: 0;
}


/* Styling of custom styled buttons | Gestaltung von individuell gestalteten Buttons */
  .yform .type-button input {
    border-top:1px #ddd solid;
    border-left:1px #ddd solid;
    border-right:1px #444 solid;
    border-bottom:1px #444 solid;
    color:#000;
    background:#454545 top left repeat-x;
    padding:5px 1em;
  }

  .yform .type-button input[type=reset] { color:#300; background:#808080  top left repeat-x; margin-left:30%; }
  .yform .type-button input[type=submit] { color:#300; background:#808080 top left repeat-x; }

  /* optional button styling for IE6 using classes */
  .yform .type-button input.reset { color: #330; background: #C0C0C0 repeat-x left top; }
  .yform .type-button input.submit { color: #330; background: #C0C0C0 repeat-x left top;}

  /* :hover and :focus status on buttons | Effekt zur Hervorhebung von Schaltern bei :hover oder :focus */
  .yform div.type-button input:focus,
  .yform div.type-button input:hover,
  .yform div.type-button input:active {
    border-top:1px #444 solid;
    border-left:1px #444 solid;
    border-right:1px #ddd solid;
    border-bottom:1px #ddd solid;
    color:#fff;
    background:#808080; 
  }

  .yform div.type-button input.reset:focus,
  .yform div.type-button input.reset:hover,
  .yform div.type-button input.reset:active {
    background:#808080; color:#fff;
  }

  .yform div.type-button input.submit:focus,
  .yform div.type-button input.submit:hover,
  .yform div.type-button input.submit:active {
    background:#808080; color:#fff;
  }

.sidebar {
	margin-bottom: 12px;
	border: 1px #C0C0C0 solid;
}