/**

Stylesheet-Datei für das Gästebuch 

Bei manchen Elementen könnten die Pfade anzugleichen sein...
Momentan sind alle Hintergrundbilder wie folgt referenziert:
"images/bild.gif" 

*/


/* das "gaestebuch"-DIV */
#gaestebuch {
	margin: 0;
	padding: 1em 0 0 0;
	text-align: center;
	font-size: 100%;
	font-family: sans-serif;
}

/* Bilder immer vertikal mittig */
#gaestebuch img {
	vertical-align: middle;
}

/* verlinkte Bilder ohne Rahmen */
#gaestebuch a img {
	border: none;
}

/* die Menü-Zeile */
#gaestebuch p#menue {
	margin: 0 2em 1em 2em;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	font-size: 90%;
}

/* Das Formular */
#gaestebuch form {
	text-align: left;
	padding: 0;
	margin: 0 1em;
}

/* Textabsätze im Formular */
#gaestebuch form p {
	text-align: left;
}

/* betrifft Textabsätze mit class="zentriert" */
#gaestebuch form p.zentriert {
	text-align: center;
}

/* Das DIV um die Eingabefelder herum, beim ersten Eintragen */
#gaestebuch form #angaben {
	float: left;
	width: 50%;
}

#gaestebuch form #angaben p {
	text-align: left;
}

#gaestebuch form #angaben p img {
	padding-right: 5px;
}

/* diese Zeile versteht der IE nicht, daher sind bei ihm die Eingabefelder nicht über die verfügbare Länge */
#gaestebuch form #angaben p input[type=text] {
	width: 100%;
}

/* wieder der Eingabebereich, allerdings in der Vorschau */
#gaestebuch form #angaben2 {
	float: left;
	width: 50%;
}

#gaestebuch form #angaben2 p {
	text-align: right;
	margin: 0;
	padding: 0;
}

#gaestebuch form #angaben2 p img {
	padding-right: 5px;
}

#gaestebuch form #angaben2 p input[type=text] {
	width: 95%;
}

/* Die Eingabe-Box für die Nachricht */
#gaestebuch form textarea {
	width: 100%;
}

/* Das ist die Liste der Einträge (<dl>-Element). Sie besteht aus <dt>- und <dd>-Elementen.
Im <dt> steht der Autor und seine Daten, im <dd> steht seine Nachricht. */
#gaestebuch dl {
	margin: 0 2em;
	padding: 0;
}

/* Die "Kopfleiste" eines jeden Eintrags mit dem Namen des Autors, etc. */
#gaestebuch dt {
	text-align: left;
	margin: 0;
	padding: 1em 0 0.5em 1em;
	color: #0d6e03;
	border: 2px solid #c0c0c0;
	border-bottom: none;
	background-color: cacaca;
}

/* Dieses span umschließt den Autor. */
#gaestebuch dt span {
	font-weight: bold;
}

/* Icons in der Kopfleiste eines jeden Eintrags */
#gaestebuch dt img {
	vertical-align: middle;
}

/* Der eigentliche Text des Eintrags */
#gaestebuch dd {
	text-align: left;
	margin: 0;
	padding: 0.5em 2em 1em 2em;
	margin-bottom: 1em;
	border: 2px solid #c0c0c0;
	border-top: none;
	background-color: b8b8b8;

}

/* Einstellungen für diverse Meldungs-Texte */

/* Fehlermeldung (<p>-Element) */
#gaestebuch .fehler {
	font-size: 100%; display: block;  margin: 0 auto; border: 1px solid white;
}

/* Warnung  (<p>-Element, beinhaltet das bewarnte <input>-Element) */
#gaestebuch .warnung {
	color: #ffffff;
}
#gaestebuch .warnung input {
	background-color: #ffe0e0;
}

/* Erfolgsmeldung (<p>-Element) */
#gaestebuch .erfolg {
	display: block;
	border: 1px solid #00ff00;
	background: #eeffee;
	margin: 1em 2em;
	padding: 0.5em;
}

/* dieses <div> enthält den HTML-Code aus der Datei "scripts/gb-meldung.html" */
#gaestebuch #hinweis {
	float: right;
	position: relative;
	border: solid 2px #cacaca;
	width: 45%;
	text-align: left;
	margin: 0px auto 20px auto;
	padding: 0.5em;
	background-color: #cacaca;
}

