/* CSS-Formatierungen fuer Raumanzug
* ------------------------------------------------------------------------------ */

/* Reset - Browser Default Styles deaktivieren
-------------------------------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

ol, ul {
	list-style: none;
}

address, cite, code, dfn, em, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	vertical-align: top;
}

fieldset,img {
	border: 0;
}

caption, th {
	text-align: left;
}

q:before, q:after {
	content: '';
}

.clearfix:after { /* automatisches Clearing von Floats */
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

.clear {
	clear: both;
}

a {
	outline: none;
}

/* Formularelemente */

.text {
	background-color: #FFF;
	border: none;
	padding: 0px 1px;
	color: #214C9E;
	width: 40px;
	/*float: left;*/
	text-align: right;
}

.textDisabled {
	background-color: #FFF;
	border: none;
	padding: 0px 1px;
	color: #AAA;
	width: 40px;
	float: left;
	text-align: right;
}

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}
/* Layout - Formatierungen des Basislayout
-------------------------------------------------------------------------------- */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #B8C9D7 url(/media/images/bg_body.png) left -20px repeat-x;
	color: #214C9E;
}

#pageWrapper {
	margin: 69px auto 0px auto;
	width: 950px;
	position: relative;
}

#header {
	font-size: 1.5em;
	margin-left: 212px;
	border: 2px solid mediumvioletred;
	position: absolute;
	left: 737px;
	top: 160px;
	z-index: 100;
	width: 110px;
	padding: 8px;
	text-align: center;
}

#contentWrapper {
	background: #B8C9D7 url(/media/images/bg_contentwrapper.gif) top left no-repeat;
	background-color: #B8C9D7;
	padding: 8px 8px 0px 8px;
	float: left;
	margin-bottom: 4px;
}

.white {
	color: #FFF;
}

.magenta {
	color: #BB0D7E;
}

#navi {
	width: 196px; /* +27 */
	height: 466px;
	float: left;
	background-color: #FFF;
	/*padding: 8px;*/ /* -3 */
	position: relative;
	z-index: 1000;
}

.pageLogo {
background: #FFF url(/media/images/logo_raumanzug.png) center center no-repeat;
	display: block;
	width: 165px;
	height: 35px;
	text-indent: -9999px;
	margin: 10px auto 5px auto;
}
/*
#navi a {
	background: #FFF url(/media/images/logo_raumanzug.png) top left no-repeat;
	display: block;
	width: 155px;
	height: 50px;
	text-indent: -9999px;
}

#navi h1{
	margin-bottom: 15px;
}
*/
#naviMain {
	font-size: 1.5em;
}

#naviMain li {
	margin-bottom: 5px;
}

#naviMain li,
#naviMain li a {
	color: #214C9E;
	text-decoration: none;
}

#naviMain li.active a ,
#naviMain li a:hover {
	color: #B8C9D7;
}

#content {
	float: right;
	width: 710px; /* + 216 */
	height: 432px;
	border: 2px solid #FFF;
	background-color: #B8C9D7;
	padding: 16px 8px;
	position: relative;
	margin-left: 8px;
}

#content h2 {
	font-weight: bold;
	font-size: 2.4em;
	color: #BB0D7E;
	margin-bottom: 12px;
}

#content h3 {
	font-weight: bold;
	font-size: 1.8em;
	color: #2B54A2;
	margin-bottom: 12px;
}

#applicationDIV h3 {
   font-size: 1.3em;
}

#content h4 {
	font-weight: bold;
	font-size: 1.6em;
	color: #BB0D7E;
	margin-bottom: 8px;
}

#content h5 {
	font-weight: bold;
	font-size: 13pt;
	color: #2B54A2;
	margin-bottom: 8px;
}

#content p {
	font-size: 1.3em;
	color: #FFF;
	margin-bottom: 8px;
}

#content ul {
	font-size: 1.3em;
	color: #214C9E;
}

#content li {
	margin-bottom: 4px;
	padding-left: 8px;
	background: transparent url(/media/images/bullet.gif) left 6px  no-repeat;
}

