body,html {
	background-color: #111111;
	background-attachment:fixed;
	}

.Stil1 {
	font-family: Verdana, Arial,Helvetica;
	color: #999966;
	font-size: 12px;
	cursor: default;
    }

.Stil2 {font-size: 14px;}

.Stil3 {font-size: 9px;}

.News {
	font-family: Verdana, Arial,Helvetica;
	color: #999966;
	font-size: 9px;
	cursor: default;
	}

.rotext:hover {
	background-color:#111111;
	cursor: default;
	}
	      
a:link 	{color: #999966;}
a:visited {color: #B19A78;}
a:hover {color: #FFCC33;}
a:active {color: #B19A78;}

a:link.news 	{color: #999966;}
a:visited.news {color: #B19A78;}
a:hover.news {color: #0099cc;}
a:active.news {color: #B19A78;}


blockquote {
	margin-left:30px;
	margin-top:10px;
	}
	
h1	{
	color:#999966;
	font-family:Verdana, Arial, Helvetica;
	font-size: 14px;
	}
	
p	{
	color:#999966;
	font-family:Verdana, Arial, Helvetica;
	font-size:12px;
	cursor: default;
	}

/**

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" 

*/

div{position:relative;}

/* das "gaestebuch"-DIV */
#gaestebuch {
	text-align: center;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica;
	width: 95%;
	color: #999966;
}


/* 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: 5px 24px 20px 24px;
	border: 1px solid #999966;
	color: #999966;
	background-color:#111111;
	padding: 4px;
}

/* 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%;
	margin-bottom: 10px;
}

#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;
	margin-top:5px;
}

#gaestebuch form #angaben2 p img {
	padding-right: 5px;
}

#gaestebuch form #angaben2 p input[type=text] {
	width: 90%;
}

/* 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: 5px 0px 0px 0px;
	padding: 3px 20px;
	color: #0099cc;
	background-color: #111111;
	border: 1px solid #999966;
	border-bottom: 1px dotted #999966;
}

/* 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: 0px 0px 0px 0px;
	padding: 0.5em 2em 1em 2em;
	margin-bottom: 1em;
	color: #999966;
	background-color: #111111;
	border: 1px solid #999966;
	border-top: none;
	font-family:Verdana, Arial, Helvetica;
	font-size: 12px;
}

/* Einstellungen für diverse Meldungs-Texte */

/* Fehlermeldung (<p>-Element) */
#gaestebuch .fehler {
	font-size: 12px;
	display: block;
	margin: 0 auto;
	border: 1px solid #999966;
	color: #0099CC;
	margin-top:5px;
	background-color: #111111;
}

/* Warnung  (<p>-Element, beinhaltet das bewarnte <input>-Element) */
#gaestebuch .warnung {
	color: #999966;
}
#gaestebuch .warnung input {
	background-color: #ffffff;
}

/* Erfolgsmeldung (<p>-Element) */
#gaestebuch .erfolg {
	display: block;
	border: 1px solid #999966;
	background: #111111;
	color:#0099CC;
	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 1px #999966;
	color: #0099CC;
	width: 45%;
	text-align: left;
	margin: 0px auto 20px auto;
	padding: 0.5em;
	background-color: #111111;
	font-size:10px;
}

/* 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 #999966;
	background: #111111;
	color:#0099CC;
	padding: 5px 15px;
	margin: 0 auto 5px;
}

#gaestebuch #hinweis h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

/* Smilies-Box (<div>) */
#smileys {
	display:block;
	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;
	padding: 0 0 0 18px;
	background: url(/Bilder/gb-images/edit.gif) no-repeat;
}

/* Dieses Element soll für menschliche Besucher nicht sichtbar sein */
#gaestebuch #sig {
	display: none;
}

/* Admin-Links */
#gaestebuch #admin-settings {
	padding: 0 0 0 20px;
	background: url(/Bilder/gb-images/settings.gif) no-repeat;
}

#gaestebuch .admin-edit {
	padding: 0 0 0 18px;
	background: url(/Bilder/gb-images/edit.gif) no-repeat;
}

#gaestebuch .admin-kill {
	padding: 0 0 0 18px;
	background: url(/Bilder/gb-images/recycle.gif) no-repeat;

}

#gaestebuch .admin-ok {
	padding: 0 0 0 18px;
	background: url(/Bilder/gb-images/ok.gif) no-repeat;
}

#gaestebuch #zurueck-link {
	margin:-10px 0;
	text-decoration: none;
	padding: 2px 5px 5px 25px;
	background: #111111 url(/Bilder/gb-images/x.gif) no-repeat 1px 1px;
	border: 1px solid #999966;
	color: #0099CC;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica;
}
	

#gaestebuch #admin-kill-button {
	margin: 0 9px;
	text-decoration: none;
	padding: 2px 5px 5px 25px;
	background: #111111 url(/Bilder/gb-images/recycle.gif) no-repeat 1px 1px;
	border: 1px solid #999966;
	color:	#0099CC;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica;
}

/* Layout für den Einstellungsbereich des Adminbereichs des Gästebuchs */
#gaestebuch #einstellungen {
	font-size: 12px;
	margin: 0 50px 50px;
	padding: 20px;
	background: #111111;
	border: 1px dotted #999966;
	color: #999966;
}

#gaestebuch #einstellungen h2 {
	margin: 0;
	padding: 3px 20px;
	background: #222222;
	border: 1px dotted #999966;
	color: #0099CC;
	font-size:14px;	
}

#gaestebuch #einstellungen input {
	border: 1px solid #808080;
	padding: 0 5px;
}

#gaestebuch #einstellungen #anzahl {
	width: 1.3em;
}

#gaestebuch #einstellungen #mail {
	background: #ffffff url(/Bilder/gb-images/email.gif) no-repeat 2px center;
	padding: 0 0 0 20px;
	width: 20em;
}

#gaestebuch #einstellungen select {
	border: 1px dotted #909090;
}

#gaestebuch #einstellungen #submit {
	float: right;
	padding: 2px 5px 5px 25px;
	background: #111111 url(/Bilder/gb-images/save.gif) no-repeat 3px 0px;
	cursor: pointer;
	color: #0099CC;
	border: 1px solid #999966;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica;
}


#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 {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica;
	color: #0099CC;
	border: 1px solid #999966;
	padding: 2px 5px 2px 25px;
	background: #222222 url(/Bilder/gb-images/settings.gif) no-repeat 4px center;
}

#gaestebuch #admin-pfad-warnung {
	width: 80%;
	margin: 0 auto 15px auto;
	padding: 0 10px;
	border: 1px solid #999966;
	background: #111111;
	font-size: 12px;
	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 #999966;
	background: #222222;
	color:#FFCC33;
	overflow: auto;
}


