/*
    TeraPower
    Hardware & Software Entwicklung
    Am Mittelweg 18
    55126 Mainz
    Tel. : +49 (0)6131 689572
    Fax  : +49 (0)6131 690548
    email: TeraPower@TeraPower.de
    www.TeraPower.de

    Entwickelt von: Marco Forestier
    Am 23.02.2006 in Mainz
*/

h1,h2,h3,h4,h5,h6 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
	color: White;
}

font,p,li { 
 font-style: normal;
 font-family: Verdana;
 font-size: 12px;
 text-decoration: none;
 color: White;
}

.frage {
 font-size: 12px;
 color:  Blue;
 font-family: Verdana;
 font-style: normal;
}

.antwort {
 font-size: 12px;
 color: Yellow;
 font-family: Verdana;
 font-style: normal;
}

.blocksatz {
 font-style: normal;
 float: left;
 font-family: Verdana;
 font-size: 12px;
 text-align: justify;
 text-decoration: none;
 color: White;
 /*text-transform: capitalize;*/
}

a:link { 
	color: White;
	text-decoration: underline;
	/* font: normal normal normal x-small/normal Verdana; 
   font-family: Verdana, Arial, Helvetica, sans-serif; */
   /* text-decoration: underline; 	*/
}

.buttonlink {
	color: White;
	text-decoration: underline;	
}

a:active { color : White; text-decoration: underline; }
a:visited { color : White; text-decoration: underline; }
a:hover		{ text-decoration: underline overline; color : White;  font-weight: bold }

.Scriptname {
 font-style: normal;
 font-family: Verdana;
 font-size: 16px;
 text-decoration: none;
 color: White;
 text-align: left;
 font-weight: bold;
}

.button {
      color: White;
      width:120px;
      background-Color: #DADADA;
      border-left: 2px solid #CCCCCC;
      border-top: 2px solid #CCCCCC;
      border-right: 3px solid #000000;
      border-bottom: 3px solid #000000;
      text-decoration: none;
      font: normal normal normal x-small/normal Verdana;
}

.button:hover {
      Color: White;
      width:120px;
      background-Color: White;
      border-left: 2px solid #000000;
      border-top: 2px solid #000000;
      border-right: 3px solid #cccccc;
      border-bottom: 3px solid #cccccc;
      text-decoration: none;
      font: normal normal normal x-small/normal Verdana;
}

