body
{
    background-color:#000033;
    text-align: center; /* Zentrierung IE */
}

#seitenbereich
{
	
    max-width: 75em;
    margin: 0 auto; 	
	background: url(Marble1.gif);
	text-align: center;
	
}



#inhalte {
	
	 margin-top: 1.5em;
    /* margin-left: 3em; */
    /*width: 75em;*/ 
   	text-align: center;
    font-size:1.0em;  /* Größe 14pt   */
  	font-family:arial, "lucida console", sans-serif; /* Schriftart */              /* Textausrichtung     */
  }

#inhalte ul {
   list-style: none;               /* keine Aufzählungspunkte */
	
}

#inhalte li {
   background-color: silver;       /* Hintergrundfarbe   */
   border-top: 0.4em black solid;    /* Rahmenfarbe Auflistungpunkt oben */
   border-left: 2em orange solid; /* Rahmenfarbe Auflistungpunkt oben */
   border-bottom: 0.4em red solid;   /* Rahmenfarbe unten  */
   border-right: 0.2em blue solid;   /* Rahmenfarbe unten  */
   margin-top: 0.5em;               /* Außenabstand oben  */
   padding-top: 0.5em;               /* Innenabstand oben  */
   padding-bottom: 0.5em;            /* Innenabstand unten */
   padding-left: 0.5em;              /* Innenabstand links */
   padding-right: 0.5em;             /* Innenabstand rechts */
   font-size:1.0em;  
    font-family:arial, "lucida console", sans-serif; /* Schriftart */
} 

.text
{

	text-align: justify;
	font-size:1.0em;  /* Größe 14pt   */
  	font-family:arial, "lucida console", sans-serif; /* Schriftart */
}
/*
.verkleinert{
    height: 315px;
    width: 560px;
    display: flex;
    overflow: hidden;
    position: sticky;
    transform: scale(0.5);
    transform-origin: left top 0;
}
  */
.picflag

{
	width: 50px;
	height: 30px;

}

#picsolo

{
    width: 560px;
    height: 315px; 
    /*max-width: 100%;
    height: auto; */
    border: 0px; 
    vertical-align: middle;
}

#inhalte a:link    { color:blue;   text-decoration:none; }
#inhalte a:visited { color:black;  text-decoration:line-through; }
#inhalte a:focus   { color:green;  text-decoration:overline; }
#inhalte a:hover   { color:red;    text-decoration:overline; }
#inhalte a:active  { color:orange; text-decoration:underline; }

/*#videobereich1 {
    background-color: orange;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}	
	
/*    background-color: yellow;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}  */
 	
  


