@charset "utf-8";
/**
 **************************************************
 * Miele Fashionamster / 
 * main.css
 * @version:1.0 FINAL
 * @updated:2011-11-21
 * 
 * --- | Definition
 * Font Color: 	#555555
 * BG-Color: 	#fafbf6
 * 
 * Size: W: 980px x H: 475px
 * Player W: 933px x H: 440px
 * 
 **************************************************/



/**
 **************************************************
 * CSS RESET
 *
 * @description:general reset for all browsers
 **************************************************
**/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-family:inherit;
}



h1, h2, h3, h4, h5, h6, strong, b, th, dt {
	font-size:100%;
	font-weight:normal;
}

ol, ul {
	list-style:none;
}

caption, th {
	text-align:left;
}

img, abbr, acronym {
	border:0;
}

dfn, cite, var, address {
	font-style:normal;
}

pre, code {
	font-family:'courier new', courier, mono;
	font-size:1.0em;
}

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

:focus {
	outline:0;
}



/**
 **************************************************
 HELPER CLASSES 
 *
 * @description:helper classes for common problems or quick fixes
 **************************************************
**/
.clearOnly {
	clear:both;
}

.clear {
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}

.left {
	float:left;
}

.right {
	float:right;
}

.noPadding {
	padding:0 !important;
}

.noMargin {
	margin:0 !important;
}

.none {
	display:none !important;
}

.hidden {
	visibility:hidden !important;
}

.error {
	color:red;
	font-weight:bold;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}


/**
 **************************************************
 GENERAL DEFINITIONS
 *
 * @description:define the basic appearance of the site
 **************************************************
**/
html {
	height:100%;
	width: 100%;
	font-size:75.01%;
}

body {
	height:100%;
	font-family:arial, verdana, tahoma , sans-serif;
	font-size:1.0em;
	line-height:1.5em;
	color:#333;
	background:#fff;
}

h1 {
	font-size:2.0em; /*~24px*/
	line-height:1.3em; /*~31,2px*/
	letter-spacing:-0.01em;
	margin-bottom:0.25em;
	font-weight: bold; /* normal */
}

h2 {
	font-size:1.5em; /*~18px*/
	line-height:1.3em; /*~23,4px*/
	margin-bottom:0.25em;
}

h3 {
	font-size:1.1em;
	line-height:1.3em;
	font-weight:bold;
	margin-bottom:0.25em;
}

h4, h5, h6 {
	font-size:1.0em;
	font-weight:bold;
	margin-bottom:0.25em;
}

h1 span, h2 span {
	display:none;
}

p {
	margin-bottom:1.5em;
}

a {
	color:#cb1529;
	text-decoration:none;
}

a:hover {
	border-style:solid;
}


form {
}

form input.text, form input.checkbox, form input.radio, form select, form textarea {
	float:left;
	width:194px;
	height:16px;
	padding:2px 2px 1px 2px;
	border:1px solid #cacaca;
	margin:0 0 5px 0;
	font:inherit;
	color:#666;
}


form select {
	width:200px;
	height:21px;
	padding:1px;
	background-color:#fff;
}

form select.listbox {
	height:auto;
}

form select option {
}



/*--- | LAYOUT 
 -----| @description: building the design
 -------------------------------------------------*/

#wrapper {
	position:relative;
	width:100%;
	height:100%;
	margin:0 auto;
	min-height:550px;
	min-width:1000px;
	overflow:hidden !important;

}

/*--- | Header | -------------------------*/

#header {
	position:absolute;
	width:100%;
	height:100px;
	z-index:2;
}

h1#logo {
	position:absolute;
	top:25px;
	left:20px;
	width:164px;
	height:41px;
	margin-bottom:0;
	text-indent:-9999px;
	background:transparent url(../img/logo.png);
	z-index:5;
}

h1#logo a {
	border:0;
}


div#stripe {
	height:40px;
	padding: 25px 0 0 197px;
	margin-right:20px !important;
	background:transparent url(../img/stripe-bg.png) no-repeat 197px 25px;
}


/*--- | Header :: Navigation | -------------------------*/

ul#navMain {
	position:absolute;
	top:85px;
	right:40px;
}

ul#navMain {
	padding:0;
	margin-bottom:0;
	list-style:none;
}

ul#navMain li {
	float:left;
	height:15px;
	margin-right:9px;
	font-size:13px;
	line-height:15px;
	text-transform:uppercase;
}

ul#navMain li.first {
}

