/* die wichtigsten farbänderungen */

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

/* farbcodes durch suchen/ersetzen ändern */

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

/* global */
#smclayout			/* gesamter seiteninhalt */
{	
	background-color: #ffffff;
}
#smclayout	a		/* gesamter seiteninhalt */
{	
	color: #000000;
}
#smccontent
{
	margin-left: 0em;			/* breite navigation+1 */
}

/* navigation */
div#smcnavigation
{
	background-color: #ABA979;
	top:375px;
}
#smcnavigation ul li a
{
	color:#000000;
	border:0px solid #c0c0c0;
}
#smcnavigation ul li a:hover
{
	background-color: #F8F5E2;
}

/* contextmenu */
.smccontextmenu ul, .smccontextmenu li			/* farbe contextmenu */
{
	background-color: #ABA979;
	color: #000000;								/* farbe schrift text (info) */
}
.smccontextmenu a								/* farbe contextmenu-link  */
{
	color: #000000;								/* farbe schrift menüpunkte */
}
.smccontextmenu a:hover								/* farbe contextmenu-link  */
{
	background-color: #F8F5E2;
	text-decoration:none;
}
.smccontextmenu li 								/* rahmen contextmenu */
{
	border:1px solid #ffffff;
}
.smccontextmenu li li
{
	border: 0px;
}

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

/* tabellen */
.smccontenttable thead tr th
{ 
	background-color: #ABA979;
	color:#000000;
}

.smcrow7
{
	background-color:#ff8080;
}
.smcrowt
{
	background-color:#000080;
}
.smccontenttable tr.smcrow1 td a.smcnowrap,.smccontenttable tr.smcrow2 td a.smcnowrap
{
white-space:normal;
}