/* ACHTUNG: DIESE DATEI IST NICHT VOLLSTÎDIG - EINE VOLLSTÎDIGE LISTE ALLER
            ELEMENTE UND CLASS-ATTRIBUTE MUSS NOCH ERSTELLT WERDEN!
            Gibt es irgendwelche Namenskonventionen?
 */            
/* sh 12.05.05 geändert mmimg */
/*----------------------------------------------------------------------------*/
/*----                                                                     ---*/
/*---                                                                       --*/
/*--                                Common                                   -*/
/*---                                                                       --*/
/*----                                                                     ---*/
/*----------------------------------------------------------------------------*/


body {  
         font-family: HELVETICA, ARIAL;
         text-align: left;
         font-style: normal;
         font-size: small;
         background-color: white;
         margin-left: 0.5cm;
         margin-right: 0.5cm;
     }
     
body.ebind {  
         font-family: HELVETICA, ARIAL;
         text-align: left;
         font-style: normal;
         font-size: small;
         background-color: #E0E0E0;
         margin-left: 0cm;
         margin-right: 0cm;
     }
     
p,td {
         font-family: Helvetica, Arial;
         font-style: normal;   
         font-size: small;
         text-align: left;
}
  
.pagenumber {
         color: red;
         font-size: xx-small;
}
  
sup.footnotelabel {
  color:green;
  font-size: x-small;
}

  
/*----------------------------------------------------------------------------*/
/*----                                                                     ---*/
/*---                                                                       --*/
/*--                         Front of Document                               -*/
/*---                                                                       --*/
/*----                                                                     ---*/
/*----------------------------------------------------------------------------*/


/*-- Titel der Dissertation --*/
p.title {
         font-family: Helvetica, Arial, Verdana;
         font-style: normal;
         font-size: x-large;
         text-align: center;
         margin-top: 10;
         text-align:center;         
        } 

/*-- Autor der Dissertation --*/
p.author {
         text-align: center;
         font-size:  large;
         font-weight: demi-bold;
         }
         
/*-- Text "vorgelegt von:" --*/
span.vorgelegtText {
                   }

/*-- Vorname innerhalb des Autors der Dissertation --*/
/*-- (Selbstdigkeitserlung)                    --*/
span.given {
           }
           
/*-- Nachname innerhalb des Autors der Dissertation --*/
/*-- (Selbstdigkeitserlung)                     --*/
span.surname {
             }

/*-- Zusatz innerhalb des Autors der Dissertation --*/
/*-- (Selbstdigkeitserlung)                   --*/
span.suffix {
            }

/*-- Institution von der ein akademischer Grad vergeben wurde  --*/
p.school {
         margin-top: x-large;
         text-align: center;
         }

/*-- akademischer Grad --*/
p.degree {
         text-align: center;
         }

/*-- Erstellungsdatum des Objektes der Dissertation                 --*/
/*-- type="1" = Abgabe und type="2" = Verteidigung der Dissertation --*/

p.date {
     }

/*-- Text "Datum:" --*/     
span.dateText {
              }
     

/*-- Fakult --*/
p.major {
         text-align: center;
      }

/*-- Dekan --*/
p.dean {
         text-align: left;
     }
span.deanText {
         font-weight: bold;
              }
     
     

/*-- Gutachter --*/     
p.approvals {
         text-align: left;
          }
          
/*-- Text "Gutachter:" --*/
span.gutachterText {
         font-weight: bold;
                   }


/*-- Dokumenttyp, z.B. Dissertation, Magisterarbeit, Diplomarbeit --*/
p.submission {
         font-family: Verdana, Lucida, Arial, Helvetica;
         margin-top: 60;
         font-weight: demi-bold;
         font-size:  x-large;
         text-align: center;
         color: blue;
           }

/*-- gefýrt durch eine Stiftung --*/
p.grant {
      }

/*-- Widmung --*/
p.dedication {
           }

/*-- Urheberrechtsvermerk --*/
p.copyright {
          }

/*-- Motto --*/
p.motto {
      }

/*-- eigene Schlagworte --*/
p.keywords {
         }

span.keywordsText {
         font-weight: bold;
         }

/*-- eigene Schlagworte --*/
p.keyword {
         }
         
/*-- Abstract --*/
p.abstracthead {
         font-weight: bold;
         }

p.abstract {
         }

/*-- Danksagung --*/
p.acknowledgments {
                }

/*-- Selbstdigkeitserklung --*/
p.declaration {
            }

/*-- Anhang --*/
p.appendix {
         }

/*-- Zwischentitel --*/
p.freehead {
         font-weight: bold;         
}         

/*-- âerschriften --/
h3.abbreviation {}
h3.preface {}
h3.summary {}

/*----------------------------------------------------------------------------*/
/*----                                                                     ---*/
/*---                                                                       --*/
/*--                          Body of Document                               -*/
/*---                                                                       --*/
/*----                                                                     ---*/
/*----------------------------------------------------------------------------*/

em { font-style: italic; }
em.roman { font-style: normal; }
em.small-caps { font-variant: small-caps; font-style: normal; }
em.ismall-caps { font-variant: small-caps; font-style: italic; }

/*-- Beispiel --*/

p.example {
  }
         
p.examplehead {
         font-weight: bold;
  }

/*p.mmimg  {
         background-color:#F9F9F9;
         padding:6px;
         border:none;
         margin:0px;
         text-align: center;
} */
p.mmimg  {
         background-color:#FFFFFF;
         padding:6px;
         border:none;
         margin:0px;
         text-align: center;
}
td.caption  {
         background-color:#E0E0E0;
         padding:6px;
         border:0px;
         margin-top:6px;
         margin-bottom:0px;
         margin-left:0px;
         margin-right:0px;
         font-weight: bold;
}

