* {
	padding: 0px;
	margin: 0px;
}

body {
	background: url(../img/bg.jpg) #212121;
}

/* common reset */
div.slashc-memory-game,
div.slashc-memory-game ul,
div.slashc-memory-game li,
div.slashc-memory-game img
{
	margin: 0;
	padding: 0;
	border: none;
}
/* reset list */
div.slashc-memory-game ul,
div.slashc-memory-game li
{
	list-style: none;
}
/* list style */
div.slashc-memory-game ul
{
	position: relative;
	overflow: hidden;
}
/* item style */
div.slashc-memory-game li
{
	width: 120px; /* set item width here */
	height: 90px; /* set item height here */
	overflow: hidden;
	float: left;
}
/* image style */
div.slashc-memory-game li img
{
	display: block;
}

/* Anpassung Benny */

#wrapper {
	position: relative;
	margin: 0 auto;
	width:1100px;
	padding-top: 50px;
}

#sample {
	position: relative;
	float: left;
	width:800px;
}

#highscore_wrapper {
	background: rgba(255, 255, 255, 0.4);
	position: relative;
	float: left;
	width:250px;
	height:450px;
	padding: 20px 0px 20px 20px;
}

#highscore_title {
	padding-bottom:20px;
}

#highscore {
	position:relative;
	height:435px;
	overflow: auto;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

p, .max {	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}
	

ul {
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	height: 45px;
	border-bottom: 1px dotted #fff;	
	margin-bottom: 10px;
	width:210px;
}

li {
	display:inline;
	float: left;
}

li.name {
	width:200px;
	padding-bottom: 3px;
	display:inline-block;
	color: #a50000;
	font-weight: bold
}

li.score {
	font-size: 13px;
	color: #666;
	font-weight: bold;

}

.klicks {
	color: #666;
	padding: 0px 5px 0px 3px;
	font-weight: normal;

}

li.time {
	font-size: 13px;
	color: #666;
	font-weight: bold;

}

/* info start */

#info_wrapper {
	position:relative;
	float: left;
	width: 730px;
	height:180px;
	background: rgba(255, 255, 255, 0.4);
	padding: 20px;
	margin-top: 30px;
}

#infotext {
	padding-bottom: 20px;
	font-weight: normal;
}

/* formular  */ 

#einleitung {
	padding-bottom: 5px;
}

/* buttons */

.button {
	background: none repeat scroll 0 0 #212121;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    padding: 4px 8px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* abstände */

#werte_01 {
	position:relative;
	float: left;
	padding-right: 30px;
}

#myscore, #mytime {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #a50000;
	font-weight: bold
}