/*  =========================================================
PEGASUS New Media
Datei	: fuelcon.css
Media	: Screen
Einsatz	: Homepage Fuelcon

Datum	: 14. Juni 2007
========================================================== */

BODY {
	background: url('../images/hg.gif') #EAEAEC;
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#container {
	width: 960px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: FF0000;
}

#dividerBrowserContainer {
	margin-top: 0px;
}

#dividerTopnaviHead {
	margin-bottom: 0px;
}

#dividerHeadContent {
	margin-bottom: 0px;
}

#dividerContainerBrowser {
	float: none;
	margin: 0px 0px 10px 0px;
}


/* =======================================================

	1.	Body und Container
	b.	Dokumentübergreifende Absatz- und Headlineformatierungen

========================================================== */

BODY {
	font-family: "Verdana", "Trebuchet MS", "Tahoma", "Arial", sans-serif;
	color: #000;
	font-size: 0.7em;
}

p {
	text-align: left;			/* Textausrichtung */
	line-height: 1.5em;			/* Zeilenabstand */
	font-weight: normal;		/* Schriftschnitt - mögliche Werte: bold, bolder, lighter, 100 (extradünn), 200, 300 usw. bis 900 (extrafett) */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}

h1 {
	text-align: left;			/* Textausrichtung */
	font-size: 1.25em; 			/* Schriftgröße */
	color: #DF0095;				/* Schriftfarbe */
	font-weight: bold;			/* Schriftschnitt */
	line-height: 150%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 22px 0px;
}

h2 {
	text-align: left;
	font-size: 1.1em;
	color: #DF0095;
	font-weight: bold;
	line-height: 150%;
	padding : 0px 0px 0px 0px;
	margin: 0px 0x 25px 0px;
}

h1.csc-firstHeader{
	text-align: left;
	font-size: 1.1em;
	color: #DF0095;
	font-weight: bold;
	line-height: 150%;
	padding : 0px 0px 0px 0px;
	margin: 0px 0x 25px 0px;
}

b {
	color: #DF0095;
}


/* =======================================================

	1.	Body und Container
	c.	Dokumentübergreifende Bildformatierungen

========================================================== */

img {
	border-style: none;
	border-width: 0px;
}


/* =======================================================

	1.	Body und Container
	d.	Dokumentübergreifende Linkformatierungen

========================================================== */



/* =======================================================

	1.	Body und Container
	e.	Dokumentübergreifende Tabellenformatierungen

========================================================== */

table {
	table-layout: fixed;						/* Breitenangaben haben Vorrang vor dem Zellinhalt */
	line-height: 1.2em;
	text-align: left;
	background: #fff;
	empty-cells: hide;
	border-spacing: 2px;
	border-collapse: separate;				/* Werte: collapse, separate */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

caption {
	font-size: 0.8em;		/* Schriftgröße */
	font-weight: bold;		/* weitere mögliche Formate: normal, bolder, lighter */
	line-height: 1.1em;		/* Zeilenhöhe */
	color: #004CA0;			/* Schriftfarbe */
	caption-side: top;
	padding-bottom: 6px;
	margin: 0px auto 0px auto;
}

th {
	font-weight: bold;
	background: #B9B9C0;
	border: 1px solid #fff;
	padding: 5px 0px 5px 10px;
}

td {
	line-height: 130%;
	vertical-align: top;
	background: #EAEAEC;
	border: 1px solid #fff;
	padding: 5px 10px;
}

tfoot {
}


/* =======================================================

	1.	Body und Container
	f.	Dokumentübergreifende Listen

========================================================== */


/* =======================================================

	2.	Header
	a.	Allgemeine Formatierungen (Größe, Abstände)

========================================================== */

#headerBox {
	height: 120px !important;
	background: #fff; /* #033996; */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#banner01 {
	padding: 10px 0px 0px 0px;
	height: 110px;
	float: left;
}

#banner01 img {
	width: 720px;
	height: 100px;
	border: 0px;
}

#banner02 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px !important;
	margin: 0px 0px -19px 0px;
}

