html,body{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #560A22;
	color: #D9E1EA;
	font-family: Arial,sans-serif;
	font-size: 0.85em;
	height:100%; /* needed for container min-height */
}

p{
  margin: 0;
  padding: 10px 0;
}

img{
  border: 0;
}

a{
  color: #D9E1EA;
  text-decoration: none;
  font-weight: bold;
}

a:hover{
  text-decoration: underline;
}

h2{
	font-size: 1.5em;
}

table{
	font-size: 1em;	
	width: 90%;
	margin: 0 auto;
}

table th{
	font-weight: bold;
	text-align: center;	
	width: 25%;
	vertical-align: middle;
}

table th span{
	font-weight: normal;
	font-size: 0.9em;	
}

#obsah{
	background-image: url(../layout/obal-pozadi.gif);
	background-repeat: repeat-y;
	background-position: left top;
  width: 751px;
  margin: 0 auto;
  padding: 0 0 10px 0;
  text-align: left;
  height: auto;
  min-height: 100%; 
  position: relative; 
}

#logo{
  margin: 0;
  padding: 135px 5px 0 0;
  margin-left: 9px;
  background-image: url(../layout/logo.jpg);
  height: 16px;
  width: 728px;
  font-size: 0.92em;
  text-align: right;
  color: #EC7399;
}

#logo a{
  text-decoration: none;
  color: #EC7399;
}


#logo a:hover{
  text-decoration: underline;
}

#logo a.vybrano{
  text-decoration: none;
  font-weight: bold;
  color: #F6CFE1;
}

#menu{
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #560A22;
  width: 731px;
  margin-left: 9px;
  height: 42px;
  background-image: url(../layout/menu-pozadi.gif);
}

#menu li{
  display: block;
  height: 42px;
  float: left;
  width: 121px;
  border-right: 1px solid #560A22;
}

#menu li.posledni{
  border: none;
}

#menu li a{
  display: block;
  height: 29px;
  width: 121px;
  text-align: center;
  background: none;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  padding-top: 13px;
}

#menu li a:hover,#menu li a.vybrano{
  background-image: url(../layout/menu-pozadi-hover.gif);
}

#menu li a:hover{
  text-decoration: underline;
}

#prouzekPodMenu{
  height: 8px;
  overflow: hidden;
  background-color: #9C0B39;
  margin: 0 0 0 9px;
  padding: 0;
  width: 733px;
}

#patickaObal{
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 95px; 
}

#paticka{
  background-color: #560A22;
  color: #EFC0CF;
  width: 733px;
  text-align: center;
  float: none;
  clear: both;
  height: 54px;
  padding: 25px 0 0 0;
  margin: 0 0 0 9px;
  border-bottom: 1px solid #920632;
}

#paticka a{
  color: #EFC0CF;
  font-weight: bold;
  text-decoration: none;
}

#paticka a:hover{
  text-decoration: underline;
}

#text{
  width: 733px;
  margin-left: 9px;
  padding-bottom: 95px;
}

#kontakt{
  margin: 0;
  padding: 10px 55px;
}

#kontakt dd{
  margin: 0;
  padding: 0 0 0 15px;
}

#kontakt dt{
  margin: 0;
  padding: 0 10px 0 35px;
}

#feedback{
  padding: 10px 65px;
  margin: 0;
}

#feedback label{
  display: block;
}

textarea, input, select{
  width: 100%;
  background-color: #560A22;
  border: 2px solid #9C0B39;
  color: #D9E1EA;
}

input.submit{
  width: auto;
  display: block;
  margin: 0 auto;
  background-color: #560A22;
  border: 2px solid #9C0B39;
  color: #D9E1EA;
}

#banneryDole{
	width: 90%;
	margin: 0 auto;
	padding: 10px 0;
}

.banner{
	padding: 5px;
	float: left;
}

.stin{
  height: 13px;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 0;
  margin: 0;
  display: block;
}

.stinDolu{
  background-image: url(../layout/stin-dolu.png);
}

.stinNahoru{
  background-image: url(../layout/stin-nahoru.png);
  background-position: center bottom;
}

.zvrchu{
  padding-top: 10px;
}

.zespod{
  padding-bottom: 10px;
}

.text{
  padding: 10px 55px;
  text-align: justify;
}

.vyber{
  padding: 0 44px;
}

.holka{
  text-align: center;
  margin: 11px 44px;
  width: 123px;
  background-color: #77082B;
  padding: 2px 2px 5px 2px;
  float: left;
}

.detailH{
  margin: 5px 10px;
}

.holka span{
  display: block;
  width: 121px;
  height: 182px;
}

.holka a{
  color: #FFFFFF;
  text-decoration: none;
}

.holka img{
  padding-bottom: 5px;
}

.detailFotka{
	float: left;
	padding-right: 40px;
}

.detailPrava{
	float: left;
	width: 300px;
}

.detailNadpis{
	display: block;
	margin: 0;
	padding: 0 0 10px 0;
}

.detailPopis{
	width: 300px;
	font-size: 1em;
	padding: 0 0 10px 0;
}

.detailPopis th{
	width: 130px;
}

.detailCenik{
	width: 100%;
	padding-top: 10px;
}

.detailCenik td{
	width: 163px;
	text-align: center;
}

.center{
  text-align: center;
}

.stop{
  clear: both;
}
.velke{
	font-size: 2em;
}