/*
* Losungen 1.0 CSS
* @version 1.0 2006/07/08 
* @copyright (C) 2006 Software-Entwicklung Bernd Fink
* @license GNU GENERAL PUBLIC LICENSE Version 2, June 1991
* Official website: http://www.befisoftware.de/
*/
.losungen {
	color: #000000;
}

.losungen h3{
	padding: 0px;
        font-size: 11px;
}

.losungen ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	background: #ffffff;
	list-style: none;
}

.lsg_text {
	padding-left: 0px;
        padding-top: 5px;
	font-weight: normal;
        font-size: 11px;
        width: 240px;
        text-align: justify;
}

.lsg_vers {
	padding-top: 1px;
        padding-right: 10px;
	text-align: right;
        color: #4CAAF3;
        font-size: 11px;
}

.lsg_datum {
	color: #4CAAF3;
font-size: 11px;
}


.lsg_copy a:link,a:visited {
	text-decoration: none;
}
