/**
 * version: 2021-03-12
 * developed by Mathias Jaekel
 */

.farbtopf{
		
		width:25px; 
		height:25px; 
		border-style: solid; 
		border-width:1px; 
		margin:5px; padding:1px;
		
	}
	
	h1{
		font-size:35px;
	}
	
	h2{
		font-size:25px;
	}
	
	.formfield_empty{
		border-color:red;
		
	}
	
	.formfield_ok{
		border-color:green;
		
	}