html, body {
   margin:0px;
   padding:0px;
}
#top_section {
      background-color:rgb(248,228,147);
      height:100px;
      margin:0px;
      padding:0px;
   }
   #main_section {
      margin:0px;
      padding:0px;      
   }
   #navigation {
      background-color:rgb(248,228,147);
      position:absolute;
      left:0px;
      top:100px;
      width:240px;
      height:800px;
   }
   #navi a
{
	display: block;
	padding: 5px;
	text-decoration: none;
	/* #@# hier border: 0 sonst flackern Maus und CPU-high */
	border: 0 solid #fff;
	width: 96%;
	margin: 3px 0;
	color: #FC0;
	background: #257;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
   #content {
      margin-left:240px;
      margin-right:0px;
      border-top:double 5px orange;
      border-left:double 5px orange;
   }
#logo {
   position:absolute;
   top:5px;
   left:40px;
   width:150px;
   height:152px;
}
#logo1 {
   position:absolute;
   top:200px;
   left:40px;
   width:150px;
   height:152px;
}
#logo2 {
   position:absolute;
   top:500px;
   left:40px;
   width:150px;
   height:152px;
}
#Spielfeld {
   position:absolute;
   top:120px;
   left:280px;
   width:639px;
   height:819px;
}
#globalbild {
	position:absolute;
	top:120px;
	left:960px;
	width:200px;
   height:840px;
}
#text{
   width:840px;
   margin-left:80px
}
#text1{
	border:1px solid red;
	padding:20px;
	padding-right:15px;
	position:absolute;
	top:220px;
   width:640px;
   margin-left:200px
}

a:link {
   font-weight:bold;
   color:black;
   text-decoration:underline;
}
a:visited {
   font-weight:bold;
   color:gray;
   text-decoration:underline;
}
a:hover, a:active {
   font-weight:bold;
   color:rgb(175,35,35);
   text-decoration:underline;
}

