/*
 *  Body
 */
body {
  font-family: Arial, Verdana, Sans-Serif;
  background-image: url(/images/layout/hinter_transparent.png);
  background-repeat: repeat;
  margin: 0px;
  padding: 0px;
}
img {
  border: none; /* Borders on images with link */
}

/*
 *   Outer table
 */
table#outer {
  border-spacing: 0px;
  margin: 10px auto;
}
#do, #uo, #c, #l, #r {
  padding: 0px;
}
#l { background-image: url(/images/layout/o_l.png); }
#r { background-image: url(/images/layout/o_r.png); }
#l, #r {
  width: 4px;
  background-repeat: repeat-y;
}
#l {
  background-position: right;
}
#dlo, #dli, #ulo, #uli, #dri, #dro, #uri, #uro {
  height: 24px;
}
#dlo, #dli, #ulo, #uli {
  float: left;
}
#dri, #dro, #uri, #uro {
  float: right;
}
#d, #u {
  margin: 0px 24px;
  height: 24px;
}
#d {
  background: url(/images/layout/o_d.png) repeat-x;
}
table#outer #c {
  background: #ffffff;
  min-width: 840px;
  padding: 0px;
}
#pos0 {
  position: relative;
  top: 0px;
}

/*
 * Headline
 */
 
#headline {
  height: 70px;
}
#head_image {
  position: absolute;
  top: 0px;
  left: 0px;
}
#head_image_upper {
  position: absolute;
  top: -20px;
  left: 20px;
}
#head_title, #head_subtitle {
  text-align: right;
  position: relative;
  top: -5px;
  margin-right: 20px;
}
#head_title {
  font-size: 30pt;
  font-weight: bold;
}
#head_subtitle {
  font-size: 12pt;
}

/*
 *  Menu
 */
#left {
  padding: 9px 5px 9px 7px;
  vertical-align: top;
  width: 175px;
  position: absolute;
  top: 70px;
  left: 0px;
}

ul#menu, #menu ul {
  width: 175px;
  list-style-type: none;
  margin: 0px;  /* Internet Explorer 7.0 */
  padding: 0px; /* Opera, Firefox */
  text-align: left;
}

/* First level */
#menu li {
  padding: 0px;
  margin: 0px;
  padding-bottom: 2px;
}
#menu li.marked {
  margin-bottom: 0px;
}
#menu .head {
  height: 24px;
}
#menu .head .mt, #menu .head .mt a {
  padding: 4px 2px 0px 2px;
  text-decoration: none;
  font-weight: bold;
  font-size: 11pt;
}
#menu .head .ml, #menu .head .mr {
  height: 24px;
}
#menu .head .ml {
  float: left;
}
#menu .head .mr {
  float: right;
}

/* Second level */
#menu ul {
  margin: 0px;
  padding: 5px 0px 3px 0px;
}
#menu ul li {
  margin: 0px;
  padding: 1px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
#menu ul a, #menu ul span {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  font-weight: normal;
  font-size: 10pt;
  padding: 2px 0px 2px 10px;
}
#menu ul li.last {
  border-bottom: none;
}

/*
 * Search
 */
form {
  padding: 0px;
  margin: 0px;
}
#search {
  width: 168px;
  height: 23px;
  padding-left: 7px;
  background: url(/images/layout/s_l.png) no-repeat left;
}
#search div {
  width: 128px;
  height: 21px;
  padding: 0px;
  float: left;
  background-color: white;
  margin: 1px 0px;
}
#search .textfield {
  width: 128px;
  padding: 0px;
  border: 0px none;
}
#search .button {
  width: 40px;
  height: 23px;
  padding: 0px;
  border: none;
  background-color: transparent;
  background: url(/images/layout/s_r.png) no-repeat left
}
#search_result {
  width: 700px;
  height: 750px;
  border: 0px;
}

/*
 * Footer
 */
#footer {
  clear: both;
  font-size: 9pt;
  padding-top: 1px;
  border-top-width: 1px;
  border-top-style: dotted;
}
#footer img {
  vertical-align: bottom;
}

#footer ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
  position: relative;
  top: 10px;
}
#footer li {
  display: inline;
  border-right-width: 1px;
  border-right-style: solid;
  padding: 0px 7px;
}
#footer a, #footer a:hover, #footer a:link, #footer a:focus {
  text-decoration: none;
}
#footer li.last {
  border-right: none;
}

/*
 * Headline
 */
#title {
  text-align: left;
  font-size: 14pt;
  margin: 0px 0px 10px 0px;
  padding: 10px 0px 3px 190px;
  width: 700px;
}
#navi {
  white-space: nowrap;
  height: 23px;
  padding: 10px;
  position: absolute;
  top: 70px;
  right: 0px;
}

/*
 * Content
 */
#content {
  vertical-align: top;
  margin: 3px 10px 3px 190px;
  min-height: 600px;
}

