/**
 * 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
 */
.mod_search
{
padding-top:30px;
}

.text
{
	margin-top: 40px;
	margin-bottom:5px;
	height:20px;
	line-height:20px;
	background-color:#FFFFFF;
	border:#CCCCCC 1px solid;
	color:#666666;
}

.submit
{
	left:0px;
	margin-top:25px;
	width: 150px;
	height:25px;
	line-height:20px;
	background-color:#999999;
	border:#CCCCCC 1px solid;
	color:#ffffff;
}

.submit:hover
{
	width: 150px;
	height:25px;
	line-height:20px;
	background-color:#666666;
	border:#CCCCCC 1px solid;
	color:#ffffff;
}

/*  Für die Adresse links  */

.teaser
{
	padding:0px 0px 0px 15px;
	font-size:9px;
	color:#333333;
}

.input_search .text
{
	left: 0px;
	width: 140px;
	margin-bottom:5px;
}
