/* AMBIENTA STYLESHEET   											*/

/* @author: Chris Jahn                        */
/* @date: 10-04-09                            */

body {
  background: #fff url(/images/bg.jpg) repeat-x;
  margin: 0;
  padding: 0;
	font: 12px/15px Arial, Helvetica, Verdana, sans-serif;
  color: #222;
}

a {
  color:#b31a1f;
  text-decoration: underline;
  font-weight: bold;
}

a:link {
  color:#b31a1f;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #777;
  text-decoration: none;
  font-weight: bold;
}

img {
	border: none;
}

/*    LAYOUT      */

#wrapper {
  width: 1045px;
  margin-left: auto;
  margin-right: auto;
}

#header {
  height: 165px;
  background: url(/images/head.jpg) 50px 0 no-repeat;
}

#mainnav {
  float: left;
  width: 500px;
  margin: 133px 0 0 0;
  height: 32px;
  z-index: 2;
  position: absolute;
}

#mainnav a {
  height: 27px;
  font-size: .1em;
}

#mainnav ul {
  margin: 0 0 0 30px;
  padding: 0;
  list-style: none;
}

#mainnav ul li {
  float: left;
  margin: 0;
  padding: 0;
}

#logo {
  width: 190px;
  height: 60px;
  top: 50px;
  float: right;
  margin-right: 80px;
  margin-top: 45px;
  cursor: pointer;
}

#main {
  height: 520px;
}

#spacer-left {
  float: left;
  width: 63px;
  background: url(/images/gradient_left.jpg) right top repeat-y;
  height: 520px;
}

#spacer-right {
  float: left;
  width: 64px;
  background: url(/images/gradient_right.jpg) right top repeat-y;
  height: 520px;
}

#menu {
  float: left;
  width: 227px;
}

#menu a {
  display: block;
  height: 27px;
  font-size: .1em;
}

#menu ul {
  margin: 65px 0 0 0;
  padding: 0;
  list-style: none;
}

#menu ul li {
  margin: 0;
  padding: 0;
  float: left;
  background: url(/images/bg_submenu.gif);
}

#menu ul li ul {
  margin: 0 0 0 13px;
  padding: 0;
  list-style: none;
}

#home-content {
  float: left;
  width: 643px;
  height: 500px;
  display: block;
  background: url(/images/bg_content_home.jpg) right top repeat-x;
  padding: 103px 0 0 6px;
}

.service-content {
  float: left;
  width: 643px;
  height: 327px;
  display: block;
  background: url(/images/bg_content_service.jpg) right top repeat-x;
}

.spezial {
  float: left;
  width: 643px;
  height: 327px;
  display: block;
  background: url(/images/spezial/polster_01.jpg) right top repeat-x;
}

.spezial2 {
  float: left;
  width: 643px;
  height: 327px;
  display: block;
  background: url(/images/spezial/polster_02.jpg) right top repeat-x;
}

#content {
  float: left;
  width: 623px;
  height: 500px;
  display: block;
  background: url(/images/bg_content.jpg) right top repeat;
  padding: 10px;
  text-align: justify;
}

#content-slide {
  float: left;
  width: 630px;
  height: 490px;
  display: block;
  background: url(/images/bg_content.jpg) right top repeat;
  padding: 20px 10px 10px 6px;
  text-align: justify;
}

#slide-next {
  float: left;
  display: block;
  text-align: right;
  width: 97%;
  font-weight: bold;
  font-size: .9em;
}

#slide-next a {
  outline: none;
}

#filler-block {
  display: block;
  width: 150px;
  margin: 10px 0 10px 0;
  float: right;
}

#footer {
  margin-top: 20px;
}

#harmonie {
  float: left;
  width: 300px;
  padding-left: 63px;
}

#slogan {
  float: right;
  padding: 25px 70px 0 20px;
}

.floatleft {
  float: left;
  margin-right: 10px;
}

.floatright {
  float: right;
  margin-left: 30px;
}

.clear {
	clear: both;
	display: block;
	height: 1px;
	width: 1px;
	font-size: .01em;
}