/* dieses <p> enthält einen Hinweis nach dem Abschicken, wenn das GB auf "moderiert" gestellt ist */
#gaestebuch #moderiert-hinweis {
	text-align: left;
	width: 75%;
	border: 1px solid white;
	background: #ffe0e0;
	padding: 5px 15px;
	margin: 0 auto 5px;
}

#gaestebuch #hinweis h2 {
	margin: 0;
	padding: 0;
	font-size: 110%;
}

/* Smilies-Box (<div>) */
#smileys {
	display: none;
	float: right;
	width: 45%;
}

#gaestebuch .neue-zeile {
	clear: both;
}

#gaestebuch span.linksbuendig {
	float: left;
}

#gaestebuch span.rechtsbuendig {
	float: right;
}

/* Link, der zur Eingabemaske führt */
#gaestebuch #neues-posting {
	margin: 0;
	background: url('images/edit.gif') no-repeat;; padding-left:18px; padding-right:0; padding-top:0; padding-bottom:0
}

/* Dieses Element soll für menschliche Besucher nicht sichtbar sein */
#gaestebuch #sig {
	display: none;
}

/* Admin-Links */
#gaestebuch #admin-settings {
	background: url('images/settings.gif') no-repeat;; padding-left:20px; padding-right:0; padding-top:0; padding-bottom:0
}

#gaestebuch .admin-edit {
	background: url('images/edit.gif') no-repeat;; padding-left:18px; padding-right:0; padding-top:0; padding-bottom:0
}

#gaestebuch .admin-kill {
	background: url('images/recycle.gif') no-repeat;; padding-left:18px; padding-right:0; padding-top:0; padding-bottom:0
}

#gaestebuch .admin-ok {
	background: url('images/ok.gif') no-repeat;; padding-left:18px; padding-right:0; padding-top:0; padding-bottom:0
}

#gaestebuch #zurueck-link {
	text-decoration: none;
	font-size: 80%;
	color: black;
	border: 1px solid #808080;
	background: #ffffff url('images/x.gif') no-repeat 6px 2px;; padding-left:25px; padding-right:5px; padding-top:2px; padding-bottom:2px
}

#gaestebuch #admin-kill-button {
	margin: 0 10px;
	background: #ffffff url('images/recycle.gif') no-repeat 1px 1px;
	border: 1px solid #808080;
	cursor: pointer; padding-left:18px; padding-right:1px; padding-top:1px; padding-bottom:1px
}

/* Layout für den Einstellungsbereich des Adminbereichs des Gästebuchs */
#gaestebuch #einstellungen {
	font-size: 90%;
	margin: 0 50px 50px;
	padding: 20px;
	background: #e0f0f0;
	border: 1px dotted #808080;
}

#gaestebuch #einstellungen h2 {
	margin: 0;
	padding: 0 20px;
	background: #d0f0f0;
	border: 1px dotted #808080;
}

#gaestebuch #einstellungen input {
	border: 1px solid #808080;
	padding: 0 5px;
}

#gaestebuch #einstellungen #anzahl {
	width: 1.3em;
}

#gaestebuch #einstellungen #mail {
	background: #ffffff url('images/email.gif') no-repeat 2px center;
	width: 20em; padding-left:20px; padding-right:0; padding-top:0; padding-bottom:0
}

#gaestebuch #einstellungen select {
	border: 1px dotted #909090;
}

#gaestebuch #einstellungen #submit {
	float: right;
	background: #ffffff url('images/save.gif') no-repeat 5px center;
	cursor: pointer; padding-left:25px; padding-right:5px; padding-top:1px; padding-bottom:1px
}

#gaestebuch #einstellungen #zurueck-link {
	float: left;
}

#gaestebuch #einstellungen li span.rechtsbuendig {
	float: right;
	font-size: 80%;
	line-height: 200%;
	padding: 0;
	margin: -1.5em 0 0 0;
	height: 1em;
	overflow: visible;
}

#gaestebuch #einstellungen #auto-link {
	text-decoration: none;
	font-size: 80%;
	color: black;
	border: 1px solid #808080;
	background: #ffffff url('images/settings.gif') no-repeat 4px center;; padding-left:25px; padding-right:5px; padding-top:2px; padding-bottom:2px
}

