body	{
  padding: 0;
  margin:0;
  font-family: Arial, Verdana, Tahoma;
  font-size: 11px;
  text-align: left;
  background-color:#A59F87;
  color:white;/* 121212 */
}

input {
	height:15px;
	border:1px solid #8D876D;
	background:#AAA283;
	color:white;
	font-size:11px;
	padding:0;
}

input.submit {
	height:18px;
	font-size:11px;
	font-weight:bold;
	color:black;
}

#footer{
	position:absolute;
	bottom:0;
	height:130px;
	z-index:999;
}

a { text-decoration: none; color: white; }
a:hover { color: black; text-decoration: none; }

a img { border:none; }

/****************************************************/
/*             Hlavni identifikatory                */
/****************************************************/


#header {
	background-image: url(logo-top.gif);
	background-repeat: no-repeat;
	background-position:top left; 
	height:42px;
	margin-left:15px;
}

#header h1 {
  display:none;
  visibility:hidden;
}

#header h2 {
  display:none;
  visibility:hidden;
}

#header a#logo {
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	display:block;
	width:250px;
	height:15px;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	border:0;
}

#header a#home {
	width:315px;
	height:30px;
	display:block;
}

#main {
	background-image: url(bg-main-top.jpg);
	background-repeat: no-repeat;
	margin:0px 15px 0px 15px;
	width:980px;
	overflow:hidden;
}

/******** LEFTCOL  ***********************/

#leftcol {
	width: 310px; /* 191px */
	float: left;
  color:white;
  text-align:left;
  font-weight:bold;
}

ul.menu {
	font-size: 11px;
	font-weight:bold;
	float:left;
	list-style:none;
	width:100px;
	margin:0;
	padding:0;
} 

ul.menu#a {    }
ul.menu#b { margin-right:5px;	 }
ul.menu#c {    }

ul.menu li {
	margin:0px 0px 0px 0px; 
	padding:3px 0px 3px 0px;
}

ul.menu li.selected a{
	color:black;
}

ul.menu li a{
	color:white;
	background-image: url(menu-item-bg.jpg);
	background-repeat: no-repeat;
	text-decoration:none;
}

ul.menu li a:hover{
	color:black;;
}

ul.menu li.bottom {
	margin-top:20px;
}

div.news {
	margin-top:1px;
}

dl.perexes {
	margin:0;
	padding:0;
	line-height:150%;
	display:block;
	margin-left:100px;
}

dt {
	margin-bottom:1px;
}

dl.perexes dd { margin:3px 0px 6px 0px; }
dt.selected {	color:black; font-weight:bold; }
dd.selected a	{ color:black;}

/******** rightcol ***********************/

#rightcol {
	padding:0;
	margin:0;
	width:660px;
	float:left;
}

#rightcol div.in {
	padding:0em 0em 1em 1em;
}

#rightcol .content .left {
	float:left;
	width:230px;
	/* border:1px solid white; */
}

#rightcol .content .right {
	float:right;
	width:400px;
	overflow:hidden;
}

#rightcol h2 {
	margin:0;
	font-weight:normal;
	font-size:16px;
}

#rightcol div.thumbs {
	height:80px;
	margin-bottom:10px;
}

#rightcol a.navi {
	width:9px;
	height:80px;
}

a.navi#next {
	float:right;
	background: url(navi-right.gif) no-repeat center center;
	margin-left:1px;
}

a.navi#prev {
	float:left;
	background: url(navi-left.gif) no-repeat center center;
	margin-right:5px;
}

#rightcol a.thumb {
	float:left;
	display:block;
	height:80px;
	overflow:hidden;
	margin-right:10px;
}

#rightcol img {
	border:none;
}

/******** FOOTER  ***********************/

#footer {
	font-size: 11px;
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 160px;
  clear:both;
  margin:0px 0px 0px 15px;
}

#footer p.contact {
	height:124px;
	overflow:hidden;
	margin:0;
	padding:0;
	vertical-align:bottom;
}

#footer div.logo {
	height:36px;
	width:315px;
	background-image: url(logo-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

