
/* ------------------------------------------------------------------------------ */
/* Styles für einzelne Seiten                                                     */
/* ------------------------------------------------------------------------------ */


/* ------------------- */
/* Urlaub - Literatur  */
/* ------------------- */

.literatur-liste {
 list-style: none; 
 padding: 1px 0px 20px 0px; 
 border-bottom: 1px solid black; }
 
/* ---------------------- */
/* Urlaub - Berichtskopf  */
/* ---------------------- */

#urlaub-berichtskopf {
 clear: both;
 border-collapse: collapse;
 border-spacing: 0;
 background-color: #EFEBEF ;
 padding: 0px;
 margin-top : 10px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 20px;
 width : 99%;   /** breit **/
 border: 1px solid #000000 ;  }

.urlaub-berichtskopf-titel {
 padding: 0px 0px 0px 5px; 
 background-color: #e6e6e6 ; }

.urlaub-berichtskopf-wert {
 padding: 0px 0px 0px 5px;
 background-color: #FFFFFF ; }

.urlaub-berichte-tagtitel {
 font-weight: bold;
 font-size: 1.1em ; ;
 margin-top: 20px;
 margin-bottom: 5px;
 padding: 5px;
 background-color: #e6e6e6 ; }

.urlaub-berichte-listentitel {
 font-weight: bold;
 font-size: 1.1em ; ;
 margin-top: 20px;
 margin-bottom: 5px; }

.urlaub-berichte-liste {
 margin-top: 10px;
 line-height: 1.5em;  }
 
 
/* --------------------------- */
/* Urlaub - Übersichtstabelle  */
/* --------------------------- */

#urlaub-uebersicht {
 width : 95%;   /** breit **/
 clear: both;
 border-collapse: collapse;
 border-spacing: 0;
 background-color: #EFEBEF ;
 padding: 0;
 margin-bottom: 15px;
 margin-left:auto; margin-right:auto;
 border: 1px solid #000000 ;  }

.urlaub-uebersicht-titel p {
 font-weight: bold;
 font-size: 1.1em ;
 vertical-align: middle;
 background-color: #EFEBEF ;
}

.urlaub-uebersicht-text p {
 font-weight: normal;
 font-size: x-small ;
 vertical-align: top;
 background-color: #EFEBEF ;
}

.urlaub-uebersicht-links {
 text-align: right;
}

.urlaub-uebersicht-rechts {
 text-align: left;
}


/* ------------------- */
/* Impressum           */
/* ------------------- */

.impressum-vorsitz {
 padding-top: 10px; }


/* ------------------- */
/* Links               */
/* ------------------- */

#linktabelle-titel {
 margin: 30px 0 10px 0 ;
 font-weight: bold;
 color : #000000 ;
 background: transparent; }

#linktabelle-untertext {
 margin: 30px 0 0 0 ;
 color : #000000 ;
 background: transparent; }

#linktabelle {
 clear: both;
 border-collapse: collapse;
 border-spacing: 0;
 padding: 0;
 margin-top : 0px;
 margin-left: 10px;
 margin-right: 25px;
 margin-bottom: 10px;
 width : 99%;   /** breit **/
 border: 1px solid #000000 ;  }

.linktabelle-titelzeile {
 padding-left: 5px;
 padding-bottom: 1px;
 margin: 0;
 vertical-align: middle;
 color : #000000 ;
 background: #e6e6e6 ; }

.linktabelle-titelzeile-titel {
 text-align: left;
 font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
 font-weight: bold;
 font-size: medium ; }

.linktabelle-zeile {
 padding-top: 3px;
 padding-left: 5px;
 padding-right: 5px;
 padding-bottom: 2px;
 margin: 0;
 vertical-align: top;
 color : #000000;
 background: transparent; }

.linktabelle-inhalt-rechts {
 text-align: right;
 font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
 font-weight: normal;
 font-size: small ; }

.linktabelle-inhalt-links {
 text-align: left;
 font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
 font-weight: normal;
 font-size: small; }
 
.linktabelle-linktitel {
 font-weight: bold; }

/* ------------------- */
/* Startseite          */
/* ------------------- */

#startseite-titel {
 margin: 10px 0 10px 0 ;
 padding: 0px;
 font-size : x-large ;
 font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
 font-weight : bold ;
 text-align : center;
 text-decoration : none;
 color : #000000;
 background : transparent;
}

/* ------------------- */





