html, body, div, span, ul, li, p,
table, tr, td, fieldset, textarea,
form, img, input,
h1,h2,h3,h4  { 
margin:0px; 
padding:0px;
border:0px;

}

html, body{ 
	
	width: 100%;
  font-family: Verdana;
  font-size: 13px;
  text-align: left;
  color: white;
  background: black;
}

div.maincontent {
	position: absolute;
	top:50%;
	width: 100%;
	
	height: 511px;
	margin-top: -255px;
	
}


div.page {
	position: relative;
	background: url(../images/back.jpg);
	width: 900px;
	height: 511px;
}

div.home {
	text-align: center;
}

div.content {
	position: absolute;
	top:50px;
	width: 900px;
	height:415px;
	
}

div.contentwrapper {
	display: none;
}

div.header {
	position: absolute;
	top: 0px;
	height:40px;
	width: 900px;
}



div.headerwrapper {
	display: none;
	text-align: left;
	
}

div.headerwrapper img {
	height: 40px;
	width: 182px;
}

div.menu {
	position: absolute;
	bottom: 0px;
	height: 30px;
	width: 900px;
}

div.menuwrapper {
	
}

div.menuwrapper a {
	
	font-size: 14px;
	color: white;
	
}

div.content_div {
	position: absolute;
	top: 10px;
	left: 49px;
	width: 808px;
	height: 385px;
	
	text-align: left;
	color: #401A0D;
}

div.bio_div {
	position: absolute;
	width: 900px;
	height: 415px;
	background: url(../images/white_back.png);
	
	
}

div.snapshots_div {
	position: absolute;
	bottom: 0px;
	width: 900px;
	height: 250px;
	background: url(../images/white_back.png);	
}

div.movies_div {
	position: absolute;
	width: 900px;
	height: 415px;
	background: url(../images/white_back.png);
}

div.trailer_div {
	position: absolute;
	width: 900px;
	height: 415px;
	background: url(../images/white_back.png);
}

div.profile_pic_div {
	
	float:right;
}

div.profile_content {
	padding: 173px 0px 0px 235px;
	float:left;
}

div.thumb_holder {
	width: 840px;
	height: 265px;
	margin: 30px 0px 0px 0px;
	
	}

div.trailer_thumbs {
	float: left;
	width:275px;
	height:100px;
	margin: 35px 0px 0px 0px;
	}

	

	
div.trailer_thumbs span {
	
	font-size: 13px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 100px;
	}
	

div.trailer_thumbs a img {

	width: 100px;
	height: 100px;
	opacity: 0.8;
}

div.trailer_thumbs a img:hover {

	
	opacity: 1;
}

div.snapshots_div div.leftside {

float: left;	
}
	
div.snapshots_div div.rightside {
width: 550px;
float: right;
}

div.snapshots_div div.rightside div.thumbnail{
	float: right;
	margin: 0px 0px 14px 15px;
}

div.snapshots_div div.rightside div.thumbnail a{
	
	padding: 2px;
	opacity: .80;
	}
div.snapshots_div div.rightside div.thumbnail a:hover{
	
	opacity: 1;
}

div.snapshots_div div.rightside div.thumbnail a img{
	
	width: 64px;
	height: 64px;
}

div.bio_div {
	width: 900px;
	height: 415px;
	
}

div.menu div.menuwrapper div.leftside{
	display: none;
	float: left;
	margin-left: 45px;
}

div.menu div.menuwrapper div.rightside{
	display: none;
	float: right;
	margin-right: 20px;
}

h1 {
	font-size: 16px;
	color: #97633A;
	font-weight: normal;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	color: #ECC69B;
	margin: 50px 0px 10px 0px;
}

hr {
width:100%; 
background-color: #401A0D;; 
height:1px;
border: 0px;
}

ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	overflow: hidden;
	float: right;
}

ul.menulist li {
	float: right;
	width: 80px;
	padding: 0px 15px 0px 15px;
}

table.content_table {
	
	margin: 10px 0px;
	padding: 0px;
}

div.bio_div table.content_table td.left_td {
	width: 140px;
}

div.bio_div table.content_table td.right_td {
	width: 450px;
}

div.bio_div table.content_table td {
	vertical-align: top;
	padding: 3px 0px;
}

div.movies_div table.content_table td.left_td {
	width: 120px;
}



div.movies_div div.scrollable {
	width: 808px;
	height: 375px;
	overflow: auto;
}

div.movies_div table.content_table td {
	vertical-align: top;
	padding: 12px 0px;
}

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

a.langselect {
	
	font-size: 14px;
	margin: 0px 10px;
}

a.langselect:hover {
	color: white;
	
}

a.menulink {
	
}

a.mailto_link {
	font-size: 14px;
	color: #401A0D;
}

a.mailto_link:hover {
	font-weight: bold;
}


a.menulink:hover {
	font-weight: bold;
	cursor: pointer;
}

p.einge {
	margin: 5px 0px 5px 10px;
}

/*----------------------------------------------------------*/

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.video_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:720px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.video_overlay .close {
	background-image:url(../images/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* "next image" and "prev image" links */
.next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(/img/global/gradient/h80.png) repeat-x;		
}


.apple_overlay { 
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* growing background image */ 
    background-image:url(../images/overlay/white.png); 
     
    /*  
        width after the growing animation finishes 
        height is automatically calculated 
    */ 
    width:640px;         
     
    /* some padding to layout nested elements nicely  */ 
    padding:35px;
 
    /* a little styling */     
    font-size:11px; 
} 
 
/* default close button positioned on upper right corner */ 
.apple_overlay div.close { 
    background-image:url(../images/overlay/close.png); 
    position:absolute; right:5px; top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}



div.apple_overlay.black { 
    background-image:url(http://static.flowplayer.org/tools/img/overlay/transparent.png);         
    color:#fff; 
}

