body{
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10pt;
	font-family: "Trebuchet MS", "Tahoma", sans;
}

A:link
{
    	COLOR: #000000;
    	TEXT-DECORATION: none
}
A:visited
{
    	COLOR: #000000;
    	TEXT-DECORATION: none
}
A:hover
{
    	COLOR: #000000;
		background-color: #ffffe0;
    	TEXT-DECORATION: underline;
}
A:active
{
    	COLOR: #000000;
    	TEXT-DECORATION: none
}

.massnahme_bezeichnung{
		float: left;
		width: 450px;
		margin: 5px 3px 0px 3px;
}
.massnahme_status{
		float: left;
		width: 150px;
		margin: 5px 3px 0px 3px;
}
.massnahme_rueckmeldungen{
		float: left;
		width: 250px;
		margin: 5px 3px 0px 3px;
}
.massnahme_zeile{
		width: 850px;
		margin: 5px 3px 0px 3px;
        clear: left;
}
.massnahme_zeile_aussen{
        clear: left;
}

.tn{
		margin: 5px 0px 0px 25px; 
}
.tn_name{
		clear:left; 
		float:left; 
		width:300px;
}
.tn_verein{
		float:left; 
		width:300px;
}
.tn_typ{
		float:left; 
		width:125px;
}
.tn_teilnahme{
		float:left; 
		width:125px;
}
.tn_details{
		clear:left; 
		/* border: solid 2px; */
		background-color: #f1f1f1;
		margin: 5px 0px 0px 25px; 
		/* width:825px; */
		padding: 5px 5px 5px 5px;
	  	width: 0;
	  	height: 0;
	  	display: none;
 		visibility:hidden;
}
.tn_detail{
		clear:left; 
		float:left; 
		width:250px;
}