.contentRow {
	float: left;
}

.abstand8 {
	margin-bottom: 8px;
}

#footer {
	width: 100%;
	float: left;
}

#naviFooter li  {
	float: right;
	font-size: 1.3em;
	margin-right: 8px;
}

#naviFooter li.left  {
	float: left;
	margin-left: 8px;
	display: inline;
}


* html #naviFooter li {
	display: inline;
}

#naviFooter li,
#naviFooter li a {
	color: #FFF;
	text-decoration: none;
}

#naviFooter li a.magenta {
	color: #BB0D7E;
}

#boxService,
#bildUpload {
	width: 181px;
	height: 34px;
	padding-top: 143px;
	float: left;
	text-align: center;
	border: none;
	background: transparent url(/media/images/bg_service.gif) top left no-repeat;
	color: #214C9E;
	font-weight: bold;
}

#boxService {
	background-position: left -8px;
}

#boxService p,
#bildUpload p {
	font-size: 9pt;
	padding: 0;
	margin: 0;
	color: #214c9e;
}

#boxService a {
	color: #214c9e;
}

#bildUpload h4 {
	color: #C71585;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 5px;
}

#aufteilung {
	width: 296px;
	margin-left: 8px;
	float: left;

}

#groesse {
	width: 384px;
	float: right;
	position: relative;
	margin-left: 8px;
}

* html #bildUpload {
	width: 179px;
	float: left;
	text-align: center;
}

* html #bildUpload p {
	font-size: 9pt;
	padding: 0;
	margin: 0;
	color: #214c9e;
}

* html #bildUpload h4 {
	color: #C71585;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 5px;
}

* html #aufteilung {
	width: 296px;
	margin-left: 6px;
	float: left;

}

* html #groesse {
	width: 386px;
	float: right;
}

.box {
	height: 164px;
	border: 2px solid #FFF;
	padding: 8px;
}

.box h5 {
	font-size: 1.5em;
	font-weight: bold;
	color: #214C9e;
	margin-bottom: 2px;
}

.box p {
	font-size: 1.3em;
	margin-bottom: 8px;
	color: #FFF;
}


.box ul {
	margin: 30px 0px 0px 0px;
}

.box ul.left {
	float: left;
	width: 43%;

}

.box ul.right {
	float: left;
	width: 57%;

}

.box li {
	float: left;
	display: block;
	width: 34px;
	height: 34px;
	margin-right: 5px;
}

/* IE 6 */
* html .box li {
	float: left;
	display: block;
	width: 36px;
	height: 36px;
}

.box li a {
	display: block;
	border: 2px solid #B8C9D7;
}

.box li.active a,
.box li a:hover {
	border: 2px solid #BB0D7E;
}

.box li.number {
	background-color: #FFF;
	width: 25px;
	height: 25px;
	margin: 2px 5px 2px 0px;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px 0px 0px;
}


/* Bildupload */
#thumbDrag {
	cursor:move;
}
#thumbnail {
	/* margin: 0px 5px 3px 0px; */
	margin: 0;
	border: 1px solid #ffffff !important;
}

#dateiname {
	color:#214C9E;
	font-size: 11px;
	position: relative;
	top: -3px;
}

#frm_bildupload {
	padding-top: 3px;
}

#frm_bildupload .text,
#frm_bildupload label {
	float: left;
	display: block;
	margin-right: 5px;
}

#frm_bildupload .text {
	float: left;
	width: 40px;
	text-align: center;
	font-size: 1.3em;
}

#frm_bildupload label {
	float: left;
	width: 35px;
	font-size: 1.3em;
	padding-top: 1px;
}


/* Gr��e  */


#groesse .text,
#groesse label {
	float: left;
	display: block;
	margin-right: 5px;

}

#groesse .text {
	float: left;
	width: 40px;
	text-align: right;
	font-size: 1em;
}

#groesse label {
	float: left;
	width: 35px;
	font-size: 1em;
	padding: 0px;
	margin: 0px;

}

