
@charset "utf-8";

/**
* Stylesheet f�r http://www.medion.de/
*
* Print-Stylesheet
*
* @author Kristian Augustin
* @link   http://www.getit.de/
*/

/*
* Repositionierung von Elementen
*/
body {
	position: fixed !important;
	overflow: visible;
	width: 666px;

}
div#main {
  margin: 0; /* H�he der Navigation */
  background: white;
  overflow: visible !important;
  position: static;
  clear: both;
  width: 666px !important;
}

div#main .mainInner {
	width: 665px !important;
	margin: 0;
	overflow: visible !important;
	position: static !important;
	clear: both;
}


div#main .mainSection {
	position: static !important;
}





#main  div.content {
  
  width: 665px !important;
  float: none !important;
  margin-top: 0;
}

/*
* Ausblenden von Navigations-Elementen
*/
div#top {
  display: none;
}
div#nav {
  display: none;
}
div#navbar {
  display: none;
}
div.sidebar {
  display: none;
}
#footer {
	display: none;
}
#stage {
	display: none;
}
#sb-container {
	display: none;
}
#flash-navigation {
	display: none;
}
#product-filter {
	display: none;
}

#iframe.standard div.buttons {
	display: none;
}


#product-detail {
	overflow: visible !important;
	width: 666px !important;
}
#product-detail .innerBox {
	position: static !important;
	overflow: hidden;
}

a#mc_btn_recommend {
	display : none;
}

body#iframe {
	position: static !important;
	float: none;
	margin: 0;
}
