/* 
darstellung der breezing forms
*/


.bfSubmitButton
{
	   margin: 2px 0 25px 0;
		cursor:pointer;
		text-decoration: none;
      font-family: 'fe2std_font', arial, sans-serif;
		line-height:30px;
		display: block;
		color:#333;
		padding-left:10px;
		height:30px;
      width: 100%;
		background: #FFF0BA;
      margin-bottom: 0px;
		font-size: 14px;
		font-weight:bold;
}

.bfSubmitButton:hover
{
      color: #000;
		padding-left:10px;
		height:30px;
		background: #efefef;
}

.bfNoSection
{
   margin: 5px;
   border: 4px solid #FFF0BA;
   padding: 5px;
}


/* Fellow Anmeldeformular */
#bankverbindung
{
   float: right;
}


/* OS Donate */
/* Problem : {loadposition donatepos} funktioniert nur, wenn donatepos aktiviert ist
   damit wird das Formular aber 1. bei {loadposition ...} und bei donatepos angezeigt
   hier wird donatepos ausgeblendet */
#donatepos
{
   display: none;
}
