/*--------------------------------------------------------------/
/	Stylesheet Microsoft CD-ROM Toolkit		 	             	/
/	d|a AG Unterhaching											/
/	2002-06-10													/
/										 						/
/	color coding module 1										/
/																/
/--------------------------------------------------------------*/


/* --- formatting header area --- */

#headerbox	{									/* - container for header area - */
	background-color: #ffcc33;					/* - header background color - */
	/*background-color: #ffcc66;*/
	}
	
#headmslogo 	{								/* - header Microsoft Logo - */			
	background-image: url(../library/images/Dscn2247_60x80.gif);
	}	
	/* - filename must match hexcode for background color (anti-aliasing) - */
	
#headertitel 	{								/* - module titel in the header - */	
	color: #fff;	}
	
/* --- not yet supported by IE 5.5 ---
		- displays the module titel, so that script/header.js becomes obsolete -
#headertitel:after	{			  
	content:"Microsoft CD Toolkit";	}
*/
	
#headerlogo	{									/* - optional: additional logo - */
	float: right;
	width: 314px;
	height: 82px;
	background-image: url(../images/netteFormel.gif);	}	

/* --- /formatting header area --- */





/* --- formatting navigation area --- */

.navibg		{									/* - background color navigation tree - */
	background-color: #ffcc66;
}


/* --- /formatting navigation area --- */





/* --- formatting related links-box --- */

#related {										/* - border- and background color - */
	border: solid #ff6633 1px; 
	background-color: white;	}

	
.relatedhead	{								/* - Header for related links-box - */
	color: white;
	background-color: #ff6633;	}

	
#related ul { 									/* - bullet graphic - */
	list-style: square url(../library/images/icons/ico_li_bluedot.gif);	}
	
#related li {									/* - font/bullet color - */
	/*color: #3366cc;*/		}	
	
#related hr	{									/* - horizontal ruler - */
	color: #ff6633;	}


#related a:link  {								/* - link colors - */
	text-decoration: underline;
	color: #003399;	}

#related a:visited  {
	text-decoration: underline;
	color: #003399;	}	
	
#related a:hover {
	text-decoration: underline;
	color: #0099ff;	}
	
#related a:active	{ 
	text-decoration: underline;
	color: #0099ff;	}
	
/* --- /formatting related links-box --- */
	