/* Hauptfarben black,white,#e89800

/* Main Styles */
body {
	background: url(clipart/bg.body.jpg) black;
}
.copyright {
	text-align: right;
	font-size: 75%;
	background: url(clipart/bg.body.jpg) black;
	color: white;
}
.maintable {
	background: black;
}
.subtable {
	border-width: 2;
	border-color: black;
	border-left-style: solid;
}
.ht {
	border-width: 2;
	border-color: #B9AFB1;
	border-left-style: solid;
}
.section {
	background: url(clipart/bg.main.jpg) #6C0002;
}
.sectiontable {
	border-style: solid;
	border-color: black;
	border-width: 2;
}
.h1 {
	background: url(clipart/bg.body.jpg) black;
	color: white;
	font-weight: bold;
}
.h2 {
	background: url(clipart/bg.body.jpg) black;
	color: white;
}
.h3 {
	background: url(clipart/bg.h3.jpg) #B9AFB1;
	color: black;
}
.content {
	background: white;
	color: black;
}
.item {
	font-weight: bold;
}

/* Link Styles */
a:hover {
	text-decoration: underline;
}
.nav {
	text-decoration: none;
	color: black;
}
.script {
	text-decoration: none;
	font-weight: bold;
	color: #840000;
}
.summary,.email,.book {
	text-decoration: none;
	color: #840000;
}
.translation {
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #840000;
}

/* Script Styles */
.comment {
	color: #3333ff;
}

.scene {
	color: #3333ff;
	font-weight: bold;
}
.opinion {
	color: #ff33ff;
}

.credits {
	text-align: center;
	color: #ff3333;
	font-weight: bold;
}
.song {
	color: coral;
	font-style: italic;
	text-align: center;
}

/* Marker Styles */
.gold {
	color: #000000;
	font-size: 70%;
	font-weight: bold;
	background-color: #ffd700;
}
.green {
	color: #000000;
	font-size: 70%;
	font-weight: bold;
	background-color: #22bb22;
}
.blue {
	color: #000000;
	background-color: #7777ff;
	font-weight: bold;
	font-size: 70%;
}
