@charset "UTF-8";
body {
/*scrollbar-face-color: #FBC300;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-arrow-color: #544F9C;
scrollbar-track-color: #FFFFFF;*/
margin:0px;
margin-left:0px;
margin-top:25px;
}
a:link { text-decoration: underline; color: #000000; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color: #FEC423; }
a:active { text-decoration: none; background-color: #FFFFFF; }
a:focus { text-decoration: none; background-color: #FFFFFF; }
	
.head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #544F9C;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 170%;
	color: black;
	text-align: left;
	font-style: normal;
}

.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 120%;
	color: black;
	text-align: left;
}

.ueber {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: black;
}

.Stil1 {
	color: #544F9C;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 0.9em;
}

.Stil3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
}

.Stil4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: italic;
}

blockquote {
     line-height:2em;
     padding: 2em 1em 0 1em;
     margin-left: 0; /* keine Zentrierung */
     text-align: center;
   }

blockquote cite {
     display: block;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 0.8em;
	 font-style: normal;
	 font-weight: normal;
     letter-spacing: 1px;
	 text-align: right;
	 /*text-shadow: #ccc 2px 2px 5px;*/
   }
   
 /**
  * @section hidden elements | Versteckte Elemente
  * @see     http://www.yaml.de/en/documentation/basics/skip-links.html
  *
  * (en) skip links and hidden content
  * (de) Skip-Links und versteckte Inhalte
  */

  /* (en) classes for invisible elements in the base layout */
  /* (de) Klassen für unsichtbare Elemente im Basislayout */
  .cupboard {
    position:absolute;
    top:-32768px;
    left:-32768px; /* LTR */
  }

  /* (en) make skip links visible when using tab navigation */
  /* (de) Skip-Links für Tab-Navigation sichtbar schalten */
  .skip:focus, .skip:active {
    position:static;
    top:0;
    left:0;
  }

  /* skiplinks:technical setup */
    #futurize{ 
    position:absolute;
    top:0px; 
    left:-32768px; 
    z-index:1000; 
    width:100%;
    margin:0; 
    padding:0; 
    list-style-type:none;   
  }
