body {
  position: relative;
  font-family: Verdana, Arial, Helvetica;
  font-size: 11px;
  color: black;
  background-color: white;
  margin: 0px 10px 0px 10px;
  padding: 0px;
  background-image: url("../_img/bg.jpg");
  background-repeat: no-repeat;
}
.ulspecial {
  padding:0px;
  margin: 0px;
}
.ulmenu {
  padding:0px;
  padding-left: 5px;
  margin: 0px;
  margin-left: 15px;
}
form {
  margin: 0px;
}
input {
  font-family: Verdana, Arial, Helvetica;
  font-size: 11px;
}
a:link, a:visited { color: #003366; }
a:hover { color: #990000; }
#headermenu {
  position: relative;
  float: left;
  left: 0px;
  top: 0px;
  width: 100%;
  border: 0px;
  border-style: solid;
  text-align: right;
  margin-top: 0px;
}
#cont_menu {
  position: relative;
  float: left;
  width: 20%;
  border: 0px;
  text-align: left;
  margin: 0px;
  padding: 0px;
}
#menu {
  background-color: #EEEEEE;
  border: 1px;
  border-style: solid;
  margin: 0px;
  margin-top: 50px;
  padding:0px;
  padding-left: 0px;
  padding-bottom: 10px;
  padding-top: 5px;
}

#cont_contentnav {
  position: relative;
  float:left;
  left: 0px;
  top: 0px;
  width: 80%;
  border: 0px;
  text-align: left;
  margin: 0px;
  padding: 0px;
  z-Index: 1000;
}
#contentnav {
  margin: 0px;
  margin-top: 10px;
}

#cont_content {
  position: relative;
  float: left;
  width: 80%;
  border: 0px;
  border-style: solid;
  text-align: left;
  margin: 0px;
  padding: 0px;
  margin-top: -1px;
}
#cont_comments {
  position: relative;
  height: 100%;
  width: auto;
  background-color: #EEEEEE;
  border: 1px;
  border-style: solid;
  margin-left: 10px;
  padding: 10px;
  margin-top: 10px;
}
#content {
  position: relative;
  height: 100%;
  width: auto;
  background-color: #EEEEEE;
  border: 1px;
  border-style: solid;
  margin-left: 10px;
  padding: 0px;
  margin-top: 0px;
}
#cont_footer {
  position: relative;
  float: left;
  left: 0px;
  top: 0px;
  width: 100%;
  background-color: #EEEEEE;
  border: 0px;
  border-style: solid;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
#footer {
  border: 1px;
  border-style: solid;
  text-align: center;
}
a.menulink, a.menulink:link {
  text-decoration: none;
  color: #003366;
}
a.menulink:visited {
  text-decoration: none;
  color: #003366;
}
a.menulink:hover {
  color: #990000;
  text-decoration: underline;
}
.menubullet {
  color: #003366;
  list-style-type: square;
}
h1, h2, h3 {
  font-size: 16px;
  width: 100%;
  border-width: 0px 0px 1px 0px;
  border-style: none none solid none;
  border-color: gray;
  margin-bottom: 5px;
}
h2 {
  font-size: 14px;
}
h3 {
  font-size: 12px;
}
.tab_active {
  position: relative;
  float: left;
  background-color: #EEEEEE;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: black black #EEEEEE black;
  padding:5px;
  text-decoration: none;
  margin-left: 10px;
}
.tab_inactive {
  position: relative;
  float: left;
  background-color: white;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: black black black black;
  padding: 5px;
  text-decoration: none;
  margin-left: 10px;
}
.linkwoul { text-decoration: none; }
a.linkwoul:hover {text-decoration: underline; }
#cont_editor {
  width: 90%;
  margin: 0px;
  padding: 0px;
}
.editor {
  border: 1px;
  border-style: solid;
  height: 400px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica;
  font-size: 11px;
}
.searchfield {
  font-family: Verdana, Arial, Helvetica;
  font-size: 11px;
  border: 1px;
  border-style: solid;
  width: 100px;
}
.searchbtn {
  font-family: Verdana, Arial, Helvetica;
  font-size: 11px;
}
.bullet {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 15px;
  padding-left: 0px;
  
}
#content_real {
  margin: 10px;
}
#comment_new {
  width: 100%;
  height: 80px;
}

