html, body {
  margin: 0px;
  padding: 0px;
  background-color: #ffffcc;
  background-image: url(pic/back-v.png);
  background-repeat: repeat-y;
}
#top_section {
  margin: 0px;
  padding: 0px;
  background-image: url(pic/back-h.png);
  background-repeat: no-repeat;
  height: 165px;
}
#logo1 {
  position: absolute;
  top: 15px;
  left: 35px;
}
#logo2 {
  position: absolute;
  left:220px;
  top: 5px;
  }
#header {
  position: absolute;
  left:150px;
  top: 140px;
  font-weight: normal;
  font-style: italic;
  font-size: 17px;
  color: #af2323;
  margin-top: 0px;
  }

#search {
  position: absolute;
  width: 152px; 
  top: 470px; 
  left: -23px;
  }

#counter {
  position: absolute;
  top: 570px; 
  left: 30px;
  }

#main_section {
  margin: 0px;
  padding: 0px;
}
#navigation {
  position: absolute;
  left: 5px;
  top: 190px;
  width: 140px;
  background-attachment: fixed;
}
#content {
  border-top: 2px double orange;
  border-bottom: 1px solid orange;
  margin-left: 150px;
  margin-right: 0px;
}
#fuss {
  border-top: 1px solid orange;
  font-family: Verdana,sans-serif;
  font-size: 12pt;
  color: #000066;
}
em {
  font-weight: bold;
  font-style: normal;
}
#output a {
  font-weight: bold;
}
.searchword {
  border: 1px dotted #ffffdd;
  color: #222222;
  background-color: #ffffdd;
}
.searchword0 {
  border: 1px dotted #ffff00;
  color: #222222;
  background-color: #ffff00;
}
.searchword1 {
  border: 1px dotted #00ff00;
  color: #222222;
  background-color: #00ff00;
}
.searchword2 {
  border: 1px dotted #00ffff;
  color: #222222;
  background-color: #00ffff;
}
.searchword3 {
  border: 1px dotted #ffbbbb;
  color: #222222;
  background-color: #ffbbbb;
}
.searchword4 {
  border: 1px dotted #ddffdd;
  color: #222222;
  background-color: #ddffdd;
}
.searchword5 {
  border: 1px dotted #ffaaff;
  color: #222222;
  background-color: #ffaaff;
}
.searchword6 {
  border: 1px dotted #cccccc;
  color: #222222;
  background-color: #cccccc;
}
.mod {
  display: block;
  font-size: 0.8em;
}
#searchfooter {
  font-size: 0.001em;
  margin-top: 1em;
}
h1 {
  border-bottom: 1px solid #af2323;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  line-height: 1.1em;
  color: #af2323;
  padding-bottom: 5px;
  padding-left: 25px;
  margin-top: 20px;
}
h2 {
  border-bottom: 1px solid #af2323;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  line-height: 1.1em;
  color: #af2323;
  padding-bottom: 3px;
  padding-left: 25px;
  margin-top: 20px;
}
h3 {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  color: #af2323;
  padding-bottom: 5px;
  padding-left: 25px;
  margin-top: 10px;
}
h4 {
  margin-right: 20px;
  margin-left: 20px;
  font-weight: normal;
  font-size: 19px;
  line-height: 1.1em;
  color: #af2323;
  margin-top: 0px;
  text-align: center;
}
p {
  font-weight: normal;
  font-size: 13px;
  text-align: justify;
  line-height: 1.1em;
  padding-left: 25px;
  color: #000066;
}
ul, ol {
  padding-left: 25px;
  margin-left: 20px;
}
li, td {
  font-weight: normal;
  font-size: 13px;
  line-height: 1.1em;
  margin-bottom: 6px;
  color: #000066;
}
div {
  font-family: Verdana,sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.1em;
  color: #000066;
}
a:link {
  font-weight: normal;
  color: #990000;
  text-decoration: underline;
}
a:visited {
  font-weight: normal;
  color: gray;
  text-decoration: underline;
}
a:hover, a:active {
  background: white none repeat scroll 0%;
  font-weight: normal;
  color: #006600;
  text-decoration: none;
}
a.navi, a.navi_first, a.navi_self,a.navi_active {
  border-left: 1px solid #660000;
  border-right: 1px solid #660000;
  border-bottom: 1px solid #660000;
  padding: 5px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  font-family: Verdana,sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
a.navi_first {
  border-top: 1px solid #660000;
}
a.navi:link, a.navi_first:link, a.navi:visited, a.navi_first:visited {
  color: #660000;
}
a.navi_self:link, a.navi_self:visited {
  color: #660000;
}
a.navi_active:link, a.navi_active:visited {
  color: #660000;
}
a.navi:hover, a.navi_first:hover, a.navi_self:hover, a.navi_active:hover, a.navi:active, a.navi_first:active, a.navi_self:active, a.navi_active:active {
  background-color: #ffffcc;
  color: #006600;
}
a.navi_active { 
  background-color: #ffffcc;
  border-right: 4px solid #660000;
  color: #660000;
}  

