html, body {height: 100%;}
body {
  margin: 0;
  color: #656d71;
  min-width: 960px;
  background: #f0f2f2 url(/images/bg-body.gif) repeat-x;
  font: 13px/17px arial, helvetica, sans-serif;
}
/* General reset */
form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}
img {border-style: none;}
input, select, textarea {
  vertical-align: middle;
  font: 100% arial, sans-serif;
  color: #2b2e30;
}
a {
  color: #6c91b4;
  text-decoration: underline;
}
a:hover {color: #2b2e30;}
/* General settings */
#wrapper {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
.w1 {
  width: 100%;
  display: table;
}
#header {
  width: 100%;
  display: table-header-group;
}
#header .holder {
  width: 100%;
  overflow: hidden;
  padding: 37px 0 0;
  position: relative;
}
#header img {display: block;}
#header img.crown {display: inline;}
.topbar {
  width: 100%;
  background: url(/images/bg-topbar.png) repeat-x;
  height: 52px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  font-size: 11px;
}
.logo{
  overflow: hidden;
  width: 204px;
  height: 74px;
  text-indent: -9999px;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 379px;
  margin: 0;
}
.logo a{
  display: block;
  height: 100%;
  background: url(/images/logo.png) no-repeat;
  cursor: pointer;
}
ul.metamenu,
ul.lang {
  list-style: none;
  float: right;
  margin: 0;
}
ul.lang {padding: 5px 0 0;}
ul.lang li {
  display: inline;
  margin: 0 0 0 7px;
}
.topbar a {
  color: #8b97a2;
  text-decoration: none;
}
.topbar a:hover,
.topbar li.active a {color: #2b2e30;}
ul.metamenu {
  padding: 0 3px 0 0;
  text-align: right;
}
ul.metamenu li {
  float: left;
  padding: 5px 12px 0;
  background: url(/images/separator-metamenu.gif) no-repeat 100% 0;
}
#header .search-form {
  position: absolute;
  right:11px;
  top:47px;
}
.search-form legend {display: none;}
#header .search-form fieldset {display: inline;}
#header .search-form label {display: none;}
#header .search-form div.text {
  float: left;
  margin: 0 3px 0 0;
  overflow: hidden;
  background: url(/images/bg-search.gif) no-repeat;
  width: 142px;
  height: 17px;
}
#header .search-form .text input,
.posts-holder .search-form .text input {
  width: 128px;
  float: left;
  margin: 0;
  line-height: 14px;
  border: 0;
  padding: 2px 7px;
  background: none;
  color: #8b97a2;
  font-size: 11px;
}
#header .search-form .text input:focus,
#header .search-form .text input.focus,
.posts-holder .search-form .text input:focus,
.posts-holder .search-form .text input.focus {color: #2b2e30;}
#header .search-form .btn-search,
.posts-holder .search-form .btn-search {
  float: left;
  width: 19px;
  height: 17px;
}
#nav {
  position: absolute;
  bottom: 0;
  height: 26px;
  width: 100%;
}
* html #nav {bottom: -1px;}
#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
#nav ul li {
  float: left;
  display: inline;
  margin: 0 1px 0 0;
}
#nav ul li a {
  float: left;
  background: url(/images/bg-nav.png) repeat-x;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
#nav ul li a span {
  float: left;
  padding: 0 17px;
  height: 26px;
  line-height: 26px;
}
#nav ul li a:hover span,
#nav ul li.active a span {background: url(/images/bg-nav-span.gif) no-repeat 0 0;}
#nav ul li a:hover,
#nav ul li.active a {
  background: url(/images/bg-nav-hover.gif) repeat-x;
  color: #4d4d4d;
}
#nav .mask,
#nav a.red {
  float: left;
  width: 100%;
  height: 26px;
  margin: 0 -100% 0 0;
  background: url(/images/bg-nav.png) repeat-x;
}
#nav a.red {
  background: url(/images/bg-red.gif) repeat-x;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
