/**
 * Code snippet: anynews
 *
 * This code snippets grabs news from the WB news module database
 * and displays them on any page you want by invoking the function
 * displayNewsItems() via a page of type code or the index.php 
 * file of the template.
 *
 * This file contains the CSS styles used in the frontend.
 * 
 * LICENSE: GNU General Public License 3.0
 *
 * @author		Christian Sommer
 * @copyright	Christian Sommer (c) 2007-2009
 * @license		http://www.gnu.org/licenses/gpl.html
 * @version		0.91
 * @platform	Website Baker 2.7
*/

/* 
 * PLEASE NOTE:
 * You need to include this file manually to the index.php file of your template to use it.
 * Please check the Readme file for details.
*/

div.anynews  { padding:0; margin:0; }

div.anynews h2 { line-height:196%; border-top:1px dotted #666; border-bottom:1px dotted #666;
height:30px;background:url(/media/symbole/rufzeichensmall.png) center left no-repeat;padding:0 0 0 30px;
}
div.anynews p { line-height:110%; min-height:5px; display: block;
}
div.anynews a { background:url(/media/symbole/icon_weiter.gif) left center no-repeat;
     padding:0px 0 3px 17px;
}
div.anynews .short a {
     background:none; padding:0; margin:0;
}
div.anynews .short a:hover {
     text-decoration:none; color:#000;
}
