/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
BODY 	{ 
	font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif,sans-serif; 
	font-size: 12px; 
	background-color: rgb(220,224,211);
	}
	   
 P 	{
	text-align: justify;
    	margin-left: 5pt; 
	margin-right: 5pt; 
	margin-top: 5pt; 
	margin-bottom: 5pt;
	}

/* border */
.br 	{ 
    	border-right-width:1px;  
	border-right-style:solid; 
	border-right-color:#ffffff; 
	}

.bl	{
    	border-left-width:1px;  
	border-left-style:solid; 
	border-left-color:#ffffff; 
	}

.bt 	{
	border-top-width:1px;  
	border-top-style:solid; 
	border-top-color:#ffffff; 
	}	
	
.bb 	{
	border-bottom-width:1px;  
	border-bottom-style:solid; 
	border-bottom-color:#ffffff; 
	}	
	
/* Menue */
td.clearpix {
	width:6px;
	background-color:rgb(82,85,82);
	border-left-width:1px;  
	border-left-style:solid;
	border-left-color:#ffffff;
	}	

td.empty {
	width:100%;
	background-color:rgb(204,204,204);
	}
	
/*  Menue active */ 
 p.mtxa { 
	margin-top: 2pt; 
	margin-bottom: 2pt;
	color:#ffffff;
	font-weight:bold; 
	font-size: 11px; 
	white-space:nowrap; 
	}

 p.mtxa2 { 
	margin-top: 2pt; 
	margin-bottom: 2pt;
	color:#ffffff;
	font-size: 11px; 
	white-space:nowrap; 
	}
	
 td.mtxa { 
	background-color:rgb(82,85,82);
	}

/*  Menue inactive */  
 p.mtxi { 
	margin-top: 2pt; 
	margin-bottom: 2pt;
	color:rgb(50,50,50); 
	font-size: 11px;
	}
 
 td.mtxi { 
	background-color:rgb(204,204,204);
	white-space:nowrap; 
	}

 a.mtxi {
	text-decoration:none;
	color:rgb(50,50,50); 
	}
 
/* Tray */
 td.traycontent {
	background-color:#ffffff; 
	border-left: 1pt solid rgb(131,172,216); 
	border-right: 1pt solid rgb(131,172,216); 
	border-bottom: 1pt solid rgb(131,172,216);
	}