html, body {
  height: 100%;
}

form {
  height: 100%;
}

body {
  background-color: #A9A9A9;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 11px;
}

strong, b {
  font-weight: bold;
}

h4 {
  font-size: 120%;
}

.container {
  height: 100%;
}

.header_wrapper {
  min-width: 860px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  background-color: #A9A9A9;
  z-index: 1100;
}

.header {
  /**/
  background-image: url(../images/header_middle.gif);
  /**/
  background-position: left top;
  background-repeat: repeat-x;
  padding: 30px 0 0 0;
}

.header .body {
  padding: 0 0 0 60px;
}

.header .logo {
  
}

.header .logo a {
  width: 320px;
  height: 50px;
  background-image: url(../images/logo.gif);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 40px;
  left: 50px;
  text-indent: -9999px;
}

.header .body .navigation {
  position: absolute;
  top: 25px;
  right: 40px;
}

.header .body .navigation a {
  text-decoration: none;
  font-weight: bold;
  color: #182832;
}

.header .body .navigation ul li {
  display: inline;
  position: relative;
  float: left;
  text-transform: uppercase;
}

.header .body .navigation ul li img {
  position: absolute;
  left: 50%;
}

.header .body .navigation ul li img#nav_info {
  margin-left: -16px;
  margin-top: 1px;
}

.header .body .navigation ul li img#nav_plan {
  margin-left: -15px;
  margin-top: 3px;
}

.header .body .navigation ul li img#nav_news {
  margin-left: -16px;
  margin-top: 1px;
}

.header .body .navigation ul li img#nav_shop {
  margin-left: -22px;
  margin-top: 0px;
}

.header .body .navigation ul li img#nav_contact {
  margin-left: -20px;
  margin-top: 0px;
}

.header .body .navigation ul li a {
  float: left;
  margin: 0 12px 0 12px;
  padding: 50px 0 0 0;
  font-size: 11px;
  background-repeat: no-repeat;
  background-position: center top;
}

.header .body .navigation ul li a span {
  padding: 0 16px 4px 0;
  background-image: url(../images/pfeil_down.gif);
  background-repeat: no-repeat;
  background-position: right 3px;
}

.header .body .navigation ul li ul {
  position: absolute;
  top: 66px;
  right: 16px;
  border-right: 2px solid #282828;
  width: 300px;
  display: none;
}

.header .body .navigation ul li:hover ul,
.header .body .navigation ul li.hover ul {
  display: block !important;
}

.header .body .navigation ul li ul li {
  float: none;
}

.header .body .navigation ul li ul li a {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0px 10px 0px 0;
  text-align: right;
  font-size: 10px;
}

.header_wrapper .left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 170px;
  /**/
  background-image: url(../images/header_left.gif);
  /**/
  background-position: left top;
  background-repeat: no-repeat;
  overflow: hidden;
  float: left;
}

.header_wrapper .right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 170px;
  /**/
  background-image: url(../images/header_right.gif);
  /**/
  background-position: right top;
  background-repeat: no-repeat;
}

.content_wrapper {
  margin: 0 20px 0 20px;
  height: 100%;
  min-width: 860px;
}

.content_wrapper .content {
  /* Home */
  background-color: #A9A9A9;
  /* Unterseiten */
  background-color: #EDEDED;
  /* padding-right immer 2px mehr als left! */
  padding: 0 40px 0 38px;
  background-image: url(../images/border_line.gif);
  background-repeat: repeat-y;
  background-position: right top;
  border-left: 2px solid #282828;

  /* Hm - wenn scrollbalken da sind, das entfernen */
  /**/
  height: 100%;
  /**/
}

.content_wrapper .content .body {
  padding: 0;
  border-top: 170px solid #EDEDED;
  
  border-bottom: 120px solid #EDEDED;
}

.content_wrapper .content .body .front_page_panel_wrapper {
  margin: 0 -38px 0 -38px;
/*  margin: -165px 150px 0 -38px;*/
  font-size: 11px;
  background-color: #EDEDED;
  /*
  position: absolute;
  top: 50%;
  */
}

.content_wrapper .content .body table.front_page_panel_search_and_slideshow {
  border-bottom: 2px solid black;
  width: 100%;
}

#myGallery {
  margin: 0 0 0 38px;
}

.front_page_panel_search_and_slideshow h3{
  font-weight:bold;
  font-size: 13px;
}