#nav a.red span {
  display: block;
  line-height: 26px;
  padding: 0 17px;
}
#nav a.red:hover, #nav a.active {
  background: url(/images/bg-red-hover.gif) repeat-x;
  color: #a81313;
}
.head-title {
  position: absolute;
  top: 115px;
  left: 69px;
  font-style: italic;
  z-index: 10;
}
.head-title h1 {
  font-size: 24px;
  line-height: 23px;
  color: #fff;
  margin: 0;
}
.head-title p {
  margin: 0;
  color: #c9e5ff;
  font-weight: bold;
}
#main {
  display: table-footer-group;
}
#mainHome {
  display: table-footer-group;
}
.main-holder {
  width: 100%;
  position: relative;
  z-index: 5;
  padding: 18px 0 0;
}
.main-holder:after {
  content: "";
  display: block;
  clear: both;
}
#twocolumns {
  float: left;
  width: 760px;
  position: relative;
  z-index: 2;
}
.intro {
  height: 1%;
  overflow: hidden;
  padding: 0 214px 0 0;
}
#content {
  width: 565px;
  float: right;
  overflow: hidden;
}
.posts-holder {width: 100%;}
#main h2 {
  color: #2b2e30;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 17px;
}
#mainHome h2 {
  color: #2b2e30;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 17px;
}
.intro p {margin: 0 0 17px;}
.posts-holder .heading {
  background: #dfe0e0 url(/images/bg-heading.gif) repeat-x;
  border-bottom: 1px solid #adaeae;
  height: 1%;
  overflow: hidden;
  padding: 11px 11px 8px;
  text-align: right;
  line-height: 20px;
  margin: 3px 0 18px;
}
.posts-holder .search-form legend {display: none;}
.posts-holder .search-form {float: left;}
.posts-holder .search-form fieldset {display: inline;}
.posts-holder .search-form label {display: none;}
.posts-holder .search-form div.text {
  float: left;
  margin: 0 3px 0 0;
  overflow: hidden;
  background: url(/images/bg-search.gif) no-repeat;
  width: 142px;
  height: 17px;
}
#content h3,
#content h4 {
  font-size: 13px;
  line-height: 17px;
  color: #2b2e30;
  margin: 0 0 7px;
}
#content h4 {font-weight: normal;}
.post {
  height: 1%;
  overflow: hidden;
  margin: 0 0 0;
  /* margin: 0 0 17px; */
  padding: 0 0 0;
  /* padding: 0 0 17px; */
  /* background: url(/images/bg-post.gif) no-repeat 0 100%; */
}
.post-end {
  height: 17px;
  overflow: hidden;
  margin: 0 0 17px;
  background: url(/images/bg-post.gif) no-repeat 0 100%;
}

.post h3 {margin: 0 0 10px !important;}
.post h4 {margin: 0 0 5px !important;}
.post p {
  margin: 0 !important;
  padding: 7px 0;
}

