/* Steuerung der Seitenanzeige im Browser: Tragen Sie nur die Klassendefinitionen ein, in denen */
/*  tatsaechlich Attribute veraendert werden, tragen Sie nur die zu veraendernden Attribute ein! */
/* ab hier Anpassungen einfuegen */
/* 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) */
/*  #ffff00...gelb */
/*  #c0c0c0...grau */
/*  #008000...grün */
/*  #99CC99...blau */

/* global */
#smclayout			/* gesamter seiteninhalt */
{	
	background-color: #FFFFFF;
	top:0px;
}
/*
#smccontent a			/* alle links */
{
	color:red;
}	
*/

/* navigation */
#smcnavigation
{
	clear:both;
	padding-left:1em;
	padding-right:1em;
	height:2em;
	top:0px;
}
div#smcnavigation
{
	background-color: #F6F6F3;
	top:10px;
}
#smcnavigation ul li a
{
	color:#000000;
	border:1px solid #c0c0c0;
}
#smcnavigation ul li a:hover
{
	background-color: #99CC99;
}

/* contextmenu */
.smccontextmenu ul, .smccontextmenu li			/* farbe contextmenu */
{
	background-color: #FFFFFF;
	color: #000000;								/* farbe schrift text (info) */
}
.smccontextmenu a								/* farbe contextmenu-link  */
{
	color: #000000;								/* farbe schrift menüpunkte */
}
.smccontextmenu li 								/* rahmen contextmenu */
{
	border:1px solid #ffffff;
}
.smccontextmenu li li
{
	border: 0px;
}

/* startseite */
div.smccontentbox
{
	border-left:10px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

/* tabellen */
.smccontenttable thead tr th
{ 
	background-color: #F6F6F3;
	color:#FFFFFF;
}
/*
.smccontenttable td 								/* alle links in den datentabellen */
{
	color:red;
}	
*/
.smcrow7
{
	background-color:#ff8080;
}
.smcrowt
{
	background-color:#99CC99;
}
/* Beispiele für weitere Farbänderungen */
/* (entnehmen Sie nur die Klassen bzw. Attribute, für die Anpassungen erfolgen sollen) */

/* Vorraussetzung: SessionNet ab 3.0.0 mit Layout 3 */

/* Global */
#smccontent								/* gesamter seiteninhalt */
{	
	background-color: #FFFFFF;
}
#smccontent a							/* alle Links rot */
{
	color:#034715;
}	


/* Tabellen */
.smccontenttable thead tr th 			/* Tabellenüberschriften weiss auf rot */
{ 
	color:#000000;
	background-color: #F6F6F3;
}

.smccontenttable td 					/* alle Texte in den Datentabellen blau */
{
	color:#000000;
}	

#smcfilter								/* Filter-Box */
{
	background-color: #F6F6F3;
	border:1px solid red;
}

#smcworkcontainer						/* Tool-Box */
{
	background-color: #F6F6F3;
	border:1px solid blue;
}
.smcrow2
{
	background-color:#F6F6F3;
}

/* Menü Ebene 0 Hintergrund mit Einrückung */ 
#smcnavigation .smcboxhead
{ 
	height:1.7em;
	padding:1px;
	display:block;
	xbackground:url('../im/boxhead.jpg') repeat-x;
	background-color:#FFFFFF;
	padding-left:14px;
}

