/* 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 */


div#smcnavigation
{
	background-color: #cccccc;
	top: 90px;
	width: 14em;
}
#smccontent
{
	margin-left:14em;
}
div.smccontentbox
{
	border-left:10px solid #cccccc;
	border-right:1px solid #cccccc;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
#smclayout			/* gesamter seiteninhalt */
{	
	background-color: #cccccc;
}
#smcnavigation ul ul a
{
	background-color:#666666;
}
#smcnavigation ul li a:hover
{
	background-color: #696798;
}
.smccontextmenu UL, .smccontextmenu LI			/* farbe contextmenu  */
{
	background-color: #cccccc;
}
.smccontenttable thead tr th
{ 
	background-color: #cccccc;
}


/* Michael Sauter, 12.08.08: alte Einträge aus der html-Version
.smcnav
{	
	background-color:#cccccc;
	position: absolute;
	width: 15em;
	padding-bottom: 300%;
}
.smcmenu1
{
	color:#666666;
	font-family:arial,tahoma,verdana,arial;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	font-size: 14px;
}
.smccontextmenu
{
	position: static;
	float:none;
	clear:both;
	font-size:95%;
	margin-top: 2px;
	border:1px solid #cccccc;
	text-align: left;
	color:#000080;
	background-color: #cccccc;
}
.smcnavmenu
{
	padding-left: 10px;	
	vertical-align:middle;
	white-space:nowrap;
	text-align:left;
	margin-top:-10px;
	padding-top:1px;
}
.smcmenu1:hover
{
	color:#000080;
}