#banner02 img {
	width: 240px;
	margin: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px -3px;
}

#headerNavContainer {
	height: 50px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#flag {
	width: 25px;
	float: left;
	margin: 10px 0px 0px 0px;
}

#headerNavList {
	padding: 8px 0px 0px 0px;
/*	margin: 0px 20px 0px 265px;		*/
	margin: 0px 16px 0px 230px !important;		
	margin: 0px 16px 0px 125px;		/* spezielle IE6-Werte */
	float: left;
	width: 448px;
}

#headerNavList .headDivider {
	width: 1px;
	height: 19px;
	background: url('../images/trenner.gif') left top;
	background-repeat: no-repeat;
	margin: -8px 13px 0px 0px;
}

#headerNavList ul, #headerNavList li {
	list-style-type: none;
	margin: 0px 13px 0px 0px;
	float: left;
}

#headerNavList a:link, #headerNavList a:visited {
	color: #033996;
	text-decoration: none;
}

#headerNavList a:hover, #headerNavList a:focus {
	color: #B9B9C0;
}

#headerNavList .headActive {
	font-weight: bold;
}

#logo img {
	width: 240px;
}

#breadcrumb {
	color: #fff;
	padding-left: 250px;
	padding-top: 3px;
	margin: 1px 0px 0px 1px !important;
	margin: 0px 0px 0px 0px;
	background: #033996;
	position: absolute;
	width: 720px;
}

#breadcrumb span {
	padding: 2px 2px 0px 0px;
}

#breadcrumb a {
	color: #fff;
	text-decoration: none;
}

#breadcrumb a:focus, #breadcrumb a:hover {
	text-decoration: underline;
}


#contentBox {
	height: auto;
	border: 1px solid #96B5DB;
	padding: 30px 0px 0px 0px;
	margin-top: 21px;
	background: #fff;
}


#leftBox {
	width: 220px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#mainNavContainer {
	width: 200px;	
	margin: 0px 0px 0px 19px;
}

#mainNavList {
	font-size: 1.1em;
}

.main {
	display: block;
	text-align: left;
	text-decoration: none;
	background: #EAEAEC;
	color: #000;
	margin: 0px 0px 1px 0px;
	padding: 5px 15px 5px 10px;
}

.main:hover, .main:focus, #mainActive {
	color: #fff;
	background: #0D3F96;
}

.sub1 {
	display: block;
	font-size: 0.9em;
	color: #033996;
	text-align: left;
	text-decoration: none;
	background: url('../images/pfeil1a.gif') left top no-repeat #96B5DB;
	margin: 0px 0px 1px 0px;
	padding: 3px 15px 3px 20px;
}

.sub1:hover, .sub1:focus, #sub1Active {
	color: #fff;
	background: url('../images/pfeil1b.gif') left top no-repeat #0D3F96;
}

.sub2 { display: block;
	font-size: 0.9em;
	color: #033996;
	text-align: left;
	text-decoration: none;
	background: url('../images/pfeil2a.gif') left top no-repeat #96B5DB;
	margin: 0px 0px 1px 0px;
	padding: 3px 15px 3px 30px;
}

.sub2:hover, .sub2:focus, #sub2Active {
	color: #fff;
	background: url('../images/pfeil2b.gif') left top no-repeat #0D3F96;
}

#centerBox {
	width: 442px;
	float: left;
	min-height: 300px;						/* legt Mindeshöhe für moderne Browser fest */
	height: auto !important;				/* height: auto; passt Höhe ggf. an Inhalt an */
	height: 300px;							/* legt Mindesthöhe für den IE fest */
	padding: 3px 0px 0px 0px;
	margin: -14px 0px 0px 30px;
	*margin: -7px 0px 0px 30px;
/*
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 0px 30px;
*/
}

.picWithTitle {
	float: left;
	margin: 0px 20px 10px 0px;
}

#messetermine_single  .messelogo {
	float: left;
	margin: 0px 20px 0px 0px;
	width: 200px;
}

