/* ========================================= */
/* =  IXOS SOFTWARE - WEBSITE STYLE SHEET  = */
/* ========================================= */
/*  performed and designed by Marco Müller   */
/* ========================================= */
/*      Operating System Compatibility:      */
/*   Macintosh OS and Microsoft Windows OS   */
/* ========================================= */
/* ============ C L A S S E S ============== */
/* ========================================= */

/* #############   PAGE BODY   ############# */
BODY
/* ######################################### */
	 { margin: 0px; scrollbar-3dlight-color: #000000; scrollbar-arrow-color: #FFFFFF; scrollbar-base-color: #000066; scrollbar-darkshadow-color: #99CCFF; scrollbar-face-color: #003366; scrollbar-highlight-color: #CCFFFF; scrollbar-track-color: #cccccc }

/* ############   NORMAL TEXT   ############ */
P, TABLE, TR, TD, TT, TH, THEAD, TFOOT, TBODY
/* ######################################### */
	{
	font-family : Verdana, Arial, sans-serif;
	font-size : 9pt; 
/*	text-align : justify; /* supported under IE */ 
/*	font-weight : normal; ==> Netscape V4.x */ 
/*	text-decoration : none; */
/*	line-height : 10pt;	==> Netscape V4.x */ 
	}

/* ############   NORMAL LINE   ############ */
HR
/* ######################################### */
	{
    color : #003366; 
	}

/* ###########   STANDARD LINK   ########### */
A
/* ######################################### */
	{
	color : #000099;
	text-decoration : underline;
/*	font-weight : normal; ==> Netscape V4.x */ 
	}

/* ############   NORMAL LINK   ############ */
A:link
/* ######################################### */
	{
/*	font-weight : normal; ==> Netscape V4.x */ 
	}

/* ############   ACTIVE LINK   ############ */
A:active
/* ######################################### */
	{
	color : #3399CC; 
/*	font-weight : normal; ==> Netscape V4.x */ 
	}

/* ############   VISITED LINK   ############ */
A:visited
/* ######################################### */
	{
	color : #3399CC; 
/*	font-weight : normal; ==> Netscape V4.x */ 
	}

/* ############   HOVERED LINK   ###^######### */
A:hover
/* ######################################### */
	{
/*	font-weight : normal; ==> Netscape V4.x */ 
	}

/* ############  HIGHLIGHTING   ############ */
STRONG
/* ######################################### */
	{
	background-color : #99CCFF;
	font-weight : normal; /* Not under Netscape V4.x */ 
	}
		
/* #############   HEADING #1   ############ */
H1
/* ######################################### */
	{
	font-family : Verdana, Arial, sans-serif;
	font-size : 18pt;
	font-weight : bold;
	color : #000000;
	}

/* #############   HEADING #2   ############ */
H2
/* ######################################### */
	{
	font-family : Verdana, Arial, sans-serif;
	font-size : 15pt;
	font-weight : bold;
	color : #003366;
	margin-bottom : 9px;
	}
		
/* #############   HEADING #3   ############ */
H3
/* ######################################### */
	{
	font-family : Verdana, Arial, sans-serif;
	font-weight : normal;
	font-size : 13pt;
	color : #3399CC;
	margin-bottom : 7px;
	}
		
/* #############   HEADING #4   ############ */
H4
/* ######################################### */
	{
	font-family : Verdana, Arial, sans-serif;
	font-size : 11pt;
	font-weight : bold;
	color : #003366;
	margin-bottom : 5px;
	}

/* #############   HEADING #5   ############ */
H5
/* ######################################### */
	{
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : #003366;
	}

/* #############   HEADING #6   ############ */
H6
/* ######################################### */
	{
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #000000;
	}
	
/* #############   LISTINGS   ############## */
UL
/* ######################################### */
	   { font-weight: normal; font-size: 9pt; font-family: Verdana, Arial, sans-serif; list-style-image: url(../pics/arrow.gif) }

/* ###########   INPUT FIELDS   ############ */
INPUT
/* ######################################### */
	{
	font-family : Verdana, Arial, sans-serif;
	font-size : 9pt;
/* 	background-color : #CBD7E5; */
/*	border-color : #666666;  */
	}

/* ############   NORMAL TEXT   ############ */
SUB, SUP
/* ######################################### */
	{
	font-family : Verdana, Arial, sans-serif;
	font-size : 8pt;
	}

/* ========================================= */
/* ========== S U B C L A S S E S ========== */
/* =========== ( G L O B A L ) ============= */
/* ========================================= */

/* #############   TEASER HEAD   ############# */
H5.hteaser 
/* ######################################### */
	{
    font-size : 7.5pt;
	line-height : 8pt;
	}

/* #############   TEASER TEXT   ############# */
.teaser 
/* ######################################### */
	{
    font-size : 7.5pt;
	line-height : 8pt;
	}


/* #############   TINY TEXT   ############# */
.tiny 
/* ######################################### */
	{
    font-size : 8pt;
	line-height : 10pt;
	}

/* #############   TEASER BLOCK TEXT   ############# */
.block 
/* ######################################### */
	{
    font-size : 7.5pt;
	line-height : 8pt;
	text-align:justify;
	}

/* #############   FOOTER TEXT   ############# */
.footer 
/* ######################################### */
	{
	font-size : 8pt;
	font-weight : normal;
	text-align : center;
	line-height : 10pt;
	}
	
/* #########   NO TEXT DECORATION   ######## */
.nodeco
/* ######################################### */
	{
	text-decoration : none;
	}

/* #########   WHITE LINKS          ######## */
.whitelinks
/* ######################################### */
	{
	text-decoration : none;
	color : #ffffff;	
	}	

/* #########   HELP CURSOR          ######## */
.help
/* ######################################### */
	{
	cursor : help;
	}	
	
/* ========================================= */
/* ========== S U B C L A S S E S ========== */
/* ====== (  T A G S P E C I F I C ) ======= */
/* ========================================= */
