/* 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;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
/* Page */
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
	padding: 19px 19px 19px 19px;
}
td {
	line-height: 13px;
}
strong {
	font-weight: bold;
}
/* Header */
#header {
	color: #FFFFFF;
	background-color: #264D2A;
	margin: 0 0 19px 0;
	padding: 19px;
	text-align: right;
	font-size: 11px;
}
.green {
	color: #aeb701;
}
/* Clear */
#clear {
    clear: both;
    border: 0px;/* Firefox und Opera */
}
/* Schauspieler */
#actor_data {
	float: right;
	width: 260px;
}
#actor_img img {
	padding: 0 0 1px 0;
}
.copyright {
	font-size: 9px;
}
#actor_data td {
	padding: 0 0 3px 10px;
}
.actor_vitae {
	margin: 15px 0 0 0;
}
.actor_vitae td {
	padding: 0 0 3px 0;
}
.actor_vitae .year {
	width: 100px;
}
/* Footer */
#footer {
	background-color: #e3e3d0;
	color: #315f37;
	margin: 19px 0 0 0;
	padding: 19px;
	line-height: 13px;
	text-align: right;
}
.date {
	text-align: right;
}
