body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #2A2A2A url(../images_navi/balken_bg.gif) repeat-y fixed top left;
	font: 0.8em/1.4em Arial, sans-serif;
	color: #CCC;
	cursor: default;
}

a {
	outline: none;
}

a.navi:link, a.navi:visited {
	color: #E1A0D5;
	font-weight: bold;
	text-decoration: none;
	margin-right: 30px;
}

a.navi:focus, a.navi:hover, a.navi:active {
	color: #CCC;
}

a.sub:link, a.sub:visited {
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
}

a.sub:focus, a.sub:hover{
	text-decoration: underline;
}

h1 {
	margin: 8px 0px 0px 0px;
	font: bold 1em/1em Arial, sans-serif;
}

h4 {
	margin: 4px 0px 0px 0px;
	font: 0.7em/0.7em Arial, sans-serif;
}

#navi_schauspiel {
	width: 240px;
	margin: 0px;
	padding: 128px 0px 0px 128px;
	float: left;
}

#inhalt_schauspiel {
	width: 490px;
	height: 308px;
	margin: 0px;
	padding: 146px 0px 0px 16px;
	float: left;
}

.einzug {
	margin-left: 30px;
}

.oben {
	float: right;
	margin: -10px 62px 0px 0px;
}

/* Gallery Styles */
#motioncontainer {
	width: 500px; /* Set to gallery width, in px or percentage */
	height: 77px; /* Set to gallery height */
}

#motioncontainer a img {
	border: 1px solid #2F2F2F; /* Set image border color */
}

#motioncontainer a:hover img {
	border: 1px solid #CCC; /* Set image border hover color */
}

#statusdiv {
	background-color: #2A2A2A;
	padding: 8px;
	position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;
	visibility: hidden;
}

#motioncontainer a:hover {
	color: black; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */
