
/* ------------------------------------------*/
/* ------------- Kistenkram ----------------*/
/* ------------------------------------------*/

/* einzelne Inhaltskästchen */
.kiste {
        padding: 4px;
        margin: 0px;
        }

#text .kiste {
        margin-bottom: 1.4em;
        }

#text .kiste p {
        margin-bottom: 0px;
        }

/* ------------------------------------------*/
/* ------------- LIST & LATEST --------------*/
/* ------------------------------------------*/


/* -- in der Spalte ------------------------ */

/* ----------------------------- ganzer Newsblock */

/*#spalte .nlic,  ledaddress */
.nlic, /* ledaddress */
.spalte .news-list-container,
.spalte .news-latest-container,
#spalte .news-list-container,
#spalte .news-latest-container,
ul.news-list-category,
.spalte .kiste,
#spalte .kiste {
         padding: 0px;
         margin-bottom: 10px;                    /* Abstand der Blöcke untereinander */
         }                                       /* .. entspricht dem padding-top der #spalte */

/* ----------------------------- Überschriftbalken Behälter */
/*#spalte .nlic h4,   ledaddress */

.nlic h4,  /* ledaddress */
.spalte .news-list-titel,
.spalte .news-latest-titel,
.news-latest-gotoarchive,
#spalte .news-list-titel,
#spalte .news-latest-titel,
.news-titel,
#text .news-list-item .newsdate {
         margin-bottom: 6px; /*: 0px;  */       /* Abstand zum Inhalt */
         padding: 2px 0px 2px 4px;              /* Balkengröße */
         height: 1%;
         width: 100%;
         }

#text h4 {	/* so sitz es oben platziert bündig mit einem balken in der Spalte */
	margin-top: 10px;
	}
/*#spalte .nlic h4,   ledaddress */
.nlic h4 {  /* ledaddress */
         margin-bottom: 0px;
         }

#menu .submenu-titel {
         padding: 2px 0px 2px 4px;              /* Balkengröße */
         height: 1%;

         }

#menu .submenu-wrap {
         position: relative;
         margin-top: -25px;
         }

#text .news-list-item .newsdate {           /* fürn IE, wg padding
                                             vielleicht maln div draus machen? */
         width: 99%;
         }
         
.spalte .kiste,
#spalte .kiste {
         padding: 6px 4px;              /* in der kiste etwas mehr.. */
         }

/* ----------------------------- einzelne News */
.spalte p,
#spalte p {
         margin: 0px 4px 14px 4px;
         }

.spalte .news-list-container .news-list-item p,
.spalte .news-latest-container .news-latest-item p,
.spalte .csi-textpic p,
.spalte .kiste p,
#spalte .news-list-container .news-list-item p,
#spalte .news-latest-container .news-latest-item p,
#spalte .csi-textpic p,
#spalte .kiste p {
         margin: 0px;
         }
         
#spalte .tx-ledaddress-pi1 .zumEintrag p {
         margin: 0px 4px 14px 0px;
         }
         
.spalte .news-latest-item,
.spalte .news-list-item,
#spalte .news-latest-item,
#spalte .news-list-item,
ul.news-list-category li,
ul.csc-bulletlist-5 li,
.spalte .news-list-container li,
#spalte .news-list-container li /* wg related news in SINGLE Ansicht.. */ {
         margin: 0px 4px;          /* Einrücken der Inhalte */
         padding-bottom: 8px;      /* Abstand der einzelnen News untereinander */
         }

.spalte .news-latest-item a,
#spalte .news-latest-item a {  /* damit die Überschrift-Links nicht um die Bilder fließen */
         display: block;
         }


/*
#spalte .news-list-item,
#spalte .news-latest-item  {
         border-bottom: dashed #CCC 1px;
         }
*/

/*#spalte .nlic ul,   ledaddress */
.nlic ul { /* ledaddress #############################################*/
	margin: 0;
	padding: 0 0 0 4px;
	}
	
.nlic.unterseiten ul {
	margin: 0;
	padding: 0 0 14px 4px;
	}
	
/* das alles gegen einen Fehler im TS : ....................................*/

.spalte .news-list-container .news-single-links ul.csc-bulletlist-5 li,
#spalte .news-list-container .news-single-links ul.csc-bulletlist-5 li {
         padding-bottom: 0px;
         }

.spalte .news-list-container .news-single-links ul.csc-bulletlist-5 li p,
#spalte .news-list-container .news-single-links ul.csc-bulletlist-5 li p {
         margin: 0px;
         padding-bottom: 8px;
         }

/* ........................................................................*/
.spalte .news-list-item,
.spalte .news-latest-item,
#spalte .news-list-item,
#spalte .news-latest-item {
       /*  background: #FFF;          überdeckt die Farben der Definitionen unten   */
         height: 1%;}


/****************************
 ..die verschiedenen News
*****************************/
/*
* ..wird alles nicht mehr gebraucht:
* Überschriftblöcke sehen jetzt gleich aus.
*/
/********
nlic  - news-list-container
nlac  - news-latest-container
********/

/******************** LATEST (nlac) */

/* News frei
#spalte .nlac-News,
#spalte .nlac-News .news-list-titel {
         background: #719B73;
         }*/

/* News sponsored
#spalte .nlac-NewsSponsored,
#spalte .nlac-NewsSponsored .news-list-titel {
         background: #71999B;
         }*/

/* termine
#spalte .nlac-termine,
#spalte .nlac-termine .news-latest-titel {
         background: #94816B;
         }*/

/******************** LIST (nlic) */

/* link
#spalte .nlic-link .news-list-titel {
         background: #99737C;
         }*/

/* adresse
#spalte .nlic-adresse {
         background: transparent;
         }*/

/* zum Firmeneintrag (ledaddress) (sind alle .nlic) **
#spalte .nlic.zumEintrag h4 {
.nlic.zumEintrag h4 {
         background: #8B9768;                           */

/* zum Distributor
#spalte .nlic-zumDistributor {
         background: #333;
         padding: 2px 0px;
         }                         */

/* zum Distributor
#spalte .nlic-zumDistributor .news-list-titel {
         background: #8280A4;
         }*/



/***************************************/
/* -- im Text ------------------------ */
/***************************************/

/* Hintergrundfarben

#text .news-list-container .link {
         background: #ECEAE1;
         }

#text .news-list-container .adresse {
         background: transparent;
         }          */

#text .news-single-item .newsdate {
         margin-bottom: 14px;
         margin-top: -10px;
         }

/* Feintuning ***********/

/* Firmenliste
#text .nlic-Firmenliste {
         padding: 0px;
         width: 160px;
         }

#text .nlic-Firmenliste p {
         margin: 0px 0px 0px 15px;
         }

#text .nlic-Firmenliste ul {
         list-style: none;
         }

#text .nlic-Firmenliste li {
         padding: 4px 0px 0px 0px;
         margin: 0px;
         }               */
/*kann das oben ersetzen************/
.ADRliste {
         padding: 0px;
         width: 164px;
         display: block;
         }

.ADRliste .tx-ledaddress-pi1 {
         width: 160px;  
         }


  /*
.ADRliste.nlic p {
       padding: 0px 0px 0px 20px;
         margin: 0px 0px 0px 15px;
         }                                */

.nlic li {
         padding: 4px 0px 0px 0px;
         margin: 0px;
         }

/* zurFirma */

#text .news-list-container .zurFirma {
         background: #adafaa;
         }

#text .news-list-container .zumDistributor {
         background: #cdcfca;
         }

#text .news-list-container,
#text .news-list-container .zurFirma h1,
#text .news-list-container .zurFirma a,
#text .news-list-container .zumDistributor h1,
#text .news-list-container .zumDistributor a {
         margin: 0px;
         padding: 0px;
         }

#text .news-list-container .zurFirma p {
        line-height: 0px;
        display: none;
        }


/* newsmorelink */

#text .newsmorelink {
         margin: -0.7em 0px 10px 0px;
         }

#text .news-list-item p {
         margin-bottom: 0.7em;
         }