/* * screen.css - media screen (all) * Autor: Martin Zemánek, martinzemanek at email.cz  */
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	color: #ededed;
	background: #262626;
}
/* ------------------ Poziční bloky - obsah, sloupce--------------------*/
#wrap, #wrap2 {
	margin: 0 auto;
	width: 989px;
}
#content_block {
	width: 100%;
	float: left;
	background: #262626 url(../images/body-pozadi.png) repeat-x left bottom;
}
#header_block {
	width: 100%;
	background: url(../images/header-pozadi.png) repeat-x top left;
	height: 210px;
}
#body_block {
	width: 100%;
	background: url(../images/header_back.png) repeat-x;
}
#content {
	display: block;
	float: left;
	padding: 30px 0 200px 0;
	width: 989px;
	text-shadow:1px 1px 0 #000;
}
.drobeckova_navigace {
	font-size: 10px;
	color: #c2d544;
	background: #222222;
	padding: 1px 10px;
	margin-bottom: 5px;
}
/* ------------------ Hlavička --------------------*/
#header {
	height: 210px;
	width: 989px;
}
#logo {
	display: block;
	position: absolute;
	top: 0px;
	width: 474px;
	height: 116px;
	margin-left: 5px;
}
#obrazek {
	display: block;
	position: absolute;
	top: 0px;
	margin-left: 609px;
	width: 378px;
	height: 199px;
}
#perex h1 {
	font-size: 12px;
	position: absolute;
	top: 77px;
	margin-left: 36px;
	width: 470px;
	font-weight: bold;
	z-index: 1;
	color: black;
}
#menu {
	font-size: 12px;
	position: absolute;
	top: 8px;
	margin-left: 626px;
	width: 360px;
	z-index: 1;
}
#menu a {
	color: white;
	background: url(../images/sipka.png) no-repeat left 5px;
	padding-left: 12px;
	padding-right: 10px;
	text-decoration: none;
	font-size: 12px;
	text-shadow:1px 1px 0 #3b410d;
}
#menu a:hover {
	text-decoration: underline;
}
.noborder {
	border: none;
	background: none;
}
input.noborder {
	width: 20px;
	padding: 0;
	height: 16px;
}
/* ------------------ NAVIGACE nahoře --------------------*/
#navigace {
	background: url(../images/dagmar-zemankova.png) no-repeat;
	width: 776px;
	height: 69px;
	position: absolute;
	top: 164px;
	margin-left: 0;
	padding-left: 18px;
}
#navigace ul li a {
	color: #000000;
	padding: 0 25px;
	padding-top: 3px;
	text-decoration: none;
	font-weight: bold;
	font-size:14px;
	text-shadow:1px 1px 0 #c0d243;
}
#navigace ul li a:hover {
	color: #131313;
	text-decoration: underline;
}
.bigger {
	font-size: 120%;
}
.img_thumb {
	height: 160px;
	display: block;
	text-align: center;
}
.img_thumb img {
	max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
}
.top_content {
	background: url(../images/detail-obrazu.png) no-repeat;
	display: block;
	float: left;
	width: 225px;
	height: 326px;
	overflow: hidden;
	padding: 0 10px;
}
.top_content .description {
	display: block;
	overflow: hidden;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
}
.top_content h3 {
	padding: 10px 0;
	height: 30px;
	font-size: 14px;
	line-height: 14px;
}
.top_left {
	display: block;
	width: 245px;
	text-align: justify;
	padding-left: 60px;
	float: left;
	margin: 30px 0;
}
/* ------------------ Vlastnosti elementu --------------------*/
th {
	padding: 3px;
}
table {
	width: 100%;
}
td {
	padding: 2px 1px;
}
table, tr, td, th {
	border-collapse: collapse;
}
select {
	padding: 5px 0 5px 2px;
	border: none;
	background: #e5e5e5;
	color: black;
}
input[type="text"] {
	border: none;
	height: 20px;
	background: #e5e5e5;
	color: black;
	padding-top: 6px;
	padding-left: 4px;
	width: 180px;
}
div#content p, div#content ul li {
	line-height: 24px;
}
div#content ul {
	margin: 10px 0 10px 40px;
}
div#content ul li {
	list-style-type: square;
}
textarea {
	border: none;
	background: #e5e5e5;
	color: black;
	padding: 5px;
}
p.highlight {
	font-size: 140%;
	padding: 10px 0 3px 0;
	color: #c2d544;
}
td.highlight, span.highlight {
	font-size: 130%;
	padding: 10px 0 10px 0;
	color: #c2d544;
	width: 120px;
}
.red {
	color: red;
}
.zvyraznene {
	font-size: 130%;
	padding: 20px 10px 20px 10px;
	text-align: center;
	font-style: italic;
	margin: 10px 0;
	display: block;
}
img {
	border: none;
}
a {
	text-decoration: underline;
	color: #c2d544;
}
a:hover {
	color: #c2d544;
	text-decoration: none;
}
h1 {
	font-size: 22px;
	color: #e3e3e3;
	padding-bottom: 8px;
}
h1.vyrazne {
	font-size: 20px;
	padding-bottom: 10px;
	color: #e3e3e3;
}
h2 {
	font-size: 17px;
	padding-bottom: 5px;
	color: #e3e3e3;
}
h3 {
	font-size: 16px;
	padding-bottom: 5px;
	color: #e3e3e3;
}
h4 {
	font-size: 15px;
	padding-bottom: 4px;
	color: #e3e3e3;
}
.submit {
	background: url(../images/submit.png) no-repeat;
	text-align: left;
	display: block;
	width: 108px;
	height: 32px;
  line-height:32px;
	color: black;
	text-align: center;
	font-size: 14px;
	padding-bottom: 6px;
	font-weight: bold;
	cursor: pointer;
  border:0 none;
}
.submit:hover {
	background: url(../images/submit_over.png) no-repeat;
}
/* ------------------ Patička --------------------*/
#footer {
	background: url(../images/footer.png) repeat-x;
	text-align: left;
	display: block;
	width: 100%;
	height: 120px;
	clear: both;
}
#footer .right a, #footer .right {
	color: black
}
#footer .left a, #footer .left {
	color: #333333;
}
#footer_body {
	width: 989px;
	margin: 0 auto;
}
#footer .left {
	float: left;
	text-align: center;
	padding-top: 30px;
	padding-left: 10px;
}
#footer .right {
	width: 300px;
	float: right;
	padding-top: 30px;
	padding-right: 10px;
}
/* ------------------ Ostatní vlastnosti --------------------*/
.infomessage {
	vertical-align: middle;
}
.errormessage {
	vertical-align: middle;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.smaller_bold {
	font-weight: bold;
	font-size: 85%;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.center_small {
	text-align: center;
	width: 100px;
}
.hidden {
	display: none;
}
.justify {
	text-align: justify;
}
.clear {
	clear: both;
}
.smaller {
	font-size: 85%;
}
.smaller_center {
	font-size: 85%;
	text-align: center;
}
.smaller_color {
	font-size: 85%;
	color: #c2d544;
}
.smaller_gray {
	font-size: 85%;
	color: gray;
}
.color {
	color: #c2d544;
}
strong {
	color: #c2d544;
	font-weight: normal;
}
.h2_background {
	color: #c2d544;
	font-size: 22px;
	line-height: 22px;
	padding: 8px 10px;
}
.h1_background {
	margin: 30px 0 5px 0;
	line-height: 20px;
	padding: 2px 10px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
.color_bold {
	color: #c2d544;
	font-weight: bold;
}
.pointer {
	cursor: pointer;
	font-weight: bold;
}

.cookies_alert{position:fixed;  left:0;  bottom:0;  width:auto;  color:#ccc;  background-color:#333;  z-index:1000;  line-height:20px;  padding:10px;  text-align:center;  z-index:99999999999999;  font-size:12Px;}
.cookies_alert p{display:inline-block;}
.cookies_alert p a{color:white;  text-decoration:none;}
.cookies_alert span.stop a{margin-top:5px;background:white;  color:black;  display:inline-block;  line-height:20px;  padding:0 10px;  text-decoration:none;}
.eet {
  background:#eee;
  color:gray;
  padding:10px;
}
.eet p {
  width:100%;
  font-size:10px;
  text-align:center;
  margin:0 auto;
}
.cookies_alert .btn_close:after {
  content:  "\00d7 ";
  font-size:16px;
  line-height:21px;
  font-weight:400;
  color:#fff !important;
  background:gray;
  width:20px;
  height:20px;
  position:relative;
  top:6px;
  overflow:hidden;
  display:inline-block;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-left:5Px;
}
.cookies_alert span.stop a{
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height:21px !important;
  line-height:21px !important;
  padding:0 10px !important;
}
.cookies_alert{width:100% !important;padding:10px 0 !important}
.cookies_alert p{padding:0px 15px !important;display:inline-block !important;}

@media screen and (max-width:600px){.textrating {display:none !important}}