/* CSS Document */
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
a {text-decoration: none;}

body {
  background-color: #fff; 
  height: 100%; 
  margin: 0; 
  padding: 0; 
  text-align: center;
  font-size:75%;
  font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}
#outer {
  border: 0; 
  background-color: white; 
  height: 50%; 
  width: 100%;
  position: absolute; 
  left: 0; 
  top: 25%; 
  color: black;
}
ul.kontejner {
  display: table;
  margin: 0 auto;
  padding: 0;
}
ul.kontejner li {
  list-style-type: none;
  width: 200px;
  margin: 20px; 
  padding: 0;
  border-top: 10px solid #fff;
  float: left;
}
ul.kontejner li h1 {
  margin: 0;
}  
ul.kontejner li h1 a {
  color: #111;  
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  letter-spacing: 2px;
  font-size:2.5em;
  font-weight:bold;
}
ul.kontejner li img {border: none;padding-top:15px;}

ul.kontejner li:hover, ul.kontejner li:focus {
  border-top: 10px solid #111;
}
ul.kontejner li:active {
  border-top: 10px solid green;
}