.content_wrapper .content .body table.front_page_panel_info {
  border-bottom: 2px solid black;
  width: 100%;
}

.content_wrapper .content .body table.front_page_panel_info tr td {
  background-color: #A9A9A9;
  vertical-align: top;
  padding: 0 0 20px 0;
}

.content_wrapper .content .body table.front_page_panel_info tr td .teaser_wrapper {
  width: 290px;
}

.content_wrapper .content .body table.front_page_panel_info tr td h2 {
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  padding: 18px 0 18px 90px;
}

.content_wrapper .content .body table.front_page_panel_info tr td h3 {
  font-weight: bold;
  color: black;
  padding: 0 0 10px 90px;
}
.content_wrapper .content .body table.front_page_panel_info tr td p,
.content_wrapper .content .body table.front_page_panel_info tr td li {
  line-height: 16px;
}

.content_wrapper .content .body table.front_page_panel_info tr td p {
  padding-left: 90px;
}

.content_wrapper .content .body table.front_page_panel_info tr td ul {
  padding-left: 90px;
}

.content_wrapper .content .body table.front_page_panel_info tr td ul li a {
  color: black;
  text-decoration: none;
}

.content_wrapper .content .body table.front_page_panel_info tr td ul li a {
  background-image: url(../images/pfeil_news.gif);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
}

.content_wrapper .content .body table.front_page_panel_info tr td h2.teaser_1,
.content_wrapper .content .body table.front_page_panel_info tr td h2.teaser_2,
.content_wrapper .content .body table.front_page_panel_info tr td h2.teaser_3 {
  background-position: 38px center;
  background-repeat: no-repeat;
}

.content_wrapper .content .body table.front_page_panel_info tr td h2.teaser_1 {
  background-image: url(../images/icons/icon1.gif);
}

.content_wrapper .content .body table.front_page_panel_info tr td h2.teaser_2 {
  background-image: url(../images/icons/icon2.gif);
}

.content_wrapper .content .body table.front_page_panel_info tr td h2.teaser_3 {
  background-image: url(../images/icons/icon3.gif);
}

.footer_wrapper {
  min-width: 860px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  margin: 0;
  background-image: url(../images/footer_middle.gif);
  background-position: left bottom;
  background-repeat: repeat-x;
  z-index: 1100;
}

.footer {
  height: 120px;
}

.footer_wrapper .body {
  padding: 0 60px 0 60px;
}

.footer_wrapper .body .raum_idee_link {
  background-image: url(../images/raumidee.gif);
  background-repeat: no-repeat;
  background-position: left top;
  width: 124px;
  height: 51px;
  text-indent: -9999px;
  position: absolute;
  bottom: 50px;
  left: 70px;
}
  
.footer_wrapper .body .sub_navigation {
  position: absolute;
  right: 60px;
  bottom: 40px;
}

.footer_wrapper .body .sub_navigation ul {
  
}

.footer_wrapper .body .sub_navigation ul li {
  display: inline;
}

.footer_wrapper .body .sub_navigation ul li a {
  float: left;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  padding-right: 18px;
  margin-left: 20px;
  background-image: url(../images/pfeil.gif);
  background-position: right center;
  background-repeat: no-repeat;
  font-weight: bold;
}

.footer_wrapper .left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 54px;
  height: 120px;
  background-image: url(../images/footer_left.gif);
  background-position: left top;
  background-repeat: no-repeat;
}

.footer_wrapper .right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 54px;
  height: 120px;
  background-image: url(../images/footer_right.gif);
  background-position: left top;
  background-repeat: no-repeat;
}





/* iFrame integration */

#ct_content {



	overflow: auto;
}

#ct_content.iframe {
  
	width: 780px;
	height: 600px;
	padding: 0;/**/
	overflow: hidden;/**/
}


iframe {
  /*
	position: relative;
	top: 0px;
	bottom: 0px;
	*/
	border: 0px solid #000;
	width: 780px;
	margin: 0px 0 20px 0;
	padding: 0;/**/
}

/* iFrame integration Ende */

.download_list {
  text-align: left;
}

.download_list td {
  padding-top: 10px;
  padding-left: 10px;
}

.form_block {
  width: 400px;
}

.form_block .label input {
  width: 98%;
  border: 0;
  margin: 2px 0 4px 0;
  font-size: 14px;
}

.form_block {
  
}



