@charset "UTF-8";
/* Reset */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
strong {
	font-weight: bold;
}
/* Page */
body {
	background: url(/assets/images/global/body_background.gif) center top no-repeat #fc6609;
	color: #000000;
	text-align: left;
	min-width: 900px;/* for mozilla*/
}
#outer {
	width: 900px;
	text-align: left;
	margin: auto;
	position: relative;
	overflow: visible;
}
#inner {
	width: 100%;
}
/* Header */
#header a {
	display: block;
	height: 122px;
	width: 520px;
	margin: 0 0 0 190px;
}
/* Right */
#right {
	float: right;
	width: 171px;
	padding-left: 19px;
}
#right div {
	height: 111px;
	padding-top: 9px;
}
#right p, a {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
#right p {
	padding-bottom: 5px;
}
#right p.last {
	padding-bottom: 0;
}
#right a {
	text-decoration: none;
}
#right a:hover {
	text-decoration: underline;
}
/* Left */
#left {
	float: left;
	width: 190px;
}
/* Mainmenu */
#mainmenu {
	z-index: 30;
	position: relative;
	top: 0px;
	left: 40px;
	width: 160px;
}
#mainmenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 28px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 29px;
	text-align: right;
	text-transform: lowercase;
}
#mainmenu ul li {
	width: 140px;
	padding-right: 10px;
	border-bottom: 1px solid #FFFFFF;
}
#mainmenu ul .active {
	padding-right: 20px;
}
/* Clear */
.clear {
  clear: both;
  border: 0px;/* Firefox und Opera */
	/* border-top: solid 1px #b5bb77; */
	border-bottom: transparent;
	padding: 5px 0;
}
#clear {
  clear: both;
  border: 0px;/* Firefox und Opera */
}
/* h1 */
#right h1, #introtext h1 {
	display: none;
}
/* Content */
#main {
	float: left;
	width: 520px;
	padding: 0 0 19px 0;
	background: url(/assets/images/global/main_background.gif) top repeat-x;
	height: auto;
}
#submenu {
	float: left;
	height: 101px;
	width: 174px;
	padding: 19px 0 0 19px;
}
#submenu ul li {
	line-height: 16px;
}
#submenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #930017;
	text-decoration: underline;
	white-space: nowrap;
	display: inline-block;
}
#submenu span.seperator {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #930017;
	white-space: nowrap;
	display: inline-block;
}
#submenu a:hover {
	color: #000000;
}
#submenu ul .active a {
	color: #000000;
	text-decoration: underline;
}
#introtext, #introtext_actor {
	height: 101px;
	padding: 19px 19px 0 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}
