a img {
  border: none;
}

body {
  margin: 0;
  padding: 10px;
  background: url(../images/abi99_body.png) top left repeat-x;
  font: 12px Arial,sans-serif;
  color: #000E1F;
}

#header h1 {
  float: left;
  margin: 0;
}

#header h1 a {
  display: block;
  height: 60px;
  width: 587px;
  background: url(../images/abi99_links.small.jpg) top left no-repeat;
}

#header h1 span {
  display: none;
}

#header .additionalheader {
  float: right;
  margin: 8px 30px 0;
  color: white;
  width: 250px;
  text-align: right;
}
#header .additionalheader a {
  color: #def;
}

#header {
  margin: 0 0 10px;
  background: url(../images/abi99_rechts.small.jpg) no-repeat right top;
  overflow: hidden;
  width: 100%;
}

#nav {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 40px;
  border-bottom: 1px solid #A8BACF;
  /*overflow: hidden;*/
}

#nav li {
  padding: 0px 15px 0px 0px;
  margin: 0 10px 0 0;
  display: block;
  float: left;
  background: url(../images/tabend.png) right top no-repeat;
}

#nav li.first {
  margin: 0 10px 0 9px;
}

#nav li.last {
  float: right;
}

#nav li a {
  display: block;
  height: 40px;
  font: bold 1.5em/40px Arial,sans-serif;
  color: #0F427F;
  padding: 0 0 0 11px;
  text-decoration: none;
  text-align: center;
  width: 120px;
  background: url(../images/tab.png) left top no-repeat;
}

#nav li a:hover {
  color: #03f;
}

#nav li.active {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #eaf2ff;
}

#nav li.active a {
  color: #555;
}

#nav li.special a {
  color: #7F0F42;
}

#nav li.special a:hover {
  color: #f03;
}

#content {
  border: 1px solid #A8BACF;
  border-top: none;
  background: #EFF5FF url(../images/contentgrad.png) bottom repeat-x;
  background: #EFF5FF url(../images/body.gif) center top no-repeat;
  padding: 9px;
  min-height: 300px;
  overflow: hidden;
}

#content h2 {
  margin: 1em 0;
  padding: 0 0 2px 9px;
  border-bottom: 1px solid #ccc;
  font: bold 1.5em Arial, sans-serif;
  color: #0A244F;
}

#content h3 {
  margin: 1em 0;
  padding: 0 0 0 9px;
  font: bold 1.33em Arial, sans-serif;
  color: #0A244F;
}

#content fieldset {
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 0 0 1em;
}

.infobox {
  border: 1px solid #A8BACF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  background: white url(../images/contentgrad.png) top repeat-x;
  padding: 9px;
  float: right;
  margin: 0 0 10px 10px;
  width: 300px;
}

.fulllineinput {
  border: 1px solid #A8BACF;
  display: block;
  margin: 0 0 0 2em;
  width: 25%;
}

.error {
  border: 2px solid #DF0033;
  padding: 8px;
  background: #FFEFF3;
  color: #8F0021;
  font-weight: bold;
}

.success {
  border: 2px solid #00DF33;
  padding: 8px;
  background: #EFFFF3;
  color: #008F21;
  font-weight: bold;
}

.error strong,
.success strong {
  color: black;
}

.hidden {
  display: none;
}

abbr {
  border-bottom: none;
}

.lks,
abbr.bday {
  font-weight: bold;
}


.thumbs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.thumbs li {
  padding: 0;
  margin: 0 2px 2px 0;
  display: block;
  float: left;
}

.thumbs li .title {
  display: block;
}

.thumbs li a {
  display: block;
  font: bold 0.9em/auto Arial,sans-serif;
  color: #0F427F;
  padding: 5px;
  text-decoration: none;
  text-align: center;
  background: #E5EEFF;
  width: 128px;
  height: 128px;
}

.thumbs li a:hover {
  background: #4990E8;
}

.addresslist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.addresslist li {
  border: 1px solid #A8BACF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 2px 15px;
  margin: 0 3px 3px 0;
  width: 28%;
  float: left;
  background: #fff url(../images/contentgrad.png) left top repeat-x;
}

.addresslist a {
  text-decoration: none;
  font-size: 1.33em;
  font-weight: bold;
  display: block;
}

.addresslist a:hover {
  color: #28f;
}



fieldset {
  padding: 10px;
}

.birth-name {
  font-size: 0.75em;
}



#searchpeople {
  border: 1px solid #A8BACF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 2px 15px;
  margin: 0 3px 3px 0;
  width: 200px;
  height: 140px;
  float: right;
  background: #fff url(../images/contentgrad.png) left top repeat-x;
}

#searchpeople input.submit,
#searchpeople select {
  width: 195px;
}





.changeable {
  border: 1px solid white;
  padding: 4px;
  margin: 0px;
  background: white;
  font: normal 1em/1.2em Arial,sans-serif;
}

h2 .changeable {
  font-weight: bold;
}

input.changeable {
  padding: 4px;
  margin: 0px;
  border: 1px solid blue;
  background: #fdfdff;
  line-height: 1.2em;
  height: auto;
}

.missing {
  font-style: italic;
  color: #555;
}

p.unobtrusive {
  position: absolute;
  top: 180px;
  right: 20px;
  width: 200px;
}


