/* CSS Document */

* {
  margin:0;
  padding:0;
}

html {
  font-family: sans-serif;
}

body {  
  background-color:#051E33;
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

.aktivni {
  color:#051E33;
}


#stranka {
  width: 900px;
  height: auto;
  margin: 0 auto; 
}

/* HEADER */

header { 
  width:900px;
  height:220px;
  margin-bottom:10px;
}

header p {
  text-align:center;
}

.logo {
  float:left;
}

.logoa {
  float:right;
  margin-top:90px;
  width:60%;
}

/* NAVIGACE */

nav {
  clear:both;
  background:#33536D;
  margin-bottom:10px;
}

nav ul {
  width: 100%;
  height: 50px;
}

nav ul li {
  font-family: Black Ops One ;
  font-size: 22px;
  float: right;
  line-height: 1.5;
  list-style-type:none;
  padding: 10px 25px 10px 25px; 
}

nav ul li a {
  text-decoration:none;
  color:#FFFFFF;
}

nav ul li a:hover {
  text-decoration:none;
  color:#0099FF;
}

/* HLAVNI STRANA */
 
#stred {
  height:auto;
  background-color:#EEE;
  margin-bottom:10px; 
  padding:48px 60px 
}

table a{
  color:#333;
}

#stred p {
  text-align:center;
  color:#333;
  font-size:24px;
}

#stred a {
  color:#333;
}

.adresa {
  float:right;
  margin:10px 70px 10px 0px;
}

#mapa {
  width:600px;
  height:400px;
  display: block; 
  margin-left: auto; 
  margin-right: auto;
}

#stred ul {
  list-style-type:none;
}

#stred ul img {
  width:240px;
} 

#stred li {
  float:left;
  padding: 10px; 
}

#stred li p {
  font-size:18px;
  padding: 0px 0px 10px 0px;
  color:#333;
}

#stred li a {
  color:#333;
}

/* FOOTER */

footer {
  clear:both;
  text-align:center;
  height:auto;
  background-color: #33536D;  
  margin-bottom:20px;
}

footer ul {
  margin-left:305px;
}

footer ul li {
  list-style-type:none;
  float:left;
}

footer img {
  -webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	overflow:hidden;
}

footer img:hover {
  -webkit-transform:rotate(360deg);
  -moz-transform:rotate(360deg);
  -o-transform:rotate(360deg);
}

footer p {
  clear:both;
  color:#FFFFFF;
}   
footer div {
  float:right;
}

table {
  font-family:Racing Sans One;
  font-size:20px;
  color:#333; 
}

/* NADPISY */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small,
.h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small,
.h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 10px;
  margin-bottom: 5px;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small,
.h2 .small, h3 .small, .h3 .small {
  font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small,
.h5 .small, h6 .small, .h6 .small {
  font-size: 75%;
}
h1, .h1 {
  font-size: 42px;
}
h2, .h2 {
  font-size: 34px;
}
h3, .h3 {
  font-size: 26px;
}
h4, .h4 {
  font-size: 20px;
}
h5, .h5 {
  font-size: 16px;
}
h6, .h6 {
  font-size: 14px;
}

.button {
  background:#33536D;
  margin-bottom:20px;
  margin-top:10px; 
  border-radius:6px; 
  padding: 20px 43px;
  font-family: Black Ops One ;
  font-size: 22px;
  line-height: 30px;
  list-style-type:none;
  padding: 10px 25px 10px 25px;
}

.button a {
  text-decoration:none;
  color:#FFFFFF;
}

.button a:hover {
  text-decoration:none;
  color:#0099FF;
}