/**
 * '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 */
.seiten_float_left {float: left;}.seiten_float_right {float: right;}.seiten_clear_left {clear: left; height: 1px; display: none;}.seiten_clear_right {clear: right; height: 1px; display: none;}
.seiten_clear_both {clear: both; height: 1px; display: none;}

.seiten_adminlinks {text-align: center;}
#seiten_seiten {margin: 2em 0;}#seiten_seiten header {margin: 0 .5em; min-height: 0;}#seiten_seiten article {margin: 2em .5em;}
.qtip_popup {display: none !important;}
.glossary_entry {display: inline; cursor: pointer; margin: 0; padding: 0; color:#285589;}
.seiten_headertable ul.seiten_breadcrumb {display: inline; margin: 0; padding:0;}
.seiten_headertable ul.seiten_breadcrumb li {list-style: none; margin: 0; padding: 0 0 0 .250em; display: inline-block;}
.seiten_headertable ul.seiten_breadcrumb li:after {content: " : ";}
.seiten_headertable ul.seiten_breadcrumb li:last-child:after, .seiten_headertable ul.seiten_breadcrumb li:last-child:before {content: " "}
