/* CSS Document */

* {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

body {
	background-color: #d8d8d8;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
  text-decoration:underline;
  color:#CC0000;
}
a:hover {
  text-decoration: none;
}

h2 {
  font-size: 12px;
  text-align: left;
  display: inline;
  
}



h3 {
  font-size: 12px;
  text-align: left;
  
}

#holder {
  margin: 0px auto;
  width: 949px;
  position: relative;
} 

#top {
  width: 925px;
  height: 80px;
  background-color: black;
  position: absolute;
  top: 0px;
  left: 12px;
}

#text ol {
	margin-left: 20px;
	margin-bottom: 20px;
}

#text ul li ul, #text ol li ul {
	margin-bottom:0;
}
#text .end {
	margin-top: 10px;
}

#logo {
  position: absolute;
  top: 5px;
  left: 25px;
}

#logo a {
  text-decoration: none;
}

#logo a img {
  border: none;
}

#langs {
  position: absolute;
  top: 30px;
  left: 845px;
  font-size: 14px;
  font-weight: bold;
  color: #94b0c0;
}

#nonstop {
  position: absolute;
  top: 10px;
  right: 32px;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  text-align:right;
}

#langs a {
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  color: #94b0c0;
}

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

#langs a.active {
  color: #bed3df;
}

#menu {
  display: block;
  width: 925px;
  height: 28px;
  position: absolute;
  top: 52px;
  background: url(../gfx/menu-bgr.jpg) repeat-x;
}

#menu ul {
  list-style-type: none;
  margin-top: 5px;
  
}

#menu ul li {
  float: left;
  margin-left: 25px;
  _margin-left: 15px;
  padding: 0px;
  position: relative;
  height: 30px;
}

#menu ul li a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.over{
  color: #162833;
}

.activeMenu{
    color: white;
}

.arrow {
  border: none;
  margin-left: 2px;
}

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

#menu ul li ul {
  z-index: 10;
  background-color: black;
  display: none;
  position: absolute;
  left: -10px;
  top: 18px;
}

#menu ul li ul li {
  background-color: #95ADB9;
  width: 130px;
  float: none;
  margin-left: 0px;
  padding-top: 4px;
  border: solid 1px black;
  border-top: none;
  height: 16px;
}

#menu ul li ul li a {
  padding-left: 10px;
  text-decoration: none;
  color: #162833;
  display: block;
  height: 16px;
  font-size: 10px;
  font-weight: bold;
}

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

#middle {
  width: 925px;
  _width: 925px;
  padding: 80px 12px 0px 12px;
  background: url(../gfx/bgr.jpg) repeat-y;
  /*background-color: #b4c5cf;*/
}

#info {
  background-color: #b4c5cf;
  min-height: 100px;
  position: relative;
  top: -4px;
  padding-left: 15px;
  padding-top: 20px;
}

#content {
  width: 813px;
  height: 220px;
  background: url(../gfx/box-bgr.jpg) repeat-y;
  padding: 25px 40px 25px 40px;
  position: relative;
}

#content-bottom {
  clear: both;
  display: block;
  height: 20px;
  width: 893px;
  background: url(../gfx/box-bottom.jpg) no-repeat;
}

#content-top {
  clear: both;
  display: block;
  width: 893px;
  background: url(../gfx/box-top.jpg) repeat-x bottom;
  position: relative;
}

#content-top ul {
  list-style-type: none;
  margin-left: 47px;
  _margin-left: 13px;
  position: relative;
  left: -34px;
}

#content-top ul li {
  float: left;
  background: url(../gfx/box-a-left.jpg) no-repeat left top;
  height: 38px;
  _height: 30px;
  padding-left: 25px;
  _width: 170px;
}

#content-top ul li.active {
  background: url(../gfx/box-a-left-active.jpg) no-repeat left top !important;
}

#content-top ul li.first {
  padding-left: 30px;
  background: url(../gfx/box-a-left.jpg) no-repeat left top;
}

#content-top ul li div {
  background: url(../gfx/box-a-right.jpg) no-repeat right top;
  height: 38px;
  _height: 23px;
  padding-right: 30px;
  padding-top: 16px;
}

#content-top ul li div.active {
  background: url(../gfx/box-a-right-active.jpg) no-repeat right top;
}

#content-top ul li div.active a {
  color: #243e4d;
	cursor: pointer;
	cursor: hand;
}

