html {
     overflow-x:hidden;
scrollbar-DarkShadow-Color:#2CA321;
scrollbar-Track-Color:#F2FFD1;
scrollbar-Face-Color:#B4FF5F;
scrollbar-Shadow-Color:#99F242;
scrollbar-Highlight-Color:#A5FF8B;
scrollbar-3dLight-Color:#55C930;
scrollbar-Arrow-Color:#050503;
}
.ueberschrift {
	font-family: "Courier New", Courier, mono;
	font-size: 15px;
	font-weight: bold;
	color: #003333;
	text-transform: none;
}
.main {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	color: #333333;
}
.body-start {
	background-color: #F7FFCE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/design/buehne/toxic_dj_buehne_r2_c2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.textnews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #393C3D;
}
a {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
a:visited {
	color: #003300;
}
a:hover {
	color: #666666;
}
a:active {
	color: #000066;
}
/* Überschriften */
h1 {
color: #333333;
font-size: 17pt;
font-weight:bold;
text-align: center;
}

/* 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: #F1FFCE;
color: #333333;
border: 1px solid #797979;
height: 12pt;
}

input.gb, select.gb {
background-color: #CFF79C;
color: #333333;
border: 1px solid #797979;
height: 12pt;
width: 80%;
}

/* Textfeld */
textarea.gb {
background-color: #CFF79C;
color: #333333;
font-family: "Courier New", Courier, mono;
font-size: 9pt;
width: 90%;
border: 1px solid #797979;
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: #F2FFD1;
width: 23px;
height: 23px;
border: 1px solid #797979;
}

/* 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 #E8FA5C;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	padding-bottom : 5px;
	background-color: #EEFDC5;
}

/* Einträge mit ungerader Nummer (1, 3, 5, 7 usw.) */
div.ungerade {
	border: 1px solid #97FC54;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	padding-bottom : 5px;
	background-color: #F5FFD9;
}


/* ein Zitat */
div.zitat {
	border: 1px solid black;
	margin: 10px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	padding-bottom : 5px;
	margin-top: 5px;
	margin-left: 5px;
	background-color: #EDFFBB;
	margin-bottom: 5px;
	margin-right: 5px;
}

/* 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: #D1F79D;
}

/* ein Kommentar */
div.kommentar {
border: 1px solid black;
margin: 10px;
}

/* Text wie "Kommentar vom Webmaster" */
div.kommentar_beschr {
font-weight: bold;
color: #00CC00;
}

/* 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: #333333;
}

/* die aktuelle Seite */
span.aktuelle_seite {
font-weight: bold;
}

/* Text "..." bei der Seitenauswahl */
span.punkt {
color: #333333;
}

/* Der Betreff eines Eintrags */
div.betreff {
font-weight: bold;
margin-top: 5px;
}

/* Die Einträge */
div.eintragstext {
	margin-top: 5px;
	margin-left: 5px;
	font-size: 12px;
}

/* showimage.php: das hochgeladene Bild */
div.upimg {
text-align: center;
}

/* showimage.php: Text unter Bild */
p.upimgdesc {
text-align: center;
}

		th.left {
	border-top : 1px solid Gray;
	border-left : 1px solid Gray;
	border-right : none;
	border-bottom : thin solid Gray;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 5px;
	padding-bottom : 5px;
	text-align : left;
	font-size : 9pt;
		}
		
		th.right {
	border-top : 1px solid green;
	border-left : none;
	border-right : 1px solid green;
	border-bottom : thin solid green;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 5px;
	padding-bottom : 5px;
	text-align : right;
	font-size : 9pt;
	background-image: url(../images/design/hg_green_table_left.jpg);
		}

		th.caption {
			border-top : none;
			border-left : none;
			border-right : none;
			border-bottom : none;
			padding-left : 10px;
			padding-right : 10px;
			padding-top : 5px;
			padding-bottom : 2px;		
		}
		
		th.navigation {
			font-size : 10pt;
			background-color : #F4FED9;
			padding-left : 10px;
			padding-right : 10px;
			padding-top : 3px;
			padding-bottom : 3px;
			border-top : 1px solid Gray;
			border-left : 1px solid Gray;
			border-right : 1px solid Gray;
			border-bottom : 1px solid Gray;
		}

		td {
			padding-left : 5px;
			padding-right : 5px;
			font-size : 9pt;
		}

		td.nospan {
			background-color : #CFF3CF;
			padding-left : 2px;
			padding-right : 2px;
		}

		td.entry {
			background-color : #F4FFD7;
			border-bottom : 5px solid Gray;
			border-left : 1px solid Gray;
			border-right : 1px solid Gray;
			padding-left : 10px;
			padding-right : 10px;
			padding-top : 10px;
			padding-bottom : 20px;
			text-align : left;
		}

		td.whole {
			border-bottom : 1px solid Black;
			border-left : 1px solid Black;
			border-right : 1px solid Black;
			border-top : 1px solid Black;
			padding-left : 5px;
			padding-right : 5px;
			padding-top : 5px;
			padding-bottom : 5px;
			text-align : left;
		}

		
		input.input {
			border : 1px solid Black;
		}
		
		textarea {
			border : 1px solid Black;
		}