#introtext_actor {
	color: #970005;
}
#introtext_actor {
	text-align: right;
}
#introtext a  {
	color: #000000;
	text-decoration: underline;
}
#introtext_actor a {
	color: #970005;
	text-decoration: none;
}
#introtext a:hover, #introtext_actor a:hover {
	color: #000000;
}
#content {
	padding: 19px 19px 19px 19px;
	/* background: #ddddc6 url(/assets/images/global/main_bottom.gif) bottom no-repeat; */
	background-color: #fdad80;
	/* width: 100%; */
}
#content strong {
	font-weight: bold;
}
#content * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}
#content p {
	padding: 0 0 10px 0;
}
#content a {
	color: #930017;
	text-decoration: underline;
}
#content a:hover {
	color: #000000;
}
#content h1 {
	font-size: 15px;
	font-weight: bold;
}
#content h2 {
	font-size: 13px;
	font-weight: bold;
}
#content h3 {
	font-size: 13px;
	color: #930017;
	padding: 0 0 10px 0;
}
#content hr {
	border-top: 1px solid #930017;
	border-bottom: none;
	border-left: none;
	border-right: none;
	height: 1px;
	margin-bottom: 20px;
}
#content table.list td {
	padding-bottom: 15px !important;
}
#content table.list td.li {
	font-weight: bold !important;
	color: #930017 !important;
}
#content ul {
	list-style: outside;
	list-style-type: disc;
	padding-left: 14px;
	padding-bottom: 10px;
}
#content ul li {
	padding-bottom: 10px;
}
/* Agentur: Team */
#team td {
	vertical-align: bottom;
}
#team img {
	padding: 0 20px 0 0;
}
/* Agentur: Links */
#links td {
	vertical-align: top;
	padding: 0 19px 0 0;
}
#links hr {
	border: 0px;/* Firefox und Opera */
	border-top: solid 1px #930017;
	border-bottom: transparent;
	padding: 0 0 10px 0;
}
/* Schauspieler Übersicht */
.actor a span {
	color: #930017;
	text-decoration: none;
	line-height: 13px;
}
.actor a:hover span {
	color: #000000;
}
.actor {
	float: left;
	width: 148px;
	padding: 19px 0 0 19px;
	overflow: visible;
}
.actor a {
	text-decoration: none;
	display: block;
}
.actor a img {
	border: 1px solid #930017;
}
.actor a:hover img {
	border: 1px solid #000000;
}
/* Schauspieler */
#content_actors {
	padding: 0 0 19px 0;
	/* background: #ddddc6 url(/assets/images/global/main_bottom.gif) bottom no-repeat; */
	background-color: #ffcc99;
	width: 100%;
}
a.pdf {
	background: url(/assets/images/global/icon_acrobat.png) left top no-repeat;
	padding-left: 22px;
	line-height: 16px;
	margin-bottom: 5px;
}
a.print {
	background: url(/assets/images/global/icon_printer.png) left top no-repeat;
	padding-left: 22px;
	line-height: 16px;
	margin-bottom: 5px;
}
a.quicktime,
a.quicktime_extern {
	background: url(/assets/images/global/icon_quicktime.png) left top no-repeat;
	padding-left: 22px;
	line-height: 16px;
	margin-bottom: 5px;
}
a.homepage {
	background: url(/assets/images/global/icon_homepage.png) left top no-repeat;
	padding-left: 22px;
	line-height: 16px;
	margin-bottom: 5px;
}
#actor_data {
	float: right;
	width: 273px;
}
#actor_img {
	padding: 0 0 19px 0;
}
#actor_img img {
	padding: 0 0 1px 0;
	cursor: pointer;
}
.copyright {
	font-size: 9px;
}
.actor_thumb {
	float: left;
	width: 30px;
	padding: 7px 4px 0 0;
}
#actor_data h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	font-weight: bold;
}
#actor_data td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	padding: 0 0 4px 10px;
}
.actor_vitae {
	margin: 19px 0 0 0;
}
.actor_vitae td {
	padding: 0 0 5px 0;
}
.actor_vitae .year {
	width: 100px;
}
.actor_thumb a img {
	border: 1px solid #970005;
}
.actor_thumb a:hover img {
	border: 1px solid #000000;
}
/* Nachwuchs */
div#logout {
	float: right;
}
div#logout a {
	color: #930017;
	text-decoration: none;
}
div#logout a:hover {
	text-decoration: underline;
}
/* Formulare */
.errors {
	background-color: #FFFFFF;
	border: 2px solid #CC0000;
	margin: 5px 0 15px 0;
	padding: 10px;
	color: #CC0000 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
.errors strong {
	display: inline-block;
	padding-bottom: 5px;	
}
.form_left {
	float: left;
	width: 222px;
}
.form_right {
	float: right;
	width: 222px;
}
textarea {
	resize: none;
}
#loginfrm p {
	padding: 0 0 10px 0;
}
#loginfrm input.text {
	float: left;
}
#loginfrm input,
#loginfrm textarea,
#kontakt_formular input,
#kontakt_formular textarea,
#bewerbung_formular input,
#bewerbung_formular textarea,
#schauspieleranfrage_formular input,
#schauspieleranfrage_formular textarea {
	margin: 2px 0 0 0;
}
#loginfrm label,
#kontakt_formular label,
#bewerbung_formular label,
#schauspieleranfrage_formular label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #930017;
	line-height: 11px;
}
#loginfrm .text,
#kontakt_formular .text,
#bewerbung_formular .text,
#schauspieleranfrage_formular .text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	width: 220px;
	background-color: #FFFFFF;
	border: 1px solid #930017;
}
#kontakt_formular .checkbox,
#bewerbung_formular .checkbox,
#schauspieleranfrage_formular .checkbox {
	background-color: #FFFFFF;
	border: 1px solid #930017;
}
#kontakt_formular .verifizierung,
#bewerbung_formular .verifizierung,
#schauspieleranfrage_formular .verifizierung {
	border: 1px solid #930017;
}
#loginfrm .button,
#kontakt_formular .button,
#bewerbung_formular .button,
#schauspieleranfrage_formular .button {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#submit_overlay {
	width: 248px;
	padding: 10px 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -125px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	text-align: center;
	z-index: 100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}
/* Teaser */
div#teaser_schwarzberlin {
	width: 151px;
	margin-top: 38px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
div#teaser_schwarzberlin p {
	color: #FFFFFF;
}
div#teaser_schwarzberlin a {
	color: #FFFFFF;
	text-decoration: underline;
}
div#teaser_schwarzberlin div {
	cursor: pointer;
	margin-top: 5px;
	width: 151px;
	height: 96px;
	background: url(/assets/images/global/bg_schwarzberlin.gif) no-repeat;
}
div#teaser_schwarzberlin div img {
	margin: 19px 0 0 37px;	
}
/* Sendetermine */
.sendetermine td a {
	font-size: inherit !important;
	font-weight: inherit !important;
}
