
body {
  color: #000000; 
  background-color: #000033;
  font-size: 100.01%;
  font-family: Arial,Helvetica,sans-serif;
  margin: 0%; 
  padding: 0%;
  text-align: center;  /* Zentrierung im Internet Explorer */
  }
div#Box {
   position:absolute;
   top:20px;
   left:160px;
   width:1060px;
   padding:10px;
   margin:0px;
	 min-height: 700px;	 
   border:4px solid silver;
	 background-image:url(amarnahintergrundsmall.jpg);	
	 background-color: #ffffcc; 
  }
div#Inhalt {
	  width: 1060px;
    padding: 1em;
	  font-size: 100.01%;
    font-family: Arial,Helvetica,sans-serif;
	  text-align: left;
	  line-height: 1.5em;
  }
  * html div#Inhalt {
    height: 1.2em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
	  width: 100%;
    margin-bottom: 0%;
  }
	div#Inhalt h1 {
	  font-size: 1.5em;
		margin: 0.2em 0%;
		text-align: center;
		padding: 0 1em;
	}
  div#Inhalt h2 {
    font-size: 1.3em;
    margin: 0.2em 0%;
		text-align: center;
  }
  div#Inhalt h3 {
    font-size: 1.1em;
  }
  div#Inhalt p {
    font-size: 1.0em;
    margin: 1em 0;
  }
  div#Inhalt a {
	text-decoration: none;  
  }
  div#Inhalt a:link {
    color: #339933;  
  }
  p#Fusszeile {
    font-size: 0.63em;
    font-family: Arial,Helvetica,sans-serif;
    clear: both;
    margin: 0%; 
	  padding: 0.1em;
    text-align: center;
    border-top: 1px solid silver;
  }
  ul#Navi {
    font-size: 0.99em;
    float: left; 
	  width: 98%;
    margin: 0.2em 0%; 
	  padding: 0.25em;
  }
  ul#Navi li {
	  margin: 0.2em 0%;
	  padding: 0.25em;
	  width: 98%;
  }
  ul#Navi a {
	  text-decoration: none;
		color: #006600;
  }
  ul#Navi a:link {
    color: #006600;
  }
  ul#Navi a:hover {
    color: black; 
	  background-color: #eee;
  }
  ul#Navi a:active {
    color: white; 
  }
#rechts {
	text-align: right;
	}
#links {
  text-align: left;
	}

div#copyright {
    font-family: Arial,Helvetica,sans-serif;
    border-top: 1px solid silver;
    font-size: 0.8em;
	margin: 0%;
	padding: 0.1em
  }
div#Seitelinks {
   position:absolute;
   width:500px;
	 min-height: 700px;
   padding:1em;
   border:2px solid silver;
	 background-color: #ffffcc; 
	 }
div#Seiterechts {
   position:absolute;
   width:500px;
	 min-height: 700px;
   padding:1em;
	 margin-left: 500px;
   border:2px solid silver;
	 background-color: #ffffcc; 
	 }


