/* Die Seite allgemein */
body {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: normal; font-variant: normal; background-color: #D3EAFD}
h1 {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: bold; text-transform: uppercase; color: #FFFFFF; background-color: #162299; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px}
h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #004488}
h3 {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold; text-transform: uppercase; color: #333333; background-color: #eeeeee; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; vertical-align: text-top; cursor: hand}

/* Tabellen */
td {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
/* 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: #CFDFE4;
color: #00544A;
border: 1px solid #A5D0E4;
height: 13pt;
}

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

.userimg {
	padding-right: 10px;
}

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

/*editbuttons*/
.editbuttons {
	text-decoration: none;
	background-color: #FFFFFF;
	rules: all;
	text-align: center;
	vertical-align: middle;
}

/* Links */
a {  text-decoration: none; color: #004488; cursor: pointer; cursor: hand;}

a:link {  text-decoration: none; color: #004488; cursor: pointer; cursor: hand;}

/* Links beim Überfahren mit der Maus */
a:hover {  color: #998C33}

/* besuchte Links */
a:visited {  text-decoration: none; color: #004488; cursor: pointer; cursor: hand;}

/* besuchte Links beim Überfahren mit der Maus */
a:visited:hover {  color: #998C33}

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


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

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

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

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

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

/* Einträge mit gerader Nummer (2, 4, 6, 8 usw.) */
td.gerade {
	background-color: #FFFFFF;
	vertical-align: top;
}

/* Einträge mit ungerader Nummer (1, 3, 5, 7 usw.) */
td.ungerade {
	background-color: #EEEEEE;
	vertical-align: top;
	}
/* Tabellenzellen */
.tablename {  font-style: italic}
.tablehead {  color: #ECE9D8; font-weight: bold; background-color: #C0C0C0; background-position: center}
.tablerow {
	color: #000000;
	font-weight: bold;
	background-color: #E0E0E0;
	text-align: right;
	vertical-align: top;
}
.tablecell {  background-color: #FFFFFF}

/* 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 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: #CFDFE4;
}

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

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

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

/* Der Besucher */
span.user {
	font-weight: normal;
	font-size: small;
}

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

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

/* Text "..." bei der Seitenauswahl */
span.punkt {
}

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

/* Die Einträge */
.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)" ) ";
}

}
