/**
 * 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(../img/img_bg_body.png);
	background-position:0% bottom;
	/*background-repeat:repeat-x;*/
background-repeat:no-repeat;
	/*background-color:#606460;*/
}

#wrapper {
   overflow: hidden;
   position: relative;
}

#header 
{
	/*background-color:#ffffff;*/
	background-image:url(../img/img_bg_header.png);
	background-repeat:no-repeat;
	background-position:0% top;
}

#container 
{
	/*background-color:#FFFFFF;*/
	padding:0px;
	overflow:hidden;

}

#footer 
{
	/*background-image:url(../img/img_bg_body.png);
	background-position:bottom;*/
	border-top:#dedede 1px solid;
	/*color:#333333;*/
  	position: relative;
   	z-index: 1;
}

#main 
{
	/*color:#33333;*/
	left:5px;
	margin-right:165px;
  	padding-bottom: 32767px; /* Beschraenkung durch Safari, der keinen groeszeren Wert zulaesst. */
   	margin-bottom: -32767px;
	}

#left 
{
	/*background-image:url(../img/img_bg_left.png);*/
	color:#333333;
	margin-left:5px;
	/*border-left:#DEDEDE 1px solid;*/
 	padding-bottom: 32767px; /* Beschraenkung durch Safari, der keinen groeszeren Wert zulaesst. */
   	margin-bottom: -32767px;}

#right 
{
	background-color:#d1d8d1;
	color:#333333;
	padding:5px;
	border-right: #ffffff 5px solid;
  	padding-bottom: 32767px; /* Beschraenkung durch Safari, der keinen groeszeren Wert zulaesst. */
  	margin-bottom: -32767px;
}

#logo {
	position:absolute;
	top:30px;
	left:30px;
	width: 222px;
	height:92px;
	background-image:url(../img/img_logo_header.png);
	background-repeat:no-repeat;
}

#slideshow {
	position:relative;
	top:0px;
	left:0px;
	width:600px;
	height:200px;
	text-align:left;
	background-position:left;
}



/**
 * Font family
 */
a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Georgia, "Times New Roman", Times, serif
}

h1, h2, h3, h4, h5, h6
{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Georgia, "Times New Roman", Times, serif
}

fieldset, form, input, optgroup, select, textarea
{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Georgia, "Times New Roman", Times, serif
}


/**
 * Font size
 */
a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	line-height: 1.8em;
	font-size:14px;
	color:#000000;
}

h1, h2, h3, h4, h5, h6
{
	color:#000000;
}


/**
 * Basic tags
 */
/*img
{
	border:0px;
}
*/
p, pre, form
{
	margin:0px;
	padding:0px;
}

h1
{
	/*margin:0px 0px 12px 0px;*/
	padding:0px;
	font-weight:100;
	font-size:25px;
}

h2
{
	/*margin:0px 0px 6px 0px;*/
	padding:0px;
	font-weight:bold;
	font-size:17px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
	font-style:normal;
}


/**
 * Links
 */
a
{
	color:#1D5117;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
	color:#2D6127;
}

/**
 * Inhalt
 */ 
 
 .pdf_link
 {
	padding-top:0px;
	text-align:right;
	font-size:11px;
 }
 
 
 
 .footertext
{
	font-size:10px;
	line-height: 16px;
	text-align:center;
}

 .footertext a,.footertext a:hover,.footertext a:visited
{
	font-size:9px;
}

.adresse_links
{
	font-size:10px;
	padding-left:15px;
	padding-top:30px;
}



/* F A Q */

.mod_faqlist h2
{
	background-color:#999999;
	color:#FFFFFF;
	font-size:15px;
}

.mod_faqlist li
{
	height:20px;
	line-height:20px;
	border-bottom:#CCCCCC 1px dotted;
}


.mod_faqlist .ce_text
{
	padding-top:0px;

}


.mod_faqreader h1
{
	background-color:#999999;
	color:#FFFFFF;
	font-size:21px;
}

.mod_faqreader .ce_text
{
padding-top:0px;
}

.mod_faqreader .back
{
	margin-top:15px;
}

.trennstrich {

border: 1px solid #333333;


}


/* Newsletter */

.mod_subscribe .submit,
.mod_unsubscribe .submit
{
	float:left;
}







/*  transparente PNGs im IE-Hack  */

{
	div { behavior: url(iepngfix.htc) 
}



.psw,
a.psw {
	color:#cccccc;
	}































