@charset "utf-8";
/* CSS Document */
/******************************************************************************************
// Datei: fluid-sicherheitscode.css
// Author: DH
// Änderungsdatum: 30.05.16
// Beschreibung: 	- Sicherheitscode Elemente 
*******************************************************************************************/


/**** Layout für Mobilgeräte. */

.SPAN-CLASS-Sicherheitscode{
	color:#fa0000;
	}
#INPUT-ID-CapcharCodeGenated{
	border: 0px none;
	color:#fa0000;
}		

/**** Layout für Tablet-PCs. Erbt Stile vom: Layout für Mobilgeräte. */
@media only screen and (min-width: 481px) {


}
/**** Desktoplayout. Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */
@media only screen and (min-width: 979px) and (orientation : landscape) {

		
	
}