/*
DARK STYLES
Dieses Stylesheet wird derzeit im Bereich Film & TV Services verwendet
2004-03-01: added this stylesheet to PRODUCTS
*/

body, td, th
{
	background-color: #000000;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a
{
	color: #aaccff;
	text-decoration: none;
}

a:active
{
	color: #FFFF99;
}

a:hover
{
	color: #FFCC33;
}

h5
{	/* use this one for 'indenting' rest of text */
	font-size: 12px;
	position: relative;
	left: -25px;
}

/* start classes */

a.boldLink:link
{
	color: #bcc8de;
	font-weight: bold;
	text-decoration: none;
}
a.boldLink:visited
{
	color: #bcc8de;
	font-weight: bold;
	text-decoration: none;
}
a.boldLink:hover
{
	color: #FFCC33;
	font-weight: bold;
	text-decoration: underline;
}
a.boldLink:active
{
	color: #FFFF99;
	font-weight: bold;
	text-decoration: underline;
}

.smallText
{	/* just a smaller size */
	font-size: 10px;
}

.dotz
{ /* kind of 'dotz.jpg' ruler */
	width: 500px;
	height: 1px;
	color: #ffffff;
	background-color: #ffffff; /* this one for opera, īzilla does not care if height: 1px */
}

.menuHead
{	/* main topic menu */
	font-size: 10px;
	background-color: #393D48;
	padding-left: 5px;
}

.menu
{	/* menu sub-items */
	font-size: 10px;
	background-color: #262B37;
	padding-left: 5px;
}

a.menuLink
{
	color: #ffffff;
}

.headofLegend
{	/* legend headof */
	font-size: 10px;
	vertical-align: top;
	text-transform: uppercase;
}

.headof
{	/* text headof */
	font-size: 10px;
	vertical-align: top;
}

.contactPerson
{ /* on contact.htm */
	font-weight: bold;
	background-color: #393D48;
	padding-left: 5px;
}

.contactMail
{	/* on contact.htm */
	color: #BCC8DE;
	font-weight: bold;
}

.contactPostion
{ /* on contact.htm */
	padding-left: 5px;
}

.contactPhone
{ /* on contact.htm */
	/* nothing in here right now */
}

.email
{
	color: #ffffff;
}

/*
######################################################################
Start topnav: navigation in LOWER frame "head table"
######################################################################
*/

.topnav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-transform: none;
	/* text-transform: uppercase; */
}

a.topnav:link
{
/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
*/
}

a.topnav:visited
{

	color: #ffffff;
}

a.topnav:hover
{
	color: #FFCC33;
}

/* text float for images */
.floatLeft
{
	float:left;
	margin-right: 15px;
}

.floatRight
{
	float:right;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

/*
######################################################################
End topnav: navigation in LOWER frame "head table"
######################################################################
*/

.soundHeaderEquipment
{	/* VERY special for Film & TV Services > Sound > Equipment */
	width: 160px;
	background-color: #393D48;
	color: #ffffff;
	padding-left: 10px;
}

