/*	Common Formats			*/
body  {	background-color:#FFFFFF;
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		font-family:arial, helvetica;
		font-size:12pt;
		}

.bild {
	background-attachment: fixed;
	background-image: url(img/hintergrund_main.gif);
	background-repeat: no-repeat;
	background-position: -30px 90px;
	/*background-position: -90px -10px;*/
	/*background-position: center center; */
}

td.title   {	color:#AAAAAA;
		font-size:20pt;
		font-family:arial, helvetica;
		font-weight:bold; }
td.note  {
        font-size:10pt;
        }

strong {
	color:#C12143;
	font-size:20pt;
	font-family:arial, helvetica;
	font-weight:bold;
}

h1	    {	font-family:arial, helvetica;
		color:#CA1452;
		}

tr	    {	font-family:arial, helvetica;
		font-size:12pt;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		border-style:none;
		border-width:0px 0px 0px 0px; }

font.ten      {	font-size:10pt; }
font.twelve   {	font-size:12pt; }
font.thirteen {	font-size:13pt; }
font.fourteen {	font-size:14pt; }
font.fifteen  {	font-size:15pt; }
font.eightteen {	font-size:18pt; }
font.footer   {	font-size:12pt; }

/*
td	    {	font-family:arial, helvetica;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		border-style:none;
		border-width:0px 0px 0px 0px; }
*/
td.pixel  {	font-size:1px;
		font-family:arial, helvetica; }

/*	Menu					*/

table.app	{	background-color:#DDDDDD;
			border-style:none;
			border-width:0px 0px 0px 0px;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			width:100%; }

tr.app    	{	background-color:#F8F8F8; }

/*	Menu					*/

a.menu	{	color:#FFFFFF;
			text-decoration:none;
			font-size:12pt;
			font-weight:900; }

.menuinactive	{	color:#DDDDDD;
			text-decoration:none;
			font-size:12pt;
			font-weight:900; }

tr.menu	{	border-style:none;
			border-width:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			background-color:#CA1552;
			font-size:12pt;
			font-weight:bold;
			vertical-align:bottom; }

table.menu	{	background-color:#CA1552;
			border-style:none;
			border-width:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			width:100%; }

/*	Order					*/

a.order 	{	color:#000000;
			font-size:10pt; }

.orderinactive	{	color:#AAAAAA;
			font-size:10pt; }

.ordernouser	{	color:#FF0000;
			font-size:10pt; }

/*	Mission Status			*/

a.head    {	color:#FFFFFF;
		text-decoration:none; }

tr.head   {	color:#FFFFFF;
		background-color:#000000;
		font-size:10pt;
		font-weight:bold; }
td.head   {	color:#FFFFFF;
		background-color:#000000;
		font-size:10pt;
		font-weight:bold; }
.init   {	color:#000000;
		font-size:10pt; }
.wait   {	color:#000000;
		font-size:10pt; }
.stop   {	color:#AAAAAA;
		font-size:10pt; }
.activ  {	color:#00AA00;
		font-size:10pt; }
.run    {	color:#000000;
		font-size:10pt; }
.retry  {	color:#FFAA00;
		font-size:10pt; }
.locked {	color:#FFAAAA;
		font-size:10pt; }
.wrong  {	color:#FF0000;
		font-size:10pt; }

/*	Tree Data			*/

.placeholder  { font-size:10pt;}
.folderbutton { font-size:10pt;
			    color:#000000;
				text-decoration:none;
				width:10px;}
.treename     { font-size:10pt;
			    color:#000000;
				text-decoration:none;}
a.treename    { font-size:10pt;
			    color:#000088;
				text-decoration:none;
				vertical-align:middle;}
.rightR       { font-size:8pt;
			  	font-weight:bold;
			    color:#000000;
				background-color:#55FF00;
				text-decoration:none;
				width:10px; }
.rightA       { font-size:8pt;
			  	font-weight:bold;
			    color:#000000;
				background-color:#11BBFF;
				text-decoration:none;
				width:10px; }
.rightW       { font-size:8pt;
			  	font-weight:bold;
			    color:#000000;
				background-color:#EEEE00;
				text-decoration:none;
				width:10px; }
.rightD       { font-size:8pt;
			  	font-weight:bold;
			    color:#000000;
				background-color:#fF6688;
				text-decoration:none;
				width:10px; }
.rightE       { font-size:8pt;
			  	font-weight:bold;
			    color:#000000;
				background-color:#FF9900;
				text-decoration:none;
				width:10px; }
.rightN       { font-size:8pt;
			  	font-weight:bold;
			    color:#000000;
				text-decoration:none;
				width:10px; }
.rightP       { font-size:8pt;
			  	font-weight:bold;
			    color:#FFFFFF;
				background-color:#000000;
				text-decoration:none;
				width:10px; }

/*	Input Variables			*/

.mustfield    { background-color:#FFC8C8; }
.mandatory    { background-color:#FFFFC8; }
.inputvalue   { font-size:10pt;
			  	font-weight:bold; }

