@charset "UTF-8";
body {
	-webkit-text-size-adjust:none;
}
html, body {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
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 {
	display: none;
}
div#content {
	width: 700px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: auto;
	min-height: 100%;
	height: 100%;
	padding-left: 230px;
	padding-right: 20px;
}
/********* 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;
}
