/*
***********************************************************
* CSS Definition file
***********************************************************
* Generic elements
***********************************************************
*
* zelena #7bb801;
*/
/*
reset
*/
h1, h2, h3, h4, h5, h6, img, form, p, html, body, ul, li {
	margin:0px; padding:0px; border:0px;
}

input {
	/* border: 0px; */
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
}

li {
	list-style-image:none;
	list-style-type: none;
}

/* Anchor */
a  {
	text-decoration : underline;
	color : #cc0000;
}

a:visited  {
	text-decoration : underline;
	color : #cc0000;
}

a:active  {
	text-decoration : underline;
	color : #cc0000;
}

a:hover  {
	color : #cc0000;
	text-decoration : none;
}

textarea:focus, input:focus{
    outline: none;
}

html {
	height: 100%;
}

body {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: auto;
	height: 100%;
}

#page {
	position: relative;
	height: 100%;
}

#left {
	position: fixed;
	top:0px;
	left:0px;
	width: 20%;
	background-color: #eee;
	height: 100%;
	min-width: 200px;
}

#left p {
	padding: 10px;
}

#inner {
	padding-left: 300px;
}

#dk {
	position: fixed;
	bottom:20px;
	left:0px;
	width: 20%;
	min-width: 200px;
	text-align: center;
}

#kontakt {
	display: block;
	width: 60%;
	text-align: center;
	padding: 5px 10px;
	background-color: #000;
	color:#fff;
	margin: auto;
}

a#kontakt:hover {
	background-color: #fff;
	color:#000;
}

h1 {
	color:#000;
	font-size: 14px;
	padding: 8px 10px 6px 10px;
	position: relative;
	font-weight: bold;
}

.footer {
	border-top: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
	background: url('../i/shad.gif.html') top center no-repeat;
	/* height: 25px; */
	text-align: center;
	padding-top: 13px;
	padding-bottom: 10px;
	margin-top: 30px;
	font-size: 11px;
}

.footer span {
	font-size: 10px;
}

.footerinfo {
	background: url('../i/shad.gif.html') top center no-repeat;
	height: 25px;
	text-align: center;
	padding-top: 13px;
	font-size: 10px;
	margin-bottom: 20px;
}


/** General page styling **/
html {
  background-color: #fff;
  font-family: "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
}

#main {
  margin: 30px 0;
  position: relative;
}

header h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 200;
  margin: 30px 0 10px 0;
}

header p {
  text-align: center;
  font-size: 14px;
  color: #666666;
  margin: 0;
  font-weight: 200;
}

#content {
	width: 600px;
	margin: 100px auto;
	font-size:14px;
}

/**
 * Grid container
 */
#tiles {
  list-style-type: none;
  position: relative; /** Needed to ensure items are laid out relative to this container **/
  margin: 0;
  padding: 0;
}

/**
 * Grid items
 */
#tiles li {
  width: 200px;
  background-color: #ffffff;
  border: 1px solid #dedede;
          border-radius: 2px;
     -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: none; /** Hide items initially to avoid a flicker effect **/
  cursor: pointer;
  padding: 0px;
}

#tiles li.inactive {
  visibility: hidden;
  opacity: 0;
}

#tiles li img {
  display: block;
}

/**
 * Grid item text
 */
#tiles li p {
  color: #666;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  font-weight: 200;
  margin: 7px 0 2px 7px;
}

footer {
  text-align: center;

}

footer a {
  color: #435DC5;
  text-decoration: none;
}

/**
 * Progress bar for imagesLoaded
 */
.progress-bar {
  background-color: #0BC20B;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  box-shadow: 0 1px 3px rgba(11, 194, 11, 0.2);
  -webkit-transition: width 0.3s ease-out;
     -moz-transition: width 0.3s ease-out;
       -o-transition: width 0.3s ease-out;
          transition: width 0.3s ease-out;
}

/**
 * Placerholder css
 */
.wookmark-placeholder {
          border-radius: 2px;
     -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #eee;
  border: 1px solid #dedede;
  z-index: -1;
}

.example-tiles {
  position: relative; /** Needed to ensure items are laid out relative to this container **/
  margin: 0;
  padding: 0;
}

.example-tiles li {
  display: block;
  opacity: 1;
  list-style-type: none;
  float: left;
  margin: 5px;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.example-tiles a,
.example-tiles a:hover {
  color: #555;
  background-color: #eee;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 200px;
  height: 200px;
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #ddd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  padding: 5px 8px;
  border-radius: 3px;
}

.example-tiles a:hover {
  background-color: #ddd;
}