/**
 * 'Content' is a very basic seiten module for ImpressCMS to easily create static seitens
 *
 * File: /scripts/module_seiten.css
 *
 * module stylesheet
 *
 * @copyright	Copyright QM-B (Steffen Flohrer) 2013
 * @license		CC Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
 * ----------------------------------------------------------------------------------------------------------
 * 				Content
 * @since		1.00
 * @author		QM-B <qm-b@hotmail.de>
 * @version		$Id: module_seiten.css 2 2014-01-02 03:37:37Z qm-b $
 * @package		seiten
 *
 */

/** general used styles */
.betreuung_float_left {float: left;}
.betreuung_float_right {float: right;}
.betreuung_clear_left {clear: left; height: 1px; display: none;}
.betreuung_clear_right {clear: right; height: 1px; display: none;}
.betreuung_clear_both {clear: both; height: 1px; display: none;}

.betreuung_adminlinks {text-align: center;}
#betreuung_betreuung {margin: 2em 0;}
#betreuung_betreuung header {margin: 0 .5em; min-height: 0;}
#betreuung_betreuung article {margin: 2em .5em;}
#betreuung_betreuung article img {border:5px solid #fff;border-radius: 3px;-webkit-border-radius: 3px;box-shadow: 0px 1px 8px 0px rgba(35,126,0,0.85);-webkit-box-shadow: 0px 1px 8px 0px rgba(35,136,0,0.45);margin-right:25px;margin-bottom: 10px;}
.qtip_popup {display: none !important;}
.glossary_entry {display: inline; cursor: pointer; margin: 0; padding: 0; color:#285589;}
.betreuung_headertable ul.betreuung_breadcrumb {display: inline; margin: 0; padding:0;}
.betreuung_headertable ul.betreuung_breadcrumb li {list-style: none; margin: 0; padding: 0 0 0 .250em; display: inline-block;}
.betreuung_headertable ul.betreuung_breadcrumb li:after {content: " : ";}
.betreuung_headertable ul.betreuung_breadcrumb li:last-child:after, .betreuung_headertable ul.betreuung_breadcrumb li:last-child:before {content: " "}
