/* CSS Document - ROSANA.cz*/


html, body {
  height: 100%;
}

body {
  margin:0 auto;
  padding: 0;
  text-align: center;
  background: url(img/design/bg.gif) repeat-y scroll center;
}

body, table {
  font-family:'Verdana','Arial','Helvetica','Sans-serif';
  font-size:10px;
  text-decoration:none;
  color: black;
}



div#center_box {
  width: 1100px;
  #height: 100%;
  min-height: 100%;
  min-width: 1100px;
  text-align: left;
  margin:0 auto;
  background: white url(img/design/bg-left.jpg) repeat-y scroll left;
}

div#logo {
  padding-top: 20px;
  padding-bottom: 20px;
}

div#left {
  width: 280px;
  float: left;
}

div#right {
  width: 820px;
  float: left;
}

div#blank {
  clear: both;
}

a {
  text-decoration: underline;
  color: black;
}
a:hover, a.item_h2:hover {
  color: #007841;
}

a img {
  border-color: black;
}
a:hover img {
  border-color: #007841;
}

/*-----------------MENU-----------------*/

div#menu {
  margin-right: 100px;
  margin-top: 12px;
  text-align: right;
  color: #dd0024;
  font-size:12px;
  font-weight: bold;
}

div.podmenu {
  margin-right: 10px;
  color: black;
  font-size:10px;
  font-weight: normal;
}


a.menu, a.podmenu {
  text-decoration: none;
  color: #dd0024;
}
a.menu:hover, a.podmenu:hover {
  color: #007841;
}

a.podmenu {
  color: black;
}

a#hover {
    color: #007841;
}



/*-----------------MENU-----------------*/


table.items {
  width: 700px;
}
table.items tr {
  vertical-align: top;
}
table.item {
  width: 500px;
  border-bottom: 1px #ffefac solid;
}
table.place {
  width: 500px;
}
table.place tr td, table.price tr td {
  border-bottom: 1px #ffefac solid;
  padding-bottom: 7px;
}

table.price {
  width: 750px;
  clear: both;
}


td.right {
  text-align: right;
}

h2 {
  font-size:12px;
  font-weight: bold;
}
h1 {
  font-size:22px;
  font-weight: bold;
  color: #dd0024;
}

a.item_h2 {
  color: #dd0024;
}

a.place {
  text-decoration: none;
}
td.place1 {
  font-size:12px;
  font-weight: bold;
}

input.objednavka {
  text-align: right;
}

table.form {
  clear: both;
}
table.form tr td {
  text-align: right;
}

input.form {
  width: 300px;
}


