body {
	 font-family:arial;
	 background-color:#5CBAE9;
	 
}



div#body {
     background-color:#66CCFF;
	 width:600px;
	 margin-left:auto;
	 margin-right:auto;
	 height:2075px;
}


div#header {
     background-image: url(Bilder/anderes/mariobackground1.png);
	 height:163px;
	 width:600px;
	 margin-left:auto;
	 margin-right:auto;
}
	
div#header h1{
	 color: white;
	 text-shadow: 0 -1px #111, 1px 0 #111, 0 1px #111, -1px 0 #111;
	 font-size: 35pt;
	 font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
	 text-align:center;
	 
}

footer{
	background-color: black;
	text-align: center;
	clear: both;
	line-height: 2em;
	color: silver;
	font-size: 80%;
	font-family: Arial;
}

div#coin{
	float:left
}
#menu {
  font-size:14px;
  font-family: arial;
  position:absolute; 
  text-align:center-left;
  width:700px;
}

#menu ul {
  list-style-type:none;
  list-style-image:none;
  margin:0px;
  padding:0px;
}

#menu li.topmenu {
  float:left;
}

.topmenu a {
  float:left;
  width:110px;
  height: 40px;
  text-align:center;
}

.topmenu ul{
  display:none;
}

.topmenu a, .submenu a{
  padding:1px 5px;
  border:1px solid black;
  border-collapse:collapse;
  color:white;
  font-weight:bold;
  text-decoration:none;
  background-color:red;
  margin:0;  
}

.submenu a{
  font-size:17px;
  width:110px;
  position:auto;
  clear:both; /* special IE6 */
}

#menu a:hover, .topmenu.on a {
  color:red;
  background-color:white !important;
}

.topmenu:hover ul {
  display:block;  
  z-index:500;
}

img.coin {
 width: 50px;
 height: 50px;
 transition: transform 0.7s;
}

img.coin:hover {
 transform: scaleX(-1);
}

img.walk {
      height:34px;
	  width:40px;
}

div#wrapper{
	 border-bottom-left-radius: 4px;
     border-top-left-radius: 4px;
	 border-bottom-right-radius: 4px;
     border-top-right-radius: 4px;
     border: 2px solid #317190;
     overflow: hidden;
	 margin-top: 20px;
	 margin-bottom: 20px;
	 margin-left:10px;
	 margin-right:10px;
}



div#footer{
	 width:550px;
     border-bottom-left-radius: 4px;
     border-top-left-radius: 4px;
	 border-bottom-right-radius: 4px;
     border-top-right-radius: 4px;
     border: 2px solid #317190;
     background-color: #C5DDE9;
     overflow: hidden;
	 margin-bottom: 20px;
	 margin-left:20px;
	 margin-right:20px;
}

div#language{
	height: 100px;
	float: right;
	border-bottom-left-radius: 4px;
	border-left: 2px solid #317190;
	border-bottom:2px solid #317190;
} 

div#language p{
	margin: 10px 10px 0px 10px;
	
}

ul{
	list-style-type: none;
}

div#footerleft{
	width: 225px;
	margin-right: 20px;
	margin-left: 20px;
	float: left;
}

div#footerright{
	width: 225px;
	float:left;
}

div#footer h4{
	 font-family: Verdana, Helvetica, sans-serif;
	 border-bottom: 2px solid #AE2929;
     color: #5f5f5f;
}

div#footer h5{
	font-family: Arial;
	font-style: bold;
	border-bottom: 1px solid;
	font-size:10pt;
}

div#main p{
	margin: 10px 10px 0px 10px;
	
}
div#main h3{
	text-decoration:underline;
	margin: 10px 10px 0px 10px;
	
}
