/* START RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Verdana";
  font-size: 16px;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Verdana";
}

body.questionpage {
  line-height: 1;
  font-family: "Arial";
}


html, body {
  height: auto;
  min-height: 480px;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

input {
  margin-right: 15px;
  float: left;
}

label div {
  float: left;
  display: inline;
  width: 85%;
}

/* END RESET */

.startpage {
  overflow: hidden;
  height: 440px;
} 

.questionpage form {
  padding-top: 95px;
  margin-top: -95px;
  background: url('../images/form_bg.png') repeat-y 0 0 transparent;
  min-height: 100px;
}

.questionpage label {
  clear: both;
  display: block;
  line-height: 25px;
  padding-left: 17px;
  border-bottom: 1px solid #c9dc92;
  width: 95%;
}

#navi {
  background: #770d68;
  height: 40px;
  border-top: 1px solid white;
  position: absolute;
  bottom: 0;
  width: 100%;
}

/*
.startpage #navi {
  position: absolute;
  top: 379px;
}
*/

.questionpage #navi {
  margin-top: 90px;  
}

#navi li {
  border-right: 1px solid white;
  height: 40px;
  float: left;
}

#navi li a {
  font-size: 0.001em;
  text-indent: -9999px;
  display: block;
}

#navi li.home, #navi li.info {
  width: 85px;
}

#navi li.spacer {
  border: none;
}

#navi li.fb {
  border: none;
  border-left: 1px solid white;
  width: 42px;
  float: right;
}

#navi li.home a {
  background: url('../images/icn_nav_home.png') no-repeat center center transparent;
  width: 85px;
  height: 40px;
}

#navi li.info a {
  background: url('../images/icn_nav_info.png') no-repeat center center transparent;
  width: 85px;
  height: 40px;
}

#navi li.fb a {
  background: url('../images/icn_nav_facebook.png') no-repeat center center transparent;
  width: 42px;
  height: 40px;
}

#wrapper {
  height: 420px;
  position: relative;
  width: 100%;
}
/*
.startpage #wrapper {
  position: fixed;
  bottom: 40px;
  min-height: 440px;
  background: url('../images/img_startseite.jpg') no-repeat bottom left transparent;
}
*/

.startpage #wrapper {
  overflow: hidden;
  height: 440px;
}


#bgImage {
  position: absolute;
  bottom: 35px;
}

.startpage #rightside {
  width: 119px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #acca57;
}

.startpage #rightside .hooks {
  background: url('../images/img_startseite_haken.png') no-repeat 0 0 transparent;
  position: absolute;
  top: 165px;
  left: 8px;
  width: 32px;
  height: 75px;
}

#serviceNavi {
/*
  position: absolute;
  right: 10px;
  top: 10px;
*/
  width: 100%;
  position: relative;
  padding: 10px;
}

#serviceNavi li.first {
  float: left;
}

#serviceNavi li.last {
  float: right;
  margin-right: 20px;
}


#serviceNavi a {
  color: #333333;
  font-size: 0.725em;
}

#headlineWrapper {
  position: relative;
  top: 0px;
  width: 100%;
  height: 95px;
  background: url('../images/textOverlayStartseite.png') repeat top left transparent;
}

.startpage #headlineWrapper {
  top: 45px;
}

#headline {
  width: 320px;
  height:95px;
  background: url('../images/de/txt_startseite_headline.png') repeat top left transparent;
}

#headlineMotive {
  position: absolute;
  right: 0;
  top: 0;
  width: 119px;
  height:95px;
  background: url('../images/textOverlayStartseitePerson.png') repeat top left transparent;
}


#headline h1, #headline h2 {
  text-indent: -9999px;
}

.questionpage #headline {
  width: 100%;
  height:95px;
  background: url('../images/textOverlayFrageseite.png') repeat top left transparent;
}

.questionpage #headline h1 {
  font-size: 1em;
  line-height: 1.25em;
  text-transform: uppercase;
  padding: 15px;
  padding-top: 20px;
  text-indent: 0;
  font-weight:normal;
}

#button {
  position: absolute;
  top: 305px;
  width: 100%;
  text-align: center;
}

.solutionpage #button {
  position: relative;
  top: 0;
}

.sendPage #button {
  top: auto;
}

.quitPage #button {
  top: auto;
}


#buttonFurther {
  position: relative;
  top: 75px;
  width: 100%;
  text-align: center;
}

#buttonFurtherld {
  position: relative;
  top: 50px;
  width: 100%;
  text-align: center;
}

