/**
 * 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 {
background-color: #F7F8F3;
border: 1px;
border-color: #E3E9C4;
border-style: solid;
margin-top: 15px;
}

div.anynews hr{
background-color: #E3E9C4;;
color: #DCD5A3;
border: 0;
height: 1px;
}

div.anynews h2 {
color: #ffffff;
font-size: 110%;
font-type: times new roman;
letter-spacing: 0.5px;
font-style: normal;
background-color: #4881b3;
padding: 3px;
padding-left: 15px;
margin-top: 0;
}

.weiterlesen {
font-size: 80%;
text-decoration: none;
}


div.anynews_content{
	padding-left:15px;
	padding-right:15px;
}