#content-top ul li div a {
  font-size: 14px;
  color: #dddede;
  text-decoration: none;
  font-weight: bold;
	cursor: pointer;
	cursor: hand;
}

#content-top ul li div a:hover {
  text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}

.col {
  width: 350px;
  float: left;
  margin-right: 50px;
}

.col h2 {
  font-size: 14px;
  font-weight: bold;
  color: black;
}

.col ul {
  margin-top: 10px;
  margin-left: 15px;
  list-style: url(../gfx/box-li.jpg);
  *list-style: url(../gfx/box-li-ie.jpg);
}

.col p {
	margin-top: 10px;
}

.col ul li {
}

.col ul li a {
  text-decoration: underline;
  
}

.col ul li a:hover {
  text-decoration: none;
}

.reset {
  clear: both;
}

#footer {
  display: block;
  text-align: center;
  background: #000 url(../gfx/footer-bgr.jpg) repeat-x;
  color:#CCCCCC;
  padding: 2px 5px 2px 5px;
  font-weight:bold;
  font-size:10px;
  clear: left;
}
#footer a {
  color:#CCCCCC;
  text-decoration:none;
}

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

#slider-div {
	height: 364px;
	position: relative;
}

#text #slider-div {
	height: 115px;
	position: relative;
}

#text #slider-div ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#text #slider-div li {
	list-style-type:none;
	list-style-image:none;
}
#slider {
	list-style-type: none;
}

#slider li {
  position: absolute;
  margin: 0px;
  padding: 0px;
}

.contents-sub {
  position: absolute;
  top: 30px;
}

.hidden {
  display: none;
}

#base {
  padding-top: 20px;
  padding-bottom: 30px;
  position: relative;
/*  min-height:650px;
  _height:650px;*/
}

#text {
  margin-left: 166px;
  padding-right: 35px;
  padding-left: 30px;
  color: #3d3d3d;
  background: url(../gfx/content-bgr.jpg) repeat-y;
/*  min-height:650px;
  _height:650px;*/
}

#grab
{
	float: right;
	width: 650px;
  padding-right: 35px;
  padding-left: 30px;
  color: #3d3d3d;
  min-height:650px;
  _height:650px;
}

#text h2 {
  font-size: 22px;
  margin-bottom: 8px;
}

#text p {
  margin-bottom: 0px;
  font-size: 12px;
  margin-top: 10px;
}

.titulek {
  font-size: 14px;
  font-weight: bold;
}

#text ul {
  list-style: url(../gfx/box-li.jpg);
  *list-style: url(../gfx/box-li-ie.jpg);
  margin-left: 30px;
  margin-bottom: 15px;  
}

#leftmenu
{
	float: left;
}

#leftmenu ul {
  list-style-type: none;
}

#leftmenu ul li {
  margin-bottom: 2px;
  font-size: 10px;
  font-weight: bold;
  width: 197px;
  font-size: 12px;
  color: #162833;
}

#leftmenu ul li a
{
	background-color: #b4c5cf;
	border: 1px solid #637780;
	display: block;
	text-decoration: none;
	padding: 4px 10px;
}

#leftmenu ul li.active a {
	color:#CC0000;
}

#leftmenu ul li.active a:hover {
  text-decoration: none;
}

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

#leftmenu p {
  color: #45555f;
  font-size: 10px;
  margin-top: 10px;
  margin-left: 25px;
}

#reklama, .lista-seo {
text-align:center;
}

#reklama a,  .lista-seo a {
	color:#000;
	text-decoration:none;
	font-size:9px;
	text-align:center;
}

#reklama {
	font-size:9px;
}

#reklama a:hover,  .lista-seo:hover {
	text-decoration:underline;
}

.floatright {
	float:right;
}
.pocitac {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;	
	margin-bottom: 10px;
}
.pocitac h2 {
	font-size: 14px;
}
.pocitac .informace {
	float:none;
	clear:both;
}
.pocitac img {
	float:right;
}
.refvlevo{
	text-align:center;
	width: 110px;
}
.refvlevo img {
	margin-bottom:5px;
}
.error {
	color:#FF0000;
	font-weight:bold;
}
textarea, input {
	border: thin solid #999999;	
}

/* rss zpravy */

div.rss
{
  border: 0px solid #B4C5CF;
  float: left;
  margin: 2px;
  width: 400px;
  height: 110px;
  position: relative;
}