ul#navMain li.last {
	padding-right:0;
	border-right:0;
	margin-right:0;
}

ul#navMain a {
	border:0;
	color:#555555;
	line-height:13px;
	margin-right:5px;
}

ul#navMain li.last a {
	margin-right:0;
}

ul#navMain a:hover, ul#navMain li.act a {
	color:#e60000;
}


ul#navMain li.last select#jumpMenu {
	margin-top: -3px;
	font-variant: normal !important;
	text-transform: none !important;
} 


/*--- | Background-Image | -------------------------*/

#BackImage {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-2;
	overflow:hidden;
	background: #fafbf6;
}

#BackImage img {
	height:100%;
	width: auto;
}


/*--- | Main CONTENT | -------------------------*/

div#contentWrapper {
	position:absolute;
	width:980px !important;
	height:475px !important;
	z-index:2;
	padding: 0;
	margin: 0;
	top:20%;
	left:50%; 
	margin-left:-490px; 
	z-index: 1000;
	
}

ul.slideBox {

}

ul.slideBox li {
	margin: 0;
	padding: 0;
}

#slides {width:980px;height:475px;position:relative;overflow:hidden;}
#slider {width:4200px;position:absolute;left:0px; top:0px}


/*--- | Video | --------------------------------*/

.videoBox {
	width:993px;
	height:475px;
}

#videoframe {
	width:957px;
	height:459px;
	position:relative;
	background: url(../img/bg-white.png) no-repeat;
	padding-top: 18px;
	padding-left:23px;
}

.video {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	z-index:500;
	cursor:pointer;
}




/*--- | Glossar | --------------------------------*/

ul#glossarBox {
	list-style:none;
	margin-left: 22px;
	width: 933px;
	height:440px;
	margin-top: 18px;
	margin-left:23px;
	background-color: white;
	padding: 0;

}

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

ul#glossarBox li.glossarBoxSidebar {
	width: 150px;
	height:440px;
	background: #555 url(../img/fm-sidebar.png) repeat-y;
}

ul#glossarBox li.glossarBoxContent {
	width: 683px;
	height: 365px;
	background-color: white;
	overflow: auto;
	padding: 25px 50px 50px;
}

h1.h1Glossar {
	font-size: 18px;
	/*font-size: 1.7em;*/
	color: #929292;
	margin-bottom: 1em;
	font-weight: normal;
	font-style: normal;
}

h2.h2Glossar {
	font-size: 1.3em;
}


.BgGlossar {
	background: url(../img/bg-white.png) no-repeat;
	height:475px;
	width:993px;
}

a.GoVideo {
	display: block;
	width: 120px;
	padding-top: 0;
	line-height: 1.1em;
	margin-top: 10px;
	margin-left: 10px;
	padding-left: 15px;
	color: #CCC;
	text-transform: uppercase;
	background: url(../img/back-normal.png) no-repeat 0 1px;
}

a.GoVideo:hover {
	color: white;
	background: url(../img/back-active.png) no-repeat 0 1px;
}




/*--- | Subnavigation | -------------------------*/

ul#navMisc {
	position:absolute;
	bottom:13px;
	right:26px;
	z-index:10;
	padding:6px 10px 0 0;
	margin-bottom:0;
	list-style:none;
	font-size:12px;
}

ul#navMisc li {
	float:left;
	color:#555;
	margin-right:6px;
}

ul#navMisc li.last {
	margin-right:0;
}

ul#navMisc a {
	color:#555;
}

ul#navMisc li.langSpacer {
	margin-right: 40px;
}

ul#navMisc li.subnavActive a {
	color: #e60000 !important;
}

.MainNavActive {
	color:#cb1529 !important;
}


/*--- | Productdetails | --------------------------------*/

.BgDetails {
	background: url(../img/bg-white.png) no-repeat;
	height:475px;
	width:993px;
}

ul#DTBox {
	list-style:none;
	margin-left: 22px;
	width: 933px;
	height:440px;
	margin-top: 18px;
	margin-left:23px;
	background-color: white;
	padding: 0;
	position:relative;

}

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

ul#DTBox li.DTBoxSidebar {
	width: 150px;
	height:440px;
	background: #555 url(../img/fm-sidebar.png) repeat-y;
}

ul#DTBox li.DTBoxContent {
	width: 683px;
	height: 400px;
	background-color: white;
	overflow: auto;
	padding: 25px 50px 0;
}

.DTBoxContent h1 {
	font-size: 1.2em;
	color:#929292 !important;
	margin-bottom: 0.5em;
	font-weight: normal;
	font-style: normal;
}

