/* die wichtigsten farbänderungen */

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

/* farbcodes durch suchen/ersetzen ändern */

/*  #000000...schwarz */
/*  #ffffff...weiss */
/*  #ff0000...rot */
/*  #ff8080...ziegelrot (z.b. sonntag) */
/*  #004478...gelb */
/*  #c0c0c0...grau */
/*  #CCDAE3...grün */
/*  #000080...blau */

/* global */
/** gesamter seiteninhalt **/
#smclayout
{	
	background-color: #ffffff;
}
/* aktivieren bei Layoutintegration:
#smclayout td
{	
	font-size:0.75em;
}
#smclayout th
{	
	font-size:0.75em;
}
*/

/* Navigation */
/* aktivieren bei Darstellung ohne Navigation:
div#smcnavigation
{
	display:none;
}
*/

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

/* Startseite */
/** Datenbox **/
div.smccontentbox
{
	border-left:10px solid #004478;
	border-right:1px solid #004478;
	border-top:1px solid #004478;
	border-bottom:1px solid #004478;
}

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

/** Sonntag/Feiertag **/
.smcrow7
{
	background-color:#6A8EA6;
}
/** Markierung "heute" **/
.smcrowt
{
	background-color:#000080;
}
/** Markierung "nächste" **/
.smcrown
{
	background-color:#6A8EA6;
}
/** Markierung "Besonderheit" **/
.smcrows
{
	background-color:#6A8EA6;
}
/** Markierung "Zwischenüberschrift" **/
.smcrowl
{
	background-color:#6A8EA6;
}
div#smcnavigation
{
background-color:#044474;
}
#smcnavigation li
{
color:white;
}
#smcnavigation ul li a
{
	color: white;
	white-space:nowrap;
	text-decoration:none;
	border:1px solid white;
	margin-left:0px;
}

#smcnavigation ul li a:hover
{
	background-color: #044474;
}
div.smccontentleft
{
	width: 600px;
}