/**************************************
 * movie.css
 **************************************/


/** Filmbeschreibung **/

/* movie */

.movie
{
width: 805px;
margin: 0 0 0 0;
padding: 10px 10px 10px 10px;
font-size: 12px;
color: #762906;
min-height: 200px;
}

* html .movie  /* fuer IExplorer <= 6 */
{
width: 802px;
margin: 0 0 0 0;
padding: 10px 10px 10px 10px;
font-size: 12px;
color: #762906;
height: 200px;
}

.movie h3
{
margin: 0 0 0 0;
padding: 0 0 0 0;
font-size: 16px;
color: #762906;
background-color: #f78a0f;
border-top: 1px solid #762906;
}

.movie p.outlookText
{
margin: 0 0 0 0;
padding: 4px 0 4px 10px;
font-size: 14px;
font-weight: normal;
color: #f78a0f;
background-color: #762906;
}

.movie img
{
margin: 0 0 0 0;
padding: 0 10px 0 0;
float: left;
}

.movie img.gradeLogo
{
margin: 0 0 0 0;
padding: 4px 10px 10px 10px;
float: right;
}

.movie ul
{
margin: 0 0 0 0;	
padding: 0 0 0 0;
list-style-type: none;  
}

.movie li a
{
color: #762906;
text-decoration: underline;  
}

.movie table
{
width: 805px;
border-collapse:collapse;
border-top: 1px solid #f78a0f;
}

* html .movie table
{
width: 802px;  /* fuer IExplorer <= 6 */
border-collapse:collapse;
border-top: 1px solid #f78a0f;
}

.movie table tr th
{
padding: 0 0 0 0;
border-bottom: 1px solid #f78a0f;
}

.movie table tr th.days1
{
padding: 0 0 0 10px;
background-color: #fbb05d;
}

.movie table tr th.days2
{
padding: 0 0 0 10px;
background-color: #fab769;
}

.movie table tr th p 
{
margin: 0 0 0 0;
padding: 2px 0 2px 0;
font-size: 12px;
font-weight: bold;
color: #762906;
}

.movie table tr th p span.dayShortcut
{
font-size: 14px;
font-weight: bold;
color: #762906;
}

.movie table tr th span.dayDate
{
font-size: 12px;
font-weight: bold;
color: #762906;
}

.movie table tr td
{
padding: 0 0 0 0;
border-bottom: 1px solid #f78a0f;
}


.movie table tr td.time1
{
padding: 0 0 0 10px;
font-size: 12px;
color: #762906;
background-color: #fbb05d;
}

.movie table tr td.time1 a
{
font-size: 12px;
text-decoration: underline;  
color: #762906;
}

.movie table tr td.time2
{
padding: 0 0 0 10px;
font-size: 12px;
color: #762906;
background-color: #fab769;
}

.movie table tr td.time2 a
{
font-size: 12px;
text-decoration: underline;  
color: #762906;
}

.movie a
{
color: #762906;
text-decoration: none;  
}

.movie a:hover
{
color: #762906;
text-decoration: underline;  
}

.description a
{
color: #762906;
text-decoration: underline;  
}

/* Fuer die Zuruck zur Startseite Links bei der Vorschau*/
.textBack 
{
margin: 0 0 0 0;
padding: 10px 10px 10px 10px;
font-size: 12px;
color: #762906;
text-decoration: none; 
}

.textBack a
{
color: #762906;
text-decoration: none;  
}

.textBack a:hover
{
color: #762906;
text-decoration: underline;  
}
