BODY, .tableBG {
background-color:#ffffff;
margin-top:5px;
font-family: Arial;
font-size: 13px;
    width: 100%;
}

a { color: #004BAD }


#suche table {
border-top: #FBBB00 4px solid;
width:510px;
padding: 8px 0px;
background: #FEEAB2;

}

#suche td {
padding: 0px 10px;
}


.ergebnis {
padding: 0px 0px;

}

.ergebnis table {
width: 100%;
padding: 0px;
}

.ergebnis td {

width:100%;
padding-top: 3px;
padding-bottom: 3px;

}

.ergebnis tr {
background-color: #CBDAEE;
}

.ergebnis .small {
	padding-bottom: 5px;

}

#blatt, #blatt a, .blatt {
text-align:center;
FONT-SIZE: 12px;
COLOR: #666666;
FONT-FAMILY: Verdana,Arial,Helvetica;
text-decoration: none;
}


.inhalt {
FONT-SIZE: 10px;
COLOR: #666666;
FONT-FAMILY: Verdana,Arial,Helvetica;
}

.inhaltdebug {
FONT-SIZE: 10px;
COLOR: #666666;
FONT-FAMILY: Verdana,Arial,Helvetica;
}











.image-xs {
	display:none;
}
.image-xs  img {
	margin-top:5px;
	margin-bottom:10px;
}
@media (max-width:400px){
	.image-xs {
		display : table-cell;
		/*text-align: center;*/
	}
	.image-lg {
		display : none;
	}
}
