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

* {
	margin: 0;
	padding: 0;
}

a:focus{-moz-outline: none}

body {
	color: #971219;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
}

p {
	margin-bottom: 12px;
}

a {
	color: #971219;
	text-decoration: none;
}

a:hover {
	color: #000000;
	font-weight: bold;
}

a img {
	border: none;
}

strong {
	font-size: 1.1em;
}

table {
	border-collapse: collapse;
}

table.vita {
	width: 336px;
}

table.vita td {
	vertical-align: top;
}

table.vita th, table.synchron th, h2 {
	border-bottom: 1px solid #971219;
	width: 326px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-bottom: 12px;
}

tr.th2 td {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	display: block;
	margin-top: 5px;
}

tr.th3 td,
table.synchron tr.th3 td {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	border-bottom: 2px solid #971219;
}

table.synchron {
	width: 480px;
}

table.synchron td {
	padding: 2px;
	border-bottom: 1px solid #EEEEEE;
}

td.firstRow {
	padding-top: 16px;
}

.kontakt p {
	margin-bottom: 0;
	margin-top: 12px;
}

.noMargin {
	margin: 0;
}

.thumbs img {
	margin-right: 4px;
	cursor: pointer;
}

.thumbs {
	width: 324px;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #971219;
}

/* Film- und Theaterlisten */
.titel {
	float:left;
}

.jahr {
	float: right;
	margin-bottom: 12px;
}

.datum {
	width: 470px;
	height: 50px;
}

.datumL {
	width: 470px;
	height: 64px;
}


/* ####################################################### */
/* Rollover-Menü - VERTIKAL */
/* ####################################################### */

ul#nav {
	margin: 0;
	padding: 0;
}

ul#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 21px;
	line-height: 21px;
}

ul#nav li a {
	display: block;
	height: 10px;
	text-indent: -999999px;
	overflow: hidden;
	background-position: 0px 0;
}

ul#nav a:hover {
	background-position: -285px 0;
}

ul#nav a:active, #nav a.selected {
	background-position: -285px 0;
}

ul#subnav {
	height: 22px;
	margin-top: -1px;
}

#subnav * {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}

#subnav img {
	margin-right: -3px;
}

#vita a{
	background-image:url(../img/nav/vita.jpg);
	width: 250px;
}

#showreel a{
	background-image:url(../img/nav/showreel.jpg);
	width: 90px;
}

#synchron a{
	background-image:url(../img/nav/synchron.jpg);
	width: 285px;
}

#bilder a{
	background-image:url(../img/nav/bilder.jpg);
	width: 70px
}

#kontakt a{
	background-image:url(../img/nav/kontakt.jpg);
	width: 80px;
}

#freunde a{
	background-image:url(../img/nav/freunde.jpg);
	width: 80px;
}

#neues a{
	background-image:url(../img/nav/neues.jpg);
	width: 60px;
}


/* NAV Ende */
