/* CSS Document */

/* HTML Elements */
body {
  background-color:#080808;
  color:white;
  font-family: verdana, arial;
  font-size:14px;
  margin:0;
}
h1{
  width:800px;
  height:394px;
  font-size:0.1em;
  background-image:url(images/cikanske-karty-head.jpg);
  margin:0px;
  color:black;
}
img {
  border:0;
 }


/* IDs */
#maindiv {
  width:800px;
  border-left:1px solid #222222;
  border-right:1px solid #222222;
  margin-left:auto;
  margin-right:auto;
  /*background-image:url(images/maindiv_bg.png);*/
  background-position:center 444px;
  background-color:#222222;
  background-repeat: repeat-x;
}

#nav {
  height:50px;
  background-image:url(images/nav_bg.png);
  background-repeat:repeat-x;
  border-bottom:1px solid #333333;
}
#nav a{
  color:white;
  display:block;
  padding:15px;
  font-size:18px;
  text-decoration:none;
  float:left;
  padding-right:20px;
  padding-left:20px;
  height:20px;
}
#nav a.aktivni{
  background-image:url(images/aktivni.png);
}
#nav a:hover {
  /*background-image:url(images/aktivni.png);*/
  text-decoration: underline;
}
#obsah {
  width: 534px;
  float:left;
  padding-top:20px;
}
#obsah a{
  color: grey;
  text-decoration: underline;
}
#obsah a:hover{
  color: grey;
  text-decoration: none;
}
#right {
  margin-left:533px;
  margin-top:20px;
  width:260px;
}
#right h2{
  background-image:url(images/right_h2_bg.gif);
  width: 221px;
  height: 29px;
  padding-top: 28px;
  font-weight: 700;
  font-size: 15px;
  padding-left: 40px;
  color:#333333;
}
#paticka {
  color:#666666;
  width:400px;
  clear:both;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  padding-bottom:5px;
  font-size: 0.8em;
  }


/* Classes */
.clanek{
  width:510px;
  background-image:url(images/clanek_bg.png);
  background-repeat:repeat-y;
  margin-left:10px;
  margin-bottom:20px;
}
.clanek_obsah{
  margin-left:15px;
  margin-right:15px;
  font-size:1.1em
}
.clanek h2{
  margin-top:5px;
}
.clanek_head{
  width:509px;
  height: 20px;
  background-image:url(images/clanek_top.png);
}
.clanek_tail{
  width:509px;
  height:20px;
  margin-top:-15px;
  background-image:url(images/clanek_bottom.png);
}
.clanek h2{
  margin-top:0px;
  margin-bottom:0px;
}
#right .okno{
  width:233px;
  background-color:#333333;
  border-right:1px solid #3d3d3d;
  border-left:1px solid #3d3d3d;
  margin-left: 12px;
  margin-top:-12px;
}
#right .okno img{
  border: 3px solid #3d3d3d;
  margin-bottom:5px;
  margin-left:14px;
  margin-top:14px;
}
#right .okno p{
  border: 0px solid #3d3d3d;
  font-size: 15px;
  font-weight: 600;
  margin-bottom:5px;
  margin-left:14px;
  margin-top:14px;
}
#right .okno_bottom{
  width:235px;
  height:24px;
  margin-left:12px;
  margin-top:-10px;
  background-image:url(images/right_okno_bottom.gif);
  margin-bottom:20px;
}
#partneri {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 850px;
  margin: 0 auto;
  text-align: center;
  font-size: 10px;
}
#partneri a{
  color: gray;
  text-decoration: none;
}
#partneri a:hover{
  color: green;
  text-decoration: underline;
}

