/******************************************************/
/*                                                    */
/*     onVerein - programmiert von Stefan Wenzel      */
/*                                                    */
/******************************************************/

/********************** Gästebuch *********************/

div.suche {
 width:100%;
 margin-bottom:5px;
}

div.suche p {
 margin:0px 10px;
 padding:0px;
 background:transparent url(grafiken/dots.gif) bottom repeat-x;
}

div.suche span {
 font:normal 10pt lighter Georgia, Verdana, Arial, sans-serif;
 line-height:15pt;
 margin:0px;
 background-color:transparent;
 color:#777;
}

div.such_eintrag {
 width:97%;
 margin:0px auto;
 margin-top:10px;
 margin-bottom:10px;
}

div.such_eintrag label {
 font:normal 10pt lighter Verdana, Arial, sans-serif;
 line-height:15pt;
}

div.such_eintrag input {
 width:350px;
 font:normal 11pt lighter Verdana, Arial, sans-serif;
 border:1px solid #999;
 background-color:#fff;
 color:#777;
 padding:5px;
 margin:0 10px 8px 0px;
 float:left;
}

* html div.such_eintrag label, * html div.such_eintrag input {
 margin-left:10px;
}

div.such_eintrag input.submit {
 padding:4px;
 width:150px;
 text-align:center;
}

div.such_eintrag input:focus, div.such_eintrag input.submit:hover {
 background-color:#999;
 color:#fff;
}