td.legend  {
         background-color:#E0E0E0;
         padding:6px;
         border:0px;
         margin-top:0px;
         margin-bottom:6px;
         margin-left:0px;
         margin-right:0px;
         font-size: x-small;
}

table.mm {
         border-spacing:0px;
         padding:0px;
         border:none;
         margin:0px;
         align:middle;
}

table.calstable {
         border-spacing:0px;
         padding:0px;
         border:none;
         margin:0px;         
         background-color:#F9F9F9;
}

div.table {
  text-align:center; 
}

table.blockquote {
         border-spacing:0px;
         padding:0px;
         border:none;
         margin:0px;
         text-align:center;
}

td.blockquotebody {
         padding:6px;
         border:0px;
         margin-top:6px;
         margin-bottom:6px;
         margin-left:6px;
         margin-right:6px;
         background-color:#F9F9F9;
}

td.blockquotecaption {
         background-color:#E0E0E0;
         padding:6px;
         border:0px;
         margin-top:6px;
         margin-bottom:0px;
         margin-left:0px;
         margin-right:0px;
         font-weight: bold;
}

td.blockquotecitation {
         background-color:#E0E0E0;
         padding:6px;
         border:0px;
         margin-top:0px;
         margin-bottom:6px;
         margin-left:0px;
         margin-right:0px;
         font-size: x-small;
}

p.dmathimath  {
         background-color:#F9F9F9;
         padding:6px;
         border:none;
         margin:0px;
         text-align: center;
}

table.dmath {
         border-spacing:0px;
         padding:0px;
         border:none;
         margin:0px;
}
  
table.example {
         border-spacing:0px;
         padding:0px;
         margin:0px;
         border-width:0px;
         border-style:solid;
         border-color:#FFFFFF;
}
td.example {
         border-spacing:0px;
         padding:3px;
         margin:0px;
         border-width:1px;
         border-style:solid;
         border-color:#E0E0E0;
}
  

h3.footnoteheader {

}


/*----------------------------------------------------------------------------*/
/*----                                                                     ---*/
/*---                                                                       --*/
/*--                           Bibliographie                                 -*/
/*---                                                                       --*/
/*----                                                                     ---*/
/*----------------------------------------------------------------------------*/



span.worktitle, span.articletitle, span.serialtitle {
   font-style: italic; 
}         
span.note { font-size: x-small; }
span.law { }
span.citcut { font-weight: bold; }
span.court { font-weight: bold; }
span.bible { font-weight: bold; }
span.editor { }
span.adress { }
span.edition { }
span.volume { }
span.version { }
span.number { }
span.pubdate { }


/*-- Tabellen --*/
p.tablelegend {
         }

p.tablecaption  {
  }
  
td.tablecontent {
  text-align:center;
}  


/*----------------------------------------------------------------------------*/
/*-                              Navigation                                  -*/
/*----------------------------------------------------------------------------*/


table.navigation {
  font-family: Verdana, Lucida, Arial, Helvetica;
  font-size: x-small;
  margin-bottom: 1px;
  background-color:#E0E0E0;
  padding:6px;
  margin:0px; 
  border:none;
}         

td.nav-about {
  text-align: left;
  font-size: 8pt;  
}
td.nav-about-right {
text-align: right;
font-size: 8pt;
}
                        
td.nav-parts {
  text-align: left;
  font-size: x-small;  
}

form {margin-top:6px;
        font-size: 8pt;}
select {margin-top:6px;}

.nav-author { font-weight: bold; }
.nav-title { font-weight: demibold;}

p.navbottom {  
              font-size: x-small;
}

/*-- information at the bottom --*/
table.infoTable { }

td.infoBottom {
              font-size: x-small;
}
td.infoMiddle {
    background-color: #E0E0E0;
              font-size: x-small;
              text-align:center;
}
td.infoLeft {
              font-size: x-small;
              text-align:center;
}
td.infoRight {
              font-size: x-small;
              text-align:center;
}
.bold {      
              font-family:Verdana,Helvetica,sans-serif;
              font-weight: bold;  }
.whitemenu {      
             color:#FFFFFF;
             margin-left: 0.4cm;
             font-size: 9pt;}
.whiteLINK {      
             color:#FFFFFF;  
             text-decoration:underline;
             }

.navnormal { font-family: Verdana, Helvetica, sans-serif;
                font-size: 8pt;
                color:white;
                font-weight: bold;
                font-style: normal;
                }
.navoben { font-family: Verdana, Helvetica, sans-serif;
                font-size: 8pt;
                color:white;
                font-weight: bold;
                font-style: normal;
                text-decoration:none; }
a.navoben:link {    font-family:Verdana, Helvetica, sans-serif;
                 font-size: 8pt;
                 color:white;
                 font-style: normal;
                font-weight: bold;
                 text-decoration:none; }
 
 a.navoben:visited { font-family:Verdana, Helvetica,  sans-serif;
                 font-size: 8pt;
                 color:white;
                 font-style: normal;
                font-weight: bold;
                 text-decoration:none; }
 
 a.navoben:hover {   font-family:Verdana, Helvetica,  sans-serif;
                 font-size: 8pt;
                 font-style: normal;
                font-weight: bold;
				text-decoration:none;
				color: #ba3f44;
                 }
 
 a.navoben:active {  font-family:Verdana, Helvetica,  sans-serif;
                 font-size: 8pt;
                 color:white;
                 font-style: normal;
                font-weight: bold;
                 text-decoration:none; }


 .bgtitelmain_DIGITISATION {  background-color: #7E90B6;
                background-image:url(b-digitisation.jpg);
                font-weight:500;}  
.werbung 	{border-color:#F3F3F3; 
				border-width:2px; 
				border-style:solid; 
				padding:4px
				}
