.right {
  text-align: right; }

.center {
  text-align: center; }

.clear {
  clear: both; }

.strong {
  font-weight: bold; }

.noborder {
  border: 0px; }

a {
  color: maroon; }
  a img {
    border: 0px; }
  a.add {
    background: url(/images/icons/16/add2.png) top left no-repeat;
    padding: 5px 0px 5px 20px; }

body {
  font-family: Arial;
  font-size: 12px;
  background: white;
  color: #bdbdbd; }

#frame {
  width: 900px;
  text-align: left;
  background: white; }

#topbar {
  background: #878787;
  height: 24px;
  text-align: right;
  padding: 7px;
  border-top: 1px solid #0a0a0a;
  line-height: 24px; }
  #topbar a {
    color: #cdcdcd;
    font-size: 12px;
    text-decoration: none; }
  #topbar .search {
    float: left; }

#content {
  min-height: 500px;
  padding: 10px;
  color: #333333;
  float: left;
  width: 600px; }
  #content .info_box {
    padding: 3px;
    border: 1px solid #cdcdcd; }

#content_right {
  float: left;
  padding: 10px;
  color: #333333;
  width: 250px; }
  #content_right .info_box_right {
    padding: 3px;
    border: 1px solid #cdcdcd;
    background: #efefef; }

#header {
  padding: 5px;
  height: 120px; }
  #header .logo {
    margin-top: 35px; }

#footer {
  background: #cccccc;
  color: #080808;
  padding: 10px;
  text-align: center;
  font-size: 10px; }
  #footer a {
    color: #272727; }
  #footer h3 {
    color: #070707;
    font-size: 12px; }

h1, h2, h3 {
  color: #993333; }

h1 {
  font-size: 16px; }

h2 {
  font-size: 14px; }

h3 {
  font-size: 12px; }

li {
  list-style-image: url(ecke_rot.gif);
  list-style-image: url(/images/ecke_rot.gif); }

.tree li {
  padding: 10px;
  font-size: 14px; }

#anwalt_img {
  float: right;
  position: absolute;
  top: 35px;
  margin-left: 500px; }

table td {
  vertical-align: top; }
table.objects {
  width: 100%;
  border-spacing: 0px;
  background: white; }
  table.objects th {
    background: #4b4b4b;
    color: white;
    padding: 5px; }
  table.objects td {
    padding: 5px;
    border-bottom: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    vertical-align: top; }
    table.objects td.noborder {
      border: 0px; }
table.calendar {
  width: 100%; }
  table.calendar th {
    background: #aaaaaa;
    color: white;
    text-align: center;
    font-size: 20px; }
  table.calendar td {
    font-size: 20px;
    text-align: center;
    padding: 10px;
    border: 1px solid #cdcdcd; }
    table.calendar td.current {
      background: white; }
table.object_list {
  width: 300px; }
  table.object_list td {
    background: white;
    padding: 3px;
    font-size: 1.1em;
    border-bottom: 1px solid #cdcdcd; }
    table.object_list td.strong {
      border-left: 1px solid #cdcdcd; }
table.search {
  width: 100%; }
  table.search td.label {
    width: 120px;
    font-weight: bold; }
    table.search td.label em {
      font-weight: normal; }
table.contact {
  width: 100%; }
  table.contact td {
    padding: 10px; }

div.pagination {
  padding: 3px;
  margin: 3px;
  text-align: center;
  color: #a0a0a0;
  font-size: 80%; }
  div.pagination a {
    border: 1px solid #909090;
    margin-right: 3px;
    padding: 2px 5px;
    background-image: url("/images/bar.gif");
    background-position: bottom;
    text-decoration: none;
    color: silver; }
    div.pagination a:hover {
      border: 1px solid #f0f0f0;
      background-image: url(/images/invbar.gif);
      background-color: #404040;
      color: white; }
  div.pagination span.current {
    margin-right: 3px;
    padding: 2px 5px;
    border: 1px solid white;
    font-weight: bold;
    background-color: #606060;
    color: white; }
  div.pagination span.disabled {
    margin-right: 3px;
    padding: 2px 5px;
    border: 1px solid #606060;
    color: gray; }
div.meneame a:active {
  border: 1px solid #f0f0f0;
  background-image: url(/images/invbar.gif);
  background-color: #404040;
  color: white; }

.flash {
  padding: 5px;
  padding-left: 50px;
  min-height: 50px; }

#flash_error, #errorExplanation {
  border: 1px solid #ffd324;
  margin: 10px auto;
  padding: 5px 70px;
  background: url(/images/icons/48/delete2.png) top left no-repeat #fff6bf;
  min-height: 60px; }

#flash_notice {
  border: 1px solid #ffd324;
  margin: 10px auto;
  padding: 5px 70px;
  background: url(/images/icons/48/check.png) top left no-repeat #fff6bf;
  min-height: 60px; }

label {
  float: left;
  margin: 5px;
  width: 200px;
  display: block; }

input.sm_in {
  width: 40px; }
input.sm_in2 {
  width: 152px; }
input.in {
  width: 200px; }

fieldset {
  background: white;
  padding: 5px;
  border: 1px solid #cdcdcd; }
  fieldset br {
    clear: both; }

legend {
  font-weight: bold;
  letter-spacing: 4px;
  font-size: 14px; }

