/* Formatvotlage fuer das Menue */

/* Tabelle fuer das Suchmenue */
table#suchMenue {
 width:			220px;
 padding:		0px;
}

	#suchMenue_col1 {
          width:			195px;
         }

         #suchMenue_col2 {
          width:			25px;
         }


         table#suchMenue input {
          width:			190px;
          height:		16px;
          border:		1px solid #FFFFFF;
          background-color:	transparent;
          font-family:		Arial;
          font-size:		14px;
          font-weight:		bold;
          color:			#FFFFFF;
          padding:		3px;
         }

         table#suchMenue img#bt_suchen {
          cursor:		pointer;
         }


/* Tabelle fuer die Statistik */
table#statistik {
 width:			220px;
 margin-top:		30px;
 font-family:		Verdana;
 font-size:		12px;
}

	#statistik_col1 {
          width:		40%;
         }

         #statistik_col2 {
          width:		60%;
         }

/* Link "kostenlos Anmelden und Mitmachen" */
a#anmelden {
 font-size:		18px;
 font-weight:		bold;
}

/* LogIn-Formular */
form#frm_login {
 margin-top:		30px;
 font-family:		Verdana, Arial;
 font-size:		12px;
}

	form#frm_login p {
	 margin-top:             4px;
          width:			 188px;
	}

	form#frm_login input {
	 border:                 1px solid #FFFFFF;
	 background-color:       transparent;
	 padding:                3px;
	 color:                  #FFFFFF;
	 font-family:            Arial;
	 font-size:              12px;
	}
         	.input {
                  width:			180px;
                 }

                 #button {
                  width:			60px;
                  cursor:		pointer;
                 }

                 #button:hover {
                  color:			#BBE820;
                 }

         form#frm_login a#link_kennwort {
          font-size:		11px;
          font-family:		Arial;
         }

/* Links zur Seitennavigation */
div#link {
 margin-top:		30px;
 line-height:		20px;
 font-family:		Verdana;
 font-size:		12px;
}

/* Fehlermeldung fuer das LogIn*/
div#errLogIn, div#errLogLostKennwort, div#errLogSendKennwort {
 position:		absolute;
 top:			480px;
 z-index:		2;
 margin-left:		150px;
 background-image:	url('../images/suchMenue/bg_errLogIn.gif');
 background-repeat:	no-repeat;
 width:			220px;
 height:			80px;
 font-family:		Arial;
 font-size:		12px;
 color:			#000000;
 display:		none;
 cursor:			help;
}

	div#errLogIn p, div#errLogLostKennwort p, div#errLogSendKennwort p {
	 margin:                 6px;
	}

/* Bild Radar */
img#warten {
 position:		absolute;
 top:			480px;
 margin-left:            150px;
 z-index:		5;
 display:		none;
}

/* Anzeige der Ajax-Ergebnisse*/
img#bg_ajaxResult {      /* Hintergrundbild */
 position:		absolute;
 top:			150px;
 margin-left:		50px;
 display:		none;
 z-index:		3;
}

div#showAjaxResult {     /* Abzeige der Ergebnisse */
 height:			140px;
 width:			290px;
 position:		absolute;
 top:			150px;
 margin-left:		55px;
 display:		none;
 overflow:               auto;
 line-height:		20px;
 font-family:  		Arial;
 font-size:              12px;
 color:                  #000000;
 z-index:		4;
}

	         div#showAjaxResult a {
	          font-family:  		Arial;
	          font-size:              	12px;
	          color:                  	#000000;
	         }

	         div#showAjaxResult a:hover {
	          text-decoration:        	underline;
	         }

                  div#showAjaxResult p {
                   margin:			1px;
                  }

                  div#showAjaxResult p.reture {
                   margin:			3px;
                  }
