html {
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

body {
	font-family: "Open Sans",sans-serif;
	background-image: url("../images/background/hatter.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    height: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 17px;
	color: #D4D4D4;
	text-align:center;
}

a {
	text-decoration: none;
	text-transform: uppercase;
	color: #00B300;
}

.ul_list {
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 0px;
	text-align: left;
	vertical-align: top;
	color: #D4D4D4;
	font-size: 17px;
	list-style-type: square;
}

.back {
	position: relative;
	display: block;
	border-top: 1px solid #868686;
	border-bottom: 1px solid #868686;
	border-left: 1px solid #868686;
	border-right: 1px solid #868686;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-color: rgba(0, 0, 0, 0.85);
	width: 920px;
	text-align: center;
	font-size: 17px;
}

.header {
	margin: 0px;
	padding: 10px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background: #00B300;
	background: -webkit-gradient(radial,50% 100%,100,50% 50%,500,from(rgba(0,255,0,0.8)),to(rgba(0,60,0,0.5)));
	background: -moz-radial-gradient(center 0px 45deg,circle cover,rgba(0,255,0,0.8) 0%,rgba(0,60,0,0.5) 100%);
	text-align: center;
	color: #000000;
	font-size: 26px;
}

.time {
	position: relative;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 40px;
	padding-right: 0px;
	text-align: left;
	vertical-align: top;
	color: #00B300;
	font-size: 14px;
}

.stat {
	position: relative;
	padding-top: 15px;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-right: 20px;
}

.wordjust {
	position: relative;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: justify;
	vertical-align: top;
	color: #D4D4D4;
	font-size: 17px;
}

.wordjust_time {
	position: relative;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: justify;
	vertical-align: top;
	color: #D4D4D4;
	font-size: 17px;
}

.wordjust0 {
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: justify;
	vertical-align: top;
	color: #D4D4D4;
	font-size: 17px;
}

.wordjust_ff {
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: justify;
	vertical-align: top;
	color: #D4D4D4;
	font-size: 15px;
}

.list {
	position: relative;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 0px;
	color: #D4D4D4;
	font-size: 17px;
}

.topszoveg {
	margin-top: 25px;
	position: relative;
	text-align: center;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 5px;
	border-radius: 8px;
	background: #00B300;
	background: -webkit-gradient(radial,50% 100%,100,40% 50%,500,from(rgba(0,255,0,0.7)),to(rgba(0,60,0,0.5)));
	background: -moz-radial-gradient(center 0px 45deg,circle cover,rgba(0,255,0,0.8) 0%,rgba(0,80,0,0.5) 100%);
	color: #000000;
	font-size: 19px;
}

.wordcenter {
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	vertical-align: top;
	color: #D4D4D4;
	font-size: 17px;
}

.imgbox {
	border: 3px solid #00A000;
}

.imgbox:hover {
	border: 3px solid #00FF00;
}

.clear20 {
	clear: both;
	height:20px;
}

.footer {
	position: relative;
	text-align: center;
    bottom: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    color: #D4D4D4;
    height: 40px;
}

.mutat {
	color: #00B300;
}

.mutat:link {
	color: #00B300;
}

.mutat:visited {
	color: #00B300;
}

.mutat:hover {
	color: #00FF00;
}

.mutat:active {
	color: #00FF00;
}
