/*formatuser in bcms*/
/*general settings editor */
ul { 
	list-style-type: square; 
	list-style-position: outside; 
	margin: 0 0 0 15px; 
	padding: 0; 
} 
ol { 
	margin: 0 0 0 15px; 
	padding: 10px; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
} 
p {
	margin: 0px;
	padding: 0px;
}
hr{
	border: 0;
	size:1px;
	height:1px;
	color:#CCCCCC;
	background-color: #CCCCCC;
}
/*END general settings editor */
.textnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color:#333333;
	text-decoration: none;
}
.bildlinks {
	border: none;
	float: left;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}
.bildrechts {
	border: none;
	float: right;
	margin-left: 10px;
	margin-top:10px;
	margin-bottom:10px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
  	color:#8b1629;
 	text-decoration: underline;
}
/*a:link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
    color:#E7D8D1;
  text-decoration: underline;
}
a:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
      color:#E7D8D1;
    text-decoration: underline;
}*/
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color:#666666;
	text-decoration: none;
}
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	/*color:#C7586F;*/
	color:#8b1629;
	text-decoration: none;
}

/*END formatuser in bcms*/