#paymentDetails p {
	color: #214c9e;
}

#paymentDetails h5 {
	margin-bottom: 8px;
}

* html #paymentDetails h5 {
	margin-bottom: -2px;
}

.box #paymentDetails p span.small {
	display: block;
	font-size: 0.8em;
}

/*
#bildUpload .button,
#groesse .button,
.order.button,
#paymentDetails .button {
	border: none;
	background-color: transparent;
	float: right;
	font-size: 1em;
	color: #214c9e;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: left;
	overflow: visible;
}

#bildUpload .button {
	float: none;
	border: 1px solid #214c9e;
	padding: 0px 5px;
	margin-bottom: 10px;
}

* html #groesse .button {
	overflow: visible;
}
*/
#groesse table {
		font-size: 1.3em;
		width: 100%;
}

#groesse table td {
	height: 12px;
	padding-bottom: 4px;
}

#groesse table .small td {
	font-size: 11px;
	height: 10px;
	padding-bottom: 2px;
}

#groesse p {
	color: #214c9e;
	font-weight: bold;
}

#groesse a {
	color: #214c9e;
}

#groesse i {
	color: mediumvioletred;
	font-style: normal;
}

#groesse p.pAGB {
	position: absolute;
	bottom: 5px;
}
p.agbError, .paymethodError, .whereError {
	border: 1px solid red;
	padding:2px;
}
#impressum {
	margin-top: 30px;
}
#impressum p {
	color: #214c9e;
	margin-bottom: 1em;
}

#impressum a {
	color: #214c9e;
	text-decoration: none;
}

#impressum a:hover {
	color: #214c9e;
	text-decoration: underline;
}

#groesse h5 {
	margin-bottom: 20px;
}
* html #groesse table td {
	padding-bottom: 3px;
}

* html #groesse table .small td {
	padding-bottom: 1px;
}

/* Toolbar */

#tools {
	position: absolute;
	left: 0px;
	top: 43px;
}
#tools li {
	background-image: none;
	margin-bottom: 10px;
}

#tools li {
	color: #fff;
	text-decoration:  none;
	font-weight: bold;
}

#tools li.liLeft {
	color: red;
	float: left;
	width: 130px;
}

#tools li a {
	display: block;
	/*width: 30px;*/
	height: 20px;
	padding: 0px 0px 0px 25px;
	color: #fff;
	text-decoration:  none;
	font-weight: bold;
}

* html #tools li a {
	height: 1px;
	padding: 2px 0px 2px 25px;
}

#tools li.h-flip a {
	background: transparent url(/media/images/icons/icon_h_spiegeln.gif) top left no-repeat;
}

#tools li.v-flip a {
	background: transparent url(/media/images/icons/icon_v_spiegeln.gif) top left no-repeat;
}

#tools li.reset a {
	background: transparent url(/media/images/icons/icon_reset.gif) top left no-repeat;
}


#tools li.rotate a {
	background: transparent url(/media/images/icons/icon_drehen.gif) top left no-repeat;
}

/*
#tools #rotateImageForm {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #FFF;
	width: 140px;
	padding-top: 5px;
}

#tools .formRow {
	margin-bottom: 5px;
	height: 100%;
}

* html #tools .formRow {
	margin-bottom: 0px;
}

*+html #tools .formRow {
	margin-bottom: 0px;
}
#tools .button_rotate {
	background: transparent url(/media/images/icons/icon_drehen.gif) top left no-repeat;
	border: none;
	padding: 0px 0px 3px 25px;
	color: #FFF;
	font-weight: bold;
	clear: both;
	display: block;
	height: 25px;
}

#tools .radio {
	display: block;
	float: left;
	clear: left;
	margin-left: 25px;
}

#tools label {
	margin-left: 5px;
	display: block;
	float: left;
	width: 30px;
	color: #FFF;
	text-align: right;
}

#tools .button_rotate:hover {
	background: transparent url(/media/images/icons/icon_drehen.gif) bottom left no-repeat;
	color: #214C9E;
}
*/
/*
#tools li.groesser a {
	background: transparent url(/media/images/icons/icon_groesser.gif) top left no-repeat;
}

#tools li.kleiner a {
	background: transparent url(/media/images/icons/icon_kleiner.gif) top left no-repeat;
}

#tools li.verschieben a {
	background: transparent url(/media/images/icons/icon_verschieben.gif) top left no-repeat;
}

#tools li.anpassen a {
	background: transparent url(/media/images/icons/icon_anpassen.gif) top left no-repeat;
}

#tools li.laden a {
	background: transparent url(/media/images/icons/icon_aktualisieren.gif) top left no-repeat;
}
*/
#tools li.active a,
#tools li a:hover {
	background-position: bottom left;
	color: #214C9E;
}


