/***********************/
/* Listboxen für Kurse */
.textBox .listbox{	
	padding:5px;	
	padding-left:15px;
	background-color:#fff;
	border:1px solid #E4E2E2;	
	margin-bottom: 10px;
	font-size: 11px;	
	/*border-left:5px solid #efefef;*/
}

.textBox .listbox table{	
	width: 97%;	
}
	
.textBox .listbox td{
	vertical-align: top;
	text-align: left;	
	}

.textBox .listbox .bez{
	min-width: 25px;
	font-weight: bold;
	color: #72773C;
	}

.textBox .listbox a{
	font-weight: bold;
	color: #6E99E5;
	text-decoration:none;
}
b{
	color: #72773C; 	
}

.textBox table{
	border: 0px;
	border-collapse: collapse;
	}
