body 
    {    
    background: #ffffff;

    color:black;   
    }
h2
    {
    text-align:center;
    font-size:1.2em;
    color:black;
    }    
h1
    {
    text-align:center;
    font-size:1.2em;
    color:red;
    }
li  
    {
    margin-top:0.3em;
    }
td{
    align-self: center;
}
#Haupttext
    {
    font-size:1em;
    color:#D31D38;
    margin-top:2em;
    margin-left:10em;
    text-align:justify;
    }
#bodybg
    {
    background-repeat:no-repeat;
    background-position:30px 80px;
    }
#DokViewTable
    {
     width: 100%;
     border-color: black;
     border-width: 10px;
     border-style:solid;
     border-collapse: separate;
     padding: 7px;
     height: auto;
     margin-left: auto;
     margin-right: auto;
    }
.DokViewspalte
    {    
     width:50%;
     padding: .5em;
     text-align:left;
     border: 10px solid red;
    }   
.DokBild  
    {
    width: 100%; 
    vertical-align: middle;
    }  
#BilderTable
    {    
    width: 100%; 
    border-color: black;
    border-width: 10px;
    border-collapse: separate;
    border-style: solid;
    padding: 7px;
    height: auto;
    } 
.Bildspalte
    {
    width:50%;
    vertical-align: middle;
    border: 10px solid red;
    }
#Sterbbild
    {    
     margin: 1px;
     width: 100%;
    } 
.BGBild
    {    
     width: 100%;
     height: auto;
     text-align:center;
     align-self: center;
    }  


#KriegsRolle
    {    
     width: 100%;
     height: auto;
     text-align:center;
    }  
#Bild
    {    
     margin: 1px;
     width: 100%; 
    } 

#Chronotable
    {    
     border-collapse: separate;
     border-color: black;
     
     border-width: 20px;
     border-style:solid;
     border: thin solid;
     width: 100%;
     table-layout:fixed; 
     text-align:center;
    }  
.Chronospalte
    {    
     padding: .5em;
     border-width:5px;
     border: thin solid;
     border-color: black;
    } 
 #Persontable
    {    
     width: 100%;
     table-layout:fixed; 
     text-align:center;
     -webkit-text-fill-color: rgb(0, 0, 0);
    }  
#Denkmaltable
    {    
        border-collapse: separate;
        border-color: black;
        border-width: 20px;
        border-style:solid;
        border: thin solid;
        border-color: black;
    }  
.DenkmalBild
    {
    width: auto;
    max-width: 100%;
    align-self: center;   
    vertical-align: middle;     
    }
.Bild_50p
    {
    width: 40%;
    margin-left:30%;
    margin-right:30%;
    max-width: 100%;
    align-self: center;   
    vertical-align: middle;   
    }
.Denkmalspalte
    {    
     padding: .5em;
     width:50%;
     text-align:left;
     border-width:5px;
     border: thin solid;
     border-color: black;
    }    
#Doktable
    {    
     width: 100%;
     table-layout:fixed; 
     text-align:center;
     -webkit-text-fill-color: rgb(0, 0, 0);
    }  
.spal
    { 
        width: 120px; 
    }
#navi
    {
        border-collapse: separate;
        font-size:1em;
        padding: 1px;
        font-weight: bold;
        border: 3px solid black;    
        float:left;
        margin: 20px;
    }
#navohne
    {
        border-collapse: separate;
        font-size:1em;
        padding: 1px;
        font-weight: bold;
        border: 3px solid black;    
        margin: 20px;
    }
.ImpressText
{
    margin-left: 5%;
}
.MitText
{
    margin-left: 5%;
}
.NavTable
{
  margin-left: auto;
  margin-right: auto;
}
.navicell
{
    vertical-align: middle;
    text-align: center;
    border: 3px solid red;    
}
a:link {
    color: blue;
    background-color: transparent;
    text-decoration: underline;
  }
  
  a:visited {
    color:blue;
    background-color: transparent;
    text-decoration: underline;
  }
  
  a:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
  }
  
  a:active {
    color: red;
    background-color: transparent;
    text-decoration: underline;
  }
div {
	width: 12em;
	height: 8em;
	border: thin solid;
    align-self: flex-start;
    float:inline-end;
}	
.video-element {
  margin:0 auto;
  display: block;
  width: 25%;
  height: auto;
  object-fit: cover; 
}