/* Die Seite allgemein */
body      { FONT-FAMILY: Arial, Helvetica, sans-serif; margin-top:10px; margin-bottom:10px; margin-left:0px; margin-right:0px;  }
a:link      { color:#ffffff; text-decoration:none; font-weight:normal; font-size:9pt; font-style:normal; FONT-FAMILY: Arial, Helvetica, sans-serif; }
a:visited { color:#ffffff; text-decoration:none; font-weight:normal; font-size:9pt; font-style:normal;FONT-FAMILY: Arial, Helvetica, sans-serif; }
a:hover  { color:red; text-decoration:none; font-weight:normal; font-size:9pt; font-style:normal;FONT-FAMILY: Arial, Helvetica, sans-serif; }
a:active { color:red; text-decoration:none; font-weight:normal; font-size:9pt; font-style:normal; FONT-FAMILY: Arial, Helvetica, sans-serif;}
a:focus  { color:red; text-decoration:none; font-weight:normal; font-size:9pt; font-style:normal;FONT-FAMILY: Arial, Helvetica, sans-serif; }
h1 { color:#FFFFFF; text-decoration:none; font-weight:bolder; font-size:20pt; FONT-FAMILY: Arial, Helvetica, sans-serif;}
h2 { color:#FFFFFF; text-decoration:none; font-weight:normal; font-size:14pt; FONT-FAMILY: Arial, Helvetica, sans-serif; margin-top:0px;}
h3 { color:#FFFFFF; text-decoration:none; font-weight:bold; font-size:10pt; FONT-FAMILY: Arial, Helvetica, sans-serif; margin-top:0px;}
h6 { FONT-SIZE: 10pt; MARGIN: 3px 0px 0px; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0px; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif; LETTER-SPACING: normal; FONT-VARIANT: normal; TEXT-DECORATION: none}

.box0{
background-image:url(../images/back_top.jpg); 
background-repeat:no-repeat;
color:#FFFFFF;
width:800px;
height:540px;
}

.box1{
color:#FFFFFF;
width:300px;
min-height:540px;
float:left;
}

.box2{
color:#FFFFFF;
width:500px;
min-height:540px;
float:left;
margin:0px;
} 
/* Tabellen */
table, tr, td {
color: #FFFFFF;
font-family: arial, sans-serif;
font-size: 9pt;
}

/* Tabelle in eintrag.php und edit.php */
.form {
margin-left: auto;
margin-right: auto;
text-align: center;
}

/* 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: #80A0FF;
color: #ffffff;
border: 1px solid #FFA449;
height: 13pt;
font-weight: bold;
}

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

/* Textfeld */
textarea.gb {
background-color: #80A0FF;
color: #ffffff;
font-family: arial, sans-serif;
font-size: 9pt;
width: 100%;
border: 1px solid #FFA449;
font-weight: bold;
}

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

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

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

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

/* 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: #FFA449;
margin:5px;
}

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

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

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

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

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


