html {
	overflow-y: scroll;
	background-color: #fef997;
}
body, * {
	font: x-small "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-align: left;
}
body, html {
  text-align: center;
}
strong, b {
	font-weight: bold;
}
i {
  font-style: italic;
}
a {
	text-decoration: none;
	color: #025a95;
}
p {
  margin-bottom: 10px;
  line-height: 1.5;
}
input, select, textarea {
	border: 1px solid #999999;
	padding: 2px;
	padding-left: 5px;
}
option {
	padding-left: 3px;
	padding-right: 10px;
}
input.submit {
	padding: 0px;
	border: 0px;
	background-color: #083174;
	font-weight: bold;
	color: #ffffff;
	padding: 0px;
}
select {
	padding: 0px;
	padding-left: 3px;
}
textarea {
	padding: 0px;
	padding-left: 5px;
}
thead {
	background-color: #cccccc;
	color: white;
	font-weight: bold;
}
thead td {
	padding: 2px;
}
.req {
	background-image: url('../img/layout/req.png');
	background-repeat: no-repeat;
	background-position: right top;
}
img.required {
	vertical-align: top;
}
.message-error {
	text-align: center;
	padding: 10px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 90%;
	background-color: #ffd5d5;
	border: 2px solid #d54a4a;
	color: #d54a4a;
	font-weight: bold;
}
.message-ok {
	text-align: center;
	padding: 10px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 90%;
	background-color: #e7fee6;
	border: 2px solid #0a9103;
	color: #0a9103;
	font-weight: bold;
}
img {
	border: 0px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 * {
  font-size: 14px;
	font-weight: bold;
}
/*HLAVNI PRVKY*/
#container {
	margin: auto;
	width: 800px;
}
#header {
	width: 800px;
	height: 90px;
	clear: both;
	float: left;
	background-color: #ffffff;
	background-image: url('../img/layout/bg_header.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}
  /*#header .banner {
    float: right;
    width: 468px;
    height: 60px;
    margin-top: 15px;
    text-align: right;
  }*/
#main {
	width: 800px;
	clear: both;
	float: left;
	background-color: #ffffff;
	background-image: url('../img/layout/bg_main.png');
	background-repeat: repeat-y;
}
#column-left {
	width: 160px;
	float: left;
	min-height: 200px;
	background-color: transparent;
	background-image: url('../img/layout/bg_column-left.png');
	background-repeat: no-repeat;
	background-position: top;
}
#column-left .content {
	width: 131px;
	margin-left: 12px;
	margin-top: 9px;
}
#column-left h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
	text-transform: uppercase;
}
#column-left h2 {
	margin-top: 10px;
	font-weight: bold;
}
#column-central {
	width: 468px;
	float: left;
	min-height: 200px;
	margin-top: 10px;
}
#column-central h2 {
	font-weight: bold;
}
#column-central div {
	margin-top: 10px;
	margin-bottom: 10px;
}
#column-right {
	width: 172px;
	float: left;
	min-height: 200px;
	background-color: transparent;
	/*background-image: url('../img/layout/bg_column-right.png');
	background-repeat: no-repeat;
	background-position: top;*/
}
#column-right .banner,
#column-right .inzertbus {
	margin-top: 10px;
	border-bottom: 1px dotted #fe2e43;
	text-align: center;
	padding-bottom: 10px;
}
#random-gallery {
  padding-top: 25px;
  background-image: url('../img/layout/bg_random-photos.png');
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}
  #random-gallery img {
    border: 1px solid #FE7A36;
  }
#column-right .inzertbus p {
  text-align: left;
  padding-top: 0px;
}
#column-right .banner h2{
	margin: 0px;
	text-align: left;
}
#column-right .banner h2 * {
	color: black;
	font-weight: bold;
}
#column-right .banner .banner_text {
	text-align: left;
	margin-top: 3px;
}
#column-right .banner .banner_text *{
	font-size: 9px;
	color: #000000;
}
#column-right .content {
	width: 130px;
	margin-left: 28px;
}
#column-right h1 {
	text-decoration: none;
}
#partners {
	width: 800px;
	height: 126px;
	border-bottom: 1px solid #FE7C38;
	clear: both;
	float: left;
	overflow: hidden;
	background-image: url('../img/layout/bg_partners.png?up');
	background-repeat: no-repeat;
	background-position: top center;
	text-align: left;
}
#partners .inner {
  width: 790px;
  margin: auto;
  margin-top: 50px;
  text-align: center;
}
#partners .inner img {
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  margin: 3px;
  margin-top: 0px;
}
#footer {
  margin-top: 20px;
	width: 800px;
	height: 60px;
	clear: both;
	float: left;
	background-color: #ffffff;
	background-image: url('../img/layout/bg_footer.jpg');
	background-repeat: no-repeat;
}
#copyright {
	margin: 15px;
	padding-left: 35px;
	padding-right: 35px;
	width: 700px;
	margin-right: 0px;
	height: 30px;
	text-align: center;
	color: #254778;
	font-size: 10px;
	float: left;
}
#copyright a {
	font-size: 10px;
}