.introHeader{
font-weight:bold ! important;
  color: rgb(101, 109, 113) ! important;
}
.post img {
  float: left;
  margin: 3px 20px 0 0;
}
* html .post img {margin-right: 17px;}
.post a.go {
  margin: -11px 0 0;
  float: left;
}
.aside {
  float: left;
  width: 175px;
}
.aside span {color: #2b2e30;}
#sidebar {
  float: right;
  position: relative;
  z-index:1;
  margin: -47px 0 0 -23px;
  font-size: 11px;
  line-height: 13px;
}
.sidebar-holder {
  padding: 0 0 0 42px;
  background: url(/images/bg-sidebar.png) no-repeat;
  width: 176px;
}
ul.news-title {
  padding: 7px 0 23px;
  margin: 0 0 0 -3px;
  list-style: none;
  height: 1%;
  overflow: hidden;
  color: #2b2e30;
  font-weight: bold;
  position: relative;
  font-size: 13px;
  line-height: 17px;
}
ul.news-title li {
  float: left;
  padding: 0 4px 0 7px;
  margin: 0 4px 0 -4px;
  background: url(/images/separator-news-title.gif) no-repeat 0 5px;
}
ul.news-title li a {
  font-weight: normal;
  font-size: 11px;
}
ul.news {
  margin: 0 0 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #c9d5e0;
}
ul.news li {margin: 0 0 17px;}
ul.news strong.title {
  color: #2b2e30;
  font-style: italic;
  font-size: 13px;
  line-height: 15px;
  display: block;
  margin: 0 0 9px;
}
ul.news em.date {font-style: normal;}
ul.news p {margin: 0;}
#sidebar h3 {
  color: #2b2e30;
  margin: 17px 0 12px;
  font-size: 13px;
  line-height: 17px;
}
.email-form {
  height: 1%;
  overflow: hidden;
  margin: -8px 0 5px;
}
.email-form legend {display: none;}
.email-form label.text {display: none;}
.email-form div.text {
  width: 100%;
}
.email-form .text input.text {
  width: 163px;
  margin: 0 0 11px;
  line-height: 14px;
  border-style: solid;
  border-width: 1px;
  border-color:#9e9e9e #e0e2e2 #e0e2e2 #9e9e9e;
  padding: 1px 5px;
  color: #8b97a2;
}
.email-form .parent-focus .holder {display: block;}
.email-form input.text,
.email-form div.radio {
  height: 1%;
  overflow: hidden;
}
.email-form div.radio {padding: 0 0 3px;}
.email-form input.radio {
  width: 15px;
  height: 16px;
  margin: 0 3px 0 1px;
  float:left;
  padding: 0;
}
.email-form input.btn-email {
  width: 89px;
  height: 17px;
  border: none;
  background: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  text-indent: -9999px;
  font-size: 0px;
  line-height: 0px;
  text-align: left;
  background: url(/images/transparent.gif);
  padding: 0;
}
.email-form div.btn-email {
  float: right;
  position: relative;
  width: 84px !important;
  height: 17px !important;
  margin: 0 7px 0 0;
  padding: 0 0 0 5px;
  background: url(/images/btn-email.gif) no-repeat 100% 0;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
}
.email-form .btn-email:hover,
#btn-email.hover {background-position:100% -17px;}
.email-holder .holder {display: none;}
.email-holder-focus .holder {display: block;}
.email-form .text input:focus,
.email-form .text input.focus {color: #2b2e30;}
.email-form .holder label {
  font-size: 11px;
  color: #656d71;
  line-height: 14px;
  float: left;
}
ul.sidenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.sidenav li {margin: 0 0 1px;}
ul.sidenav a {
  color: #8b97a2;
  text-decoration: none;}
ul.sidenav .active a,
ul.sidenav a:hover {color: #2b2e30;}
ul.sidenav ul {
  margin: 0;
  padding: 0 0 0 8px;
  list-style: none;
}
ul.sidenav ul a {color: #8b97a2;}
ul.sidenav ul a:hover {color: #2b2e30 !important;}
#sidebar p {margin: 0 0 12px;}
a.btn-request {
  background: url(/images/btn-request.gif) no-repeat;
  width: 170px;
  height: 18px;
  overflow: hidden;
  display: block;
  margin: -7px 0 12px;
  font-size: 13px;
  line-height: 16px;
  padding: 0 0 0 5px;
  color: #fff;
  text-decoration: none;
}
a.btn-request:hover {background-position:0 -18px;}
#sidebar strong.tel {
  display: block;
  font-size: 15px;
  color: #950000;
  margin: 0 0 7px;
}
.wrap-type {
  height: 1%;
  overflow: hidden;
  margin: 0 0 20px;
}
.type {
  width: 588px;
  overflow: hidden;
  margin: 0 0 0 -20px;
  border-bottom: 1px solid #adaeae;
}
.type .item {
  float: left;
  background: url(/images/bg-type.gif) no-repeat;
  width: 165px;
  height: 63px;
  padding: 0 0 0 31px;
  font-size: 11px;
  color: #2b2e30;
}
.type .item label {
  display: block;
  margin: 12px 0 4px;
}
.type .item select {width: 150px;}
.wrap-type p.note {
  font-size: 11px;
  margin: 0 !important;
}
.series {
  background: url(/images/bg-series.gif) repeat-x;
  border-bottom: 1px solid #adaeae;
  width: 546px;
  overflow: hidden;
  padding: 11px 11px 0;
  height: 29px;
  font-size: 11px;
}
.series label {
  float: left;
  color: #2b2e30;
  width: 53px;
  line-height: 20px;
}
.series select {width: 489px;}
table.motorkit caption {display: none;}
table.motorkit {
  width: 566px;
  font-size: 11px;
  color: #2b2e30;
  line-height: 13px;
  margin: 0 0 24px;
}
table.motorkit th,
table.motorkit td {
  padding:0;
  vertical-align: top;
  margin: 0 1px 0 0;
  border-bottom: 1px solid #cbcccd;
  text-align: left;
  font-weight: normal;
}
table.motorkit th {
  color: #aeafb0;
  padding-bottom: 3px !important;
  padding-top: 0px !important;
}
table.motorkit th.td4 span{
  float: left;
  margin: 0 0 0 -65px;
  position: relative;
}
table.motorkit tr.white td {background: #fff;}
table.motorkit td {padding: 0 1px 0 0;}
table.motorkit .td1 {
  width: 89px;
  padding: 2px 2px 4px;
}
table.motorkit .td2 {
  width: 139px;
  padding: 2px 8px 4px;
}
table.motorkit .td3 {
  width: 270px;
  padding: 2px 8px 4px;
}
table.motorkit .td3 img {
  float: left;
  margin: 2px 6px 0 0;
  padding: 0 0 4px;
}
table.motorkit .td4 {
  padding: 6px 0 4px;
  width: 27px;
}
table.motorkit th.td4 span.th4 {
  float: right;
}
.th-checkbox {float: right;}
table.motorkit .td-content {float: left;}
table.motorkit label {display: none;}
table.motorkit input.checkbox {
  width: 15px;
  height: 15px;
  margin: 0 6px;
  padding: 0;
  float:left;
  display: inline;
}
table.motorkit .close {
  width: 14px;
  height: 14px;
  margin: 0 0 0 6px;
  display: inline;
  float: left;
  overflow: hidden;
}
table.motorkit .close a {
  background: url(/images/btn-close.png) no-repeat;
  width: 14px;
  height: 28px;
  text-indent: -9999px;
  display: block;
  cursor: pointer;
}
table.motorkit .close a:hover {margin-top: -14px;}
#content p {margin: 0 0 19px;}
#content strong.tel {
  font-size: 15px;
  color: #950000;
  display: block;
  margin: -12px 0 0;
}
#content strong.tel span {
  display: inline-block;
  padding: 0 0 0 8px;
  font-size: 13px;
  font-weight: normal;
  color: #656d71;
}
.newsletter-form {
  margin: 25px 0 25px;
  font-size: 11px;
  height: 1%;
  overflow: hidden;
}
.newsletter-form .row-select label {
  display: none;
}
.newsletter-form select {width: 175px;}
.newsletter-form label {
  display: block;
}
.newsletter-form .row-select {margin: 0 0 12px !important;}
.newsletter-form .row {
  height: 1%;
  overflow: hidden;
  margin: 0 0 7px;
}
.newsletter-form .cell {
  float: left;
  display: inline;
  width: 175px;
  margin: 0 21px 0 0;
}
.newsletter-form .text input.text,
.newsletter-form .wrap-textarea {
  border-style: solid;
  border-width: 1px;
  border-color:#9e9e9e #e0e2e2 #e0e2e2 #9e9e9e;
}
.newsletter-form .text input.text {
  width: 163px;
  line-height: 14px;
  padding: 1px 5px;
  color: #8b97a2;
}
.newsletter-form .text input:focus,
.newsletter-form .text input.focus,
.newsletter-form .wrap-textarea textarea:focus,
.newsletter-form .wrap-textarea textarea.focus {color: #2b2e30;}
.newsletter-form .wrap-textarea {
  width: 361px;
  padding: 4px;
  background: #fff;
  margin: 0 0 8px;
}
.newsletter-form .wrap-textarea textarea {
  width: 359px;
  max-width: 359px;
  height: 83px;
  background: none;
  border: none;
  margin: 0;
  overflow: auto;
  color: #8b97a2;
}
.newsletter-form .checkbox {
  height: 1%;
  overflow: hidden;
  margin: 0 0 10px;
}
.newsletter-form input.checkbox {
  width: 15px;
  height: 16px;
  margin: 0 7px 0 0;
  float:left;
  padding: 0;
}
input.btn-newsletter {
  width: 179px;
  height: 17px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border: none;
  text-align: left;
  font-size: 0px;
  line-height: 0px;
  text-indent: -9999px;
  cursor: pointer;
  background: none;
}
div.btn-newsletter {
  float: left;
  position: relative;
  background: url(/images/btn-email.gif) no-repeat 100% 0;
  width: 175px;
  padding: 0 0 0 5px;
  height: 17px;
  border: none;
  text-align: left;
  font-size: 13px;
  color: #fff;
  line-height: 14px;
  cursor: pointer;
}
div.btn-newsletter-right {
  float: right;
  position: relative;
  background: url(/images/btn-email.gif) no-repeat 100% 0;
  width: 175px;
  padding: 0 0 0 5px;
  height: 17px;
  border: none;
  text-align: left;
  font-size: 13px;
  color: #fff;
  line-height: 14px;
  cursor: pointer;
}
.btn-newsletter:hover,
#btn-newsletter.hover {background-position:100% -17px;}
.main-form legend {display: none;}
#sidebar .schedule{
  border-bottom: 1px solid #c9d5e0;
  padding: 15px 0 0;
}
#sidebar .schedule h3 {margin: 0 !important;}
.main-form {margin: 0 0 20px;}

.error{
  color: #f00;
}

div.ccs { font-size:10px; }

.stcontent li {
  margin: 0;
  padding: 0;
}
.stcontent ul {
  margin: 0 0 15px 10px;
  padding: 0 0 10px 10px;
}


.close input{
  background: url(/images/btn-close.png) no-repeat;
  width: 14px;
  height: 28px;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  cursor: pointer;
  border: none;
}

.close input:hover{
  margin-top: -14px;
}

#content p.fieldError {
  color: #950000;
  margin: 0;
}

#content strong.success {
  font-size: 15px;
  color: #950000;
  display: block;
  margin-bottom: 10px;
}

#btn-aktualisieren {
  margin: 20px;
}

div.ccsPopup {
  font-size:11px;
}
