body {
  font-family: 'Times New Roman', Arial;
  font-size: 12pt;
  margin: 7px 7px 7px 7px;
  padding: 0;
  background-color: white;
  color: #191970;
}

a {
  text-decoration: none;
}

a.white {
  color: white;
}

div.header {
  background-color: #304cbf;
  width: 100%;
  height: 40px;
  text-indent: 0.5cm;
  color: white;
  margin-bottom: 3px;
  font-family: Arial;
}

p.header_par {
  padding-top: 7px;
}

.main_title {
  font-size: 18pt;
}

.sub_title {
  font-size: 12pt;
}

div.heading {
  font-family: Arial;
  font-size: 20pt;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 5px;
  text-align: center;
  margin-left: 205px;
  width: 700px;
}

div.heading_centered {
  font-family: Arial;
  font-size: 20pt;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 5px;
  text-align: center;
}

.navigation {
  font-family: Arial;
}

.nav_mails {
  margin-top: 25px;
  font-weight: bold;
}

div.content {
  width: 700px;
  margin-left: 25px;
}

div.footer {
  padding-top: 15px;
  clear: both;
  font-style: italic;
  font-size: 8pt;
}

div.menu {
  font-family: Arial;
  font-weight: bold;
  font-size: 11pt;
  width: 180px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

ul.menu {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
  /*width: 180px;*/
}

ul.menu a {
  text-decoration: none;
  display: block;
  background-color: #8080ff;
  margin: 2px 0px 2px 0px;
  padding: 2px 10px 2px 10px;
  color: #191970;
  width: 160px;
}

ul.menu a.highlight {
  background-color: lightblue;
}

ul.menu a:hover {
  background-color: #FF9999;
  /*color: #191970;*/
}

ul.menu a:visited {
  color: #191970;
}

.clock_area {
  width: 172px;
  font-size: 10pt;
  margin-top: 20px;
  border: 1px solid black;
  padding: 4px 3px 4px 3px;
}

/*
.show_only {
  font-family: Arial;
  font-size: 10pt;
}
*/

form {
  font-family: Arial;
  font-size: 11pt;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

form label {
  float: left;
  width: 200px;
}

form input, form textarea, form select {
  margin-bottom: 4px;
}

form br {
  clear: left;
}

form.create_form label {
  width: 320px;
}

form.reset_form label {
  width: 290px;
}

form.entry_form label {
  width: 240px;
}

form.personal_form label {
  width: 320px;
}

form.login_form label {
  width: 130px;
}

fieldset {
  font-family: Arial;
  font-size: 11pt;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 8px;
}

div.lb_heading {
  font-size: 14pt;
  font-weight: bold;
  margin-top: 8px;
}

div.lb_date {
  margin-bottom: 15px;
}

div.lb_subject {
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 15px;
}

div.lb_nav {
  margin-top: 40px;
  width: auto;
  text-align: center;
}

p.lb_content {
  font-size: 12pt;
  text-align: justify;
}

.admin_menu {
  white-space: nowrap;
  font-family: Arial;
  font-weight: bold;
  font-size: 10pt;
  margin-top: 10px;
}

.admin_menu a {
  background-color: #8080ff;
  padding: 5px 5px 5px 5px;
  margin: 0px 3px 0px 0px;
  text-decoration: none;
  color: #191970;
}

.admin_menu a:hover {
  background-color: red;
}

.admin_menu a:visited {
  color: #191970;
}

table.entries {
  font-family: Arial;
  font-size: 11pt;
}

table.entries a {
  text-decoration: none;
  color: #191970;
}

table.entries a:visited {
  color: #191970;
}

.login_info {
  font-size: 10pt;
  width: 180px;
  margin-top: 5px;
}

/*
.edit_info {
  font-size: 10pt;
  width: 180px;
  margin-top: 5px;
  color: red;
}
*/
.admin {
  font-family: Arial;
}

a.nd {
  font-family: Arial;
  text-decoration: none;
  color: blue; 
}

a.ndo {
  text-decoration: none;
  color: blue; 
}

.error {
  font-family: Arial;
  font-weight: bold;
  color: red;
}


div.gb_heading {
  font-size: 14pt;
  font-weight: bold;
  margin-top: 8px;
}

div.gb_date {
  margin-bottom: 15px;
}

div.gb_subject {
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 15px;
}

div.gb_nav {
  margin-top: 40px;
  width: auto;
  text-align: center;
}

p.gb_content {
  text-align: justify;
  width: 5.9cm;
  font-family: 'Arial Narrow', Arial;
  font-size: 13pt;
  padding: 0 0 0 0;
  margin: 0 0 6pt 0;
}



/*
a {
  color: #616161;
}

a:visited {
  color: #616161;
}

a.syntax {
  text-decoration: none;
  color: #000000;
}

a.syntax:hover {
  color: #929292;
}

a.n {
  background: #ffffff;
  text-decoration: none;
  color: #616161;
}

a.n:hover {
  background: #47677C;
  color: #ffffff;
  width: 100%;
}

a.white {
  color: white;
}

a.white:visited {
  color: white;
}

form.login_form label {
  width: 100px;
}

form.personal_form label {
  width: 165px;
}

form.personal_form input {
  width: 240px;
}


label.none {
  width: auto;
  float: none;
}

input.none, textarea.none {
  margin-bottom: 0px;
}

*/
