body {
		background: #8F2020 url('../images/bg.jpg') 0 0 repeat-x;
		/*background:#fff;*/
		color: #000;
		text-align: center;
		margin:0px;
}
body, td, input, select, textarea {
		font-family: Verdana, "Geneva CE", lucida, sans-serif;
		font-size: 12px;
}
h2{
  font-size: 13px;
  color:#89704A;
  }

a {  
    color: #666;
		text-decoration: none;
}
a:hover {  
		color: #f60;
}
/*
* NOTE: 682 + 120 ciste = 802
*/
#main {
		width: 683px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;

}
#innerm {
		width: 683px;
		float: left;
		/*border:1px solid #fff;*/
		/*background-color:#4c4c4c;*/
		
}
#head {
		width: 100%;
		height: 267px;
		float: left;
		background: #89704A;
    color:#eee;
    font-size:14px;
}
#head a {
		cursor: pointer;
		display: block;
		float: left;
		height: 267px;
}
#head img{float:left;}
#head a span{
		display: none;
}
h1{display:none;}
#menu {
		width: 100%;
		height: 84px;
		float: left;
    background:  url('../images/menu.png') 0 0 no-repeat;
}
#menu_in {
		padding-top: 55px;
		padding-left: 95px;
		color: #eee;
}

#menu_in a {
		display: block;
		float: left;
		padding: 4px;
		padding-left: 15px;
		padding-right: 15px;
		color: #89704A;
		text-decoration: bold;
		text-transform:uppercase;
}
#menu_in a:hover {
		color: #f60;
		text-decoration: underline;
}
#podmenu {
		width: 100%;
		height:53px;
		float: left;
		color:#89704A;
		background:  url('../images/podmenu.png') 0 0 no-repeat;
}
#podmenu_in{
  width:200px;
  height:30px;
  float:left;
  margin-left:450px;
  margin-top:10px;
}
#podmenu_in a{display:block;margin-left:10px;margin-right:10px;float:left;}
img{border:0px;}

#content {
		width: 100%;
		float: left;
		color:#89704A;
		background: url('../images/content.png') 0 0 repeat-y;
}

#left {
		width: 252px;
		float: left;
		text-align: center;
}
#upbanner {
		width: 529px;
		height: 77px;
		float: right;
}
#page {
		width: 100%;
		float: left;
		margin-left: 1px;
		
}
#in_page {
    width: 530px;
		margin-left: 70px;
		padding-right: 5px;
		color:#89704A;
		float:left;
}
#in_page a {  
    color: #f60;
    font-weight:bold;
		text-decoration: none;
}
#in_page a:hover {  
		text-decoration: underline;
}

#downbanner {
		width: 529px;
		height: 77px;
		float: right;
}
#foot {
		width: 100%;
		height: 68px;
		float: left;
		background: url('../images/footer.png') 0 0 no-repeat;
		}
#foot p{
		margin: 0;
		padding: 3px;
		padding-top: 8px;
		color: #fff;
		font-size: 10px;
		text-align: center;
		}
#foot p a {
		color: #fc0;
		text-decoration: none;
}
#foot p a:hover {
		text-decoration: underline;
}


/*
* NOTE: vseobecne pro sloupce
*/

div.banners_in {
		text-align: center;
		padding-top: 9px;
}

.tabulka {
		_width: 352px;
		background: url('../images/tabulka-bg.jpg') 0 0 repeat-x;
		padding: 4px;
}
.clear {
		clear: both;
}
.justify {
		text-align: justify;
}
.center {
		text-align: center;
}
.right {
    text-align: right;
}
.padding-bottom {
		margin-bottom: 5px;
}
.pic {
		padding-right: 5px;
		padding-bottom: 5px;
}
.button{
  width:68px;
  height:22px;
  text-align:center;
  color:#fff;
  font-weight:bold;
  cursor:pointer;
  background: url('../images/button.jpg') #333 0 0 no-repeat;
  border:0px;
}
.menuitem{padding-top:3px;margin:0px;}
.title {
    font-weight:bold;
		font-size: 14px;
		color: #f60;
}
.tableheader{background-color:#333;color:#fff;font-weight:bold;text-align:center;}
.noborder{border:0px;}
.separator{background: url('../img/separator.gif') 0 0 no-repeat;height:38px;width:247px;border:0px;}

td{vertical-align:top;}


