@font-face 			{	font-family: 'Open Sans';
						font-style: normal;
						font-weight: 400;
						src: local('Open Sans Regular'), local('OpenSans-Regular'), url(./OpenSans.woff2) format('woff2');
						unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
					}
					
	body			{	color: #64615E; 
						font-family:'Open Sans';
					}
.link_button, .button 
					{	font: 14px 'Open Sans';
						text-decoration: none;
						background-color: #FFFF00;
						color: #000000;
						padding: 7px 13px 7px 13px;
						border:2px solid #FFFF00;
					}

.link_button:hover, .button:hover 
					{	text-decoration: none;
						background-color: #FFFFFF;
						border:2px solid #FFFF00;
					}

/*TREEVIEW STYLES BEGINN
	Formatierung der Themenbereich Zeile in der Treeview*/
	.thbereich 		{	white-space: nowrap;        
						background-color: #EFEFEF;             
						color: #404040;            
						height:30px; 
						cursor: pointer;
						text-transform:uppercase;
					}		
	.thbereich_left	{	padding-left:5px;
					}
					
					
	/*Formatierung der Thema Zeile in der Treeview*/
	.thema			{ 	background-color: #FFFFFF; 
						color: #404040; 
						height:30px; 
						padding-left:15px; 
						text-align:left;
						cursor: pointer;
					}
	.weru_beschreibung
					{	padding-top:15px;
						vertical-align:top;
					}
/*TREEVIEW STYLES ENDE

  ALLE TEXTE UND EINGABEFELDER BEGINN
 	wie feldbez, aber als Absatz um 25 Pixel nach unten versetzt*/
	.feldbez_absatz	{ 	font-size: 11px;	
						margin-top: 15px;
					}
	.feldbez{
		font-family:'Open Sans';
	}
				
/*ALLE TEXTE UND EINGABEFELDER ENDE*/