@charset "UTF-8";
/* CSS Document */

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	line-height: 17px;
	background-color: #FFF;
	margin: 20px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 98% 5px;
	background-image: url(Kino-Bar-Logo-Neu2008.gif);
}

a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}

.title a:hover {
	text-decoration: none;
}

.title {
	font-size: 36px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #DDD;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.normal {
	font-size: 9px;
	font-family: Monaco, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-left: 20px;
	text-align: right;
}

#footer {
	clear: both;
	color: #666;
	font-size: 11px;
	line-height: 145%;
}

#footer p {
	margin-top: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-right: 10px;
	text-align: left;
}

strong {
	font-weight: 700;
}

#footer a, #footer a:link, #footer a:visited {
	color: #666;
	font-size: 9px;
	font-family: Monaco, Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: inline;
	margin-left: 20px;
	margin-right: 4px;
}

/* Filmtitel */

.nav {
	text-align: left;
	width: 90%;
	float: left;
	margin-top: 10px;
}

ul {
	display: inline;
	margin-top: 1em;
	padding-left: 40px;
	margin-bottom: 1em;
	list-style-type: none;
}

.nav li {
	text-align: left;
	float: left;
	font-size: 20px;
	padding-bottom: 5px;
	list-style-type: none;
	text-transform: uppercase;
}

li {
	display: list-item;
}

.nav li a:hover {
	color: #333;
	font-weight: 700;
	text-decoration: none;
}

.nav li.fade-hover a {
	color: #FF1493;
	font-weight: 700;
	text-decoration: none;
}

.nav li a {
	text-align: left;
	color: #CCC;
	display: inline;
	font-weight: 700;
	padding-right: 15px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

/* class="tooltip" */

a.tooltip span {
	position: relative;
	display: none;
	visibility: hidden;
	margin-top: 1px;
}

a.tooltip:hover span {
	display: inline;
	position: absolute;
	top: 20px;
	left: 0px;
	width: 280px;
	z-index: 9999;
	padding: 15px;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #200;
	font-weight: normal;
	color: #000;
	line-height: normal;
	text-transform: none;
	background-color: #FFFFCC;
	visibility: visible;
}

a.tooltip span b {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

a.tooltip:hover {
	position: relative;
	background: transparent;
}

