#ausfuhrung_msdd .ddTitle img {
	margin-bottom:5px;
}

#ausfuhrung_msdd .ddChild {
	max-height:500px;
}

#farbe_msdd .spanColor {
	width:100px;
	height:70px;
}

#farbe_msdd .ddTitleText .spanColor {
	margin-bottom:5px;
}

.ddcommon {
	vertical-align:middle;
}

.ddlabel {
	display:inline-block;
	margin-top:24px;
}

#angebot {
	margin-bottom:10px;
}
	.dataTable {
	border: 1px solid #bebcb7;
	margin: 0 auto;
	width: 100%
}

.dataTable td {
	text-align: center;
	padding: 2px;
	border: 1px solid #fff;
	background-color: #eee;
	vertical-align: middle;
}

.dataTable th {
	text-align: center;
	vertical-align:middle;
	padding: 2px;
	border: 1px solid #fff;
	background: none repeat scroll 0 0 #e2000f;
	color: white;
	vertical-align: middle;
}

.dataTable td.old {
	text-decoration: line-through;
}

.dataTable td.new {
	font-weight: bold;
	background-color: #eadf15;
	color: #bf0000;
}

.dataTable tr.head td {
	background-color: #808080;
	color: #fff;
}

.dataTable input {
	width: 30px;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	padding: 2px;
}

hr.customProducts {
	border: 1px solid #ccc;
	min-height: 1px;
	max-height: 1px;
	margin-bottom: 20px;
}
div.productBg {
	background-color: #f7f7f7; 
	padding: 5px; 
}
div.productBg .productText {
	width: 170px;
	float: left;
}
div.productBg div.img {
	border: 1px solid #000;
	float: right;
	margin: 5px 5px 15px 5px;
	position: relative;
	min-height: 342px;
	height: 342px;
	width: 442px;
}
div.productBg div.img img {
	position: absolute; top: 0; left: 0;
}
div#waitDiv {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display: none;
	z-index:100;
}
div#innerWaitDiv{
	display:inline-block;
	padding:10%;
	background-color: white;
	border: 15px solid #636363;
	border-radius: 15px;
}
div.naviWrapper {
	height: 40px;
	min-height:40px;
	margin-top: 30px; 
}
div.navi {
	font-weight: bold; 
	width: 57px; 
	height:21px; 
	min-height: 21px; 
	text-align: center; 
	color: #fff; 
	background-color: #e30613; 
	border: 1px solid #000; 
	cursor: pointer; 
}
div.next {
	float: right;
}
div.prev {
	float: left;
}
div.stepHead {
	padding: 2px; 
	border-bottom: 1px solid #f7f7f7;
}
div.active {
	background-color: #e30613; 
	color: #fff; 
}
div.inactive {
	background-color: #bcbcbc; 
	color: #dcdcdc; 
}	
div.done {
	background-image: url(/media/customproducts/sswaustralia/headBGdone.jpg);
	color: #fff;
}


.alternativtext {
    color: #e30613;
    font-size: 2rem;
    background-color: #feec38;
    text-align: center;
    font-weight: bold;
    padding: 10px 40px;
    border-radius: 10px;
	line-height: 5rem;
}

#tabelle {
	text-align: center;
}


.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}

.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}