/** schab.css */
/** Formatierung der Schablonen */

.schab_view_table, .schab_edit_table {
	font-size:85%;
	color:#000;
	line-height:140%;
       font-family:arial, helvetica, sans-serif;
background:#fff;
}


.schab_view_table {
}

.schab_edit_table {
       width:100%;
}

tr.schab_view_headline td, tr.schab_edit_headline td {
	 font-weight:bold;
	 background-color:#fbe29d;
}

.schab_view_table TD, .schab_view_headline TD, .schab_view_row_light, .schab_view_row_dark TD,
.schab_edit_table TD, .schab_edit_headline TD, .schab_edit_row_light TD, .schab_edit_row_dark TD 
{
	padding: 2px;
	white-space: normal;
}


.schab_view_row_light, 
.schab_edit_row_light
{
	background-color:#fff;
}

.schab_view_row_dark, .schab_edit_row_dark {
	background-color:#f6e6bb;
}

/*Kopfzeile ist hier 1. Spalte links*/
.attribut {
	 font-weight:bold;
	 background-color:#fbe29d;
}

a.linki
{
        color:black;
}




/*******/
/*Suche*/

.search_table, .pro_search_table
white-space:nowrap;
{

font-size:100%;
}

.search_headline, .search_rersult_headline {
	font-size:80%;
	color:#000;
	background-color:#fbe29d;
	font-weight:bold;
}


.search_midline
{
	font-size:small;
	font-weight:bold;
}

.search_row_light
{
	white-space:normal;
	font-size:x-small;
	color:#fff;
	background-color:white;
	line-height:15pt;
}

.search_row_dark
{
	white-space:normal;
	font-size:x-small;
	color:black;
	background-color:#f6e6bb;
	line-height:15pt;

}

.imglink
{
	cursor:pointer
}
