* {
  border: 0;
  margin: 0;
  padding: 0;
}

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

html { height: 100%; }

body {
  height: 100%;
  background-color: #ebebeb;
  font-family: arial,sans-serif;
  text-align: center;
  color: #333;
  font-size: 13px;
  line-height: 1.4;
}

a {
  text-decoration: underline
  color: #333;
}
a:hover { text-decoration: none; }
form { display: inline; }
p { margin: 10px 0; }

input, textarea, select {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  font-family: arial,sans-serif;
  font-size: 11px;
  color: #747474;
  padding: 2px 3px 1px;
}

input.imgbutton {
  padding: 0;
  border: none;
  background: none;
}

h1, h1 a {
  font-family: tahoma,geneva,arial,sans-serif;
  font-size: 17px;
  font-weight: normal;
  color: #d81f21;
  margin: 0 0 10px;
  text-decoration: none;
}

h2, h2 a {
  font-family: tahoma,geneva,arial,sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #d81f21;
  margin: 0 0 8px;
  text-decoration: none;
}

#main {
  width: 970px;
  min-height: 100%;
  _height: 99.9%;
  padding: 0 7px;
  text-align: left;
  margin: 0 auto;
  background: #fff url('/DE/images/main_bg_home.gif') repeat-y center top;
  position: relative;
}

#header {
  background: #fff url('/DE/images/head_home.jpg') no-repeat right top;
}

#header .logo {
  width: 300px;
  height: 113px;
  background: transparent url('/DE/images/logo_home.gif') no-repeat 22px 28px;
}

#header .topmenue {
  background: #d6d2d1 url('/DE/images/topmenue_bg.png') repeat-x left top;
  height: 40px;
  overflow: hidden;
}

#header .topmenue input {
  float: left;
  margin: 11px 0 0 10px;
}

#header .topmenue .line {
  padding-left: 1px;
  background: transparent url('/DE/images/topmenue_line.png') no-repeat 0 3px;
  float: right;
}

#header .topmenue a {
  display: block;
  text-align: center;
  color: #535353;
  text-decoration: none;
  padding: 13px 0 5px;
  border-style: solid;
  font-size: 12px;
}

#header .topmenue .tm_home a {
  width: 139px;
  border-color: #d81f21;
}

#header .topmenue .tm_wohnen a {
  width: 157px;
  border-color: #e6871f;
}

#header .topmenue .tm_kijufa a {
  width: 189px;
  border-color: #84c127;
}

#header .topmenue .tm_trialog a {
  width: 105px;
  border-color: #2983dd;
}

#header .topmenue .tm_management a {
  width: 176px;
  border-color: #1e5781;
}

#header .topmenue a.current,
#header .topmenue a:hover {
  border-bottom-width: 5px;
}

#navi {
  float: left;
  width: 200px;
  min-height: 550px;
  _height: 550px;
  padding: 0 0 50px;
  background: transparent url('/DE/images/navi_bg_home.png') repeat-x left top;
}

#navi ul {
  list-style-type: none;
  margin: 15px 0 35px;
}

#navi ul li {
  background: transparent url('/DE/images/menue_line_home.png') no-repeat 10px bottom;
  font-size: 0px;
}

#navi ul a {
  color: #fff;
  display: block;
  padding: 3px 7px 4px 13px;
  text-decoration: none;
  font-size: 13px;
  width: 180px;
}

#navi ul ul {
  margin: 0;
}

#navi ul ul li {
  background-position: 10px top;
}

#navi ul ul a {
  padding: 4px 7px 3px 28px;
  width: 165px;
}

#navi ul ul ul a {
  font-size: 11px;
  padding-left: 43px;
  width: 150px;
}

#navi ul a.current,
#navi ul a:hover {
  background: transparent url('/DE/images/navi_current_home.gif') no-repeat left center;
}

#navi img {
  margin-bottom: 7px;
}

#content {
  float: right;
  width: 733px;
  padding: 25px 15px 50px 22px;
  background: transparent url('/DE/images/content_bg.png') repeat-x left top;
}

#content .inner {
  float: left;
  width: 500px;
}

#content .inner_full {
  margin-right: 7px;
}

#content ul {
  margin: 0 5px 1em 17px;
  list-style-type: disc;
  display: inline-block;
  _display: inline;
}

#content ul li {
  _display: inline-block;
}

#content a {
  color: #d81f21;
}

#content a.reverse {
  text-decoration: none;
}

#content a.reverse:hover {
  text-decoration: underline;
}

.picborder {
  float: left;
  border: 1px solid #e1e1e1;
}

.picborder img {
  margin: 1px;
}

#content .line {
  border-bottom: 1px solid #ccc;
}

#content .lv_row {
  border-bottom: 1px solid #ccc;
  padding: 17px 0;
}

h2.toggle {
  display: block;
  border-bottom: 1px solid #ccc;
  background: #fbfbfb url('/DE/images/newshead_bg.png') repeat-x left bottom;
  margin: 0;
  padding: 6px 20px 4px 7px;
  line-height: 1.3;
  min-height: 19px;
  _height: 19px;
  cursor: pointer;
  position: relative;
}

h2.toggle span {
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  right: 7px;
  margin-top: -4px;
  background: url('/DE/images/newshead_down_home.gif') no-repeat center center;
}