.sliderIcons {
	/*
	position: absolute;
	left: 10px;
	bottom: 180px;
	*/
	width: 122px;
	height: 8px;
	background: transparent url(/media/images/bg_slider_icons.gif) left bottom no-repeat;
	margin: 8px 0px 0px 0px;
}

.slider {
	/*
	position: absolute;
	left: 10px;
	botom: 160px;
	*/
	width: 122px;
	height: 16px;
	background: transparent url(/media/images/bg_slider.gif) left 7px repeat-x;
	margin-bottom: 8px;
}

.slider .knob {
	width: 16px;
	height: 16px;
	background: transparent url(/media/images/bg_knob.gif) center center no-repeat;
}

.containerWrapper {
	/*position: absolute;
	left: 10px;
	bottom: 20px;*/
	width: 122px;
	height: 122px;
	display: block;
}

.imgContainer {
	/*position: absolute;
	left: 10px;
	bottom: 20px;*/
	position: absolute;
	border: 1px solid #FFF;
	display: block;
}

.moveNav {
   margin-top: 8px;
}
/* Vorschau-Navi */

#content .vorschau_navi {
	position: absolute;
	right: 15px;
	bottom: 15px;
	/*text-align: right;*/
	font-size: 1.5em;
}

#content .vorschau_navi li {
	color: #FFF;
	font-weight: bold;
	background-image: none;
	display: inline;
	padding: 0px 10px 0px 0px;
	margin: 0px;
}

#content .vorschau_navi li.head {
	display: block;
	color: #214C9E;
	padding: 0px;

}
#content .vorschau_navi li a{
	color: #FFF;
	text-decoration: none;

}

#content .vorschau_navi li.active a,
#content .vorschau_navi li a:hover {
	color: #214C9E;
}


/* Vorschau */

#vorschau {
	position: absolute;
	left: 315px;
	/*bottom: 20px;*/
	top: 40px;
}

#content .keilrahmen .hinweis {
	color:#214C9E;
	font-size: 1.1em;
	text-align: right;
}

#table_vorschau {
	font-size: 1px;
	line-height: 1px;
}

#table_vorschau td.zwischen {
	background-color: #B8C9D7;
}

#table_vorschau td.trans {
	background-color: #FFF;
	filter:alpha(opacity=50); /* IE */
	-moz-opacity:0.5; /* Gecko-Browser */
	opacity:0.5; /* Opera 9+ */
}

#table_vorschau td.blue {
	background-color: #b8c9d7;
	filter:alpha(opacity=100); /* IE */
	-moz-opacity:1; /* Gecko-Browser */
	opacity:1; /* Opera 9+ */
}

td.w10 {
	width: 10px;
}

td.h10 {
	height: 10px;
}

td.w4 {
	width: 4px;
}

td.h4 {
	height: 4px;
}

td.bg_right {
	width: 4px;
	background: transparent url(/media/images/bg_right.png) right top no-repeat;
}

td.bg_bottom {
	height: 4px;
	background: transparent url(/media/images/bg_bottom.png) left  top no-repeat;
}

td.bg_edge {
	width: 4px;
	height: 4px;
	background: transparent url(/media/images/bg_edge.png) right top no-repeat;
}

* html td.bg_right {
	background: transparent url(/media/images/bg_right_ie6.gif) right top no-repeat;
}

