body
{
    background-color:#000033;
	text-align: center; /* Zentrierung IE */
}

/*@viewport {
    width: auto;
}

@media screen and (min-width: 320px) {}


@media screen and (max-width: 400px) {} */

#seitenbereich
{
	margin: 0 auto;
	max-width: 75em;
	background: url(Marble1.gif);
	text-align: center;               /* Textausrichtung     */
    font-family:arial, "lucida console", sans-serif; /* Schriftart */
}

    

#inhalte {
	
	margin: auto;
	width: 80%;
	background: url(Marble1.gif);
   	text-align: center;               /* Textausrichtung     */
   	font-size:1.0em;  /* Größe 14pt   */
  	font-family:arial, "lucida console", sans-serif; /* Schriftart */
  }

#inhalte ul {
   list-style: none;               /* keine Aufzählungspunkte */
	
}

#inhalte li {
   background-color: silver;        /* Hintergrundfarbe   */
   border-top: 0.2em black solid;    /* Rahmenfarbe Auflistungpunkt oben */
   border-right: 0.1em blue solid;   /* Rahmenfarbe rechts  */
   border-bottom: 0.2em red solid;   /* Rahmenfarbe unten  */
   border-left: 1em orange solid;   /* Rahmenfarbe Auflistungpunkt oben */
    margin-top: 0.5em;              /* Außenabstand oben  */
    padding-top: 0.3em;               /* Innenabstand oben  */
    padding-bottom: 0.3em;            /* Innenabstand unten */
    padding-left: 0.3em;              /* Innenabstand links */
    padding-right: 0.3em;             /* Innenabstand rechts */
    font-size: 1.0em;
    font-family:arial, "lucida console", sans-serif; /* Schriftart */
} 

#text
{

	text-align: justify;
}


#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; }

#picsolo

{
    max-width: 100%;
    height: auto;

}
 	
  