#messetermine_single .messelogo .news-single-imgcaption {
	width: 200px;
	background: #EAEAEC;
	font-size: 0.9em;
	line-height: 1.3em;		/* Zeilenhöhe */
	text-align: center;		/* Textausrichtung */
	font-style: italic;
	margin: 1px 0px 0px 0px;
	padding: 2px 1px 4px 1px;
}

#messetermine_single .messelogo .news-single-img {
	border: 1px solid #AFC6E3;
	margin-right: 5px;
	margin-bottom: 8px;
	float: left;
}

#messetermine_single p h3 {
	text-align: left;			/* Textausrichtung */
/*	line-height: 1.5em;	*/		/* Zeilenabstand */
	font-weight: normal;		/* Schriftschnitt - mögliche Werte: bold, bolder, lighter, 100 (extradünn), 200, 300 usw. bis 900 (extrafett) */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

.clear {
	width: auto;			/* Breite passt sich automatisch an die Umgebung an */
	height: 0.1em;			/* relative Höhe - kann natürlich durch fixen Wert ersetzt werden */
	clear: both;			/* hebt float-Eigenschaften auf */
	display: block;			/* erzwingt Zeilenumbruch nach dem DIV */
	padding: 0px;
	margin: 0px;
}

#messetermine_single p
{
clear: none;
}


.messetermine_list_text h3 {
	text-align: left;			/* Textausrichtung */
	font-size: 1.01em;
	font-weight: bold;		/* Schriftschnitt - mögliche Werte: bold, bolder, lighter, 100 (extradünn), 200, 300 usw. bis 900 (extrafett) */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	color: #DF0095;
}

.messetermine_list p
{
clear: none;
}

.pressemitteilungen_list_datum {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 3px;
}

.pressemitteilungen_list_titel {
	margin: 0px;
	background-color: #F0F0F0; 
	padding: 3px;
}

.pressemitteilungen_list_titel h3 {
	margin: 0px;
	font-size: 1.01em;
	font-weight: bold;
}

.pressemitteilungen_list_mehr {
	margin: 5px 0px 0px 0px;
	padding: 0px 3px 0px 0px; 
	text-align: right;
}

.pressemitteilungen_list p
{
clear: none;
}


#centerbox p
{
clear: left;
}


.picTitle {
	width: 125px;
	background: #EAEAEC;
	font-size: 0.9em;
	line-height: 1.3em;		/* Zeilenhöhe */
	text-align: center;		/* Textausrichtung */
	font-style: italic;
	margin: 1px 0px 0px 0px;
	padding: 2px 1px 4px 1px;
}

#centerBox ol {
	line-height: 130%;
	margin: 0px 0px 20px 40px;
	padding: 0px 0px 0px 0px;
	list-style-type: decimal;
	list-style-position: outside;
}

#centerBox ol li {
	/* Abstand rund um die einzelnen Listeneinträge */
	padding: 0px 20px 5px 5px;
}

#centerBox ul {
	line-height: 130%;
	padding: 0px;
	list-style-type: disc;
	list-style-image: url("../../images/test_symbol_10x10.png") !important;
	list-style-image: url('../../../images/test_symbol_10x10_ie6.png') !important;
	list-style-position: outside; margin-left:30px; margin-right:0px; margin-top:0px; margin-bottom:20px
}

#centerBox ul li {
	padding: 0px 20px 5px 5px;
}


img.bildvoll {
	width: 440px;
	border: 1px solid #AFC6E3;
	margin: 0px 0px 0px 0px;
	display: block;
}

img.bildhalb {
	border: 1px solid #AFC6E3;
	margin-right: 5px;
	margin-bottom: 8px;
	float: left;
}

