/* $Id: web.css.tpl 1 2009-02-09 15:33:51Z stro $ */

body {
  font-family: Tahoma, Verdana, Arial, sans-serif;
}

body {
  margin: 0px; padding: 0px 10% 0px 10%;
  background: #ffffcc;
}

div.clear {
  font-size: 1px;
  line-height: 1px;
  border: 1px solid #ffffcc;
  clear: both;
}

div#hzvhead {
  
}

h1 {
  margin: 0px; padding: 0px;
  font-size: 12pt;
  color: red;
  float: left;
  width: 150px;
  
}


div#hzvpath {
  float: right;
  clear: right;
  text-align: right;
  font-size: 8pt;
  width: 100%;
  
}

div#hzvpath h1 {
  font-size: 8pt;
  margin: 0px; padding: 0px; display: inline;
  float: none; width: auto; 
  color: black;
  font-weight: normal;
  
}

div#hzvmenu {
  
  margin-left: 160px;
}

div#hzvmenu ul {
  margin: 0px; padding: 0px; 
  list-style-type: none;
}

div#hzvmenu ul li {
/*  display: inline; */
  float: left;
  border-top: 1px solid gray;
  border-right: 2px solid gray;
  border-bottom: 2px solid gray;
  border-left: 1px solid gray;
  margin-left: 1ex;
  margin-top: 4px;
  padding: 2px;
  background: #ffffff;
}

div#hzvmenu ul li a {
  text-decoration: none;
  font-weight: bold;
  color: #336699;;
}

div#hzvmenu ul li.active a {
  text-decoration: none;
  font-weight: bold;
  color: #339933;;
}

div#hzvbody {
  clear: both;
  border-top: 1px solid gray;
}

div#hzvbody h2 {
  clear: both;
  background: #cccccc; 
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 2px 1ex;
  border-bottom: 1px solid gray;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  font-size: 11pt;
}


div#hzvfoot {
  clear: both;
  border-top: 1px solid gray;
  text-align: center;
  font-size: 10pt;
}

div#hzvfoot a {
  color: #000000;
  text-decoration: none;
}

div.block {
  clear: both;
}

div.disk {
  float: left;
  margin-right: 3em;
  margin-bottom: 2em;
  clear: left;
  width: 200px;
}

div#hzvmenu ul li#edit {
  border-color: red;
}
div#hzvmenu ul li#edit a {
  color: red;
}


div#loginbox {
  position: absolute;
  font-size: 8pt;
  width: 10em;
  top: 30px;
  right: 0px;
  background: #cccccc;
  border: 1px solid #333333;
  display: none;
}

div#loginbox form {
  text-align: center;
  padding: 2px 1em 1em 1em;
}

div#loginbox form input {
  font-size: 8pt;
  border: 1px solid #666666;
  width: 8em;
}

div#loginbox form input#action {
  font-size: 8pt;
  border: solid #666666;
  border-width: 1px 2px 2px 1px;
  background: #999999;
  width: 8em;
  margin-top: 4px;
}


span#newsadd a {
  background: #ffffff;
  border: 1px solid #336699;
  color: #336699;
  text-decoration: none;
  display: block;
  width: 3em;
  font-weight: bold;
  text-align: center;
}

div#addnewsbody {
  display: none;
  text-align: center;
}

div#addnewsbody input {
  width: 50ex;
  font-size: 8pt;
}

div#addnewsbody textarea {
  width: 100%;
  height: 20em;
}

div#addnewsbody input#action {
  font-weight: bold;
}

div.newsitem {
  margin-top: 2px;
  border-top: 2px solid #336699;
}

div.newshead {
  border-bottom: 1px solid #336699;
  font-size: 10pt;
  background: #cccccc;
  padding: 3px 5px 3px 5px;
}

span.newstime { color: #333333; }

span.newsauthor {}

span.newssubject { font-weight: bold;}

div.newsbody {
  padding: 0px 5px 0px 5px;
  font-size: 10pt;
}

a.mp3 {
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #993333;
  background: #cccccc;
  color: #003300;
  padding: 0px 2px;
  margin-left: 1ex;
  font-size: 9pt;
}

p {
  text-align: justify;
}


