/**
 * 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
 */


/**
 * Body
 */
body 
{
	/*background:url(hintergrundverlauf.gif) repeat-x #c5c5c5;*/
	margin:0px;
	padding:0px;
}

/**
 * Hauptbereiche
 */
#header 
{
	/*background:url(titelkopf.jpg) no-repeat #FFFFFF; */
	display:none;
}
#titelgrafik
{
	display:hidden;
}
.mod_navigationMain {
	display:none;
}
p .globalenavi 
{
	display:hidden;
}

#container 
{
	background: url(../layoutgrafiken/inhalt-hintergrund.gif) repeat-x #ffffff;
}

#footer 
{
	background:url(../layoutgrafiken/fussverlauf.gif) repeat-x #c5c5c5;
}

#main { 
	padding-bottom:20px;
}

#right {
	/* background:url(rechts-hintergrund.png) no-repeat ;*/
	display:none;
}

.ce_toplink {
	display:none;
}


/**
 * Font family
 */
a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Helvetica, sans-serif;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family:Verdana, sans-serif;
}


/**
 * Font size
 */
a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size:12px;
	color:#666966;
}

h1, h2, h3, h4, h5, h6
{
	font-size:15px;
	color:#000;
}


/**
 * Basic tags
 */
img
{
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0 0 10px 0;
	line-height: 19px;
}

h1
{
	margin:0px 0px 10px 0px;
	padding-top:10px;
	font-weight:bold;
	font-size:25px;
	line-height:30px;
}

h2
{
	margin:6px 0px 6px 0px;
	font-weight:bold;
	font-size:15px;
	line-height:23px;
}

.toggler{
 	margin:6px 0px 6px 0px;
	font-weight:bold;
	font-size:15px;
	line-height:23px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
	font-style:normal;
}

hr
{
	border:none;
	border-top: #009792 2px solid;
	/*background-color:#FFFFFF;
	height:10px;*/
}

#footer p, #footer a {
	font-size: 10px;
	line-height: 14px;
}


/**
 * Links
 */
a
{
	color:#009792;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}