* { 
margin: 0; 
padding: 0;
border: 0; 
}

html {
height:100%;
padding-bottom: 1px;
/*display: none;*/
}

body  {
	color: #000;
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

h1, h2, h3, h4, h5, h6, p, br, ul, ol, li, hr  {
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  	page-break-after: avoid;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, td, th, fieldset, input, textarea, address, blockquote, nobr, b, i  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: transparent;
  	page-break-after: avoid;
}





#container {
	margin: 0 auto;
	width: auto;
	background-image: none;
	background-color: transparent;
	color: #000;
	border-left: 0px solid #B6AC9F;
	border-right: 0px solid #B6AC9F;
}

/** html .container {
	width: 784px;
	w\idth: 744px;
}*/


/*
header ******************************************************************/


#logo{
	background-color: transparent;
	color: #000;
}


#headerimg{
	height: 74px;
	background-image: url(../img/header_733x100.jpg);
	background-position: right top;
	background-repeat: no-repeat;
  	display: none;
}

#headerimg h1{
	display: none;
	vertical-align: bottom;
  	display: none;
}

#headertext{
	/*height: 26px;*/
	height: 2em;
	background-color: transparent;
	color: #000;
	background-image: url(../img/logo.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	text-align: left;
  	display: none;
}

#mainnavi{
	width: 562px;
	color: #FFF;
	background-color: #B6AC9F;
	border: 1px solid #FFF;
	line-height: 2em;
	vertical-align: bottom;
	list-style-type: none;
	margin: 0;
  	display: none;
}


#mainnavi a:link, #mainnavi a:visited{
	text-decoration: none;
	color: #524637;
	background-color: #B6AC9F;
}

#mainnavi a:hover, #mainnavi a:active{
	text-decoration: none;
	color: #FFF;	
	background-color: #B6AC9F;
}

.versetzt{
	margin-left: 20px;
	
}

/*
content *****************************************************************/

#content{
	background-color: transparent;
	color: #000;
	font-size: 12px;
	text-align: left;
	margin-top: 2em;
	margin-left:0px;
	/*margin: 37px 36px 0 43px;*/
	width: auto;
}




/*
content startseite************************/

td.left{
	border-left: 1px solid #B6AC9F;
	border-top: 1px solid #B6AC9F;
	border-bottom: 1px solid #B6AC9F;
	text-align: left;
	width: 33%;
	margin-bottom: 10px;
}

td.middle{
	border-top: 1px solid #B6AC9F;
	border-bottom: 1px solid #B6AC9F;
	text-align: center;
}

td.right{
	border-right: 1px solid #B6AC9F;
	border-top: 1px solid #B6AC9F;
	border-bottom: 1px solid #B6AC9F;
	text-align: right;
	width: 33%;
}

.imgrand{
	margin: 4px;
}


A.start:LINK, A.start:Visited, A.start:Hover, A.start:Active {
	color: #524637;
	background-color: #FFF;
	margin-left: 5px;
	margin-top: 10px;
}

/*
Filmuebersicht *********************************************/

table.uebersicht{
	border: 1px solid #B6AC9F;
	margin-bottom: 14px;
	font-size: 11px;
}

table.uebersicht td{
	padding: 3px 0px 3px 3px;
	vertical-align: top;
}

table.uebersicht td.datum{
	padding-top: 8px;
	margin-right: 200px;
	width: 140px;
	text-align: right;	
}

.thumb{
	width: 100px;
}

.date{
	margin-right: 45px;
}



/*
filmdetail *************************************************/


/* definiert grundtable der Detailseite */
table.detail{
	/*border-right: 1px solid #B6AC9F;
	border-top: 1px solid #B6AC9F;
	border-left: 1px solid #B6AC9F;*/
	margin-bottom: 0px;	
	border-bottom: 0px solid #B6AC9F;
}

table.detail td{
	padding: 3px 0px 3px 3px;
	vertical-align: top;
}

/* definiert bild linke spalte */
.detailbild{
	width: 190px;
	margin: 8px;
	/*border-bottom: 1px solid #B6AC9F;*/
}