* html td.bg_bottom {
	background: transparent url(/media/images/bg_bottom_ie6.gif) left  top no-repeat;
}

* html td.bg_edge {
	background: transparent url(/media/images/bg_edge_ie6.gif) right top no-repeat;
}
/* Hintergr�nde */

#start #content {
	background: #FFF url(/media/images/bg_start.jpg) top left no-repeat;

}

#einleitung #content {
	padding: 24px;
	width: 678px;
	height: 416px;
}

#wohnzimmer #content {
	background: #FFF url(/media/images/bg_wohnzimmer.jpg) top left no-repeat;
}

#schlafzimmer #content {
	background: #FFF url(/media/images/bg_schlafzimmer.jpg) top left no-repeat;
}

#esszimmer #content {
	background: #FFF url(/media/images/bg_esszimmer.jpg) top left no-repeat;
}

#flur #content {
	background: #FFF url(/media/images/bg_flur.jpg) top left no-repeat;
}

#wohnzimmer #vorschau {
	left: 270px;
	top: 50px;
}

#esszimmer #vorschau {
	left: 250px;
	top: 50px;
}

#schlafzimmer #vorschau {
	left: 224px;
	top: 30px;
}

#flur #vorschau {
	left: 40px;
	top: 40px;
}

/*#esszimmer .back,
#schlafzimmer .back,
#wohnzimmer .back,
#flur .back {
	position: absolute;
	bottom: 0px;
	right: 10px;
}

.back a {
	font-size: 1em;
	color: #FFF;
	text-decoration: none;
}

#flur .back a {
	color: #000;
}*/

#esszimmer .back,
#schlafzimmer .back,
#wohnzimmer .back,
#flur .back {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.back a {
	font-size: 1em;
	color: #BB0D7E;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 5px 10px;
}

*html .back {
	padding: 5px 0;
}

#start #aufteilung {
	background: #FFF url(/media/images/bg_aufteilung_start.jpg) top left no-repeat;
}

#start #groesse {
	background: #B8C9D7 url(/media/images/typo_machdeinlebenbunter.gif) 5px center no-repeat;
}

#einleitung #groesse {
	background: #B8C9D7 url(/media/images/keilrahmen.jpg) center center no-repeat;
}

/*******************************************************************************************
 *  ADDED BY Andreas - CSS for thumbnails
*******************************************************************************************/
.items {
	width: 520px;
	height: 100%;
	margin: 10px;
	overflow: scroll;
	float: left;
	border: 1px solid #4682B4;
}

.item {
	width: auto;
	padding: 10px;
	float: left;
	list-style-type: none;
}
/*******************************************************************************************
 *  ADDED BY Andreas - CSS for Order form
*******************************************************************************************/
.order {
	margin-bottom: 10px;
}

.order td {
	padding: 5px;
	font-size: 9pt;
	color: #2B54A2;
	width: 260px;

}

*+html .order td {
	padding: 3px 5px;
}

* html .order td {
	padding: 3px 5px;
}

.order td.first {
	width: 120px;
}
.orderTitle {
	font-size: 8pt;
	font-weight: bold;
}

.order .layouttype {
	border: 1px solid #AAA;
}

.order input.text {
	border: 1px solid #fff;
	width: 100%;
	padding: 2px 0px;
	text-align: left;

}

.order textarea.text {
	border: 1px solid #fff;
	width: 100%;
	padding: 2px 0px;
	text-align: left;

}

.error1 {
	color: red !important;
	font-weight:bold;
}

.order input.error {
	border: 1px solid mediumvioletred;

}

.order textarea.error {
	border: 1px solid mediumvioletred;

}



.order input.small {
	width: 30%;
	float: left;
}

.order input.medium {
	width: 65%;
	float: right;
}
.button {
	border: 2px solid #FFF;
	background-color: transparent;
	background-color: #E4EbF0;
	font-size: 11pt;
	/*color: #214c9e;*/
	color: mediumvioletred;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	clear: none;
}

