/* Die Seite allgemein */

body
{
 font-family:Verdana, Arial, sans-serif;
 font-size:100.01%;
 background-color:#FFECBF;
 padding:0px;
}
#wrapper
{
	width:900px;

	margin: 20px auto;
	background-color:#FFF7E6;
	border:1px solid #8B6508;
}

#header
{
	background-image: url(../img/css/logo.png);
	width: 900px;
	height :150px;
}




/* Überschriften */
h1
{
 font-family:Verdana, Arial, sans-serif;
 font-size:1.5em;
 font-weight:bold;
 margin-left:0px;
 margin-top:10px;
 color:#7d4100;
 text-align:center;
 line-height:2em;
  }
/* Tabellen */
table, tr, td {
font-size: 10pt;
}

/* Tabelle in eintrag.php und edit.php */
.form {
width:70%;
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: 90%;
}

/* Eingabefelder */
input, select {
background-color: #fFF;
color: #CDC8B1;
border: 1px solid #FFA449;
height: 13pt;
font-weight: bold;
}

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

/* Textfeld */
textarea.gb {
background-color: #fFF;
color: #000;
font-size: 11pt;
width: 100%;
border: 1px solid #FFA449;<strong></strong>
font-weight: bold;
}

/* Links */
a:link {
color: #7d4100;
font-weight:bold;
font-size: 0.9em;
text-decoration: none;
}


/* besuchte Links */
a:visited {
color: #7d4100;
font-weight:bold;
font-size: 0.9em;
text-decoration: none;
}

/* Links beim Überfahren mit der Maus */
a:link:hover {
color: #ff8c00;
font-weight:bold;
font-size: 0.9em;
text-decoration: none;
}




/* besuchte Links beim Überfahren mit der Maus*/
a:visited:hover {
color: #ff8c00;
font-weight:bold;
font-size: 0.9em;
text-decoration: none;
}

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


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

/* Die Regeln in der eintrag.php */
div.regeln {
margin:20px auto;
font-size:0.9em;
width:75%;
text-align: left;
border: 1px solid #600;
background-color:#fff;
padding:10px;
line-height:1.1em;
}

/* Der Button unter den Regeln in der eintrag.php */
form.regeln {
text-align: center;
font-size:1.3em;
}

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

#gbuch
{font-size:0.9em;width:80%;}
/* Einträge mit gerader Nummer (2, 4, 6, 8 usw.) */

div.gerade {
margin:15px auto;
font-size:0.85em;
width:100%;
/*border: 1px solid #EE7621;*/
background-color:#ffe19d;
}

/* Einträge mit ungerader Nummer (1, 3, 5, 7 usw.) */
div.ungerade {
margin:15px auto;
font-size:0.85em;
width: 100%;
/*border: 1px solid #EE7621;*/
background-color:#ffe7ae;
}

div.kopfzeile
{
background-color:#7d4100;
color:#FFECBF;}


/* 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 red;
margin: 10px;
}

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

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

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

}

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

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

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

/* Der Betreff eines Eintrags */
div.betreff {
font-style: italic;
padding: 8px;
}

/* Die Einträge */
div.eintragstext {
padding: 8px;
}

/* 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.onlyscreen:hover {
color:#f00;
visibility: hidden;
height: 0px;
}
a.linkinfo {
text-decoration: none;
}

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

}

.navi
{
	line-height: 35px;
	height: 35px;
	margin-top: 10px;
	background: #7d4100 url(../img/css/navibg.gif);
}


ul
{
	margin:0;
	list-style-type: none;
	background: #7d4100;
}

.navi li
{
	float: left;
	margin: 0 5px;
	display: inline;
}

.navi a, .navia:visited
{
	background-image: url(../img/css/ball30a.gif);
	background-repeat: no-repeat;
	background-position: 4px;
	display: block;
	padding-left: 35px;
	color: #ff8c00;
}

.navi a:hover
{
	background-image: url(../img/css/ball30h.gif);
	color: #ffe288;
}