/*--- | PDF-Download | --------------------------------*/

ul#PDFBox {
	list-style:none;
	margin-left: 22px;
	width: 933px;
	height:440px;
	margin-top: 18px;
	margin-left:23px;
	background-color: white;
	padding: 0;
	position:relative;

}

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

ul#PDFBox li.PDFBoxSidebar {
	width: 150px;
	height:440px;
	background: #555 url(../img/fm-sidebar.png) repeat-y;
}

ul#PDFBox li.PDFBoxContent {
	width: 683px;
	height: 400px;
	background-color: white;
	overflow: auto;
	padding: 25px 50px 0;
}

.PDFBoxContent h1 {
	font-size: 1.2em;
	color:#929292 !important;
	margin-bottom: 0.5em;
	font-weight: normal;
	font-style: normal;
}

/*--- | Geld zurück Garantei | --------------------------------*/

ul#GZGBox {
	list-style:none;
	margin-left: 22px;
	width: 933px;
	height:440px;
	margin-top: 18px;
	margin-left:23px;
	background-color: white;
	padding: 0;
	position:relative;

}

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

ul#GZGBox li.GZGBoxSidebar {
	width: 150px;
	height:440px;
	background: #555 url(../img/fm-sidebar.png) repeat-y;
}

ul#GZGBox li.GZGBoxContent {
	width: 683px;
	height: 400px;
	background-color: white;
	overflow: auto;
	padding: 25px 50px 0;
}

.GZGBoxContent h1 {
	font-size: 1.2em;
	color:#929292 !important;
	margin-bottom: 0.5em;
	font-weight: normal;
	font-style: normal;
}





a.moreDetails {
	position: absolute;
	right: 50px;
	top: 400px;
	font-size: 12px;
}

a.backButton {
	display: block;
	margin-top: 23px;
	padding-top: 5px;
	line-height: 1.1em;
	padding-left: 25px;
	color: white;
	background: #919292 url(../img/back-normal.png) no-repeat 10px 6px;
	padding-bottom: 5px;
	font-size: 12px;
}

a.backButton:hover {
	color: white;
	background: #e60000 url(../img/back-active.png) no-repeat 10px 6px;
}


a.aActive {
	color: #e60000 !important;
}

div.DTnav {
	width: 268px;
	right: 0;
	top: 42px;
	position: absolute;
	
	
}

div.DTnav  a {
	font-size: 12px;
	color: white;
	width: 238px;
	height:30px;
	padding-top: 17px;
	padding-left: 30px;
	display:block !important;
	margin-bottom: 5px;
	line-height: 12px;
	
}

a.DTlink {
	background: url(images/back_denav.png) no-repeat 0 0;	
}

a.DTlink:hover {
	background: url(images/back_denav.png) no-repeat 0 -51px;
}

a.DTlink_aktiv {
	background: url(images/back_denav.png) no-repeat 0 -51px;
}

#DTpageblock {
	width: 420px;
	height: 345px;

	position: relative;	

}

.DTpage {
	width: 420px;
	height: 345px;
	top: 0px;
	left: 0px;
	position: absolute;

	background-color: white;
}

.DTpage h3 {
	font-size: 16px;
	line-height: 1.1em;
	margin-bottom: 0;
}

.byline {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #787878;
	margin-bottom: 0;
}

.DTimage {
	background-color: #efefef;
	margin-top: 10px;
	margin-bottom: 10px;
}

.DTpage ul {

	display: list-item !important;
	margin-left: 15px;
	margin-top: 1.5em;
	margin-bottom: 2em;
}

.DTpage ul li {
	
	float: none !important;
	list-style-type:square;
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 0.7em !important;
}

.DTpage ul li em {
	font-style: italic !important;
	font-size: 12px !important
}


/*----------*/


b {
	font-weight:bold;
}
h1 {
	font-size:18px;
}
a:active, a:focus {
	outline:none;
}

