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

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

div.gaestebuch {
 width:100%;
 margin-bottom:15px;
}

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

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

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

div.eintrag_schreiben_links {
 width:35%;
 float:left;
 margin-right:5%;
}

div.eintrag_schreiben_rechts {
 width:60%;
 float:right;
}

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

div.eintrag_schreiben span {
 font:normal 10pt lighter Verdana, Arial, sans-serif;
 color:#999;
 background-color:transparent;
}

div.eintrag_schreiben input, div.eintrag_schreiben textarea {
 width:90%;
 font:normal 11pt lighter Verdana, Arial, sans-serif;
 border:1px solid #999;
 background-color:#fff;
 color:#777;
 padding:5px;
 margin-bottom:8px;
}

div.eintrag_schreiben textarea {
 width:90%;
 height:188px;
 overflow:auto;
}

div.eintrag_schreiben input.submit {
 width:40%;
 text-align:center;
}

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