/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/*css reset*//*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
/*
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}/*css reset end*/
body{
  width:1250px;
  height:650px;
}
.container{
  outline: 1px solid blue;
  padding-top: 10px;
  position:relative;
  cursor:url(Link_back.png), auto;
}
a{
  display:block;
  /*outline: 1px solid red;*/
  text-decoration: none;
  color:white;
  font-family: sans-serif;
  font-size: 15px;
  color:transparent;
  position:absolute;
  cursor:url(Link_back_hover.png), auto;
}
.goDown{
  top: 600px;
  left: 560px;
  width:130px;
  height: 90px;
}
.goLeft{
  top: 260px;
  left:110px;
  width:80px;
  height:200px;

}
.goRight{
  top: 270px;
  left: 1050px;
  width:90px;
  height:190px;
}
img{
  display:block;
  width: 82%;
  margin:auto;
}
.ennemy {
  /*outline:1px solid orange;*/
  display:block;
  width: 100%;
  height:1000px;
  top:100px;
  left:100px;
  position: absolute;
}
input[type="checkbox"] {
   display:none;
}
@keyframes movePattern1 {
    0%{ top:155px;left: 130px;}
    25%{ top:155px;left: 410px;}
    50%{ top:300px;left: 410px;}
    75%{ top:300px;left: 130px;}
    100%{ top:155px;left: 130px;}
}
/*#oktorok1{
    display: block;
    width: 500px;
    height: 500px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    animation-name: movePattern1;
    animation-duration: 4s;
    outline:1px solid purple;
}*/
/*.test{
    z-index:1;
    width:100px;
    height:100px;
    outline: 1px solid black;
    position:relative;
}*/
#oktorok1, label{
    background-image:url(oktorokRed.png);
    background-repeat:no-repeat;
    animation-name: movePattern1;
    animation-duration:4s;
    animation-iteration-count: infinite;
    z-index:1;
    width:70px;
    height:70px;
    /*outline: 1px solid black;*/
    position:relative;
}
label{
    display:block;
    width:70px;
    height:70px;
}
input[type="checkbox"]:checked+label {
    background-image:none;
}
