/* CSS  */
html {
}

body { 
  background: #dcdcdc;
  font-family: Georgia, "Times New Roman", serif; 
  font-size: 12px;

  padding: 0px;
  margin: 0px;
}

div.all {
  position: relative;
  width: 800px;
  margin: auto;
  margin-top: 15px;
  padding: 0px;
  background: white;
  overflow: hidden;
  border-left: 1px #2b0000 solid;
  border-top: 1px #2b0000 solid;

  min-height: 760px;
} 

div.main {
  position: relative;
  width: 550px;
  text-align: justify;
  margin-left: 30px;
  padding-top: 20px;
  vertical-align:middle;
}

a {
  color: #444;
  text-decoration: none;
}

a.menu {
  position:absolute;
  text-decoration: none;
  width:170px;
  text-indent: 10px;
  color: #2b0000;
  text-transform: uppercase;
}
a.menu:hover { 
  background: #e7e1e2;
}

a.mail { color: black; }

a.odkazy {
 color: black;
}

a.odkazy:hover {
 background: #e7e1e2; 
}

a.internal { color: black; font-weight: bold;} 
a.internal:hover { background: #e7e1e2; } 

div.header {
  position: relative;
  height: 200px;
  width: 800px;
  background-image: url(../img/bgheader.png);
  border-bottom: #2b0000 2px solid;
}

span.header_logo {
  position: absolute;
  top: 5px;
  left: 20px;
}

span.header_link {
  position: absolute;
  right: 10px;
  font-size: 10px;
}

h1.header_name {
  position: absolute;
  top: 45px;
  left: 200px;
  text-align: left;
  font-family: sans;
  font-size: 24px;
  font-weight: bold;
  color: #2b0000;
}

span.header_quotation {
  position: absolute;
  right: 50px;
  width: 400px; 
  bottom: 10px; 
  text-align: justify;
  text-indent: 50px;
  font-family: serif;
}


h2.title {
  text-indent: 20px;
  font-family: serif;
  margin: 5px;
  padding: 5px;
  color: #2b0000;
}

div.menu {
  position: absolute;
  top: 260px; 
  right: 0px; 
  width: 170px;
  font-family: "Times New Roman", serif; 
  font-size: 16px; 
  font-weight: bold; 
  text-align: left;
  border-left: #2b0000 2px solid;
}

div.footer {
  background: #dcdcdc;
  text-align: right;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.footer a {
  color: black;
}

.important {
  font-weight: bold;
}

hr {
  border: 0px;
  height: 0px;
  border-top: 1px #2b0000 dashed;
}

table {
  font-family: Verdana, "Times New Roman", serif; 
}