/* die wichtigsten Farbänderungen */

/* Vorraussetzung: SessionNet ab 3.0.0 mit Layout 3 */

/* Das Beispiel zeigt die Verwendung von 4 Farben: */
/*  #000000...schwarz */
/*  #ffffff...weiss */
/*  #ff0000...rot */
/*  #ff8080...ziegelrot (z.B. Sonntag) */
/*  #739E31...gelb */
/*  #c0c0c0...grau */
/*  #31415A...grün */
/*  #000080...blau */
/*  #e1e1e1...hellgrau */



/* Global */
#smclayout			/* gesamter seiteninhalt */
{	
/*	overflow-x: auto; */
}

/* Navigation */
div#smcnavigation
{
	background-color: transparent;
	height: auto;
	display:none;
}

#smcnavigation ul li a
{
	color: #667c9a;
	font-weight: normal;
	margin:0.2em;
	padding:0.2em;
	white-space:nowrap;
	text-decoration:none;
	border: none;
}
#smcnavigation ul li a:hover
{
	color: #364d6d;
	font-weight:bold;
	background-color: transparent;
}


/* NavLogon */
#smcnavlogon
{
	background-color: #edf6e5;
}

div#smcnavlogon
{
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
	padding-top: 1px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

div.smccontextmenu
{
	height: auto;
}
#smccontainer2col .smcboxhead
{
	height:1.7em;
	background:url('../nordsachsen/_boxhead1.png') repeat-x;
}

.smcboxheadleft h3
{
	color: #55771d;
}
/* Contextmenu */
.smccontextmenu UL, .smccontextmenu LI			/* farbe contextmenu  */
{
	background-color: #edf6e5;
	color: #000000;
}
.smccontextmenu A								/* farbe contextmenu-link  */
{
	color: #000000;
}
.smccontextmenu LI 								/* rahmen contextmenu */
{
	border:1px solid #ffffff;
}
.smccontextmenu LI li
{
	border: 0px;
}

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

/* Tabellen */
.smccontenttable thead tr th
{ 
	background-color: #94cd5c;
	color:#ffffff;
}
.smccontenttable thead tr th a
{ 
	color:#ffffff;
}
.smcrow2
{
	background-color: #edf6e5;
}
.smcrow7
{
	background-color:#ff8080;
}
.smcrowt
{
	background-color:#000080;
}
.smcform
{
	background-color: #edf6e5;
}
.smcformbox
{
	background-color: #edf6e5;
	border-color: #94cd5c;
}



#smcworkcontainer
{
	background-color: #edf6e5;
}
.smcwrapsmall
{
	white-space: normal;
}
table.smcdocbox
{ 
	float:none;
	width: 14em; 
	border:1px solid gray;
	margin: 2px;
	padding: 2px;
}

.smcimgperson {float: left;}

#smccontainer2col .smcboxcontainerleft_simple 
{
	width:100%;
}


