/*
*
* @package Losungen
* @subpackage site
* @author Bernd Fink
* @version 1.0 for Joomla! 1.5 2009/01/01
* @copyright (C) 2009  by BEFISOFT Software + Webdesign Bernd Fink. All Rights Reserved
* @link http://www.befisoftware.de
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
* GNU General Public License for more details.
*/
.losungen {
    background: transparent;
    color: #000000;
    border: solid 1px #A9A9A9;
    padding: 5px;
}

.losungen h3 {
    background-color: #cccccc;
    padding: 5px;
	margin: 0;
}

.lsg_datum {
    padding: 5px;
    background: #cccccc;
}

.lsg_sonntag {
    padding: 5px;
    background: #cccccc;
}

.lsg_text {
    padding: 5px;
    background: #cccccc;
    font-weight: bold;
}

.lsg_vers {
    padding: 5px;
    background: transparent;
    text-align: right;
}

.lsg_warning {
    padding: 5px;
    background: #FF0000;
    color: #ffffff;
    font-weight: bold;
}

.lsg_copy {
    background: transparent;
    margin: 0;
    padding: 5px;
	font-size: 0.8em;
}

.lsg_copy a:link, a:visited {
    text-decoration: underline;
}