@charset "utf-8";
/* CSS Document sorted 2011-07-21, susan*/
/* allgemein */
body {
	background-color: #ebebeb;
	background-image: url("../img/rewe_bg_handzettel_hell.jpg");   
	background-position: top left;
	background-repeat: repeat-y;
	background-size: cover;
	background-attachment: fixed;
	margin:           0px;
}

table.multi {
	padding:0;
}

a, a:link, a:visited {
	color:       #7a7a7a;
}
a:active, a:hover {
	color: #777777;
}
h1 {
    font-size: 24px;
    line-height: 28px;
	padding: 20px 0 15px 0 !important;
	color: #cc071d;
	text-transform: none !important;
	font-weight: 500;
}

h1, h2, h3, h4 {
	color: #cc071d;
}

/* tables n forms */
.formButton {
	background: #cc071d;
	border: medium none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "FrutigerLTW01-67BoldCn",Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 30px 8px;
	position: relative;
	text-align: center;
	transition: background-color 300ms ease-out 0s, color 300ms ease-out 0s;
	vertical-align: bottom;
	height: 40px;
}

.formButton.RR_ext-size-s,
.formButton.loginstyle {
    font-size: 14px;
    padding: 4px 20px 2px;
}


.formButton:hover, .formButton:focus, .formButton:active {
  background-color: #ab0618;
  color: #fff;
}

.formButtonCancel {
	background: #f1f1f1;
	border: medium none;
	border-radius: 5px;
	color: #7a7a7a;
	cursor: pointer;
	display: inline-block;
	font-family: "FrutigerLTW01-67BoldCn",Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 30px 8px;
	position: relative;
	text-align: center;
	transition: background-color 300ms ease-out 0s, color 300ms ease-out 0s;
	vertical-align: bottom;
	height: 40px;
}
button.formButtonBack:hover {
	border-bottom: 2px solid #5F7F63;
}
.formButtonBack {
	margin-left: 0;
	background: #f1f1f1;
	border: medium none;
	border-radius: 5px;
	color: #7a7a7a;
	cursor: pointer;
	display: inline-block;
	font-family: "FrutigerLTW01-67BoldCn",Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 30px 8px;
	position: relative;
	text-align: center;
	transition: background-color 300ms ease-out 0s, color 300ms ease-out 0s;
	vertical-align: bottom;
	height: 40px;
}

label.legendStr {
  color: #333;
/*  display: inline-flex; */
  float: none;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 0 10px 0;
/*  text-transform: uppercase; */
  width: 100%;
}

label.legendStr img {
  display: inline-block;
  height: 100%;
}

td, th {
	color:#333;
}
table.progress-table td img {
  height: 15px;
}

.legendStr, #module- {
	border-top: 1px solid #ccc;
	margin-top: 20px;
	min-height: 30px;
}


table.progress-table td.progress + td img {
  border-radius: 15px 0 0 15px;
  display: block;
}

td.progress,
td.progress-value {
  font-size: 16px;
  font-weight: 600;
}


p {
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

textarea, .inputstyle {
	background: transparent;
	border : 1px solid #d6d6d6;
	border-radius: 5px;
}

.TableForm {
	color:#000000;
}
.TableHead1 {
	background-color:#F89F21;
	color:#000000;
}

table.multi tbody tr:hover td, table.press tbody tr:hover th {
	background-color: #f1f1f1; 
}
table.multi tbody tr.noHighlight:hover td, table.press tbody tr:hover th {
	background-color: #ffffff; 
}

.TableTxT {
	background-color:#FFE79C;
	color:#000000;
}
.TableRow1 {
	background-color:#FFE79D;
	color:#000000;
}

.table_header {
	vertical-align: middle;
}

table.multi tbody tr td {
	/*padding-left: 11px;*/
}
div.label {
	min-width: 80px;
	padding-right: 5px;
}
/* regions */

#wrapper {
}

#main {
	background-color:#FFFFFF;
	border-radius:5px 5px 0 0;
	width: 950px;
/*	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3); */
}

#headerBG{
	width:100%;
	margin: auto 0;
}

#header {
	height:88px;
	width:950px;
	background-image: url(../img/header_rewe.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto 30px auto;
	padding:0;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

#footer {
  background: #fff;
  border-radius: 0 0 5px 5px;
/*  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3); */
  color: #fff;
  margin: 0 auto 20px;
  padding: 5px 0;
  width: 950px;
}

