/* Klasse fuer die bc_allgemein in der Vorlage allgemein_text.tmpl */ 
#bcallgemein
{
	
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	/* border: solid 1px red; */
	position: relative;
	margin: 10px;
	width: 630px; /* 060614, hm War 75% */
}

#bcallgemein a
{
	color: #DF002D;
	font-size: 12px;
}

.bca_ueberschrift
{
	
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: Black;
	font-weight: bold;
}
.bca_txt
{
	
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}

.bca_txt_fett
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.bca_txt_unterstrichen
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}



.bca_linie
{
border: solid #87929A 1px;
height: 1px;
width: 100%;
}


#bcallgemein ul
{
	list-style: disc outside;
	margin: 3px 5px 0px 17px;
	padding-left: 0px;
}

#bcallgemein td
{
padding: 5px 5px 5px 5px;
}

/* Die rechten TDs inm breiteueberschrift_liste.tmpl Template */ 
#bcallgemein td.twocols
{
padding: 5px 0px 5px 5px;
}

#bcallgemein img
{
float: left;
border: 0px solid white;
}


/* Bilder in rechter Spalte im allgemeinen Content Template */ 
#bcallgemein img.right
{
float: left;
 margin-bottom: 5px;
}


/* Bilder in rechter Spalte im breiteueberschrift_liste.tmpl Template */ 
#bcallgemein img.twoccolsright
{
 padding-right: 0px;
 margin-right: 0px;
 margin-bottom: 5px;
}





.formLabel
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}

.formLabelRequired
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	font-weight: bold;
}

.form
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}

.formbutton
{
}


