body {
	margin: 0;
	margin-top: 10px;
	background-color: white;
}

.obal {
	margin: 0 auto;
	width: 960px;
	}

#header {
	background: url(../image/header.png) repeat-x;
	height: 85px;
	position: relative;
	width: 100%;
	}
	
#logo {
	background: url(../image/logo.png) no-repeat;
	height: 60px;
	width: 880px;
	top: 14px;
	left: 70px;
	position: relative;
	}
	
h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: white;
	margin-left: 350px;
	margin-top: 0;
	padding-top: 3px;
	
	}
	
#body {
	background: url(../image/body-background.jpg) no-repeat;
	height: 1170px;
	position: relative;
	}
	
.menu {
	width: 124px;
	padding: 15px 3px 10px 3px;
	position: absolute;
	background-color: #9acd32;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
	border-bottom: 3px #2F750D solid;
	text-transform: uppercase;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: .3 all linear;
	-moz-transition: .3s all linear;
	-o-transition: .3s all linear;
	transition: .3s all linear;
		text-shadow: 3px 3px 3px #65971A;
	}

.menu:hover {
	padding: 35px 3px 10px 3px;
	text-shadow: none;
	border-bottom: 6px #95FF4B solid;
	}
	
.druhe {
	position: absolute;
	left: 140px;
	}

.treti {
	left: 690px;
	}
	
.ctvrte {
	left: 830px;
	}
	
#otazka {
	position: absolute;
	margin-top: 90px;
	margin-left: 20px;
	color: #9acd32;
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: .1 all linear;
	-moz-transition: .1s all linear;
	-o-transition: .1s all linear;
	transition: .1s all linear;	
	}

#otazka:hover {
	font-size:27px;
	}
	
#odpoved {
	position: absolute;
	margin-top: 120px;
	margin-left: 640px;
	color: #b0b0b0;
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: .1 all linear;
	-moz-transition: .1s all linear;
	-o-transition: .1s all linear;
	transition: .1s all linear;	
	}

#odpoved:hover {
	font-size:27px;
	}
	
p {
	font-family: 'Open Sans', sans-serif;
	color: #403b3b;
	font-size: 13px;
	text-align: justify;
	}
	
h2 {
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	font-size: 24px;
	margin: 10px 0; 
	}

h2 a {
	color: white;
	text-decoration: none;
	-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out; 
-o-transition: all 1s ease-in-out; 
-ms-transition: all 1s ease-in-out; 
transition: all 1s ease-in-out;
	}

#pole1 {
	margin-top: 180px;
	margin-left: 70px;
	position: absolute;
	height: 300px;
	width: 400px;
	}	
	
.nadpis1 {
	padding-left: 5px;
	position: relative;
	background: url(../image/linka.png) no-repeat;
	height: 45px;
	width: 285px;
	}

.doleva {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out; 
	-o-transition: all 1s ease-in-out; 
	-ms-transition: all 1s ease-in-out; 
	transition: all 1s ease-in-out;
	}
	
.doleva:hover {
	transform: translate(-20px,0px);
	-ms-transform: translate(-20px,0px);
	-webkit-transform: translate(-20px,0px);
	-o-transform: translate(-20px,0px);
	}

.doprava {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out; 
	-o-transition: all 1s ease-in-out; 
	-ms-transition: all 1s ease-in-out; 
	transition: all 1s ease-in-out;
	}
	
.doprava:hover {
	transform: translate(20px,0px);
	-ms-transform: translate(20px,0px);
	-webkit-transform: translate(20px,0px);
	-o-transform: translate(20px,0px);
	}
	
.sikmo {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out; 
	-o-transition: all 1s ease-in-out; 
	-ms-transition: all 1s ease-in-out; 
	transition: all 1s ease-in-out;
	}
	
.sikmo:hover {
	transform: translate(15px,10px);
	-ms-transform: translate(15px,10px);
	-webkit-transform: translate(15px,10px);
	-o-transform: translate(15px,10px);
	}
	
.text1 {
	position: relative;
	margin-left: 130px;
	width: 200px;
	}
	
#pole2 {
	margin-top: 290px;
	margin-left: 530px;
	position: absolute;
	height: 300px;
	width: 400px;
	}	
	
.nadpis2 {
	position: relative;
	background: url(../image/linka.png) no-repeat;
	margin-left: 100px;
	height: 45px;
	width: 285px;
	}
	
.text2 {
	position: relative;
	margin-left: 45px;
	width: 200px;
	}
	
#pole3 {
	margin-top: 610px;
	margin-left: 120px;
	position: absolute;
	height: 300px;
	width: 400px;
	}	
	
.nadpis3 {
	position: relative;
	background: url(../image/linka3.png) no-repeat;
	margin-left: 20px;
	height: 45px;
	width: 378px;

	}
	
.text3 {
	position: relative;
	margin-left: 110px;
	width: 200px;
	}

#pole4 {
	margin-top: 670px;
	margin-left: 550px;
	position: absolute;
	height: 300px;
	width: 400px;
	}	
	
.nadpis4 {
	position: relative;
	background: url(../image/linka4.png) no-repeat;
	margin-left: 160px;
	height: 78px;
	width: 250px;

	}
	
.text4 {
	position: relative;
	margin-left: 115px;
	width: 200px;
	}
	
#footer {
	height: 277px;
	background-color: #9acd32; 
	background: url(../image/footer.png) repeat-x;
	}
	
.sloupec {
	width: 200px;
	float: left;
	font-family: 'Open Sans', sans-serif;
	color: #979797;
	font-size: 12px;
	margin: 0 20px;
	}
.linka-footer {
	background: url(../image/linka-footer.png) no-repeat;
	height: 3px;
	width: 197px;
	margin-bottom: 20px;
	}

.sloupec p {
	color: #979797;
	}
h3 {
	color: white;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 10px;
	text-transform: uppercase;
	}
	
#copyright {
	margin-top: 22px;
	color: white;
	text-align: center;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	background-color: #9acd32; 
	}
	
#copyright a {
	color: white;
	text-decoration: none;
	-webkit-transition: .2 all linear;
	-moz-transition: .2s all linear;
	-o-transition: .2s all linear;
	transition: .2s all linear;	
	}

#copyright a:hover {
	color: #000000;
}

.sloupec p a {
	color: #9acd32;
	text-decoration: none;
	-webkit-transition: .2 all linear;
	-moz-transition: .2s all linear;
	-o-transition: .2s all linear;
	transition: .2s all linear;	
	}

.sloupec p a:hover {
	color: #B9F837;
	}