#backdrop {
	width:957px;
	height:520px;
	position:relative;
	background: url(../img/bg-white.png) no-repeat;
	padding-top: 18px;
	padding-left:23px;
}
#stage {
	position:relative;
	width:933px;
	height:440px;
	overflow:hidden;
	font-size:13px;
	-moz-user-select:none;
	-khtml-user-select:none;
}
.layer {
	width:933px;
	height:441px;
	overflow:hidden;
	position:absolute;
	left:0px;
	top:0px;
}
#binder {
	position:absolute;
	left:0px;
	top:0px;
	width:151px;
	height:441px;
	overflow:hidden;
	background-color:#555;
}
#binder img {
	position:absolute;
	left:10px;
	top:200px;
}
#binder .caption {
	position:absolute;
	width:130px;
	left:10px;
	bottom:40px;
	color:#fff;
}
.layer .text {
	position:absolute;
	left:270px;
	top:60px;
	width:420px;
	height:320px;
	color:#555;
}
.frost {
	background-color:rgba(255,255,255,0.5);
	position:absolute;
	left:0px;
	top:0px;
	width:933px;
	height:441px;
}
.frost.two {
	width:320px;
	left:235px;
	padding:40px;
}

#splash .text {
	left:510px;
	top:183px;
	width:278px;
	height:230px;
	overflow:hidden;
}
#splash .text h1 {
	font-size:16px;
	padding:0px;
	line-height:1.4em;
}
.thumb {
	width:224px;
	height:auto;
}

#freeze {
	position:absolute;
	left:150px;
	top:0px;
}
#grab1 {
/*
	width:783px;
	height:441px;
*/
	margin-left:150px;
}
#grab2 {
/*
	width:225px;
	height:125px;
*/
}

.still .thumb {
	display:block;
	margin-bottom:20px;
}
.still .info {
	color:#555;
}
.still .smaller {
	font-size:11px;
}
.buttons {
	position:absolute;
	min-height:10px;
	min-width:10px;
	top:0px;
	left:0px;
}
.button {
	display:block;
	margin-bottom:10px;
	/*width:315px;*/
	/*height:80px;*/
	width:270px;
	padding:32px 0px 32px 45px;
	-moz-border-radius: 6px 0px 0px 6px;
	border-radius: 6px 0px 0px 6px;
	color:#ddd;
	font-size:16px;
	line-height:16px;
	text-decoration:none;
	background:rgba(85,85,85,0.75) url(arrow.png) no-repeat 17px center;
}
/*
.button:active {
	background-color:rgba(173,1,1,0.75);
}
*/
.submenu {
	padding:0px 0px 0px 0px;
	margin-bottom:10px;
	width:235px;
}
.submenu h4 {
	color:#ddd;
	font-size:16px;
	line-height:1em;
	padding:15px 0px 10px 18px;
	margin:0px;
	font-weight:normal;
	background:rgba(85,85,85,0.75);
	-moz-border-radius: 6px 0px 0px 0px;
	border-radius: 6px 0px 0px 0px;
}
.item {
	display:block;
	height:24px;
	padding:12px 0px 0px 50px;
	color:#555;
	font-size:14px;
	line-height:1em;
	text-decoration:none;
	border-bottom:2px solid #555;
	background:rgba(255,255,255,0.9) url(icon-shirt.png) no-repeat 17px center;
}
.item.last {
	-moz-border-radius: 0px 0px 0px 6px;
	border-radius: 0px 0px 0px 6px;
	border-bottom:none;
}
/*
.item:active {
	background-color:rgba(173,1,1,0.75);
	color:#eee;
}
*/
.for_menu2 .button {
	width:190px;
	padding:16px 0px 16px 45px;
	font-size:15px;
}
.type_still .button {
	width:175px;
	padding:16px 0px 16px 45px;
	font-size:15px;
}
.for_splash .button {
	width:90px;
	padding-left:16px;
	font-size:14px;
	margin:0px;
	background:rgba(173,1,1,0.75) url(arrow_large.png) no-repeat 70px center;
}
.for_splash .button:hover {
	background-color:rgba(173,1,1,0.75);
}

/* Live erleben */
.simple_overlay {
	
	display:none;
	z-index:10000;
	background-color:#333;
	width:932px;	
	min-height:440px;
	border:0px solid #666;
	/* CSS3 styling for latest browsers 
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	*/
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../img/close.png);
	position:absolute;
	right:-17px;
	top:-19px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.GZGText {
	position:absolute;
	top:31px;
	left:335px;
	width:395px;
	height:371px;
	overflow:auto;
	padding:5px 20px 5px 0px;
}

.GZGText h3 {
	color:#999;
	margin:10px 0px;
	font-size:16px
}

.GZGText strong {
	font-weight:bold
}

.GZGText ol {
	list-style-type:decimal;
	margin:0px 0px 0px 20px;
}

.GZGText ol li {
	margin:5px 0px !important;
}

.GZGLogo {
	position:absolute;
	top:5px;
	right:50px;
}