.button_bestellung {
	border: 2px solid #FFF;
	background-color: transparent;
	background-color: #E4EbF0;
	font-size: 11pt;
	/*color: #214c9e;*/
	color: mediumvioletred;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 100px;
	position: absolute;
	bottom: 8px;
	right: 8px;
}


#tools li div a {
  text-decoration: none;
  display: "inline";
  text-align: center;
  font-size: 9pt;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-weight: bold;
}

p.newsletter {
	width: 100%;
	clear: both;
}

p.newsletter label {
	color: #2b54a2;
	padding-left: 5px;
}

#navi td {
	padding: 3px;
	font-size: 9pt;
}

#navi td.tdRadio {
	width: 110px;
}

#navi td.tdRadioWide input,
#navi td.tdRadio input{
	margin-right: 12px;
}


*+html #navi td.tdRadioWide input,
*+html #navi td.tdRadio input{
	margin-right: 5px;
}


* html #navi td.tdRadioWide input,
* html #navi td.tdRadio input{
	margin-right: 5px;
}


*+html #navi td {
	padding: 1px 3px;
}

*html #navi td {
	padding: 1px 3px;
}

#navi h4 {
	font-size: 12px;
	font-weight: bold;
	color: mediumvioletred;
	margin: 0;
	padding: 0;
}

#navi a {
	text-decoration: none;
	font-size: 9pt;
	color: #214c9e;
}

#uploadLayer {
	border: 2px solid #fff;
	padding: 10px;
	background-color: rgb(184, 201, 215);
}
#drehLayer {
   border: 2px solid #fff;
   padding: 10px;
   background-color: rgb(184, 201, 215);
}
#uploadLayer input.button {
	color: mediumvioletred;
	font-weight: bold;
}


#formatWindow {
	width: 200px;
	height: 300px;
	overflow: auto;
	border: 2px solid #214c9e;
	background-color: #FFF;
	color: #214c9e;
	padding: 10px;
}

#formatWindow .close a {
	display: block;
	color: #fff;
	font-weight: bold;
	background-color:mediumvioletred;
	width: 12px;
	padding: 3px;
	text-align: center;
}

#formatWindow td {
	vertical-align: bottom;
}

.lebebunter {
	background-image: url(/media/images/machdeinlebenbunter.gif);
	/*background-image: url(/media/images/typo_machdeinlebenbunter.gif);*/
	background-repeat: no-repeat;
	background-position: center;
}

.bildbutton {
	float: none;
	border: 1px solid #214c9e;
	padding: 0px 5px;
	margin-bottom: 10px;
	background-color: #B8C9D7;
}

.applicationBox {
	border-top: 2px solid #B8C9D7;
	padding: 7px 8px;
}

.applicationBox h1 {
	margin: 0;
	padding: 3px;
	font-size: 10pt;
	width: 15px;
	text-align: center;
	background-color: mediumvioletred;
	color: #FFF;
	float: left;
	line-height: 15px;
}

.applicationBox h2 {
	color: mediumvioletred;
	font-size: 10pt;
	float: left;
	padding-left: 10px;
	line-height: 20px;
}

.applicationBox h3 {
	color: mediumvioletred;
	font-size: 10pt;
   padding-left: 32px;
	line-height: 20px;
}

.applicationBox p {
	display: block;
	width: 100%;
}

.applicationBox td {
	vertical-align: bottom;
}

.agb {
	padding: 10px;
}

.agb ul  {
	margin-bottom: 15px;
}

.agb li {
	font-size: 1em;
	color: #214C9E;
	margin-bottom: 1em;
}

.agb li a {
	font-size: 1em;
	color: #214C9E;
	text-decoration: none;
}

.agb li a:hover{
	text-decoration: underline;
}

div#content .agb p {
	font-size: 13px;
	color: #214C9E;
}

#impressum {
	font-size: 13px;
}
#impressum td p,
#impressum th p {
	font-size: 1em;
}

#impressum th {
	width: 150px;
	padding: 5px;
}
#impressum th p {
	font-weight: bold;
}

.warenkorbList {
	width: 100%;
}

