body {
  background-color: white;
  font-size: 12px;
  /*color: #0a1e67;*/
  color: #005a90;
}
* {
  font-family: Verdana,Arial,Sans-Serif;
  margin: 0;
  padding: 0;
  border: 0;
}
input, textarea, select {
  border: 1px solid black;
  padding: 1px 2px;
  margin: 1px
  font-size: 12px!important;
}
input {
}
.clear {
  clear: both;
}
h1, h2, h3 {
  font-size: 13px;
}
.hr {
  padding-top: 10px;
  margin-top: 10px;
  background: url(hr.gif) no-repeat left top;
  font-size: 1px;
  height: 1px;
  overflow: hidden;
}
a {
  text-decoration: none;
  color: #999;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}
img {
  vertical-align: middle;
}
#contet ul {
  padding-left: 25px;
}
#contet ul li {
  line-height: 150%;
}
#contet p {
  padding: 3px 0;
  line-height: 150%;
}
#contet h1 {
  padding-bottom: 5px;
}



.input input, .input textarea, .input select {
  width: 100%;
  #width: 98%;
}
.input input.iehack {
  #width: 240px;
}
.kofu tr th {
  padding-top: 5px;
  padding-bottom: 1px;
  text-align: left;
}


#pageframe {
  margin: auto;
  margin-top: 20px;
  width: 905px;
  border: 1px solid #D9B288;
  background-color: #F8F2DA;
  position: relative;
}
#toprow {
  padding: 15px;
  text-align: center;
}
#minimenu {
  position: absolute;
  right: 25px;
  top: 100px;

}

#head {
  margin: 0 5px;
  text-align: center;
}
#head img {
  padding: 5px;
  background-color: white;
  border: 1px solid #B1D2E8;
}
#menu {
  margin: 0 20px;
  padding: 5px;
  border-bottom: 1px solid #B1D2E8;
}
#menu ul {
  list-style-type: none;
  display: inline;
}
#menu ul li {
  display: inline;
}
#menu ul li a {
  padding: 5px 7px;
  color: #005a90;
}
#menu ul li.akt a {
  /*padding: 2px 0px;*/
  padding: 2px 7px;
  color: #91c7cd;
  border-bottom: 3px solid #B1D2E8;
}
#menu .lang {
  float: right;
  display: none;
}
#content_area {
  position: relative;
  padding: 10px 20px;
}



#left, #middle, #right {
  float:left;
  margin-bottom: 20px;
}
#left, #right .image {
  border: 1px solid #D9B288;
  background-color: white;
  width: 150px;
  padding: 5px;
} 
#left {
  text-align: center;
}
#left img {
  padding: 5px;
  background-color: white;
  border: 1px solid #D9B288;
  margin: 3px 0;
}







#right .address {
  font-size: 9px;
  text-align: center;
  color: #005A90;
  padding: 20px 0;
}
#middle {
  width: 510px;
  padding: 0 15px;
}

/*
Bilderanimationsgeschichte LEFT
*/
#picframe {
  display: none;
  padding: 3px;
  background-color: white;
  border: 1px solid #D9B288;
  margin-bottom: 5px;
  text-align: center;
}
#pictitle {
  text-align: left;
  font-weight: bold;
  padding-top: 3px;
}
.plpic { display: none!important; }


form .name {
  font-weight: bold;
  padding-left: 2px;
}

fieldset {
  border: 1px solid #D9B288;
  padding: 10px;
  margin-bottom: 10px;
  #margin-bottom: 5px;
}
legend {
  padding: 2px 10px;
  font-weight: bold;
  border: 1px solid #D9B288;
  background-color: white;
}
fieldset table td, fieldset table th {
  width: 45%;
}
fieldset table input, fieldset table select {
  width: 200px!important;
}