/* Überschriften */
h1 {
	color: #333821;
	font-size: 17pt;
	font-weight:bold;
	text-align: center;
}

/* Überschriften */
h2 {
	color: #333821;
	font-size: 13pt;
	font-weight:bold;
	text-align: center;
}


/* Tabellen */
table, tr, td {
	color: #333821;
	font-family: verdana, arial, helvetica, tahoma, sans-serif;
	font-size: 10pt;
	text-align: left;
}

/* Tabelle in eintrag.php und edit.php */
.form {
font-family: verdana, arial, helvetica, tahoma, sans-serif;
font-color: #000000;
font-size: 10pt;
margin-left: 5px;
margin-right: 5px;
text-align: center;
}

/* Tabellenspalte in der die Erklärungen stehen */
td.describtion {
border: 1px solid #6b644e;
text-align: right;
width: 27%;
}

/* Tabellenspalte in der die Eingabefelder stehen */
td.input {
border: 1px solid #6b644e;
text-align: left;
width: 100%;
}

/* Eingabefelder */
input, select {
	background-color: #EAE3D9;
	border: 1px solid #6b644e;
	height: 14pt;
	font-weight: regular;
	width: 100%;
}

input.gb, select.gb {
width: 100%;
}

/* Textfeld */
textarea.gb {
	background-color: #EAE3D9;
	color: #333821;
	font-family: verdana, arial, helvetica, tahoma, sans-serif;
	font-size: 9pt;
	width: 100%;
	border: 1px solid #6b644e;

}




/* Erfolgs- oder Fehlermeldung bei der Suche */
div.suchmeldung {
font-size: 12pt;
}


/* Der Suchbegriff */
span.suchwort {
font-weight: regular;
}

/* Die Regeln in der eintrag.php */
div.regeln {
text-align: left;
}

/* Der Button unter den Regeln in der eintrag.php */
form.regeln {
text-align: center;
}

/* Die Buttons in eintrag.php, über die die BBCodes eingefügt werden */
img.bbcode {
	background-color: #EAE3D9;
	border: 1px solid black;
	width: 23px;
	height: 23px;
	border: 1px solid #6b644e;
}

/* Die kleinen Bilder (Page, Mail, ICQ, Bild) in gbuch.php */
img.gbuch {
border: 1px solid black;
width: 15px;
height: 15px;
}

/* Text "(* Pflichtfelder)" */
div.pflichtfeld {
font-weight: bold;
text-align: center;
color: #000000;
}

/* Fehlermeldung bei deaktiviertem Javascript */
div.nojs {
	color: #EAE3D9;
	font-weight: bold;
}

/* Einträge mit gerader Nummer (2, 4, 6, 8 usw.) */
div.gerade {
	background-color: #EAE3D9;
	font-color: #000000;
	border: 1px solid #6b644e;
	padding:8px;
}

/* Einträge mit ungerader Nummer (1, 3, 5, 7 usw.) */
div.ungerade {
	background-color: #D6C9B8;
	font-color: #000000;
	border: 1px solid #6b644e;
	padding:8px;
}

/* ein Zitat */
div.zitat {
	border: 1px solid #333821;
	margin: 10px;
}

/* die zitierte Person */
div.zitat_person {
font-weight: bold;
}

/* der zitierte Text */
div.zitat_text {
font-style: italic;
}

/* ein Code */
div.code {
border: 1px solid black;
margin: 10px;
}

/* Dateiname */
div.code_datei {
font-weight: bold;
}

/* der Code */
div.codetext {
	font-family: "Courier New", monospace;
	background-color: #EAE3D9;
}

/* ein Kommentar */
div.kommentar {
border: 1px solid black;
padding:4px;
margin: 10px;

}

/* Text wie "Kommentar vom Webmaster" */
div.kommentar_beschr {
	font-weight: bold;
	color: #333821;
}

/* der Kommentar selbst */
div.kommentar_text {
font-style: italic;
}

/* Der Besucher */
span.user {
	font-weight: bold;
	color: #333821;
}

/* die Nummer des Eintrags */
span.nummer {
	font-weight: bold;
	color: #333821;
}

/* die aktuelle Seite */
span.aktuelle_seite {
	font-weight: bold;
	font-size: 11pt;
	color: #333821;

}

/* Text "..." bei der Seitenauswahl */
span.punkt {
	color: #333821;
}

/* Der Betreff eines Eintrags */
div.betreff {
font-weight: bold;
margin-top: 5px;
}

/* Die Einträge */
div.eintragstext {
margin-top: 5px;
}


/* showimage.php: das hochgeladene Bild */
div.upimg {
text-align: center;
}

/* showimage.php: Text unter Bild */
p.upimgdesc {
text-align: center;
}

@media print {

.onlyscreen {
visibility: hidden;
height: 0px;
}

a.linkinfo {
text-decoration: none;
}

a.linkinfo:after {
content: " ("attr(title)" ) ";
}

}



/* scrolleiste internet explorer ab vers.5.5 */

body
{scrollbar-arrow-color: #737b66; scrollbar-base-color: #F5F8F3;
scrollbar-highlight-color : #737b66; scrollbar-shadow-color : #ffffff;
SCROLLBAR-TRACK-COLOR: #e6e6e6;}