/*#########################################





#centerBox form {
	margin: 0px 0px 20px 0px;
}

#centerBox .important {
	font-weight: bolder;
	font-size: 0.9em;
	color: #DF0095;
}

#centerBox fieldset {
	border-top: 1px solid #033996;
	border-bottom: 1px solid #033996;
	border: none;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#centerBox legend {
	font-weight: bold;
	color: #033996;
	margin: 0px 0px 5px 0px;
}

#centerBox .inputSet {
	margin: 10px 20px 5px 10px;
	display: block;
	float: none;
	clear: both;
}

#centerBox label {
	float: left;
	width: 130px;
	text-align: left;
	margin: 0px 20px 0px 0px;
}

#centerBox .input {
	width: 200px;
	padding: 2px 10px 3px 10px;
	background: #EAEAEC;
	border: none;
	border-left: 1px solid #033996;
	border-bottom: 1px solid #033996;
}

#centerBox .multipleChoice {
	margin-bottom: 4px;
}

#centerBox .radio, #centerBox .checkbox {
	margin: 0px;
	padding: 0px;
	float: left;
}

#centerBox .radioText, #centerBox .checkboxText {
	margin-left: 5px;
}

#centerBox .select {
	width: 221px;
	background: #EAEAEC;
	padding: 5px 10px 3px 10px;
	margin: 0px 0px 0px 0px;
	border: none;
	border-left: 1px solid #033996;
	border-bottom: 1px solid #033996;
}

#centerBox option {
	/* Abstände oben, rechts, unten und links rund um ein Element */
	padding: 3px 3px 3px 3px;
}

#centerBox .button {
	/* Positionierung der Buttons innerhalb des Containers */
	text-align: left;
	margin-left: 170px;
}

#centerBox .primaryAction {
	font-weight: bold;	
	background: #033996;
	border: 1px solid #A2BBE1;
	color: #fff;
	cursor: pointer;
}

#centerBox .primaryAction:hover, #centerBox .primaryAction:focus {
	/* Rahmen- und Hintergrundformatierungen */
	border: 1px solid #033996;
	background: #fff;
	color: #000;
}

#centerBox .secondaryAction {
	color: #A2BBE1;
	background: #fff;
	border: 1px solid #A2BBE1;
	cursor: pointer;
}

#centerBox .secondaryAction:hover, #centerBox .secondaryAction:focus {
	color: #033996;
	border: 1px solid #033996;
}




/*#########################################*/




#portal {

	margin: 12px 0px 10px 0px;
	*margin: 7px 0px 0px 0px;
/*
	margin: 35px 0px 10px 0px;
	*margin: 17px 0px 0px 0px;
*/
}

.blockLinks {
	float: left; 
	width: 216px;
	margin: 0px 10px 10px 0px !important;
	margin: 0px 10px 0px 0px;
}

.blockRechts { 
	width: 216px;
	float: left;
	margin: 0px 0px 10px 0px !important;
	margin: 0px 0px 0px 0px;
}

.blockLinks h2, .blockRechts h2 {
	color: #000;
	line-height: 130%;
	background: #B9B9C0;
	
	/* Abstände der Überschrift zum Rand */
	padding: 3px 10px 4px 10px;
	
	/* 1px breiter Abstand nach einer Überschrift */
	margin: 0px 0px 1px 0px;
}

.blockLinks p, .blockRechts p {
	background: #EAEAEC;
	line-height: 130%;
	
	padding: 14px 5px 15px 10px;
	margin: 0px 0px 1px 0px;
}

.blockLinks a, .blockRechts a {
	color: #000;
	text-decoration: none;
}

.blockLinks a:hover, .blockLinks a:focus, .blockRechts a:hover, .blockRechts a:focus {
	text-decoration: underline;
}













/*


.news-list-item
{
font-size: 1.001em;
}

.news-list-item h3
{
font-size: 1.001em;
font-weight: bold;
margin-bottom: 15px;
}

.news-list-item a
{
color: #033996;
text-decoration: none;
}

.news-list-item a:hover
{
color: #DF0095;
text-decoration: underline;
}

.news-list-date
{
float: right;
font-weight: normal;
}

.news-list-item p
{
font-size: 1.001em;
}


.news-list-category
{
background-color: #F0F0F0;
padding-left: 10px;
font-style: italic;
margin-bottom: 10px;
margin-top: 10px;
}

.news-list-morelink
{
font-style: italic;
font-weight: bold;
}

.news-single-item a
{
color: #033996;
text-decoration: none;
}

.news-single-item a:hover
{
color: #DF0095;
text-decoration: underline;
}

.news-single-date
{
float: right;
font-weight: normal;
}

.news-single-item p
{
font-size: 1.001em;
}

*/













