@charset "UTF-8";

@media all
{



/* CMS Formatierung */
input.cms, textarea.cms {
	border : 1px solid #EF8E31;
	background-color: #FFF9E5;
	font-size:12px;
	font-family:Verdana;
}

input.cms {
	height: 21px;
}

.cmsblock {
	border : 1px solid #EF8E31 ! important;
	background-color: #FFF9E5 ! important;
}

.cmshinweis{
  color:#B64D24;font-size:11px;
}


 /* CMS Einstellungen für Editor */

fieldset {
  border: 1px solid #EF8E31;
  width:535px;  
  margin: 20px 10px 20px 0px;
/*  position: absolute; */
  color:black ! important;
  background-color:#AFD3A8;

}

legend{
   background-color:#AFD3A8;padding:5px;
}


#anyedit {
   position: relative; 
    z-index: 100;
    padding:10px;font-size:12px;
}

.editfeld{
  background-color:#AFD3A8;/*width:550px       */
}

.editfeld_small {
  background-color:white;width:250px !important;
}

}