#srb-group {
  padding: 0px;
	margin: 15px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	height: 40px;
	width: 120px;
	text-align: right;
	float: left;
}
/*DALSI OBJEKTY*/
#banner-top {
	background-color: transparent;
	width: 468px;
	height: 60px;
	overflow: hidden;
	margin-top: 15px;
	float: right;
}
  #banner-top .banner {
  	width: 468px;
	 height: 60px;
	 overflow: hidden;
	 float: right;
  }
#banner-top h2 {
	margin: 0px;
}
	#banner-top .banner-120x60 {
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 2px;
	float: left;
	width: 120px;
	height: 60px;
	overflow: hidden;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	text-align: center;
	font-size: 10px;
	}
	#banner-top .banner-234x60 {
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 2px;
	float: left;
	width: 234px;
	height: 60px;
	overflow: hidden;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	text-align: center;
	font-size: 10px;
	}
#href-an {
	width: 330px;
	height: 20px;
	float: left;
}
#search-box {
	background-color: transparent;
	/*width: 310px;
	height: 60px;
	margin-left: 50px;
	margin-top: 20px;*/
	text-align: center;
	float: left;
	border-bottom: 1px solid #fe7837;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#search-box table {
	float: right;
}
#search-box .caption {
	/*color: white;*/
	color: #315078;
}
#search-box .box {
	border: 1px solid #fe7837;
	height: 17px;
	width: 148px;
	width: 95px;
	padding: 0px;
	padding-left: 5px;
	font-size: 10px;
}
#search-box .button {
	border: 0px;
}
/* PRETYPOVANE VERZE BEZNYCH TAGU */
h1, h1 a {
	color: #fe7a36;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
/*CUSTOM TYPES*/
.clanek {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	color: #5d5d5d;
	text-align: left;
}
.clanek .perex {
	color: #5d5d5d;
	text-align: left;
}
.clanek .images {
	float: right;
	margin-left: 10px;
}
.clanek .galerie {
	clear: both;
	text-align: center;
}
.clanek .galerie table {
	width: 100%;
	table-layout: fixed;
}
.clanek .galerie td {
	text-align: center;
	vertical-align: middle;
	/*background-color: #fbc82b;
	border: 1px solid #ff9b0d;*/
	/*background-image: url('../img/layout/bg_galerie.png');
	background-position: center;
	background-repeat: none;*/

}

.clanek .galerie img {
	margin: 4px;
	border: 1px solid #ff9b0d;
}
.clanek .v-rubrice {
	float: left;
  margin-top: 5px;
	text-align: right;
	width: 100%;
	/*border-bottom: 1px dotted #6d6d6d;*/
}
.clanek .v-rubrice .kategorie{
	float: left;
}
.clanek .v-rubrice .autor{
	margin-left: 0px;
}
.clanek .images img {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px dotted #fe7a36;
	background-color: #ffffff;
}
.rubrika {
	clear: both;
	color: #1c3a63;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 4px;
	font-size: 12px;
}
.rubrika a {
	color: #1c3a63;
	font-weight: bold;
	font-size: 12px;
}
.rubrika .selected a {
	font-size: 15px;
	color: #dd2a00;
}
.rubrika a:hover {
	text-decoration: underline;
	color: #dd2a00;
	padding-left: 5px;
}
.strankovani {
	clear: both;
	text-align: center;
	padding: 10px;
}
.strankovani img {
	margin-left: 5px;
	margin-right: 5px;
}
.imgNadpis {
  vertical-align: middle;
}
.imgNahled {
  vertical-align: middle;
}
.central-banner {
	margin-bottom: 10px;
}
/*levy sloupec*/
.col_left_input {
  background-image: url('../img/layout/col_left_input.png');
  background-repeat: no-repeat;
  border: 0px;
  width: 122px;
  height: 25px;
  padding: 5px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.col_left_submit {
  border: 0px;
  margin-left: 5px;
}
.rssclanky {
  clear: both;
}
.h1 {
  margin: 0px;
  margin-bottom: 5px;
  background-image: url('../img/layout/titles/c_h1.png');
  background-repeat: no-repeat;
  background-position: left top;
  color: #ffffff;
  padding-left: 5px;
  height: 24px;
  border: 0px;
  text-decoration: none;
  padding-top: 2px;
}
.rssclanky img {
  padding-top: 4px;
}
.rssclanky h2 {
  margin-bottom: 5px;
}
.rssclanky h2 a {
  font-size: 11px;
}
.rssclanky table td {
  vertical-align: top;
  width: 50%;
  padding-right: 20px;
}
.rssclanky .text {
  font-size: 10px;
  line-height: 1.3;
  margin-bottom: 5px;
}
.rssclanky .text a {
  font-size: 10px;
}
.floatright {
  float: right;
}
.newsletter {
  margin-top: 30px;
  margin-bottom: 30px;
}
#newsletter {

}
#newsletter input {
  padding: 0px;
  border: 1px solid #000000;
  margin-bottom: 5px;
}
.qer {
  display: none;
}
