<!--

body
{
 font-family:Verdana;
 font-size:16px;
 background-color:#FFFFCC;
 text-align:center;
 margin:0px;
}

/* Kontainer des Anzeugefensters  */
#kontainer
{
 width:959px;
 margin:0px auto;
 text-align:left;
 background-color:#ffffff;
}

/* Kontainer des Anzeugefensters  */
#inhalt
{
 width:900px;
 height:728px;
 margin:0px auto;
 padding-top:30px;
 text-align:left;
 background-color:#ffffff;


}

#links
{
float:left;
 margin-top:-3px;
 width:26px;
 height:450px;

}
#rechts
{
float:right;
 margin-top:-3px;
 width:26px;
 height:450px;

}

#umfrage
{
 float:left;
 width: 806px;
 margin-right:20px;
 margin-left: 20px;
}

#foot
{
 float:left;
 width:900px;
 margin-top:-7px;
}

/* Darstellungsangaben für den Titel der Umfrage */
h1.titel{margin-top:10px;font-size:26px;text-align:center; color:#000000;margin-bottom:0px;font-weight:normal;font-style:italic;}

/* Darstellungsangaben für den UnterTitel der Umfrage */
h1.utitel{margin-top:10px;font-size:26px;text-align:center; color:#009933;margin-bottom:0px;font-style:italic;}

/* Darstellungsangaben für die Beschreibung */
h2.beschreibung{margin-top:10px;font-size:12px;text-align:center; color:#000000;margin-bottom:0px;font-weight:normal;}
h2.kommentar{margin-top:10px;font-size:12px;text-align:center; color:#000000;margin-bottom:0px;font-style:italic;font-weight:normal;}

/* Bild-Kontainer anfang */
div.Bild
{
 margin:0px auto;
 width:527px;
}

/* Bild-Kontainer Ende */
div.Bildende
{
 margin:0px auto;
 width:100px;
}
/* Start und Weiterknöpfe */
div.knopfw
{
 float:right;
 margin-right:20px;
 margin-top:30px;
}

/* Start und Weiterknöpfe */
div.knopf
{
 float:right;
 text-align:center;
}


/* Darstellungsangaben für die Fragen der Umfrage */
p.frage {
 font-size:18px;
 margin-top:40px;
}

/* Darstellungsangaben für die möglichen Antworten der Umfrage */
span.antwort{}

/* Darstellungsangaben für einen einleitenden Text zur Auswertung der Umfrage */
h2.endauswertungVorText{
      margin-top:10px;
      font-size:12px;
      text-align:center;
      color:#000000;
      margin-bottom:0px;
      font-weight:normal;
}

/* Darstellungsangaben für den Text der Auswertung der Umfrage */
h2.endauswertung{text-align:center;}

/* Balkenfarbe der Übereinstimmungsgrafik*/
div.guteFarbe{background-color:#00CC00;}
div.schlechteFarbe{background-color:#FF3300;}

a {  text-decoration: none; color: #006600}
a:hover { color: #0000FF;}
a.two:link {
	color: #009966;
	text-decoration: none;


}
a.two:hover {
	color: #00FFCC;
	text-decoration: none;
}