#rightBox {
	/* Breite des rechten Spalteninhalts (ohne Abstände) */
	width: 220px;
	float: left;

	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
}

.top {
	height: 19px;
	background: url('../images/teaser.gif') no-repeat;
	margin: 0px 0px 1px 0px;
}

.teaserBlock {
	/* Hintergrund(-farbe) eines Blocks */
	background: #EAEAEC;

	/* Abstände um und in einem Block */
	margin: 0px 0px 1px 0px;
	padding: 10px 0px 5px 0px;
	*padding: 8px 0px 7px 0px;
	/*width: 185px;*/
}

.dividerBlock {
	height: 25px;
}

.top h4 {
	color: #fff;
	font-size: 0.95em;
	padding: 2px 10px 3px 10px;
	margin: 0px 0px 0px 0px;
}

.teaserBlock p {
	font-size: 0.95em;
	color: #000;

	/* Abstände um einen Absatz */
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
}

.teaserBlock h4 {
	font-size: 0.95em;
	line-height: 1.5em;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
}

#rightBox a:link, #rightBox a:visited {
	color: #000;
  text-decoration: none;
}

#rightBox a:hover, #rightBox a:focus {
	text-decoration: underline;
}

#rightBox img {
	margin-bottom: 1px;
}

#suche {
  padding: 8px 0px 12px 0px;
  margin: 0px 0px 20px 0px;
  background: #EAEAEC;
}

.suchForm {
	margin: 5px 0px 0px 10px;
}

.suchForm .inputSuche {
	height: 19px;
	width: 120px !important;
	width: 110px;
	margin: 0px 10px 0px 0px;
	padding: 0px 5px 0px 5px;
	border: 1px solid #fff;
	float: left;
}

.suchForm .inputSuche:hover, .suchForm .inputSuche:focus {
	background: #A2BBE1;
}

.suchForm .submit {
	background: #033996;
	color: #fff;
	border: none;
	font-size: 0.9em !important;
	font-size: 1.0em;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 3px 3px 3px 3px !important;
	padding: 3px 3px 1px 3px;
	cursor: pointer;
}

.suchForm .submit:hover, .suchForm .submit:focus {
	background: #A2BBE1;
}

a,a.internal-link {
	color: #033996;
	text-decoration: none;
}

a:hover, a.internal-link:hover {
	color: #DF0095;
	text-decoration: underline;
}


/* Linkklassen für die Sitemap */

a.smlevel0
{
margin: 5px 0px 2px 0px;
font-weight: bold;
padding: 2px 2px 2px 15px;
display: block;
background-color: #B0B0B0;
}

a.smlevel1
{
margin: 10px 0px 2px 0px;
font-weight: bold;
padding: 2px 2px 2px 15px;
display: block;
background-color: #C0C0C0;
border-top: 1px solid #DF0095;
}

a.smlevel2
{
margin: 0px 0px 2px 20px;
font-weight: bold;
padding: 2px 2px 2px 15px;
display: block;
background-color: #D0D0D0;
}

a.smlevel3
{
margin: 0px 0px 2px 40px;
font-weight: bold;
padding: 2px 2px 2px 15px;
display: block;
background-color: #E0E0E0;
}

a.smlevel4
{
margin: 0px 0px 2px 0px 60px;
font-weight: bold;
padding: 2px 2px 2px 15px;
display: block;
background-color: #F0F0F0;
}

div.tx-newloginbox-pi1
{
text-align: center;
}

div.tx-newloginbox-pi1 h3
{
color: #FFFFFF;
font-size: 0.01em;
}

div.tx-newloginbox-pi1 table
{
width: 360px;
border: none;
padding: 0px;
margin: 0px;
table-layout: auto;
}

div.tx-newloginbox-pi1 td
{
padding: 3px;
margin: 1px;
text-align: left;
background-color: #F0F0F0;
width: 50px;
}