div.rss select
{
  width: 100%;
}

div.rss table
{
  width: 100%;
}

div.rss table td
{
  width: 50%;
}

div.rss div.head
{
  width: 100%;
  font-weight: bold;
}

div.rss div.head h2
{
  font-size: 14px;
}

div.rss div.rss_body
{
  margin: 5px;
  position: relative;
}

div.rss td.title
{
  padding-left: 10px;
}

div.rss li
{
  margin: 3px 0px;
  margin-left: 10px;
  list-style-type: square;
  color: #E40404;
}

div.rss li.rss_today
{
  color: green;
}

div.rss li.rss_last3days
{
  color: yellow;
}

div.rss a.more
{
  position: absolute;
  right: 2px;
  bottom: 2px;
}

div.pagination
{
  float: right;
}
.red {
	color:#CC0000;
	font-weight:bold;
}
h3.red {
	font-size:25px;
}
#text p.red {
	font-size: 12px;
}
.floatLeft{
	float:left;
}
.marginArrow{
    margin-top: 4px;
    padding-right: 5px; 
}

.moreInformation{
    font-size: 11px;
     font-style: italic;
     color: black;
     text-decoration: underline;
}

.rightAlign{
    text-align: right;
}

.grabTableMain{
    width: 650px;
    margin: 0 auto; 
    text-align: center;
}

.grabImg{
    width: 150px;
    float: left;
    height: 200px;
}

.GrabImgTable{
    vertical-align: middle; 
    margin-top: 50px;
    margin-left: 20px;
}

.descImg{
    width: 300px;
}

.grabTable{
    border: 1px solid black;
    margin-left: 20px;
    margin-top: 20px;
    width: 250px;
    float: left;
    height: 250px;
position: relative;
}

.grabTableDesc{
    margin: 0 auto; 
    text-align: center;
    width: 600px;
}

.grabTableTr{
    height: 230px;
}

.grabTableTd{
     width:300px;
     text-align: left;
}

.grabTd{
    width:50px;
    text-align: justify;
}

.grabTableSec{
    width: 300px; 
    height: 200px;
    border: 1px solid black;
    text-align: left;
}

.marginTopInfo{
    margin-top: 25px;
}

.marginTopInfo2{
    margin-top: 34px;
}

.grabLinkDiv{
    background: url(../spacer.gif);
    width: 100%;
    height:100%;
    z-index: 12;        
    display: block;    
    
}

.paddingTop{
    padding: 10px 0px 10px 8px;
}

.imgGrab{
    border: 0px none;
}

.active{
    font-weight: bold;
}

.activeMenuLi{
    color: white;
}

.deactiveMenuLi { 
    color: black;
}

.dostupnostDiv {
    border: 1px solid black;
    width: 5px;
    float: left;
    margin-top: 4px; 
    height: 5px;
}

.newPrice{
    font-size: 16px;
    font-weight: bold;
}

.leftAlign{
    text-align: left;
}

.justifyAlign{
    text-align: justify;
}

.descText{
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

.floatLeft{
    float: left;
}

.green {
    background-color: #2ad048;
}

.red {
    background-color: #FF0000;
}

.cursive{
    font-style: italic;
}

.priceFont {
    font-size: 16px;
}

.bold {
    font-weight: bold;
}

.blockDisplay{
    display: block;
}

div.grabTable a{
    text-align:left ;
    text-decoration: none;
    color: black;
}

div.grabTable a{
    text-align:left ;
    text-decoration: none;
    color: black;
}

span.moreInfoText a{
    text-align:left ;
    text-decoration: underline;
    color: black;
    float: left;
}

.moreInfoText{
    text-decoration: underline;
    float: left;
}

small{
    text-align: left;
}

.h2padding{
    padding: 2px 5px 0px 0px;
    display: block;
}

.footerPadding{
    margin-top: 20px;
}

.marginTopFooter{
    margin-top: 20px;
    text-align: left;
}
.click{
    position:absolute;
	z-index:auto;
	top:0px;
	left:0px;
	width: 250px;
	height:250px;
	margin:0;
	padding:0;
}

.poptImg{
    float:left;
    width: 82%;
    text-align: right;
}
.static {
	margin:0 30px 0 230px
}
.static h1, .static h2, .static h3 {
	margin-top:15px;
}
.static h2 {
	font-size: 16px;
}
.static ul {
	margin-left:30px;
}

