/* generelle body Einstellung */
body { background : #FFFFFF; }	
.inputButton{ font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 10px;
        color: #000000}

P,TD,TH,NOBR,TABLE,FONT { font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 8pt; }

FONT.menutext { color: white; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 8pt; }
FONT.menutext_small { color: white; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 7pt; }
FONT.logo { color:#FF6500; font-family:"Impact","Arial Black",Verdana,Arial,Helvetica,sans-serif; font-size: 24pt; }

/* Kopfzeile background */

TD.header 
{	
	background: #00659C; 
	border: solid; 
	border-width: thin; 
}

/* Hauptknoten Katalog */

TD.topbar
{
	background: #FF6500;
	height: 38px;
	border-bottom: solid;
	border-bottom-width: thin;
	border-right: solid;
	border-right-width: thin;
}

/* Left navigation */
TD.nav
{
	background : #FF6500;
	height: 320px;
	vertical-align: top;
	border-left: solid;
	border-left-width: thin;
}

/* main table */
TD.main
{	
	Vertical-align: top;
	text-align: left;
	width: 100%
}


TD.mainFooter
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	text-align: right;
	vertical-align: bottom;
	height: 10px;
	border-bottom: solid;
	border-bottom-width: thin;
}

TD.spacer
{
	height: 320px;
	vertical-align: top;
}

TD.border01
{
	background-color: #00659C;
	height: auto;
	border-top: solid;
	border-top-width: thin;
	border-left: solid;
	border-left-width: thin;
	border-bottom: solid;
	border-bottom-width: thin;
}

TD.border02
{
	height: auto;
	border-bottom: solid;
	border-bottom-width: thin;
}

/* Link Einstellungen */

A {font-family: Verdana,Arial,Helvetica,sans-serif; }
A.menu {font-family: Verdana,Arial,Helvetica,sans-serif; text-decoration: none; }

A:hover {color: #0033CC; text-decoration: underline; }

A:link { color: black; }

A:visited { color: #000099; }

A:active { color: #FF6500; }

/* content Bereich Einstellung */

Td.content
{		
	height: 482px;
	
	vertical-align: top;
	text-align: left;

	border-bottom: solid;
	border-bottom-width: thin;

	border-right: solid;
	border-right-width: thin;
}

/* TreeMenu Einstellungen */

TD.treemenu { font-size: 8pt; }

/* Einstellungen Content Tabellen */
TABLE.content 
{ 
	width:93%; 
	margin-left:15px; 
	margin-right:15px; 
	margin-top:10px; 
	margin-bottom:10px; 
}

/* Special Table Einstellungen */
TABLE.special 
{ 
	width:93%; 
	margin-left:10px; 
	margin-right:10px; 
	margin-top:10px; 
	margin-bottom:10px; 
}

/* Catalog Table Einstellungen */
TABLE.catalog
{ 
	background: rgb(240,240,240);
	width: 200px;
	margin-left:10px; 
	margin-right:10px; 
	margin-top:10px; 
	margin-bottom:10px; 
}

/* Einstellung Produkt-Detail */

TR.colored 
{
   	background-color: rgb(240,240,240);
   	vertical-align: top;
}

TD.colored 
{
   	background-color: rgb(240,240,240);
   	vertical-align: top;
}

TD.uncolored 
{
   	vertical-align: top;
}

TD.treemenusmall 
{
 font-size: 7pt; 
}

TD.divider
{
	border-left: solid;
	border-left-width: thin;
}

/* CSS für ItsTable siehe ItsTable.jsp */

