/* Die Seite allgemein */
body {
	font-family: Arial, Helvetica, sans-serif;
	background:black;
	color: #4e994a
	}

div#headpic {
	background-image:url(../img/headpic.gif);
	margin:0 auto;
	margin-top:15px;
	border:1px solid gray;
	width:900px;
	height:168px
	}
ul#navi {
	margin:0 auto;
	padding:0px;
	padding-top:6px;
	border:0px solid red;
	text-align: center;
	width:955px;
	height:26px;
	list-style: none;
	}
div#linien {
	margin:0 auto;
	width: 955px;
	}
div#content3 {
	background:black;
	margin:0 auto;
	width:955px;
	border:0px solid white;
	padding:0px;
	}
div#contentgb {
	background:black;
	margin:0 auto;
	width:955px;
	border:0px solid white;
	padding:0px;
	}	
div#bottom {
	background: black; 
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	border:0px solid white;
	height:33px;
	width:955px;
	border:0px;
	}


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

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

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

/* Tabellenspalte in der die Erklärungen stehen */
td.describtion {
text-align: right;
width: 40%;
}

/* Tabellenspalte in der die Eingabefelder stehen */
td.input {
text-align: left;
width: 60%;
}

/* Eingabefelder */
input, select {
background-color: #517c4f;
color: #dbdbdb;
border: 1px solid #a7a7a7;
height: 13pt;
/*font-weight: bold;*/
}

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

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

/* Links */
a:link {
color: #4e994a;
font-family: arial, sans-serif;
font-size: 9pt;
text-decoration: none;
}

/* Links beim Überfahren mit der Maus */
a:link:hover {
color: #FFA449;
font-family: arial, sans-serif;
font-size: 9pt;
text-decoration: none;
}

/* besuchte Links */
a:visited {
color: #4e994a;
font-family: arial, sans-serif;
font-size: 9pt;
text-decoration: none;
}

/* besuchte Links beim Überfahren mit der Maus */
a:visited:hover {
color: #FFA449;
font-family: arial, sans-serif;
font-size: 9pt;
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 {
margin-top: 8px;
text-align: center;
font-size: 9pt;
border: 1px solid #003000;
background-color: #001000;
}

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

/* 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 {
padding: 5px;
font-size: 9pt;
border: 1px solid #003000;
background-color: #001000;
}

/* Einträge mit ungerader Nummer (1, 3, 5, 7 usw.) */
div.ungerade {
padding: 5px;
font-size: 9pt;
border: 1px solid #303030;
background-color: #101010;
}

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

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

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

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

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

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

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

img.navi {border:0}
img.keinrahmen {border:0px solid #414141}
img.rahmen {border:1px solid #414141}
img.rahmen2 {border:1px solid #717171}
.Stil1ro {font-size: x-small; color:#ce1212}
.Stil1ge {font-size: x-small; color:#e4ea34}
.Stil1gr {font-size: x-small; color:#04b915}
a.impress {text-decoration: none; font-size:x-small}
a.impress:link {color:#4e7cbb}
a.impress:visited {color:#4e7cbb}
a.impress:hover {text-decoration: underline; color:#b7b7b7}
a.impress:active {color:#b7b7b7}
a.type2 {text-decoration: none; font-size:x-small}
a.type2:link {color:#4e7cbb}
a.type2:visited {color:#4e7cbb}
a.type2:hover {text-decoration: underline; color:#b7b7b7}
a.type2:active {color:#b7b7b7}

@media print {

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

a.linkinfo {
text-decoration: none;
}

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

}