h2.toggle.is_toggled span {
  background: url('/DE/images/newshead_right_home.gif') no-repeat center center;
}

#content .linklist {
  font-size: 12px;
  margin-top: 28px;
  line-height: 1.5;
}

#content .linklist h2 {
  margin-bottom: 2px;
}

#content .linklist a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  margin: 1px 0;
  display: list-item;
  list-style-type: circle;
  margin-left: 17px;
}

#content .linklist a.ext {
  background: transparent url('/DE/images/linklist_ext.gif') no-repeat 1px 4px;
  padding-left: 17px;
  display: inline-block;
  margin-left: 0;
}

#content .linklist a.pdf {
  background: transparent url('/DE/images/linklist_pdf.gif') no-repeat 0 3px;
  padding-left: 17px;
  display: inline-block;
  margin-left: 0;
}

#content .linklist a:hover {
  text-decoration: underline;
}

.kontakt {
  margin: 25px 0;
}

.kontakt .kontakt_row {
  margin-bottom: 10px;
}

.kontakt .kontakt_save {
  display: none;
}

.kontakt label {
  font-weight: bold;
  float: left;
  width: 120px;
}

.kontakt input, select, textarea {
  float: left;
  width: 275px;
  font: 13px/1 arial,sans-serif;
  background-color: #f6f6f6;
  color: #333;
}

.kontakt select {
  padding: 1px;
  width: 240px;
}

.kontakt textarea {
  height: 75px;
}

#rightbox {
  float: right;
  width: 210px;
  font-size: 12px;
}

#rightbox h2 {
  margin: 0 0 3px 7px;
}

#rightbox .container {
  border: 1px solid #e1e1e1;
  padding: 1px;
  margin-bottom: 25px;
}

#rightbox .container .meta {
  background: #f9f9f9 url('/DE/images/container_bg.png') repeat-x left top;
  padding: 5px;
}

#rightbox .container .line {
  border-bottom: 1px solid #e1e1e1;
  margin: 7px 0;
}

#rightbox a {
  text-decoration: none;
}

#rightbox a:hover {
  text-decoration: underline;
}

#footer {
  position: absolute;
  left: 7px;
  bottom: 0;
  width: 956px;
  height: 24px;
  padding: 5px 7px 0;
  background: #fff url('/DE/images/footer_bg.gif') repeat-x left top;
  z-index: 1;
  font-family: tahoma,geneva,arial,sans-serif;
  font-size: 11px;
  color: #808080;
  border-top: 1px solid #c31414;
}

#footer a {
  color: #808080;
  text-decoration: none;
}

#footer a.printpage {
  background: transparent url('/DE/images/footer_print.gif') no-repeat 0 1px;
  padding: 0 0 2px 16px;
}

#footer a:hover {
  text-decoration: underline;
}

h2.site_home, #content h2.site_home a { color: #d81f21; }
h2.site_wohnen, #content h2.site_wohnen a { color: #e48119; }
h2.site_kijufa, #content h2.site_kijufa a { color: #090; }
h2.site_trialog, #content h2.site_trialog a { color: #1f70c6; }
h2.site_management, #content h2.site_management a { color: #1e5781; }

div.site_home { border-color: #d81f21; }
div.site_wohnen { border-color: #e48119; }
div.site_kijufa { border-color: #090; }
div.site_trialog { border-color: #1f70c6; }
div.site_management { border-color: #1e5781; }

.card {
  width: 165px;
  margin: 0 10px 10px 0;
  border: 1px solid #CCC;
  float: left;
  display: block;
  min-height: 147px;
  _height: 147px;
  _overflow: hidden;
  _display: inline-block;
}

.card .inner {
  margin: 5px;
  _margin: 5px 0 5px 2px;
}

#rightbox .right_tabs {
  padding: 0 5px;
  position: relative;
  z-index: 2;
  margin-bottom: -1px;
}

#rightbox .right_tabs a {
  display: block;
  float: left;
  padding: 2px 15px;
  color: #666;
  background-color: #f9f9f9;
  outline: 0;
  border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  margin-right: -1px;
  text-decoration: none;
  margin-top: 3px;
}

#rightbox .right_tabs a.current,
#rightbox .right_tabs a:hover {
  color: #d81f21;
  background-color: #fff;
  text-decoration: none;
}

#rightbox .right_tabs a.current {
  margin-top: 0;
  padding: 4px 15px;
}

.mask80 {
  display: block;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  width: 80px;
  max-height: 50px;
  _height: 50px;
}

.mask112 {
  display: block;
  overflow: hidden;
  width: 112px;
  max-height: 82px;
  _height: 82px;
}

.mask164 {
  display: block;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  width: 164px;
  max-height: 150px;
}

.mask200 {
  display: block;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  width: 200px;
  max-height: 110px;
  _height: 110px;
}

.mask220 {
  display: block;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  width: 220px;
  max-height: 150px;
  _height: 150px;
}

.mask_autoheight {
  max-height: none;
  height: auto;
}

.we_text {
  font-weight: bold;
}

.we_textarea {
  font-family: arial,sans-serif;
  font-size: 12px;
  line-height: 1.4;
  background-color: #fff;
  background-image: none;
  color: #333;
  padding: 5px;
}

.we_textarea table {
  font-size: 1em;
}

.we_textarea ul {
  margin: 0 5px 1em 17px;
  list-style-type: disc; 
}
