/* gästebuch gb.css */
/* allgemeines */
 * {margin:0; padding:0;}
/* dummie-textarea */
 div#gbguestimportant {display:none;}
/* neuen eintrag schreiben */
 a.eintragschreiben {display:block; padding:5px 0 5px 0; background-color:#FFB380; color:#000; text-align:center; font-weight:bold; text-decoration:none; margin:0 0 0 0;}
 a.eintragschreiben:hover {background-color:#f60; color:#fff;}

 /* p für badword admin link */
 .badwordadmin {font-weight:bold;}

 /* gesamter eintrag */
 .gb {padding:0px 0px 20px 0px; width:100%;}

 /* gesamtes eintrager-div */
 .gb-author {height:25px; padding:1px 10px 1px 10px; background:url(../images/input_bgrnd.jpg);}

/* p für name, homepage und e-mail */
 .gb-author-left {float:left; padding:5px 0 0 0;} 

/* name des eintrager */
 .gb-author-left b {color:#000;} 

/* span für homepage und e-mail */
 .small {font-size:11px;} 

 /* ort, datum und uhrzeit */
 .gb-author-right {text-align:right; font-size:10px; padding:5px 0 0 0;}

 /* div mit eigentlichem eintrag */
 .gb-entry {margin:10px;}
 .vorschau {padding:5px 0 5px 0; border:1px dotted #f00; margin:0 0 20px 0;}
 .blaettern {text-align:center;}
 .blaettern .caution {color:#000;}

/* blättern links */
 .gb-admin-buttons {text-align:right; }


/* fehlermeldung */
 .caution {color:red; font-weight:bold;} 

/* kommentar */
 .comment {margin:10px -10px 0px 0px; color:#f60; padding:10px 0 0 0; font-style:italic; border-top:1px dotted #f60;} 

/* admin-link */
 a.gbadmin {display:block; float:left; width:180px; height:15px; cursor:default;} 

 /* wenn smilies, home und email als grafik */
 img {border:0px;}

/* links wenn BB-codes eingeschaltet */
 a {color:#000; text-decoration:underline;}
 a:link {}
 a:visited {}
 a:hover {color:#f60; text-decoration:none;}
 a:active {}

/* formular */
 #eintragform {} /* gesamtes formular */

/* input-bezeichnungen */
 #eintragform b {display:block; font-weight:normal;} 

 /* textfelder kurz */
 #eintragform input {width:347px; background:url(../images/input_bgrnd.jpg) no-repeat; font-family:arial,helvetica,sans-serif; font-size:12px; color:#000; border-width:0 0 1px 1px;  border-style:solid; border-color:#FFB380; margin:0 0 5px 0; padding:0 0 0 3px;}
 #eintragform input:focus {border-color:#000;}

/* textfeld kommentar */
 #eintragform textarea {width:347px; height:200px; margin:15px 0 10px 0; font-family:arial,helvetica,sans-serif; font-size:12px; color:#000; border-width:0 0 1px 1px;
 border-style:solid; border-color:#FFB380; background:url(../images/textarea_bgrnd.jpg) no-repeat; padding:0 0 0 3px;}
 #eintragform textarea:focus {border-color:#000;}

 /* abschicken und vorschau-button */
 #eintragform .subbutton {width:120px; border:1px solid #fff;
 background:#FFB380; font-weight:bold; padding:1px 0 1px 0; color:#000;}

/* div für alle gb-codes */
 #gbcode {float:left; margin:90px 0 0 0; height:250px; width:51px; /*background:#ccc;*/} 

/* buttons für fett, kursiv, links */
 .gbbutton {width:45px; text-align:center; margin:0 0 2px 5px;} 

/* buttons für smiley einfügen */
 .smileybutton {margin:0 0 2px 5px;}
 .gbbutton,.smileybutton {background-color:#fff; border:1px solid #ccc;}
 .disclaimer {display:block; width:400px; margin:15px 0 0 0;}

