/* Die Seite allgemein */
body {
background-color: #000000;
color: #CCCCCC;
font-family: arial, sans-serif;
font-size: 9pt;
}

/* Überschriften */
h1 {
	color: #FFFFFF;
	font-size: 17pt;
	font-weight:bold;
	font-style: italic;
}

h2 {
color: #CCCCCC;
font-size: 13pt;
font-weight:bold;
}

/* Tabellen */
table, tr, td {
font-family: arial, sans-serif;
font-size: 9pt;
color: #999999;
}

/* Tabelle in eintrag.php und edit.php */
.form {
text-align: center;
width: 70%;
}

/* Tabellenspalte in der die Erklärungen stehen */
td.describtion {
text-align: right;
width: 50%;
}

/* Tabellenspalte in der die Eingabefelder stehen */
td.input {

text-align: left;
width: 50%;
}

/* Eingabefelder */
input, select {
background-color: #CCCCCC;
color: #000000;
font-family: arial, sans-serif;
font-size: 9pt;
border: 1px solid #A5D0E4;
height: 13pt;
}

input.gb, select.gb {
background-color: #CCCCCC;
color: #000000;
font-family: arial, sans-serif;
font-size: 9pt;
width: 90%;
border: 1px solid #A5D0E4;
}

/* Textfeld */
textarea.gb {
background-color: #CCCCCC;
color: #000000;
font-family: arial, sans-serif;
font-size: 9pt;
width: 100%;
border: 1px solid #A5D0E4;
}

/* Buttons */
button.gb {
background-color: #CFDFE4;
color: #CCCCCC;
font-family: arial, sans-serif;
font-size: 9pt;
border: 1px solid #A5D0E4;
height: 13pt;
}

/* Links */
a:link {
color: #CCCCCC;
font-family: arial, sans-serif;
font-size: 9pt;
text-decoration: none;
}

/* Links beim Überfahren mit der Maus */
a:link:hover {
color: #999999;
font-family: arial, sans-serif;
font-size: 9pt;
text-decoration: underline;
}

/* besuchte Links */
a:visited {
color: #999999;
font-family: arial, sans-serif;
font-size: 9pt;
text-decoration: none;
}

/* besuchte Links beim Überfahren mit der Maus */
a:visited:hover {
color: #CCCCCC;
font-family: arial, sans-serif;
font-size: 9pt;
text-decoration: underline;
}

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

/* 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: #CFDFE4;
width: 23px;
height: 23px;
border: 1px solid #A5D0E4;
}

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

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

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

/* Einträge mit gerader Nummer (2, 4, 6, 8 usw.) */
div.gerade {
border: 1px solid #A5D0E4;
}

/* Einträge mit ungerader Nummer (1, 3, 5, 7 usw.) */
div.ungerade {
border: 1px solid #CFDFE4;
}

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

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

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

/* ein Kommentar */
div.kommentar {
}

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

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

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

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

/* die aktuelle Seite */
span.aktuelle_seite {
font-weight: bold;
color: #A5D0E4;
}


/* Der Betreff eines Eintrags */ 
div.betreff {
	vertical-align: middle;
	font-size: 12px;
	width: auto;
	height: 18px;
	color: #FFFFFF;
	background-color: #695540;
	border: 1px solid #695540;
	border-spacing: 0px;
	border-bottom: none;
	font-weight: bold;

} 



/* Die Einträge */
div.eintragstext {
background-color: #FFFFFF;
margin-top: 5px;
font-color: #000000;


}

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

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


.dasepp { 
vertical-align:top; 
font-size: 12px; 
width: auto; 
height: auto; 
color: #371C00; 
background-color: #CCCCCC;

border: 1px solid #FFFFFF; 
border-spacing:0px; 
} 

.gb { 
vertical-align:top; 
text-align: left; 
font-size: 14px; 
width: auto; 
height: auto; 
color: #FFFFFF; 
background-color: #371C00; 
border: 1px solid #371C00; 
border-spacing:0px; 
} 


