/* Frontend Tinycontent Formatierungen */

#main hr {
border: none;
width: 100%;
background: #c2c2c2;
height: 1px;
margin: 20px 0;
}

#main .ce_text a {
background: url('../hp-media/bg-contentlinks.png') left 7px no-repeat ;	
padding: 0 0 0 10px;
color: #729c07;
}

#main .ce_text .image_container {
padding: 4px;
margin: 0 0 10px;
background: #fff;
border: solid 1px #cbcbcb;
display: inline-block;
position: relative;
}

	#main .ce_text .image_container .caption {
	position: absolute;
	bottom: 4px;
	padding: 0 0 0 5px;
	background: #fff;
	opacity: 0.7;
	color: #000;
	}

#main .ce_text ul {
margin: 0 0 20px 0 ;
}
	#main .ce_text li {
	list-style:disc;
	margin: 0 0 0 25px;
	font-size: 1.4em;
	}


#main .ce_text .image_container a {
background: none;
padding: 0;
display: block;
}

#main .ce_text .image_container.float_left {
margin: 0 10px 10px 0;
}

#main .ce_text .image_container.float_right {
margin: 0 10px 0 10px;
}
