
/*-------------------------------------------------*/
/**********************************************************************************
	** Genereller Browserreset (aus YAML)
	**********************************************************************************/

	  /* Globales Zurücksetzen der Innen- und Außenabstände für alle HTML-Elemente */
	  *
{ margin:0; padding: 0 }

/*-------------------------------------------------*/
/* Korrektur: Das Zurücksetzen der Abstände verursacht zu kleine Selectboxen. */
	  option
{ padding-left: 0.4em }

/*-------------------------------------------------*/
/**
	  * Globale Korrektur des Italics Bugs des IE 5.x und IE 6
	  *
	  * @bugfix
	  * @affected   IE 5.x/Win, IE6
	  * @css-for    IE 5.x/Win, IE6
	  * @valid      yes
	  */
	  * html body *
{ overflow:visible; }

/*-------------------------------------------------*/
* html iframe, * html frame
{ overflow:auto }

/*-------------------------------------------------*/
* html frameset
{ overflow:hidden }

/*-------------------------------------------------*/
/* Erzwingen vertikaler Scrollbalken in Netscape, Firefox und Safari Browsern */
	  html
{ height: 100%; overflow-x: hidden; }

/*-------------------------------------------------*/
body
{
	    min-height: 101%;
	    /* Beseitigung von Rundungsfehler beim Skalieren von Schriftgrößen in älteren Opera Versionen */
	    font-size: 100.01%;
	    /* Vorgabe der Standardfarben und Textausrichtung */
	    color: #000;
	    text-align: left;
	  }

/*-------------------------------------------------*/
/* Rahmen für <fieldset> und <img> Elemente löschen */
	  fieldset, img
{ border: 0 solid}

/*-------------------------------------------------*/
/*  Neue Standardwerte für Listen & Zitate */
	  ul, ol, dl
{ margin: 0 0 1em 1em }

/*-------------------------------------------------*/
li
{ margin-left: 1.5em; line-height: 1.5em; }

/*-------------------------------------------------*/
dt
{ font-weight: bold; }

/*-------------------------------------------------*/
dd
{ margin: 0 0 1em 2em; }

/*-------------------------------------------------*/
blockquote, cite
{ margin: 0 0 1em 1.5em; font-size: 0.93em; width: auto;}

/*-------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/

	/***************************************************************************************
	**   Grundformatierungen
	***************************************************************************************/
body
{
font-family: arial, helvetica, verdana;
font-size: 100%;
background-color: #fff;
color : #009671;
margin-top: 50px;
font-weight: bold;
}

/*-------------------------------------------------*/
table
{
width: 100%;
border-spacing: 5px;
}

/*-------------------------------------------------*/
input
{
width: 90%;
background-color: #D6EEE0;
padding: 1px;
}

/*-------------------------------------------------*/
h1
{
color : #009671;
text-decoration : none;
font-size: 160%;
line-height: 140%;
font-weight: bold;
}

/*-------------------------------------------------*/
h2
{
color : #fff;
text-decoration : none;
font-size: 110%;
line-height: 140%;
font-weight: bold;
text-transform: uppercase;
}

/*-------------------------------------------------*/
h3
{
color : #fff;
text-decoration : none;
font-size: 110%;
line-height: 140%;
font-weight: bold;
text-transform: uppercase;
}
