/**
 * 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 
{
	margin:0px;
	padding:0px;
	background-image:url(../bilder/img_bg_body.png);
	background-repeat:repeat-x;
	background-color:#4b5155;
}

/**
 * Hauptbereiche
 */

#wrapper
{
	border-right: #FFFFFF 5px solid;
	border-bottom: #FFFFFF 5px solid;
	border-left: #FFFFFF 5px solid;
	/*border-right: #FFFFFF 10px solid;*/
}

#header 
{
	background-color:#ffffff;
	background-image:url(../bilder/img_header.jpg);
}

#container 
{
	/*background-image:url(../bilder/img_bg_main.jpg);
	background-repeat:repeat-x;*/
	/*background-color:#ffffff;*/
	min-height:400px;
	padding: 0 0 30px 0;
	overflow:hidden;
}

#footer 
{
	background-image:url(../bilder/img_bg_footer.gif);
	background-repeat:repeat-x;		
	background-color:#ffffff;
	border-top:#333333 1px solid;
}

#main 
{
	padding-bottom:32000px;
	margin-bottom:-32000px;
	background-color:#FFFFFF;
	padding-top:40px;
	padding-left:20px;
}

#left 
{
	/*background-image:url(../bilder/img_bg_left.png);*/
	/*background-color:#990000;*/
	padding-top:40px;
	padding-bottom:32000px;
	margin-bottom:-32000px;
	background-color:#e9e9e9;
	border-right:#CCCCCC 1px dotted;
}

#right 
{
	background-color:#e9e9e9;
	padding:40px 0 0 10px;
	border-left:#999999 1px dotted;
	margin-left:5px;
	padding-bottom:32000px;
	margin-bottom:-32000px;
}

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

h1, h2, h3, h4, h5, h6
{
	font-family:Verdana, 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:11px;
}

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


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

p, pre, form
{
	margin:0px;
	padding:0px;
}

h1
{
	margin:0px 0px 12px 0px;
	padding:10px 30px 10px 5px;
	font-weight:bold;
	font-size:21px;
	color:#333333;
	text-decoration:none;
	/*border-bottom: 10px #FFFFFF solid;*/
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
}

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


/**
 * Links
 */

a
{
 	color:#e3312b;
  	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.image_container
{
	width:455px;
	padding-top:10px;
}


.comment {
border-bottom:#999999 1px dashed;
padding:15px;
margin-bottom:15px;
font-size:12px;
color:#666666;
}

.mod_newsreader label {
	margin:0;
	padding-bottom:20px;
}

.mod_newsreader input{
	margin:0px;
}

.mod_newsreader textarea{
	margin-top:20px;
}