.panel ul#bullet {
  list-style: none;
  margin: 6px 0 6px 0;
  padding: 0;
}

.panel ul#bullet li {
  padding: 0 0 0 30px;
  margin-top: 6px;
  background: url(/images/bullet.gif) 12px 3px no-repeat;
  font-size: .9em;
}

#haendler_desc {
  width: 300px;
}

#haendler_kontakt {
  width: 200px;
  font-size: .9em;
}

#haendler_kontakt input, #haendler_kontakt textarea {
  width: 170px;
  float: left;
}

#haendler_kontakt td.last input {
  float: none;
}

/* ############ SLIDER ############### */

#slider {
    width: 600px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 465px;
    width: 620px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollButtons {
	cursor: pointer;
}

img.left {
	display: none;
	float: left;
}

img.right {
	float: right;
}

.pageindex {
	float: left;
	position: relative;
	left: 263px;
	top: 3px;
}

.pageindex-1 {
	float: left;
	position: relative;
	left: 120px;
	top: 3px;
}

.scrollContainer div.panel {
    height: 470px;
    width: 620px;
}

ul.navigation {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    display: none;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 6px;
    color: #222;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #b31a1f;
    color: #fff;
}

ul.navigation a.selected {
    background-color: #b31a1f;
    color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.hide {
    display: none;
}

em {
  font-style: normal;
}

/* ############ SLIDER END ################ */

h1 {
	font-size: 2.5em;
	font-family: Arial, Verdana, sans-serif;
	color: #fff;
	margin: 6px 6px 6px 0;
	padding: 0;
}

h3 {
  font-size: 1.3em;
  font-family: Georgia;
  color: #b31a1f;
  margin: 0 0 5px 0;
  padding: 0;
}

small {
  font-size: 1em;
  line-height: 110%;
}

tt {
  font-size: 1.6em;
  font-family: Georgia;
  float: right;
  width: 200px;
  display: block;
  line-height: 110%;
  color: #b31a1f;
  text-align: center;
  margin-bottom: 6px;
  margin-top: 10px;
  display: none;
}

tt:before {
  content: open-quote;
  height: 0;
  margin-left: -0.55em;
  color: #333;
}

tt:after {
  content: close-quote;
  height: 50px;
  margin-top: -70px;
  color: #333;
}

fieldset {
    border: 0;
    clear: left;
    display: block;
    margin-bottom: 10px;
    padding: 2px;
}

fieldset legend {
    font-weight: bold;
}

fieldset label {
    clear:left;
    display:block;
    float:left;
    font-size:11px;
    height:15px;
    line-height:15px;
    margin:0 0 10px;
    padding:0 10px 0 0;
    text-align:right;
    width:120px;
}

fieldset input {
    margin:2px;
}

.prospektbox {
  text-align: center;
  float: left; 
  margin: 10px 5px;
  padding: 5px 0 5px 0;
  background-color: #ddd;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -moz-border-radius: 8px;
  font-size: .8em;
}

.prospektbild  img{
  border: 1px solid #CCC;
  background-color: #fff;
  padding: 4px;
  margin: 8px 10px 0 10px;
}

#hausansicht {
  width: 200px;
  display: block;
  border: 1px solid #333;
  margin: 4px 0 0 0;
}

.hausansicht-text {
  background-color: #f2f2f2;
  color: #111;
  display: block;
  height: 20px;
  width: 194px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  opacity: 0.75;
  -moz-opacity: .75;
  filter:alpha(opacity=75);
  padding: 3px 0 0 6px;
  font-size: .9em;
  font-weight: bold;
}

ul.error {
  background:#EFE0E2 url(/images/warning.gif) no-repeat scroll 0 10px;
  border:1px solid #EFB3BB;
  color:#9F4553;
  display:block;
  font-size:0.9em;
  height:auto;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  padding:4px 20px 4px 25px;
  width:auto;
  text-align: left;
  min-height: 52px;
}

ul.error li {
  padding:2px 0 0 45px;
}