/*
  $Id: stylesheet.css,v 1.6 2004/12/27 22:52:00 kd91372 Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

BODY  { 
	color: #000; 
	background: #fff;
	margin: 20px;
}

DIV {
	font-family : Verdana, Arial, sans-serif;
	
}

#filmbild img {
	width: 16cm;
	border: solid 1px #000;
}

#freitext {
	width: 16cm;
	font-size: 14pt;
	font-weight: bold;
	border-bottom: solid 1px red;
	color: red;
}

#regie {
	margin-top: 5pt;
	padding-top: 3pt;
	width: 16cm;
	font-size: 10pt;
	border-top: solid 1px #777;
	font-weight: bold;
	color: #777;
}

#weg {
	position: absolute;
	left: 15cm;
	top: 0cm;
	background: #fff;
	width: 4cm;
	font-size: 8pt;
	padding: 1px;
	border: dotted 1px #bbb;
	color: #777;
	display: block;
}

#weg a {
	font-size: 8pt;
	color: #777;
}

#filmtitel {
	width: 16cm;
	font-size: 20pt;
	font-weight: bold;
	color: #777;
}

#filmtext {
	width: 16cm;
	font-size: 10pt;
}

#footer {
	width: 16cm;
}

.adresse {
	font-size: 8pt;
	color: #777;
}

#filmcredits {
	width: 16cm;
}

#filmnummer {
	width: 16cm;
	font-size: 8pt;
}
	

TABLE.products_credits {
	width: 16cm;
}

TD.credits_subheader {
	background: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: white;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

TD.credits_left {
	font-family : Verdana, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: solid 1px #000;
	}

TD.credits_right {
	font-family : Verdana, Arial, sans-serif;
	font-size: 9pt;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: solid 1px #000;
	}
	


