/* lebensklang g&auml;stebuch gb.css */

div#important1 {display:none;}

div#inhalt h2.gbh2 {/* div. meldungen im gb */
 margin:15px 0 15px 0;
 font-size:1.3em;
}

/* neuen eintrag schreiben - eintragschreiben */
#inhalt a.eintragschreiben {
 display:block;
 margin:15px 0 0 0; 
 padding:3px 0 3px 0; 
 font-weight:bold; 
 text-decoration:none;
 font-size:1.1em;
 color:#a6a6a6;
 background:url(../images/verlauf.jpg) repeat-y;
 }
#inhalt a.eintragschreiben b {/* text von eintragbutton */
 margin-left:10px;
}
#inhalt a.eintragschreiben:hover {
 color:#983836;
 }
/* gesamter eintrag - gb, gbvorschau */
#inhalt div.gb { 
 margin:20px 0 0 0;
 padding:0;
 }
#inhalt div.gbvorschau {
 margin:40px 0 0 0; 
 border-bottom:1px solid #fff; 
 padding:0 0 40px 0;
 }

/* gesamtes eintrager-div - gb-author */
#inhalt div.gb-author {
 height:19px;
 padding:7px 0 0 0;
 color:#983836;
 font-size:1.1em;
 }
/* p f&uuml;r name - gb-author-left */
#inhalt p.gb-author-left {
 float:left;
 margin:0;
 font-weight:bold;
 padding:0 0 0 2px;
 } 

/* ort, datum und uhrzeit - gb-author-right */
#inhalt p.gb-author-right {
 float:right; 
 font-size:0.9em;
 margin:0;
 padding:0;
 }

#inhalt p.gb-author-right a.gbhome {/* home-link */
 display:block;
 float:left;
 width:19px;
 height:17px;
 background:url(../images/homeicon.gif) no-repeat 0 0;
 text-decoration:none;
 margin-right:2px;
 }
#inhalt p.gb-author-right a.gbhome:hover {
 background-position:0 -24px;
 }
#inhalt p.gb-author-right a.gbemail {/* email-button */
 display:block;
 float:left;
 width:19px;
 height:17px;
 background:url(../images/emailicon.gif) no-repeat 0 0;
 text-decoration:none;
 }
#inhalt p.gb-author-right a.gbemail:hover {
 background-position:0 -24px;
 }
/* div mit eigentlichem eintrag - gb-entry */
#inhalt div.gb-entry {
 clear:both; 
 padding:8px 15px 15px 5px; 
 background:url(../images/verlauf.jpg) no-repeat 0 0;
 margin:0;
 }
/* kommentar - comment */
#inhalt p.comment {
 padding:15px 0 0 5px;
 color:#f44600;
 margin:10px 0 0 0;
 border-top:1px solid #fff;
 } 
#inhalt p.comment a {
 color:#f44600;

 }
/* bl&auml;ttern links - gb-admin-buttons, blaettern */
#inhalt .gb-admin-buttons {
 text-align:right;
 }
#inhalt p.blaettern {
 display:block;  
 margin:30px 0 20px 0;
 padding-top:10px;
 background:url(../images/verlauf.jpg) no-repeat 0 6px;
 font-size:1em;
}
#inhalt p.blaettern a {
 text-decoration:none;
 padding:0 3px 0 3px;
}
#inhalt p.blaettern a:hover {
 color:#983836;
 background-color:#fff;
}
#inhalt p.blaettern span.caution {/* aktiver link */
 font-weight:bold;
 color:#983836;
 background-color:#fff;
 padding:0 3px 0 3px;
 }
/* fehlermeldung, vorschau - caution */
#inhalt h3 {
 margin:20px 0 0 0;
 font-size:1.3em;
}
#inhalt p.caution {
 color:#000; 
 font-weight:bold; 
 border-bottom:1px solid #999; 
 margin:0 0 0 30px;
 } 
#inhalt p.fehlermeldung {
 margin:0 0 0 30px;
 padding:0;
 background:#ccc;
 }
/* admin-link - gbadmin */
#inhalt a.gbadmin {
 clear:both;
 display:block; 
 width:20px; 
 height:20px; 
 cursor:default;
 /*background-color:#f00;*/
 }

/* formular - eintragform */
#inhalt #eintragform { /* gesamtes formular */
 margin:20px 20px 0 0;
 }
/* input-bezeichnungen */
#inhalt #eintragform b {
 display:block; 
 font-weight:normal;
 } 
/* textfelder */
#inhalt #eintragform input {
 width:100%; 
 background:url(../images/verlauf.jpg) repeat-y;
 font-family:Verdana,Arial,Helvetica,sans-serif; 
 font-size:1em; 
 color:#000; 
 border-width:1px; 
 border-style:solid; 
 border-color:#a6a6a6; 
 margin:0 0 5px 0; 
 padding:2px 0 2px 3px;
 }
#inhalt #eintragform input:focus {
 border-color:#983836;
 }
/* textfeld kommentar - subbutton */
#inhalt #eintragform textarea {
  width:100%; 
		height:200px;
		overflow:auto;
		margin:0 0 10px 0; 
		font-family:Verdana,Arial,Helvetica,sans-serif; 
		font-size:12px; 
		color:#000; 
		border-width:1px;
  border-style:solid;
		border-color:#a6a6a6; 
 background:url(../images/verlauf.jpg) repeat-y;
		padding:2px 0 2px 3px;
 }
#inhalt #eintragform textarea:focus {
 border-color:#983836;
 }
/* abschicken und vorschau-button */
#inhalt #eintragform .subbutton {
 width:120px; 
 border:1px solid #000;
 background:#fff; 
 font-weight:bold; 
 padding:1px 0 1px 0; 
 color:#000;
 }
/* 

#inhalt .disclaimer {display:block; margin:15px 0 0 0; font-size:11px; text-align:left;}


