@charset "utf-8";

body {
	font-family: Arial;
	font-size: 9pt;
	/*color:#69436a;*/
	color:#330033;
	background-color:#330033;
	margin:0px;
	padding:0px;
}

/* Heading */

h1
{
	font-family: Arial;
	font-size: 14pt;
	color:#330033;
	padding-top:0px;
	padding-bottom:0px;
    margin:0px;
}

h1.title
{
	color: #69436a;
	font-family:Arial Black;
}

h2
{
	font-family: Arial;
	font-size: 12pt;
	color:#330033;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
}

h2.title
{
	color: #69436a;
	font-family:Arial Black;
}

h3
{
	font-family: Arial;
	font-size: 10pt;
	color:#330033;
	padding-top:5px;
	padding-bottom:5px;
}

h4
{
	font-family: Arial;
	font-size: 9pt;
	color:#330033;
	padding-top:10px;
	padding-bottom:5px;
	margin:0px;
}

a {
	text-decoration:none;
	outline:none;
}

.menu {
	font-family: Arial;
	font-size:9pt;
	color:#FFFFFF;
	text-align:left;
}

.layoutLogo {
	width:335px;
	height:75px;
	background-image:url(../img/layout/menu_logo.jpg);
	background-repeat:norepeat;
}

.layoutLogoBackground {
	background-image:url(../img/layout/menu_background.jpg);
	backround-repeat:repeat-x;
}

.layoutCopyright {
	width:225px;
	height:15px;
	margin-right:50px;
	font-size:8pt;
	font-family:Arial;
	color:#724c71;
}

.layoutCopyright .copyElementRakete {
	font-family:"Arial Black";
	font-weight:bold;
}

.menu a {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration:none;
	color: #FFFFFF;
}

.menu a:active {
	color:#69436a;
}

.menu .active {
	color:#69436a;
}

.menu a:hover {
	color:#69436a;
}

.menu a:focus {
	color:#69436a;
}

.submenu {
	font-family: Arial;
	font-size:9pt;
	color:#320032;
	padding-bottom:15px;
}

.submenu a {
	font-family: Arial;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
	color:#69436a;
}

.submenu a:active {
	color:#320032;
}

.submenu a:hover {
	color:#320032;
}

.submenu a:focus {
	color:#320032;
}

.content_bg {
	background-color:#fffcf7;
}





/* Schauspieler Galerie */
.actorimg {
	width: 110px;
	height: 170px;
	float: left;
	margin:5px 0px 0px 0px;
    border:0px solid #000;
}

.actorimg img {
	margin: 0px;
    border:1px solid #ffffff;
}

.actorimg:hover img {
    border:1px solid #330033;
}

.actorimg a
{
    color:#69436a;
    font-weight:bold;
    font-size:8pt;
}

.actorimg a:hover {
    color:#330033;
    font-weight:bold;
}

.profileimg img{
    border:1px solid #330033;
}


/* Schauspieler Profil */
.profile_vita
{
	font-family: Arial;
	font-size: 8pt;
	color: #370537;
}

.profile_vita span
{
	font-weight:bold;
}

.profile_vita td
{
	padding-bottom:2px;
	text-align:left;
}

.profile_edit_textarea
{
    width:400px;
    height:200px;
}

.photocredit {
    font-size:7pt;
    color:#330033;
}
p {
    margin:0px;
    padding:0px;
}
