@import url("/html/styles.css");

body {
	font-size:12px;
}

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

/* Tabelle mit Navigation und Suchfeld */
.navigation_body {
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #72A3E2;
	background-color: #F4F8FF;
	width: 670px;
	margin-bottom: 0px;
	padding: 0px;
}

/* Tabellenspalte in der die Erklärungen stehen */
td.describtion {
	font-size: 12px;
	text-align: right;
	width: 30%;
}

/* Tabellenspalte in der die Eingabefelder stehen */
td.input {
	font-size: 12px;
	text-align: left;
	width: 70%;
}

/* Eingabefelder */
input, select {
	border-style: solid;
	border-width: 1px;
	border-color: #8DB1E2;
	font-family: "Trebuchet MS", Trebuchet, Arial, Tahoma, sans-serif;
	font-size: 12px;
}

input.gb, select.gb {
	border-style: solid;
	border-width: 1px;
	border-color: #8DB1E2;
	font-family: "Trebuchet MS", Trebuchet, Arial, Tahoma, sans-serif;
	font-size: 12px;
	width: 90%;
}

/* Textfeld */
textarea.gb {
	border-style: solid;
	border-width: 1px;
	border-color: #8DB1E2;
	font-family: "Trebuchet MS", Trebuchet, Arial, Tahoma, sans-serif;
	font-size: 12px;
	width: 90%;
}


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


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

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

/* 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 #8DB1E2;
	margin-bottom: 5px;
	margin-top: 25px;
	width: 668px;
}

/* Einträge mit ungerader Nummer (1, 3, 5, 7 usw.) */
div.ungerade {
	border: 1px solid #8DB1E2;
	margin-bottom: 5px;
	margin-top: 25px;
	width: 668px;
}

/* ein Zitat */
div.zitat {
	border: 1px solid #E9F1FF;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 15px; 
}

/* die zitierte Person */
div.zitat_person {
	font-weight: bold;
	font-style: italic;
	background-color: #F4F8FF;
	padding-left: 5px;
	padding-right: 5px;
}

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

/* ein Code */
div.code {
	border: 1px solid #E9F1FF;
	margin: 5px;
}

/* Dateiname */
div.code_datei {
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #E9F1FF;
}

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

/* Kopfzeile mit Name, Email, Homepage, Datum,... */
div.kopfzeile {
	margin-bottom: 10px;
	background-color: #E9F1FF;
	padding: 5px;
}

/* ein Kommentar */
div.kommentar {
	border-top: 1px solid #8DB1E2;
	margin-top: 20px;
}

/* Text wie "Kommentar vom Webmaster" */
div.kommentar_beschr {
	font-weight: bold;
	background-color: #E9F1FF;
	padding: 5px;
}

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

/* Meldung der insgesamt Einträge */
div.total_entries {
	font-weight: normal;
	font-size: 12px;
}

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

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

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

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

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

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

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

/* Zeile 'bearbeiten / Löschen / zitieren' unter jedem Eintrag*/
div.onlyscreen_entryfoot {
	padding-left: 5px;
	margin-top: 0px;
}

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

@media print {

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

.onlyscreen_entryfoot {
	visibility: hidden;
	height: 0px;
	border: none;
}

a.linkinfo {
	text-decoration: none;
}

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

}