* {margin: 0; padding: 0;}
html {height: 100%; font-size: 62.5%;}
body {height: 100%; font: 1.2em Verdana, Arial, Helvetica, sans-serif; text-align: center; padding-bottom: 60px;}

.blok {
    text-align: justify;
    text-indent: 15px;
  }
.error {
    color: red;
  }
  
.televize {
    font-size: 120%;
    margin-bottom: 25px;
  }

input, textarea {
  border: 1px solid grey;
  background-color: white;
}


/* ========== Layout ========== */
#obal {
	width: 770px;
	margin: 10px auto 0 auto;
	text-align: left;
	/*/border: 1px solid green;*/
	}

#hlavicka {
	padding: 10px;
	/*/border-bottom: 1px solid green;  */
	background: #F0FBDF;
	}

#sloupec1 {
	float: right;
	width: 75%;
	}

#sloupec2 {
	float: left;
	width: 24%;
	text-align: center;
	}

#sloupec1-in, #sloupec2-in {
	margin: 0.8em 1.2em;
	}

.cleaner {
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
	}

#paticka {
	padding: 10px;
	/*border-top: 1px solid green; */
	text-align: center;
	background: #F0FBDF;
	}


/* ========== Ostatni ========== */
h2, h3 {margin-bottom: 5px;}
p {line-height: 1.5; margin-bottom: 14px;}
ul li {margin-bottom: 3px;}
.noscreen {display: none;}

/* tabulka */

.coldatum
	{
	 width: 120px;
	 text-align: center;
  }
  
.coltext
	{
	 width: 150px;
	}

.menu_div ul
{
	padding: 5px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color: green;
	list-style:none;
	/*text-indent:15px;*/
	background:#F0FBDF;
}
.menu_div ul li
{
	background: white;
	line-height: 28px;
}
.menu_div ul li a
{
	text-decoration:none;
	color: black;
	display:block;
}
.menu_div ul li a:hover
{
	background: #F0FBDF;
	text-decoration: underline;
}
.menu_div ul li#active
{
	background:#3ea5ea;
}

#fotecky { text-align: center;}

a img {border: 5px solid #F0FBDF; margin-right: 15px; margin-bottom: 10px;}
