/* Steuerung der Seitenanzeige im Browser ab Layout 4: */
/* Inhalt: farbliche Anpassung */

/* Tragen Sie nur die Klassendefinitionen ein, in denen tatsaechlich Attribute veraendert werden, tragen Sie nur die zu veraendernden Attribute ein! */

/* ab hier Anpassungen einfuegen */

body,html
{
	font-family : Arial, Helvetica, sans-serif; 
	font-size:1em;
}
body				/* Inhalt des Dokuments */
{
	color:#000000;		/* Textfarbe */
}
a
{
	color:#0E0D59;
}
a:hover				/* Maus über Link */
{
	color:#319f2c;		/* Textfarbe */		
}
a:visited
{
	color:#227F4C;
}

#smclayout
{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	font-size:1em;
	padding-top:1em;
	padding-left:1em;
}

/* Navigation */
div#smcnavigation
{
	background-color:#ffffff;
	padding-top:1em;
	padding-left:1em;
}
#smclayout img.smcnavigationtablettop
{
	padding-left:70px;
	width:60px;
	height:68px;
}
#smcnavigation ul li a
{
	background-color:#e6e6e6;
	color:#000000;							/* Farbe Schrift Menüpunkte */
	border:0px solid #ffffff;
	border-top:1px solid #000000;				/* Rahmen Menüpunkte */
	height:3.9em;
	padding:0px;
	margin:0px;
	margin-left:1em;
	padding-left:0.2em;
}
#smcnavigation .smcboxhead
{
	margin-left:1em;
	padding-left:0.2em;
}
#smcnavigation ul li a:hover
{
	color:#319f2c;		/* Textfarbe */
	text-decoration: underline;
}

/* Context-Menü */
#smclayout .smccontextmenu ul,#smclayout  .smccontextmenu li
{
	color: #000000;				/* Farbe Schrift Text (info) */
	background-color:#ffffff;	/* Farbe */
}
#smclayout .smccontextmenu a
{
}
#smclayout .smccontextmenu a:hover
{
	color:#319f2c;
}
#smclayout .smccontextmenu li
{
	border:1px solid #c6dc6f;	/* Rahmen */
}
#smclayout .smccontextmenuselected, #smclayout .smccontextmenu2selected
{
	font-weight:normal;
}
#smclayout .smccontextmenu li.smccontextmenuselected a
{
	font-weight:bold;
	color:#319f2c;	/* Rahmen */
}
#smclayout .smccontextmenu li.smccontextmenu2selected a
{
	font-weight:bold;
	color:#319f2c;	/* Rahmen */
}
#smclayout .smccontextmenu li li
{
	border: 0px;
}

#smclayout .smcuserinfo			/* Info wer ist angemeldet */
{
	color:#000000;			/* Farbe */
	border-top: 1px solid #c0c0c0;	/* Farbe für Rahmen */
}

/* Tabellen */
/** Tabellenkopf **/
#smclayout .smccontenttable thead tr th
{ 
	background-color: #c0c0c0;
}
#smclayout .smcrowl /* Sitzungskalender 1te Zeile */
{
	background-color:#eff5ce;
    font-weight:normal;
}
#smclayout .smcrow2 /* Sitzungskalender 2te Zeile */
{
	background-color:#eff5ce;
}
#smclayout .smcrow7 /* Sitzungskalender 7te Zeile Feiertage */
{
	background-color:#c6dc6f;
}
#smclayout .smcrowt /* Sitzungskalender aktueller Tag */
{
	background-color:#319f2c;
}