#button a {
/*
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  width: 286px;
  height:42px;
  background: url('../images/de/btn_starten.png') repeat top left transparent;
*/
  display: inline-block;
  overflow: hidden;
  width: 286px;
  height: 42px;
  background: url('../images/button_on.png') repeat top left transparent;
  line-height: 42px;
  color: white;
  text-transform: uppercase;
}

.solutionpage #button a, .sendPage #button a {
/*  background: url('../images/de/btn_eMail.png') repeat top left transparent;*/
}

.quitPage #button a {
  margin-top: 80px; 
}

#buttonFurther a, #buttonFurtherld a {
/*
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  width: 286px;
  height:42px;
  background: url('../images/de/btn_weiter.png') repeat top left transparent;
  cursor: pointer;
*/
  display: inline-block;
  overflow: hidden;
  width: 286px;
  height:42px;
  background: url('../images/button_on.png') repeat top left transparent;
  cursor: pointer;
  line-height: 42px;
  color: white;
  text-transform: uppercase;
}

#buttonFurther a.disabled, #buttonFurtherld a.disabled {
  background: url('../images/button_off.png') repeat top left transparent;
  cursor: default;
}

.questionpage, .sendPage, .quitPage {
  background: #acca57;
}

#topNavi {
  height: 50px;
  background: #770d68;
  border-bottom: 1px solid white;
}

#topNavi li {
  height: 35px;
  padding-top: 15px;
}

#topNavi li.first {
  float: left;
  width: 95px;
  border-right: 1px solid white;
  text-align: center;
}

.solutionpage #topNavi li.first, .sendPage #topNavi li.first, .quitPage #topNavi li.first {
  width: 144px;
}

#topNavi li.first a {
  background: url('../images/btn_arrowBack.png') no-repeat 0 0.2em transparent;
  padding-left: 12px;
  font-size: 0.725em;
  color: white;
  text-transform: uppercase;

}

#topNavi li.last {
  float: right;
  width: 95px;
  font-size: 0.85em;
  background: #c99ec3;
  text-align: center;
}

#qMotive {
  position: absolute;
  right: 0;
  top: 130px;
}

#personMotive {
  width: 186px;
  height: 270px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url('../images/bg_personFull.png') no-repeat 0 0 transparent;
}

.darkred {
  background: #800000;
}

.red {
  background: #e7350a;
}

.orange {
  background: #ff9900;
}

.green {
  background: #95cf15;
}


.solutionpage #wrapper {
  height: auto;
}


.solutionpage #imgWrapper {
  position: relative;
  top: -95px;
}

.solutionpage #headline, .sendPage #headline, .quitPage #headline {
  background: none;
  width: 205px;
  font-size: 1.5em;
  text-transform: uppercase;
  padding: 20px;
  height: auto;
  margin-top: -95px;
  position: relative;
}

.sendPage #headline, .quitPage #headline {
  width: 280px;
  font-size: 0.728em;
  text-transform: none;
  line-height: 1.25em;
}

.quitPage #headline {
  line-height: 55px;
}

.solutionpage .darkred #headline {
  color: white;
}

.solutionpage .darkred #headline {
  color: white;
}


#barometer {
  width: 37px;
  height: 335px;
  position: absolute;
  top: 60px;
  right: 35px;
}

#barometerPerc {
  font-size: 0.85em; 
  text-align: center;
}

#barometerEmpty {
  position: absolute;
  background: url('../images/barometer_empty.png') no-repeat 0 bottom transparent;
  width: 37px;
  height: 307px;
  bottom: 0;
}

#barometerFilled {
  position: absolute;
  background: url('../images/barometer_full.png') no-repeat 0 bottom transparent;
  width: 37px;
  height: 307px;
  bottom: 0;
}

#solutionText {
  position: relative;
  font-size: 0.85em;
  padding: 0 20px;
  width: 65%;
/*
  width: 205px;
  min-height: 700px;
*/
}

.solutionpage .darkred #solutionText {
  color: white;
}

/*
.solutionpage #navi {
  position: relative;
}
*/
.wImage {
  width: 155px;
}

.sendPage label {
  display: block;
  clear: both;
  font-size: 0.825em;
}

.sendPage input {
  display: block;
  clear: both;
  font-size: 0.825em;
  width: 80%;
  height: 1.5em;
}

.sendPage form {
  padding: 20px;
  position: relative;
}

.sendPage .error {
  clear: both;
  font-size: 0.7em;
  color: #e7350a;
  font-weight: bold;
  display: none;
}

.sendPage .inputError {
  background: url('../images/txtBG_error.png') repeat-x left bottom white;
}

#cookieText {
  top: 239px;
  position: absolute;
  font-size: 0.6em;
  padding: 0 10px;
}

#errMsgJC {
  padding: 20px;
}