html,body{
  height: 100%;
  text-align: center;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: small;
  margin: 0;
  padding: 0;
  background-color: #401900; /*#dff7ab;*//*#FFEDB1;*/
  color:#FA0;
}
.bar {
  padding: 5px 0px 10px 0px;
  margin: auto;
  width: 942px;
  height: 100px;
  margin-bottom: 0px;
  background-color: #b0f759; /*#FFDB64;*/
}
.language {
	margin-top: -23px;
}
.logo{
  float: left;
  margin-left: 50px;
/*  border-bottom: 3px solid #4d2a1a;*/
}
.navi{
	margin-top: 20px;
	padding: 0;
	margin-right: 40px;
	float: right;
	width: 600px;
}
a.melem{
	padding: 0;
	margin: 0;
}
a.melem:link, a.melem:visited{
	padding: 0;
	margin: -3px;
	text-decoration: none;
	background-color: #b0f764;
 	color: #4d2a1a;
}
a.melem:hover{
	text-decoration: none;
}
a img {
	margin: 0;
	padding: 0;
	border: 0;
}

.wrapper {
	float: clear;
	margin: 10px auto;
	margin-top: -20px;
	margin-bottom: 0px;
	padding-top: 0px;
	color: #401900;
	width: 942px;
	text-align: left;
	height: 700px;
	background-image: url('img/bg.png');
  background-position: bottom center;
  background-repeat: no-repeat;
}
.extendedwrapper {
float: clear;
	margin: 10px auto;
	margin-top: -20px;
	margin-bottom: 0px;
	padding-top: 0px;
	color: #401900;
	width: 942px;
	text-align: left;
	height: 700px;
	background-image: url('img/bg.png');
  background-position: bottom center;
  background-repeat: no-repeat;
}
.text {
	padding-top: 40px;
	width: 800px;
	margin: auto;
}
.extext {
	padding-top: 1px;
	width: 800px;
	margin: auto;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
ul#thumbs a{
		display:block;
		float:left;
		width:70px;
		height:70px;
		line-height:70px;
		overflow:hidden;
		position:relative;
		z-index:1;
		border: none;
}
ul#thumbs li {
float:left;
		margin-right:5px;
		border:1px solid #4d2a1a;	
		padding:2px;
		margin-bottom: 5px;
		list-style-type: none;
}
ul#thumbs a img{
		float:left;
		position:absolute;
		border: none;
}
ul#thumbs a:hover{
			overflow:visible;
			z-index:1000;
			border:none;	
		}
		ul#thumbs a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	
