/**
 * TYPOlight webCMS
 *
 * The TYPOlight webCMS is an accessible web content management system that 
 * specializes in accessibility and generates W3C-compliant HTML code. It 
 * provides a wide range of functionality to develop professional websites 
 * including a built-in search engine, form generator, file and user manager, 
 * CSS engine, multi-language support and many more. For more information and 
 * additional TYPOlight applications like the TYPOlight MVC Framework please 
 * visit the project website http://www.typolight.org.
 *
 * This file is a basic cross browser style sheet that you can import using
 * the CSS import function of the style sheet module.
 *
 * PHP version 5
 * @copyright  Leo Feyer 2005
 * @author     Leo Feyer <leo@typolight.org>
 * @package    xBrowser
 * @license    GPL
 */
.layout_short
{
	border-bottom:#CCCCCC 1px solid;
	padding-bottom:10px;
	padding-top:30px;
}

.info
{
	font-size:10px;
	padding-bottom:5px;
}

.mod_newslist
{
	padding-left:5px;
	border-bottom:#FFFFFF;
}

.mod_newslist h2
{
	text-transform:uppercase;
}

.teaser
{
	padding-bottom:5px;
}

.more
{
	margin-top: 10px;
	font-weight:bold;
}

.layout_short h1{
	border:0px;
	padding-top:30px;
}

.layout_short h2{
	border:0px;
	color:#000000;
}

.layout_short .ce_text{
	padding:0;
	border-bottom:1px #CCCCCC solid;
	color:#FFFFFF;
	padding-bottom:10px;
	
}