#footerNavi {
	height: 26px;
	margin-left: 0px;
	margin: 0 auto;
	width: 922px;
	padding:2px 14px 0px 14px;
	font-size:14px;
	color: #333;
	
}
#footerNavi a{
	color: #fff;
	text-decoration:none;
	font-weight:normal;
	color: #7a7a7a;
}
#footerNavi a:hover,#footerNavi a:active{
	color: #ab0618;
	text-decoration:none;
	font-weight:normal;
}
#footerNavi p {
	width: 330px;
	text-align:right !important;
	padding: 2px 14px 0 0;
	color: #008855;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	width: 90px;
	padding: 2px 14px 0 0;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#RD_mnCont {
	box-shadow: 0 2px 3px #555555;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	position: relative;
	z-index: 999;
}
.border {
	background-color:#CEEFFF;
}
div.label {
	min-width: 80px;
	padding-right: 5px;
}
.FirstHeader {
	background-color:#6490DA;
}
.loginVoucher{
float:right; padding:24px 15px; border:1px solid #CCC; margin: 33px 15px;
}
.ContBack {
	background-color:#B9D2FA;
}
div#lang_selector {
	float: left;
	padding-top: 10px;
}

/* #### HELPER CLASSES */
br.clr {
}
.border {
	border-top-width:3px;
	border-top-style:solid;
	background-color:#CEEFFF;
}
.blue {
	border-top: 1px solid #9AB3BF;
}

p.infobox {
	background-color: #f1f1f1;
}


#hc_data_list {
	padding-left: 25px;
}

/**
 * response pages
 */

#response_text {
	width: 500px;
	float: left;
}
#response_img {
	width: 329px;
	height: 256px;
	margin-top: 25px;
	background:  url(../img/proceed_img_its.jpg) 0 0 no-repeat;
	float: right; 
}

#travel_agency {
	width: 350px;
	border: 1px solid #e8e8e8;
	margin-top: 47px;
	padding: 10px;
}
#travel_agency h4 {
	margin-bottom: 6px;
}


ul#link_list {
	list-style-type: none;
}


ul#link_list li:FIRST-CHILD {
	border-top: 1px solid #e8e8e8;
}
ul#link_list li {
	padding: 7px 0px;
	border-bottom: 1px solid #e8e8e8;
}
ul#link_list  li a.proceed {
	padding: 0 0 0 15px;
	background-image: url(../img/list_item_its.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	text-decoration: none;
}

label.label_holidaycheck {
	background-image: url(../img/logo_holidaycheck_small.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	padding-left: 120px;
}

.slider-wrapper {
  clear: both;
  width: 200px;
  margin: 0 10px 0 5px;
}

.slider-wrapper .slider {
  height: 8px;
  margin: 0;
  width: 100%;
}

.slider {
    background: none repeat scroll 0 0 #f1f1f1;
    border: 1px solid #e1e0db;
    border-radius: 13px;
    height: 26px;
    margin: 15px 0 0;
    width: 100%;
}

.slider-wrapper .slider .counter {
    height: 8px;
}
.slider .counter {
    background: none repeat scroll 0 0 #cc071d;
    border-color: #cc071d #8f2600 #8f2600 #cc071d;
    border-radius: 12px;
    border-style: solid;
    border-width: 1px;
    height: 24px;
    min-width: 8px;
    text-align: right;
}

.error {
	color: #cc071d;
	padding: 15px 0 0 20px;
	background: transparent url('../img/icon_error.png') left 19px no-repeat;
}

p.error + label {
	margin-top:  0;
	padding-top: 0;
}

div#question-F-HOTEL-RTH_004 p.error + table label, 
div#question-F-HOTEL-RTH_005 p.error + table label {
	margin-top: 0px;
}
table.loginstyle p.error {
	padding-left: 20px !important;
}

input.loginstyle, input.inputstyle {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    color: #7a7a7a;
    display: block;
    font-family: "FrutigerLTW01-57Condens",Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 24px;
    min-height: 24px;
    padding: 0 10px;
    transition: border-color 300ms ease-out 0s;
    min-width: 100px;
    /* width: 100%; */
    margin-bottom: 5px;	
}

select {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    color: #7a7a7a;
    display: block;
    font-family: "FrutigerLTW01-57Condens",Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
    margin-bottom: 5px;
    min-width : 340px;
    cursor: pointer;
    height: 26px;
}

select, textarea {
    transition: border-color 300ms ease-out 0s;
}

input, button, textarea {
    box-sizing: border-box;
    overflow-x: visible;
}

input.loginstyle:focus, input.inputstyle:focus, textarea:focus, select:focus {
    border-color: #7a7a7a;
    outline: medium none;
}

.loginstyle td {
	width: auto;
	min-width:100px;
}

#optout {
	/* vertical-align: baseline; */
	/* position: relative; */
	display: table;
}

/** newsletter optout */
#optout label {
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px 0 0;
	line-height: 44px;
}

#optout input.inputstyle {
	display: table-cell;
	vertical-align: middle;
	margin: 9px 30px 0 0;
}

#optout input.formButton {
	display: table-cell;
	vertical-align: middle;
} 


