/* Die Seite allgemein */
body {
background-image: url(images/bg_body.jpg);
background-repeat:repeat-x;
background-color: #291C14;
font-family: "Times New Roman", Times, serif;
}

#maintable
{
margin-top: 0;
}


#header a:visited {
	color: #94783F;
}
#header a:hover {
color: #efefef;
}
#header 
a:link {
	color: #C2A969;
}



.textoben {
color: #ffffff;
font-size:1.1em;
text-align:right;
padding-right: 2em;
}

a:visited {
	color: #94783F;
}
a:hover {
color: #efefef;
}
a:link {
	color: #C2A969;
}

.text {

color: #fc6;
font-size:1em;
text-align:right;
padding-right: 2em;
}


/* Menü */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position: absolute;
top: 40px;
left: 20%;
width: 7em;
}

#menu dt {
cursor: pointer;
color:#C2A969;
background: transparent;
height: 20px;
line-height: 20px;
margin: 2px 0;
border: 1px transparent;
text-align:left;
font-weight: 500;
}

#menu dd {
position: absolute;
z-index: 100;
left: 6.5em;
margin-top: -1.4em;
width: 10em;
background: transparent;
border-right: 1px solid #C2A969;
border-top: 1px solid #C2A969;
border-bottom: 1px solid #C2A969;
}

#menu ul {
padding: 2px;
}
#menu li {
text-align: left;
font-size: 85%;
height: 18px;
line-height: 18px;
}

#menu li a, #menu dt a {
color: #C2A969;
text-decoration: none;
display: block;
}

#menu dd li a, #menu dd a {
color: #80A0FF;
text-decoration: none;
display: block;

}


#menu li a:hover {
color: #FFA449;
text-decoration:underline; 
}

#menu a:hover {
color: #FFA449;
}

#mentions {
font-family: "Times New Roman", Times, serif;
position: absolute;
bottom : 200px;
left : 10px;
color: #C2A969;
background-color: transparent;
}
#mentions a {text-decoration: none;
color: #C2A969;
}
#mentions a:hover{text-decoration: underline;
}

-->

/* Überschriften */
h1 {
color: #FFA449;
font-size: 17pt;
font-weight:bold;
text-align: right;
padding-right: 2em;
}



h2 {
color: #fc6;
font-family: "Times New Roman", Times, serif;
font-size: 1.1em;
text-align:right;
padding-right: 2em;
}

/* Tabellen */
table, tr, td {
font-family: "Times New Roman", Times, serif;
color: #fc6;
font-size:1em;
}

/* 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: #523E40;
color: #ffffff;
border: 1px solid #FFA449;
height: 13pt;
font-weight: bold;
}

input.gb, select.gb {
width: 90%;
}

/* Textfeld */
textarea.gb {
background-color: #523E40;
color: #ffffff;
font-family: "Times New Roman", Times, serif;
font-size: 1em;
width: 100%;
border: 1px solid #FFA449;
font-weight: bold;
}

/* Links */
a:link {
color: #FFFFFF;
font-family: "Times New Roman", Times, serif;
text-decoration: none;
}

/* Links beim Überfahren mit der Maus */
a:link:hover {
color: #FFA449;
font-family: "Times New Roman", Times, serif;
text-decoration: none;
}

/* besuchte Links */
a:visited {
color: #80A0FF;
font-family: "Times New Roman", Times, serif;
text-decoration: none;
}

/* besuchte Links beim Überfahren mit der Maus */
a:visited:hover {
color: #FFA449;
font-family: "Times New Roman", Times, serif;
text-decoration: none;
}

/* 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: right;
}

/* Der Button unter den Regeln in der eintrag.php */
form.regeln {
color: #ffffff;
font-size:1.1em;
text-align:right;
padding-right: 2em;
}

/* 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 {
text-align: right;
font-size: 0.8em;
}

/* 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;
}

/* 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-top: 5px;
}

/* Die Einträge */
div.eintragstext {
margin-top: 5px;
}

/* showimage.php: das hochgeladene Bild */
div.upimg {
text-align: right;
}

/* 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)" ) ";
}

}