/*--------------------------------odkazy---------------------------------------------------------*/
a, a:visited{color:#fd8300; text-decoration:underline;}
a:hover{color:#ffffff; text-decoration:underline;}


html{
  margin:0px;padding:0px;
}
/*table{display:none;}*/
body{
  background-color: #000000;
  font-family: sans-serif; 
  background-repeat: repeat-x;
  background-image:url('./../img/bck.gif');
  margin:0px;padding:0px;
  color:#fff;
}
h1, .invisible{display: none;}

h2 {
font-weight:normal;
font-size:25px;
}

ul {
list-style-image: url('./../img/seznam.png');
}

#page{
  width:900px;
  margin:0px auto 0px auto;
  background-image:url('./../img/list.jpg');
  background-repeat:no-repeat;
  height:700px;
}
#page_in{
  width:920px;
  margin:0px auto 0px auto;
}
#footer{
  color:#bbb;
  font-size:10px;
  margin-bottom:20px;
}


#text{
float:left;
width:500px;
clear:left;
font-size:14px;
margin-top:20px;
margin-left:10px;
}


/*--------------------titulek - logo a tel ----------------------*/

#logo{
  width:205px;
  height:60px;
  float:left;
  margin-top:35px;
  cursor:pointer;
  cursor:hand;  
}

#phone{
  clear:left;
  width:250px;
  height:80px;
  float:left;
  margin-top:20px;
  cursor:pointer;
  cursor:hand;  
}

/*------------------------------------menu-------------------------------*/
.menu {
  width:100%;
  height:42px;
  color:#fff;
  background-color:#343434;
  background-image:url('./../img/menu.gif');
  background-repeat:repeat-x
  padding-top:0px;
  font-size:14px;
  font-weight:normal;
  float:left;
}

.menu a, .menu a:link, .menu a:visited{
  color:#fff;
  text-decoration :none;
  
  color:#fff;
  padding: 12px 10px 0px 10px;
  float:left;
  height:30px;
}


.menu a.aktiv, .menu a:visited.aktiv{
  padding: 12px 10px 0px 10px;
  height:30px;
  background-color:#424242;
  color:#fff;
}


.menu a:hover.aktiv {
  text-decoration :underline;
}


.menu a:hover {
  text-decoration :underline;
}

