@charset "ISO-8859-15";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2 (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 *
 */

/* 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(screen/basemod.css);
@import url(screen/content.css);
@import url(screen/forms.css);
@import url(screen/nav_vlist.css);

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

/* Eigene Stylingsheets */
@import url(../yaml/add-ons/accessible-tabs/tabs.css);

input{
	border-top:1px #ddd solid;
    border-left:1px #ddd solid;
    border-right:1px #444 solid;
    border-bottom:1px #444 solid;
    color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

  .aiefset {

    border:0px #ddd solid;
    margin:0 0 1em 0;
    padding:10px;
  }

  .aiefset fieldset {
    border:1px solid silver;
    margin:0 0 1em 0;
    padding:0.5em;
  }

  .aiefset legend {
    font-size:175%; font-weight:bold; color:#000;
  }

  .azfset fieldset {
    border:1px solid silver;
    margin:0 0 1em 0;
    padding:0.5em;
  }

  .azfset legend {
    font-size:125%; font-weight:bold; color:#000; padding-bottom:10px;
  }

.yform label {
    font-weight:bold;
  }

    .yform div.type-button input:focus,
  .yform div.type-button input:hover,
  .yform div.type-button input:active {
    font-weight:bold;
  }


.alertHd a:visited
{
	padding-left: 							15px;
	background-image:						url(../resources/images/haken.gif);
	background-position:					left;
	background-repeat:						no-repeat;

}

a.formbutton{
	border-top:1px #ddd solid;
    border-left:1px #ddd solid;
    border-right:1px #444 solid;
    border-bottom:1px #444 solid;
    color:#000;
    background:#ff9800;
    padding:6px 1em;
    font-weight:bold;
}

a.formbutton:link{
	    color:#000;
	}

a.formbutton:visited{
	    color:#000;
	}

a.formbutton:hover{
		background:#ffb800;
		text-decoration:none;
	}

a.formbutton:active{
	 color:#000;
	}

.buttonplus{
      color:#000;
      background-color:#e6ecf0;
      font-size:12px;
      font-weight:bold;
      text-decoration:none;
      text-align:center;
      padding-left:10px;
      padding-right:10px;
      padding-top:3px;
      padding-bottom:3px;
      border:1px solid grey;
      }

.buttonplus:hover{ background-color:#b5d5ea; cursor:pointer; text-decoration:none; color:#000;}

.buttonplusactive{
      color:#000;
      background-color:#b5d5ea;
      font-size:12px;
      font-weight:bold;
      text-decoration:none;
      text-align:center;
      padding-left:10px;
      padding-right:10px;
      padding-top:3px;
      padding-bottom:3px;
      border:1px solid grey;
      }

.buttonplusactive:hover{ background-color:#b5d5ea; cursor:pointer; text-decoration:none; color:#000;}

.buttonplusl{
      color:#000;
      background-color:#e6ecf0;
      font-size:11px;
      font-weight:bold;
      text-decoration:none;
      text-align:center;
      padding-left:10px;
      padding-right:10px;
      padding-top:1px;
      padding-bottom:1px;
      border:1px solid grey;
      }

.buttonplusl:hover{ background-color:#b5d5ea; cursor:pointer; text-decoration:none; color:#000;}
