@charset "UTF-8";

/********* HTML, BODY *********/
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: 15pt;
	text-align: justify;
}
/********* DIV ELEMENTS *********/
div#wrapper {
	width: 100%;
	margin: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden !important;
}
div#navi {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden !important;
	width: 200px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background: url(../img/navi/navi_bg.jpg);
}
div#filmstrip {
	width: 170px;
	margin-top: 20px;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
}
div#content {
	width: 700px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: auto;
	min-height: 100%;
	height: 100%;
	padding-left: 230px;
	padding-right: 20px;
}
div#list_dir {
	font-size: 9pt;
	padding: 10px;
}
div#flash_intro {
	width: 100%;
	height: 100%;
	text-align: center;
	left: 50%;
	top: 50%
}
div#movie_wrapper, #movie0_wrapper , #movie1_wrapper , #movie2_wrapper , #movie3_wrapper , #movie4_wrapper, #movie5_wrapper  {
	border: 1px solid #666666;
}
/********* TAGS *********/
a:visited, a:link, a:hover, a:active {
	color: #666666;
	text-decoration: none;
}
a img {
	border: none;
}
input, textarea, select {
	border: 1px solid #666666;
	background-color: #FFF;
	margin-top: 1px;
	margin-bottom: 1px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
input.short {
	width: 200px;
}
input#submit {
	width: 200px;
}
hr {
	border: 0;
	height: 1px;
	background-color: #900;
}
/********* SEMI-CLASSES *********/
.zitat {
	font-style: italic;
	color: #B60033;
}
.zitat_quelle {
	color: #595E61;
	font-size: 9pt;
	font-style: italic;
}
.title {
	font-weight: bold;
	color: #6E7271;
}
.img_ico {
	vertical-align: middle;
}
.float_right {
	float: right;
}
.admin_red {
	color: #B60033;
}
