<!--
/* STYLE SHEET www.comsol.ch neu: 13.10.2001 */

b				 	{ 
					font-family: Verdana, Arial, Helvetica, sans-serif;  
					font-weight: bold;
					font-size: 11px; 
					color: #626262; /* hellgrau */
					}
/* für Quellcodes: schrift wird ein bischen kleiner als beim normalen schriftbild */
CODE				{
					color: #08621D;
					font-size: 11px; 
					}
/* hauptüberschrift bei einer Seite */
h2				{  
					font-family: Arial, Verdana, Helvetica, sans-serif; 
					font-size: 16px;
					color: #254F9C;
					}				
/* unterüberschrift innerhalb von einer Seite */	
h3				{  
					font-family: Arial, Verdana, Helvetica, sans-serif; 
					font-size: 12px;
					color: #254F9C;  /*4A4D4A*/
					}
				
p 				{
					font-family: Verdana, Arial, Helvetica, sans-serif; 
					font-size: 11px; 
					color: #000000;
					}
td 				{
					font-family: Verdana, Arial, Helvetica, sans-serif; 
					font-size: 11px; 
					color: #000000;
					}
/* Tabellen Header - für Tabelle, die eine überschrift besitzen die grau hinterlegt wird*/
th 				{
					font-family: Verdana, Arial, Helvetica, sans-serif; 
					font-size: 11px; 
					color: #7E7E7E;
					background-color:#F6F6F6;
					text-align: left;
					
				
					}
/* Tabellen Rahmen - für Tabellen mit Header Grauer ein 1px grosser Rand rundherum */
.rahmen			{
					border-top-width:1px;
					border-top-style:solid; 
					border-bottom-width:1px;
					border-bottom-style:solid;
					border-left-width:1px;
					border-left-style:solid;
					border-right-width:1px;
					border-right-style:solid;
					
			 }
/* Tabellen Rahmen - für Tabellen mit Header Grauer ein 1px grosser Rand rundherum - der innere Rahmen*/			 
.ir			{
				border-top-width:1px;
				border-top-style:solid; 
			}
ol				{
					list-style: square;
					text-align: left;
					font-family: Verdana, Arial, Helvetica, sans-serif; 
					font-size: 11px; 
					color: #000000;
					}
/*hochgestellter Text */
sup				{
					font-family: Verdana, Arial, Helvetica, sans-serif; 
					font-size: 11px; 
					color: #000000;
					}
/*tiefgestellter Text */
sub             {
					font-family: Verdana, Arial, Helvetica, sans-serif; 
					font-size: 11px; 
					color: #000000;
					}

/* LINKS */


a					{ /* Standard links */
					color: #254F9C;
					text-decoration: underline;
					}


a:link {
	color:#254F9C;
	text-decoration:underline;
  }


/* visited links */
a:visited {
		color:#254F9C;
		text-decoration:underline;
  }


/* active links */
a:active {
		color: #08621D;
		background: transparent;
  }
/*form styles for formulars */
/*no form styles in netscape */

form		{
				font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-size: 11px; 
				margin: 0cm 0cm 0cm 0cm; 
				padding:0px; 
			}
			
/*hr for footer*/

hr			{
				color: #DFDFDF;
				HEIGHT: 1pt;
			}h4 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: 254f9c}
.menuunder {  font-family: Arial, Helvetica, sans-serif; font-style: italic; color: #8C8C8C}
.onlineweiss {  color: #FFFFFF}