#cart {
	width: 670px;
}
.fileinput {
	width: 130px;
	border: 0;
	background-color: red;
}

.warenkorbWrapper {
	/*height: 350px;*/
	height: 330px;
	overflow: auto;
	margin-bottom: 16px;
	padding: 0px 0px 5px 0px;
	width: 710px;
}
.warenkorb {
	font-size: 1.3em;
	width: 693px;
}

.warenkorb td {
	padding: 5px;
}

.warenkorbButtons {
	text-align: right;
}

.warenkorb .orderWhiteRow {
	background-color: #FFF;
	border-top: 1px solid #CCC;
	color: #214C9E;;
}
.warenkorb .orderLightRow  {
	background-color: #E4EbF0;
	color: #214C9E;
	font-size: 9pt;
}

.warenkorbButtons .btnBack {
	display: block;
	margin-top: 8px;
}

.warenkorbButtons .btnBack a {
	color: #BB0D7E;
}

/* DW PopUps */

#BodyPopup {
	background: #B8C9D7;
}

#popup {
	float: right;
	width: 710px;
	background-color: #B8C9D7;
	padding: 10px;
	position: relative;
}

#popup h2 {
	font-weight: bold;
	font-size: 2.4em;
	color: #BB0D7E;
	margin-bottom: 12px;
}

#popup h3 {
	font-weight: bold;
	font-size: 1.8em;
	color: #2B54A2;
	margin-bottom: 12px;
}

#popup h4 {
	font-weight: bold;
	font-size: 1.6em;
	color: #BB0D7E;
	margin-bottom: 8px;
}

#popup h5 {
	font-weight: bold;
	font-size: 13pt;
	color: #2B54A2;
	margin-bottom: 8px;
}

#popup p {

	margin-bottom: 8px;
	font-size: 13px;
	color: #214C9E;
}

#popup p.error {
	margin-top: 20px;
	color: mediumvioletred;
}

#popup ul {
	font-size: 1.3em;
	color: #214C9E;
	margin-bottom: 15px;
}

#popup li {
	margin-bottom: 1em;
	padding-left: 8px;
	font-size: 1em;
	color: #214C9E;
	background: transparent url(/media/images/bullet.gif) left 6px  no-repeat;
}

#popup li a {
	font-size: 1em;
	color: #214C9E;
	text-decoration: none;
}

#popup li a:hover{
	text-decoration: underline;
}

.wKorb {
	color: mediumvioletred;
	font-size: 12px;
	line-height: 20px;
	padding-left: 40px;
	font-weight: bold;
	position: absolute;
	left: 15px;
	bottom: 30px;
}

.wKorb a {
	position: relative;
	top: 12px;
}

.sizeButtons {
	clear: both;
	width: 122px;
	padding: 5px 0px 0px 0px;
	height: 25px;
}


#tools li .sizeButtons a.bigger,
#tools li .sizeButtons a.smaller {
	display: block;
	width: 27px;
	height: 25px;
	text-indent: -9999px;
}


#tools li .sizeButtons a.bigger {
	float: right;
	background: transparent url(/media/images/icons/icon_groesser.gif) top left no-repeat;
}

#tools li .sizeButtons a.smaller {
	float: left;
	background: transparent url(/media/images/icons/icon_kleiner.gif) top left no-repeat;
}

#tools li .sizeButtons a.bigger:hover {
	float: right;
	background: transparent url(/media/images/icons/icon_groesser.gif) bottom left no-repeat;
}

#tools li .sizeButtons a.smaller:hover {
	float: left;
	background: transparent url(/media/images/icons/icon_kleiner.gif) bottom left no-repeat;
}

/* CHANGE ME */
div#messageBox {
	border: 2px solid mediumvioletred;
	background-color: #FFF;
	font-size: 12px;
	padding: 10px;
	width: 400px;
}

div#messageBox .button {
	border: 1px solid #214c9e;
	padding: 0px 5px;
	margin-top: 10px;
	background-color: #B8C9D7;
	float: right;
}
