/*p { margin: 0.5em 0em; }
dt { margin-top: 0.5em; }
td { padding: 0.1em 0.3em; }
tr { vertical-align: top; }*/


/**** Imported style sheet screen.css ****/

body {
    text-align: center;
    background: #262420;
    color: #efe8da;
    padding: 0px; margin: 0px;
}

div#frame {
    width: 650px;
    padding: 0px;
    margin: 10px auto;
    border-width: 1px 1px 1px 1px;
    border: solid 1px #efe8da;
}

div#topLine { 
  position: relative;
  margin: 0px;
  font-size: 0px;
}

div#topLine img {
  border-width: 0px;
  margin: 0px;
}

div#logo { 
  position: absolute;
  padding: 0px;
  top: 0px;
  left: 0px;
}

div#gmenu { 
  position: absolute;
  padding: 0px;
  top: 0px;
  right: 0px;
}

div#menu {
  position: relative;
  right: 0;
  text-align: right;
  font-weight: bold;  
  background: #726d61;
}

div#main {
  background: #726d61;
  padding: 0px 20px 20px 20px;
  border: solid 0px #efe8da;
  border-width: 1px 0px 0px 0px;
  min-height: 200px;
  text-align: left;
}


div#main h1, h2, h3, h4, h5, h6 {
    font-family: sans-serif;
    font-weight: bold;
    text-align: left;
}

div#main h1 {
    background: #726d61;
    color: #efe8da;
    padding: 0.2em 5px 0.2em 5px;
    margin: 0em -5px 0.5em 0px;
    border-bottom: solid 1px #efe8da;
    border-left: solid 3px #efe8da;
    font-size: 120%;
}

div#main a { 
    color: white;
    text-decoration: none;
}

div#main a:hover { 
    background: white;
    color: #726d61;
}

div#menu a{ 
  text-decoration: none;
  padding: 5px;
  color: black;
}

div#menu a:hover { 
  color: #efe8da;
}

/* svetla efe8da
   tmavsi 726d61
   tmava  262420 */
