body {
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-align: justify;
  color: #000000;
  /*background-color: #FFFFFF;
   background: #FDBE5E url(images/bg.jpg) repeat-x fixed; */
  background: #FFFFFF url(images/background.jpg) repeat-x fixed center center;
}
div#header {
  margin: 0 auto;
  width: 100%;
  height: 100px;
  background-color: #2C6589;
  /* background-image: url(images/banner.gif);
  background-repeat: repeat-y; */
}
div#header div {
  margin: 0 auto;
  width: 985px;
  height: 100px;
}
div#navi {
  margin: 0 auto;
  width: 100%;
  height: 30px;
  background-color: #2C6589;
  border-top: solid 1px #FFFFFF;
  border-bottom: dotted 1px #FFFFFF;
  /* background-image: url(png/navi_bg.png); */
}
div#navi div {
  margin: 0 auto;
  width: 985px;
  height: 30px;
}
div#navi div img {
  margin: 0px;
  width: 108px;
  height: 30px;
  border-right: 1px solid #FFFFFF; 
  border-left: 1px none #FFFFFF;
  border-bottom: 1px none #FFFFFF;
  border-top: 1px none #FFFFFF;
}
div#navi div img.last {
  margin: 0px;
  width: 108px;
  height: 30px;
  border-right: 1px solid #FFFFFF;
  border-left: 1px none #FFFFFF;
  border-bottom: 1px none #FFFFFF;
  border-top: 1px none #FFFFFF;
}
div#navi div img.first {
  margin: 0px;
  width: 108px;
  height: 30px;
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px none #FFFFFF;
  border-top: 1px none #FFFFFF;
}
div#content {
  margin: 0 auto;
  width: 983px;
  height: auto;
  display: block;
  clear: both;
}
div#content p {
  margin: 10px 150px 10px 50px;
}
div#content p.klein {
  margin: 10px 150px 10px 50px;
  font-size: 11px;
  font-style: italic;
}
div#content h1 {
  margin: 20px 150px 20px 50px;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
  color: #C36513;
  /* background-color: #AEDAF6; */
}
div#content h2 {
  margin: 15px 150px 15px 50px;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  color: #2C6589;
}
a {
  color: #233D92;
  text-decoration: none;
}
a:hover {
  color: #AD493A;
  text-decoration: underline;
}
img.home {
  float: left;
  margin: 0px 20px 15px 50px;
  border: 4px double #4A65BD;
  clear: both;
  display: block;
}
div#content div.service {
  width: 983px;
  height: 51px;
  margin: 0 auto;
  /* border-left: 1px solid #4A65BD;
  border-right: 1px solid #4A65BD; 
  border-bottom: 1px dashed #4A65BD;*/
 /*  background-color: #7587B3; */
}
div#content div.service img {
  height: 41px;
  margin: 5px 0px 0px 0px;
  float: left;
  border: none;
}
div.data-first {
  width: 833px;
  margin: 10px 100px 10px 50px;
  background-color: #689BC8;
  border: 1px dotted #F8DD8B;
  color: #FDBE5E;
}
div.data-sec {
  width: 833px;
  margin: 10px 100px 10px 50px;
  background-color: #F8DD8B;
  border: 1px dotted #689BC8;
}
div#content table#master {
  width: 983px;
}
div#content table#master td {
  width: 783px;
  vertical-align: top;
}
div#content table#master td.frame {
  width: 200px;
  vertical-align: top;
}
div#content table#master td.frame div {
  margin: 15px 0px 15px 0px;
  width: 200px;
  border-left: 1px dotted #4A65BD;
  border-right: 1px dotted #4A65BD;
  border-bottom: 1px dotted #4A65BD;
}
div#content table#master td.frame div h3 {
  margin: 0px;
  background-color: #DE8602;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}
div#content table#master td.frame div p {
  margin: 8px;
  text-align: left;
}
div#foot {
  margin: 0 auto;
  width: 983px;
  height: 25px;
  text-align: right;
/*   border-top: 1px dotted #4A65BD; */
}
fieldset {
  width: 633px;
  margin: 10px 100px 10px 50px;
  background-color: #F8DD8B;
  border: 1px dotted #3E84C0;
}
input.form {
  width: 400px;
  background-color: #E3E6F1;
  border: 1px dotted #000000;
  margin: 10px 100px 10px 50px;
}
textarea {
  width: 400px;
  height: 150px;
  background-color: #E3E6F1;
  border: 1px dotted #000000;
  margin: 10px 100px 10px 50px;
}
span {
  font-size: 18px;
  font-weight: bold;
  color: #AD493A;
}

table#admin {
  width: 833px;
  margin: 10px 100px 10px 50px;
}
table#admin td.left {
  width: 200px;
  border: 1px solid #3E84C0;
  vertical-align: top;
}
table#admin td.center {
  width: 483px;
  border: 1px solid #3E84C0;
  vertical-align: top;
}
table#admin td.right {
  width: 200px;
  border: 1px solid #3E84C0;
  vertical-align: bottom;
}
table#admin p {
  margin: 10px;
  text-align: left;
}

fieldset.link {
  width: 170px;
  margin: 5px;
  background-color: #FCD8C0;
  border: 1px dotted #BCC2D7;
  
}

