/* Die Seite allgemein */
body {
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #E9ECE7;
color: #000000;
font-family: Arial;

}

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

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

/* Tabelle in eintrag.php und edit.php */
.form {
margin-left: 5px;

text-align: right;
}

td.lgrey{
background-color: #F0F0F0;
}
td.dgrey{
background-color: #D0D0D0;
}
td.sp{
border-right:solid #000000 1px;
}
td.head{
background-image: url(../nav/logo_back.gif);
background-repeat:repeat-x;
}

td.menu{
border-bottom:solid #000000 1px;
background-color: #AFAFAE;
background-image: url(../nav/logo_l_back.gif);
background-repeat:repeat-x;
}

td.bottom{
background-color: #F0F0F0;
background-image: url(../nav/bottom_back.gif);
background-repeat:repeat-x;
}
td.blr{
border-right:solid #000000 1px;
border-left:solid #000000 1px;
background-color: #D0D0D0;
}
td.btb{
border-top:solid #000000 1px;
border-bottom:solid #000000 1px;
}
td.bb{
border-bottom:solid #000000 1px;
}

/* Tabellenspalte in der die Erklärungen stehen */
td.describtion {
text-align: left;
width: 680px;
}

/* Tabellenspalte in der die Eingabefelder stehen */
td.input {
text-align: right;
width: 680px;
}

/* Eingabefelder */
input, select {
background-color: #E9ECE7;
color: #000000;
border: 1px solid #000000;
height: 14pt;
font-weight: bold;
}

input.gb, select.gb {
width: 680px;
}

/* Textfeld */
textarea.gb {
background-color: #F0F0F0;
color: #000000;
font-family: arial, sans-serif;
font-size: 9pt;
width: 680px;
border: 1px solid #000000;
font-weight: bold;
}

a {
 font-family: Arial;
 font-size: 14px;
 font-weight: bold;
 text-decoration: none;
 color: #000000;
}
a:visited {
 color: #000000;
}
a:aktiv {
 color: #000000;
}
a:hover {
 color: #FFE600;
}

/* 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;
width:680px;
}

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

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

/* 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 #8D8D8D;
width:690px;
padding-left:3px;
padding-top:3px;
padding-bottom:3px;
margin-top:6px;
margin-bottom:3px;
text-align: left;
}

/* Einträge mit ungerader Nummer (1, 3, 5, 7 usw.) */
div.ungerade {
border: 1px solid #5A5A5A;
width:690px;
padding-left:3px;
padding-top:3px;
padding-bottom:3px;
margin-top:6px;
margin-bottom:3px;
text-align: left;
}

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

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

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

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

/* die screenonly */
span.onlyscreen {
font-weight: bold;
}

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

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

}