#gaestebuch #admin-pfad-warnung {
	width: 80%;
	margin: 0 auto 15px auto;
	padding: 0 10px;
	border: 1px solid #ffffff;
	background: #ffa0a0;
	font-size: 80%;
	text-align: left;
}

/* Infobox für Debug-Ausgabe */
pre {
	display: block;
	position: absolute;
	top: 50px;
	right: 10px;
	width: 350px;
	padding: 10px;
	text-align: left;
	border: 2px solid white;
	background: #ffeeee;
	overflow: auto;
}

body { background-color: white; background-image: url('./bg.jpg'); background-repeat: repeat-x; background-position: left top; background-attachment:fixed; }
#right { background-color: #dbd9d9; background-image: url('./bg1.gif'); background-repeat: repeat-x; background-position: left top; height: 100%}
div.rund { background-image: url('./rund_unten.gif'); background-repeat: no-repeat; background-position: left bottom; width: 230px; height: auto; float: right; margin-top: 5px; margin-right: 5px; margin-left: 5px; margin-bottom: 20px }
div.rund h4  { color: white; font-size: 12px; background-image: url('./rund_oben.gif'); background-repeat: no-repeat; background-position: left top; margin: 0; padding-top: 5px; padding-right: 5px; padding-left: 5px }
div.rund p { color: #000000; font-size: 13px; background-color: #c5c5c5; text-align: left; margin: 0; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; }
div.rund2 { background-image: url('./rund_unten2.gif'); background-repeat: no-repeat; background-position: left bottom; width: 350px; height: auto; float: right; margin-top: 5px; margin-right: 5px; margin-left: 5px; margin-bottom: 20px }
div.rund2 h4  { color: white; font-size: 12px; background-image: url('./rund_oben2.gif'); background-repeat: no-repeat; background-position: left top; margin: 0; padding-top: 5px; padding-right: 5px; padding-left: 5px }
div.rund2 p { color: #000000; font-size: 13px; background-color: #cacaca; text-align: left; margin: 0; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; }
div.rund3 { background-image: url('./rund_unten3.gif'); background-repeat: no-repeat; background-position: left bottom; width: 440px; height: auto; float: center; margin-top: 5px; margin-right: 5px; margin-left: 5px; margin-bottom: 20px }
div.rund3 h4  { color: white; font-size: 12px; background-image: url('./rund_oben3.gif'); background-repeat: no-repeat; background-position: left top; margin: 0; padding-top: 5px; padding-right: 5px; padding-left: 5px }
div.rund3 p { color: #000000; font-size: 13px; background-color: #cacaca; text-align: left; margin: 0; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; }
a:link { color: #0d6e03; text-decoration:none; }
a:active { color: #0d6e03; text-decoration:none; }
a:visited { color: #0d6e03; text-decoration:none; }
a:hover { color: #109302; text-decoration:underline; }

a.navigation:link    {text-align:left;
				vertical-align:middle;
				line-height: 20px;
				display:block;
             	width:110px;
				height:20px;
				padding: 0px;
				margin:0px 0px 0px 0px;
				background-image:url('button0.gif');
				border-right: 0px solid #9080c2;
				border-bottom: 0px solid #9080c2;
				border-left: 0px solid #72659b;}
a.navigation:visited { text-align:left;
				vertical-align:middle;
				line-height: 20px;
				display:block;
             			width:110px;
				height:20px;
				padding: 0px;
				margin:0px 0px 0px 0px;
				background-image:url('button0.gif');
				border-right: 0px solid #9080c2;
				border-bottom: 0px solid #9080c2;
				border-left: 0px solid #72659b;}
a.navigation:hover   {background-image:url('button1.gif');
				text-align:left;
				vertical-align:middle;
				text-decoration:underline;}
a.navigation:active  { background-image:url('button0.gif');
				text-align:left;
				vertical-align:middle;
				line-height: 20px;
				display:block;
             	width:110px;
				height:20px;
				padding: 0px;
				margin:0px 0px 0px 0px;
				border-right: 0px solid #9080c2;
				border-bottom: 0px solid #9080c2;
				border-left: 0px solid #72659b;}

