#pagebody  {
  background-image: url(../images/Bg.png);
  background-color:#c0ced1;
  background-repeat:repeat-x;
}

.content_rund {
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  border: 1px;
  border-collapse: collapse;
  border-style: solid;
  border-color: #000000;
  font-family: Verdana;
  font-size: 10px;
}

.content {
  border: 1px;
  border-collapse: collapse;
  border-style: solid;
  border-color: #474747;
  font-family: Verdana;
  font-size: 10px;
}

.content_font {
  color: #474747;
  font-family: Verdana;
  font-size: 10px;
  padding: 5px;
  margin: 5px;
}

a.navi {
  color: #ffffff;
  text-decoration: none;
  font-family: Verdana;
  font-size: 10px;
  cursor: pointer;
}

a.navi:hover {
  color: #474747;
  text-decoration: none;
  font-family: Verdana;
  font-size: 10px;
  cursor: pointer;
}

a {
  color: #474747;
  text-decoration: none;
  font-family: Verdana;
  font-size: 10px;
  cursor: pointer;
}

a:hover {
  color: #474747;
  text-decoration: underline;
  font-family: Verdana;
  font-size: 10px;
  cursor: pointer;
}

a:active {
  color: #474747;
  text-decoration: none;
  font-family: Verdana;
  font-size: 10px;
  cursor: pointer;
}

td.whitetitle {
  color: #ffffff;
  text-decoration: none;
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
}

input[type="text"], input[type="password"], textarea {
  width: 150px;
  font-size: 11px;
  color: #474747;
  background-color: #EDE4DA;
  border: 1px solid #D7D7D7;
  margin: 1px;
}

select {
  width: 152px;
  font-size: 11px;
  color: #474747;
  background-color: #EDE4DA;
  border: 1px solid #D7D7D7;
  margin: 1px;
}

.button {
  font-weight: bold;
  font-size: 11px;
  color: #ffffff;
  background-color: #990000;
  cursor: pointer;
  border: 1px solid #990000;
  margin: 1px;
}

a.tooltip span {
  display: none;
}

#info {
  position: absolute;
  display: none;
  width: 360px;
  background: #F5F5F5;
  padding: 7px;
  margin: 7px;
  border-right: 2px solid #D7D7D7;
  border-bottom: 2px solid #D7D7D7;
  border-top: 1px solid #D7D7D7;
  border-left: 1px solid #D7D7D7;
  color: #000000;
  text-align: justify;
}

form {
  margin: 0;
  padding: 0;
  border: 0 none;
}

hr {
  border: 0;
  border-top: 1px solid #EDE4DA;
  height: 1px;
}

img {
  border: 0;
}

img.pointer {
  border: 0;
  cursor: pointer;
}
  
ul {
  margin: 7px;
  padding: 7px;
}

p {
  display: inline;
}

.titlebar {
  background-image: url(http://kabre-hewore.com/images/page_header.bmp);
  padding: 4px;
  border: 1px solid #D7D7D7;
  font-weight: bold;
  position: relative;
}

.statusdropdown {
  background: url(http://kabre-hewore.com/images/pfeil.gif) no-repeat 3px center;
}

/*Script*/

img.border {
  border: 1px solid #D7D7D7;
  padding: 5px;
}

img.hover {
  border: 1px solid #000000;
  padding: 5px;
}