body {
	/*background-color: #080808;*/
	background-color: #000;
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 11px;
	line-height		: 1.5;
	margin			: 0;
}
body, td, th {
	color: #F3F3F3;
}

/* //////////////////// */
/* //// HYPERLINKS //// */
/* //////////////////// */

a:link {
	text-decoration: underline;
	color: #F3F3F3;
	font-size: 11px;
}
a:visited {
	text-decoration: underline;
	color: #F3F3F3;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
a:focus {
	outline: none;
}
#head a:link {
	text-decoration: none;
	letter-spacing: 0.3em;
}
#head a:visited {
	text-decoration: none;
	letter-spacing: 0.3em;
}
#head a:hover {
	text-decoration: none;
	letter-spacing: 0.5em;
	font-size: 12px;
	font-weight: normal;
}
#head a:active {
	text-decoration: none;
	letter-spacing: 0.5em;
	font-size: 12px;
	font-weight: normal;
}

/* ////////////////////// */
/* //// USER-CLASSES //// */
/* ////////////////////// */

.active {
	letter-spacing: 0.5em;
	color: #F0F0F0;
	font-size: 12px;
}
.borderVerticalLink {
	border-right		: 1px solid #FFFFFF;
	border-left			: 1px solid #FFFFFF;
	padding-left		: 0.6em;
	padding-right		: 0.3em;
}
.borderHorizontal {
	border				: solid 1px #FFFFFF;
	border-right-style	: none;
	border-left-style	: none;
}
.borderVertical {
	border				: solid 1px #FFFFFF;
	border-top-style	: none;
	border-bottom-style	: none;
	border-right-style	: none;
}

.ImageTable td {
	text-align:center;
}
#ContentTable td {
	padding-left: 20px;
	padding-right: 20px;
}
.silver01 {
	background:#6F706E;
}
.silver02 {
	background:#121212;
}

/* //////////////////////// */
/* //// DIV  Container //// */
/* //////////////////////// */

#orginal {
	font-size	: 10px;
	padding		: 2px 5px;
}
#logo {
	text-align	: center
}
#buehne {
	border				: 1px solid #CCCCCC;
	background-color	: #0C0C0C;
}
#text {
	position:absolute;
	left:40px;
	top:436px;
	width:821px;
	z-index:4;
	text-align:left;
	height: 457px;
}
#head {
	text-align:center;
}
a:link, a:visited, a:hover, a:active {text-decoration: none}