  body {
    color: white; background-color: #2d2828;
    font-size: 100.01%;
    font-family: "Segoe UI";
    min-width: 1024px; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
    margin-top: 0px;
    padding-top: 0px;
    text-align: center;
    margin: 0;
    padding: 0;
		
  }

  h6 {
    width:100%; height:53px;
    text-align: center;
    background-color: #2d2828;
    background: url(../img/cmde_gamesLogo.png) no-repeat left;
    margin: 0;
    padding: 0;
  }
  
  div#Cut{
	width:100%; height: 15px;
	background: url(../img/top_cut.png) repeat left;
	margin: 0;
	padding: 0;
  }
  
  a {
  color: #400f04;
  text-decoration:none;
  }
  
  a:hover{
  text-decoration:underline;
  }
  
  a:visited{
  color: #310d02;
  text-decoration:none;
  }
  
  .box{
  text-align: left;
  width: 1024px;	
  margin: 0px auto;
  }
  
  
  div#Menu {
  width: 1024px;
  height: 339px;
  text-align: center;
  background: url(../img/menu_background.PNG) no-repeat right;

  }
  
  div#Menu a {
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 14px;
	padding-bottom: 14px;
	background: url(../img/menu_button.PNG) no-repeat center;
    color: white;
    text-decoration: none;
  }
  
   div#Menu a:hover {
    background: url(../img/menu_over.png) no-repeat center;
  }

  div#Content{
    font-size: 1.0em;
    width: 704px;
    margin: 0; padding: 3px;
    margin-left: 310px;
    background-color: #bf6b04; border: 2px solid #8c4303;
  }
  div#Content h2 {
    font-size: 1.33em;
    margin: 0.2em 0.5em;
  }
  div#Content p {
    font-size: 1em;
    margin: 0.5em;
  }

  p#Fusszeile {
    clear: both;
    font-size: 0.9em;
    margin: 0;
    margin-top: 10px;
    padding: 0.1em;
    text-align: center;
    color: white;
    background-color: #bf6b04; border: 1px solid #8c4303;
  }
  
  .imgleft {float:left;border: 0px ;margin-left:0px;margin-top:0px;margin-bottom:0px;margin-right:5px;}
 .imgright {float:right;border: 0px ;margin-left:5px;margin-top:0px;margin-bottom:0px;margin-right:5px;}