div.tx-newloginbox-pi1 td p
{
display: inline;
width: auto;
}

#tx-newloginbox-pi1-user
{
width: 200px;
padding: 2px 10px 3px 10px;
background: #EAEAEC;
border: none;
border: 1px solid #033996;
}

#tx-newloginbox-pi1-pass
{
width: 200px;
padding: 2px 10px 3px 10px;
background: #EAEAEC;
border: none;
border-left: 1px solid #033996;
border-bottom: 1px solid #033996;
border: 1px solid #033996;
}

#tx-newloginbox-pi1-login_submit
{
width: 200px;
font-weight: bold;	
background: #033996;
border: 1px solid #A2BBE1;
color: #fff;
cursor: pointer;
padding: 2px 10px 2px 10px;
}






/*###########################################################*/
/* Kontaktformular */

/*
#centerBox form {
	margin: 0px 0px 20px 0px;
	border: none;
}
*/

fieldset.csc-mailform {
	border: none;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

fieldset.csc-mailform div.csc-mailform-field {
	margin: 3px;
	padding: 3px;
}

fieldset.csc-mailform legend {
	font-weight: bold;
	color: #033996;
	margin: 0px 0px 5px 0px;
}

fieldset.csc-mailform label {
	float: left;
	width: 120px;
	text-align: left;
	margin: 0px 15px 0px 0px;
}

fieldset.csc-mailform input {
	width: 250px;
	padding: 2px 10px 3px 10px;
	background: #EAEAEC;
	border: none;
	border-left: 1px solid #033996;
	border-bottom: 1px solid #033996;
}

fieldset.csc-mailform textarea {
	width: 250px;
	height: 180px;
	padding: 2px 10px 3px 10px;
	background: #EAEAEC;
	border: none;
	border-left: 1px solid #033996;
	border-bottom: 1px solid #033996;
}

fieldset.csc-mailform.select {
	background: #EAEAEC;
	padding: 5px 10px 3px 10px;
	margin: 0px 0px 0px 0px;
	border: none;
	border-left: 1px solid #033996;
	border-bottom: 1px solid #033996;
	width: 250px;
}

fieldset.csc-mailform option {
	padding: 3px 3px 3px 3px;
}

fieldset.csc-mailform .csc-mailform-submit {
	font-weight: bold;	
	background: #033996;
	border: 1px solid #A2BBE1;
	color: #fff;
	cursor: pointer;
	margin-top: 15px;
	margin-left: 135px;
	width: 250px;
}

fieldset.csc-mailform .csc-mailform-submit:hover {
	border: 1px solid #033996;
	background: #fff;
	color: #000;
	width: 250px;
}


/*#################################################*/
/*     Download-Liste      */
/*#################################################*/


.download_item 
	{
	margin-bottom: 20px;
	}

.download_title
	{
	background-color: #F0F0F0;
	padding: 3px;
	font-weight: bold;
	}

.download_infos
	{
	margin-top: 5px;
	padding: 0px 3px 0px 3px;
	}

.download_name
	{
	float: left;
	}

.download_separator
	{
	float: left;
	margin: 0px 20px 0px 20px;
	}

.download_filesize
	{
	float: left;
	}

.download_description
	{
	clear: left;
	margin-top: 5px;
	padding: 0px 3px 0px 3px;
	}


/*#################################################*/

/*#################################################*/
/*     Zeichen-Klassen      */
/*#################################################*/

.blau
	{
	color: #033996;
	}
	
.magenta
	{
	color: #DF0095;
	}

.schwarz
	{
	color: #000000;
	}

.blau-kleiner
	{
	color: #033996;
	font-size: smaller;
	line-height: 120%;
	}

.magenta-kleiner
	{
	color: #DF0095;
	font-size: smaller;
	line-height: 120%;
	}

.schwarz-kleiner
	{
	color: #000000;
	font-size: smaller;
	line-height: 120%;
	}

div.csc-frame csc-frame-invisible
	{
	display: none;
	visibility: hidden;
	}
	
.csc-frame csc-frame-invisible
	{
	display: none;
	visibility: hidden;
	}