/* 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 */
/*  #000080...blau */


a
{
color:#336699;
text-decoration:none;
}

a:hover
{
color:#ff6600;
text-decoration:none;
}


.smcrow7
{
	background-color:#c0c0c0;
}

.smcrows
{
background-color:#c0c0c0;
} 

/* global */
#smclayout			/* gesamter seiteninhalt */
{	
	background-color: #FFFFFF;
	font-size: 11px; 
	font-family: verdana, helvetica, arial
}

/* navigation */
div#smcnavigation
{
	background-color: #FFFFFF;
/*	position:fixed;   */
}

#smcnavigation ul li a
{
	
	color: #336699;
	font-weight: bold; 
	font-size: 11px; 
	font-family: verdana, helvetica, arial

}
#smcnavigation ul li a:hover
{
	color: #ff6600;
	background-color: #FFFFFF;
}

/* contextmenu */
.smccontextmenu ul, .smccontextmenu li			/* farbe contextmenu */
{
	background-color: #FFFFFF;
	color: #336699;	
						/* farbe schrift text (info) */
}

.smccontextmenu A								/* farbe contextmenu-link  */
{
	color: #336699;
	text-decoration: none;								/* farbe schrift menüpunkte */
}
.smccontextmenu A:hover
{
    	color: #ff6600;
	text-decoration: none;								/* farbe schrift menüpunkte */
}
.smccontextmenu li 								/* rahmen contextmenu */
{
	border:1px solid #336699;
}
.smccontextmenu li li
{
	border: 0px;
}

.smccontextmenulink
{
text-decoration:none;
}

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

/* tabellen */
.smccontenttable thead tr th
{ 
	background-color: #336699;
	color:#ffffff;
}
/*
.smccontenttable td 								/* alle links in den datentabellen */
{
	color:red;
}	
*/


.smcrowt
{
	background-color:#000080;
}

