body {
scrollbar-face-color:#595959;
scrollbar-highlight-color:#595959;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#000000;
srollbar-arrow-color:#595959;
scrollbar-track-color:#6e1216;

background-image: url(../images/bg2.gif);
background-color: #6E1216;
}

/* Überschriften */
.text { 
	font-size:8pt; 
	color:#bcbcbc; 
	line-height:13pt;
	font-family:verdana, arial, helvetica, sans-serif; 
	text-decoration:none; }
	
.textweiss { 
	font-size:8pt; 
	color:#ffffff; 
	line-height:13pt;
	font-family:verdana, arial, helvetica, sans-serif; 
	text-decoration:none; }	
	
.textweissklein { 
	font-size:7pt; 
	color:#ffffff; 
	line-height:13pt;
	font-family:verdana, arial, helvetica, sans-serif; 
	text-decoration:none; }		

.textfettgrau { 
	font: normal 10pt verdana, arial;
	font-weight:bold;	
	letter-spacing: 0px; 
	margin-bottom: 0px; 
	color: #bcbcbc;
	}	
		
	
h1 { 
	font: normal 10pt verdana, arial;
	font-weight:bold;	
	letter-spacing: 0px; 
	margin-bottom: 0px; 
	color: #bcbcbc;
	}
	
h2 { 
	font: normal 10pt verdana, arial;
	font-weight:bold;	
	letter-spacing: 0px; 
	margin-bottom: 0px; 
	color: #ffffff;
	}
h3 { 
	font: normal 10pt verdana, arial;
	font-weight:bold;	
	letter-spacing: 0px; 
	margin-bottom: 0px; 
	color: #c70c17;
	}		
	
.ueberschrift1 { 
	font: normal 10pt verdana, arial;
	font-weight:bold;	
	letter-spacing: 0px; 
	margin-bottom: 0px; 
	color: #ffffff;
	}		

	
a	{
	font-family:verdana,Arial,Helvetica;
	font-size:8pt;
	background-color:transparent;		
	}
		
.textlink a:link {		
	font-family:verdana,arial;
	font-size:8pt;	
	line-height:13pt;
	text-decoration: underline; 
	color: #bcbcbc;
	}

.textlink a:visited {	
	font-family:verdana,arial;
	font-size:8pt;	
	line-height:13pt;
	text-decoration: underline; 
	color: #bcbcbc;
	}
	
.textlink a:hover, a:active {		
	font-family:verdana,arial;
	font-size:8pt;	
	line-height:13pt;	
	text-decoration: none; 
	color: #c70c17;
	}
								

.formular { 
	color :#8c7b62;
	font-family:arial;
	font-size:8pt;	 
	background-color : #ffedbc; 
	border-top : #ffedbc 1px solid; 
	border-left : #ffedbc 1px solid; 
	border-right : #ffedbc 1px solid; 
	border-bottom : #ffedbc 1px solid; 
	}

		
	

/* 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: #BCBCBC;
color: #ffffff;
border: 1px solid #FFA449;
height: 13pt;
font-weight: bold;
}

input.gb, select.gb {
width: 90%;
}

/* Textfeld */
textarea.gb {
background-color: #BCBCBC;
color: #ffffff;
font-family: arial, sans-serif;
font-size: 9pt;
width: 100%;
border: 1px solid #FFA449;
font-weight: bold;
}


a	{
	font-family:verdana,Arial,Helvetica;
	font-size:8pt;
	background-color:transparent;		
	}
		

	
.textlink a:hover, a:active {		
	font-family:verdana,arial;
	font-size:8pt;	
	line-height:13pt;	
	text-decoration: none; 
	color: #c70c17;
	}


/* Links */
a:link  {		
	font-family:verdana,arial;
	font-size:8pt;	
	line-height:13pt;
	text-decoration: underline; 
	color: #bcbcbc;
	}

/* Links beim Überfahren mit der Maus */
a:link:hover {		
	font-family:verdana,arial;
	font-size:8pt;	
	line-height:13pt;	
	text-decoration: none; 
	color: #c70c17;
	}

/* besuchte Links */
a:visited {	
	font-family:verdana,arial;
	font-size:8pt;	
	line-height:13pt;
	text-decoration: underline; 
	color: #bcbcbc;
	}

/* besuchte Links beim Überfahren mit der Maus */
a:visited:hover {		
	font-family:verdana,arial;
	font-size:8pt;	
	line-height:13pt;	
	text-decoration: none; 
	color: #c70c17;
	}

/* 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: 5px solid #595959;
}

/* Einträge mit ungerader Nummer (1, 3, 5, 7 usw.) */
div.ungerade {
border: 5px solid #595959;
}

/* 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: #BCBCBC;
}

/* 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: 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)" ) ";
}

}

.textlink a:link {		
	font-family:verdana,arial;
	font-size:8pt;	
	line-height:13pt;
	text-decoration: underline; 
	color: #bcbcbc;
	}

.textlink a:visited {	
	font-family:verdana,arial;
	font-size:8pt;	
	line-height:13pt;
	text-decoration: underline; 
	color: #bcbcbc;
	}
	
.textlink a:hover, a:active {		
	font-family:verdana,arial;
	font-size:8pt;	
	line-height:13pt;	
	text-decoration: none; 
	color: #c70c17;
	}