/* definiert mittlere Spalte von table.detail */
.filminfo{
	/*width:216px;*/
	border-right: 1px solid #B6AC9F;
	/*border-bottom: 1px solid #B6AC9F;*/
}

/* definiert rechte Spalte von table.detail */
.dvdinfo{
	border-bottom: 0px solid #B6AC9F;
}


/* definiert table in mittlerer und rechter Spalte*/
table.info td{
	font-size: 11px;
	/*color: #000;
	background-color: #FFF;*/
	font-weight: normal;
	font-style: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 20px;
	
}
/* definiert td von table.detail - textteil mit informationen zum Film */
.detailtext{
	font-size: 12px;
	/*margin: 10px 10px 10px 10px;*/
	border-bottom: 1px solid #B6AC9F;
}

.detailtext img{
	margin-right: 4px;
	margin-top: 10px;
}



A.detail:LINK, A.detail:Visited, A.detail:Hover, A.detail:Active {
	color: #FFF;
	background-color: transparent;
}


/* pressezone
************************************************************/

#presse
{
	background-color: #FFFFFF;
	color: #000;
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 9px;
	line-height: 2em;
}
#presse ul
{
  padding:0;
  margin:0;
  list-style:none;
}
#presse li
{
   text-align:center;
   width:155px;   
   float:left;
   list-style:none;
   padding:0;
   margin:4px;
}


#presse a img
{  
  border:1px solid #CCCCCC;
  width:155px;
  height:116px;
  text-decoration:none;
}



/*
footer ****************************************************/

#trennlinie{
	background-image: url(../img/hg-bottom.gif);
	background-position: top;
	background-repeat: repeat-x;
	/*width: 733px;*/
	height: 15px;
	margin-left: 11px;	
  	display: none;
}

#footer{
	width: 733px;
	line-height: 2em;
	background-color: transparent;
	color: #000;
	font-size: 11px;
	margin-left: 11px;
	text-align: center;
	vertical-align: bottom;
}

#footer a:link, #footer a:visited{
	text-decoration: none;
	color: #000;
	background-color: transparent;
	font-size: 11px;
}

#footer a:hover, #footer a:active{
	text-decoration: none;
	color: #000;
	background-color: transparent;
	font-size: 11px;
}



/*
Textteil*********************************************************/

h1 {
	font-size: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #524637;
	background-color: #FFF;
	margin-bottom: 10px;
	font-weight: normal;
	font-style: normal;
}

h2{
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
	margin-bottom: 7px;
	margin-top: 5px;
	font-weight: normal;
	font-style: normal;
  display: none;
}


h3{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
	font-weight: normal;
	font-style: normal;
	
}

/* definiert ueberschrift in der filminfo un dvdinfo */
h4{
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	margin:2px 0 6px 3px;;
}

/* definiert ueberschrift detailseite text */
h5{
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	margin:10px 0 6px 10px;;
}




.smaller{
	font-size: 12px;
	color: #524637;
	background-color: #FFF;
}

.rechts{
	text-align: right;
	margin-right: 15px;
}

.center{
	text-align: center;
	margin-top: 8px;
	margin-bottom: 5px;
}

p{
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 7px;
}

/* absatz mit groesserem abstand bottom */
.abstand{
	margin-bottom: 20px;
}

.ganzlinks{
	margin-left: 0px;
	margin-bottom: 10px;
}

A:LINK, A:VISITED, A:HOVER, A:ACTIVE {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color: #FFF;
}

.verysmalltext{
	font-size: 10px;
}
 

/*.spalten {
	margin-top: 6px;
	margin-bottom: 20px;*/
	/*padding: 0px 20px 20px 0px;*/
	/*text-align: justify;
}
  
.spalten img {
	float: left;
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.spalten p {
	margin: 2px 0px 10px 0px;
	padding: 0;
}*/

.stopleft {
	clear: left;
	line-height:0px;
	font-size:0px;
}

.stopleftline {
	clear: left;
	line-height:1px;
	font-size:0px;
	border-top: 1px solid #B6AC9F;
}

