/* die wichtigsten farbänderungen */

/* voraussetzung: sessionnet ab 3.0.0 mit layout 3 */

/* farbcodes durch suchen/ersetzen ändern */

/* global */
/** gesamter seiteninhalt **/
#smclayout			
{	
	overflow-x:auto;							/* bei Bedarf werden Scrollbalken angezeigt */
}

/* Navigation */
div#smcnavigation
{
	background-color: #6EBFEA;				/* Hintergrund Navigation */
}
#smcnavigation ul li a
{
	color:#000000;							/* Farbe Schrift Menüpunkte */
	border:0px solid #c0c0c0;				/* Rahmen Menüpunkte */
}
#smcnavigation ul li a:hover
{
	color:#ffffff;							/* Farbe Schrift Menüpunkte */
	background-color: #6EBFEA;				/* Hintergrund Navigation */
}

/* Context-Menü */
.smccontextmenu ul, .smccontextmenu li
{
	background-color: #6EBFEA;					/* Hintergrund Context-Menü */
	color: #000000;								/* Farbe Schrift Text (info) */
}
.smccontextmenu a
{
	color: #000000;								/* Farbe Schrift Menüpunkte */
}
.smccontextmenu li
{
	border:1px solid #ffffff;					/* Rahmen Context-Menü */
}
.smccontextmenu li li
{
	border: 0px;
}

/* Tabellen */
/** Tabellenkopf **/
.smccontenttable thead tr th
{ 
	background-color: #C0C0C0;
}
.smccontenttable thead tr th a
{ 
	color:#ffffff;
}

/** Sonntag/Feiertag **/
.smcrow7
{
	background-color:#ff8080;
}
/** Markierung "heute" **/
.smcrowt
{
	background-color:#000080;
}
/* style definitions for documents */
p.msonormal, li.msonormal, div.msonormal
{
	mso-style-parent:"";
	margin:0cm;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:"Arial, Helvetica, sans-serif";
	mso-fareast-font-family:"Arial, Helvetica, sans-serif";
}
