/* ##################################### */

table.wfqbe_full_list {
	border: 1px solid silver;
	border-collapse: collapse;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	
	width: 90%;
	margin-bottom: 20px;
}



/* Tabellendatenzeilen */
table.wfqbe_full_list tbody {
	
}

table.wfqbe_full_list td  {
	padding: 5px;
	margin: 0px;
	text-align: left;
	font-size: 9px;
	
	border: 1px solid silver;
	border-collapse: collapse;
}

table.wfqbe_full_list h3 {
	font-size: 10pt;
}

/* Beschreibung/Titel jedes Feldes*/
table.wfqbe_full_list .field_title {
	font-weight: bold;
}
table.wfqbe_full_list .ref_title {
	background-image: url(../images/layout/bg_yellow.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	padding-top: 7px;
	}

/* Feld für Bild */
table.wfqbe_full_list td.image {
	padding: 10px;
	margin: 0px;
	text-align: left;
	width: 220px;
}


/* Klasse für "keine Umbrüche" */
table.wfqbe_full_list .nobr {
	white-space: nowrap;
}
