html * {
	font-size: 100.01%;
}

*,html,body,div,span,table,tr,th,td,form,p,ul,ol,li,h1,h2,h3,h4,h5,h6,h7,h8,a,a:hover,a:visited,a:active,input,label
	{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

body {
	background: #E2D1B4 url(/mm/img/bg_body.gif) repeat-x;
  font-size:11px;
  line-height: 1.6em;
	color: #0C2457;
}

.inverse {
  color: #FAF4E3;
}
/*--- Headings -------------------------------------------------------------------------------------- */

/*--- Lists ----------------------------------------------------------------------------------------- */
ul li,ol li {
  list-style: none;
}

ul, ol, li {
  margin: 0;
  padding: 0;
}

/*--- General text formatting ----------------------------------------------------------------------- */
p {
  line-height: 1.5em;
  margin: 0 0 1em 0;
}

/*--- Links ----------------------------------------------------------------------------------------- */
a {
  color: #0C2457;
  background: transparent;
  text-decoration: none;
}

a:visited {
  color: #004499;
}

a:focus,a:hover,a:active {
  color: #617092;
  text-decoration: underline;
}

/*--- Miscellaneous ---------------------------------------------------------------------------------- */
.page_margins {
  /*max-width: 85em;
  min-width: 740px;*/
  width: 1015px;
  max-width: 1015px;
  min-width: 1015px;
  margin: 0;
  text-align: left;
}

.page {
	/*padding: 10px;*/
	padding-left: 0;
	padding-top: 0;
	
	
}

#col1 {
	float:right;
	width:200px;
	padding-top: 40px;
}

#col1_content {
	padding-left:0px;
	padding-right:10px;
	position: absolute;
}

#col3 {
	margin-left:0;
	margin-right: 220px;
	padding-top: 1px;
	width:auto;
}

#col3_content {
	padding-left:18px;
	padding-right:10px;
}

#main {
  background:transparent none repeat scroll 0 0;
	padding:0px;
}

object {
  outline-color:-moz-use-text-color;
  outline-style:none;
  outline-width:medium;
}
/*---- Header ----------------------------------------------------------------------------------------- */
#header {
  background:transparent none repeat scroll 0 0;
	padding: 30px 2em 0px 0px;
}

#header #topnav {
	font-size: 10px;
  position: absolute;
  right: 195px;
  top: 5px;
}

#header #topnav ul {
	background:transparent none repeat scroll 0 0;
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:right;
	text-transform:uppercase;
}

#header #topnav li {
	display:inline;
	margin:0 0 0 5px;
	padding:0;
}


#header #topnav li a {
	color:#0C2457;
	font-weight:bold;
	margin:0;
	padding:0;
}

#header #topflash {
}

#header #logo {
  position: absolute;
  right: 50px;
  top: 30px;
}

/*--- Searchform ---------------------------------------------------------------------- */
#h_search {
	display: inline;
}

#h_helper, #h_search {
}

.head_input{
  margin:0 4px 0 0px;
  font-size:11px;
  padding:0px 6px 0;
  width:128px;
  border: 1px solid #0C2457;
}

#head_submit, .ok_button {
  padding: 0px;
  cursor:pointer;
  font-weight: bold;
  text-transform:uppercase;
}

.ok_button{
  border: 1px solid #0C2457;
}

/*--- Country selection page ---------------------------------------------------------------------- */

.country_p {
	position: relative;
}

.main_visual {
  height: 590px;
  width: 980px;
}

#language_sel {
  background: url(/mm/img/limiterline.gif) no-repeat center bottom;
  text-align:center;
  width: 980px;
  height: 20px;
  position: absolute;
  bottom: 40px;
}

#language_sel ul {
}

#language_sel li {
	display:inline;
	margin-left:0.5em;
}

#language_sel ul li a {
  color:#0C2457;
  font-weight:bold;
  margin:0;
  padding-right:15px;
  font-size: 14px;
  text-transform:uppercase;
}
/*--- Home page ----------------------------------------------------------------------------------- */
.home_p {
	width:980px;
}

.home_p #col1 {
  width: 300px;
}

.home_p #col3 {
  width: 680px;
}

.home_p #col3 {
  margin-right: 300px;
}

.home_p #col1_content {
	padding-left: 0px;
  padding-right: 0px;
}

.home_p #col1_content, .home_p #col3_content {
  padding-left: 15px;
  padding-right: 15px;
}

/*--- Breadcrumb ----------------------------------------------------------------------------------- */
ul#breadcrumb {
  background:transparent none repeat scroll 0 0;
  margin:20px 0 0;
  padding:0 0 0 20px;
  font-size:12px;  
}

ul#breadcrumb li {
  background:transparent url(/mm/img/breadcrumb.gif) no-repeat scroll 100% 50%;
  display:inline;
  margin:0;
  padding-right:15px;
  padding-left:10px;
}

ul#breadcrumb li.last {
  background:transparent none repeat scroll 0 0;
}

ul#breadcrumb li a:visited, ul#breadcrumb li a {
  color:#0C2457;
  text-decoration:underline;
}

/*--- Product Navigation: narrow (on productline page; wide on product details page --------------------------------------------------- */

.p_content_narrow #productnav {
  background:transparent url(/mm/img/hd_top.gif) no-repeat scroll 0 0;
  margin-left:31px;
  width:717px;  
}

.p_content_wide #productnav {
  background-image:url(/mm/img/produktnav_long_bg_top.gif);
  margin-left:1px;
  width:943px;
}

.p_content_narrow #productnav_bottom {
  background:transparent url(/mm/img/produktnav_bg_bottom.gif) no-repeat scroll 0 0;
  width:717px;  
}

.p_content_wide #productnav_bottom {
  background:transparent url(/mm/img/produktnav_long_bg_bottom.gif) no-repeat scroll 0 0;
  width:943px;
}

#productnav {
  height:48px;
  margin:25px 0 25px 1px;
  padding:0;
}

#productnav h2 {
	margin-left:15px;
  height:24px;
}

#productnav h2 img {
	padding-top: 3px;
}

#productnav_bottom {
  border-top:1px solid #0C2457;
  height:24px;
  line-height:20px;
  margin:0;
  padding:0;
}

#productnav_bottom ul {
	height:25px;
  margin:0;
  padding:3px 0px 0px;
  white-space:nowrap;
  width:717px;
}

#productnav_bottom li {
  display:inline;
  margin:0;
  /*padding-right:15px;*/
  padding-left:15px;
}

#productnav_bottom ul li a {
  color:#FAF4E3;
  font-size:11px;
  font-weight:bold;
  margin:0;
  padding:0;
  text-decoration:underline;
  text-transform:uppercase;
}

/*---Product lines -----------------------------------------------------------------*/ 
.teaser-product {
  background:transparent url(/mm/img/bg_produktlinien.gif) no-repeat scroll 0 0;
  height:283px;
  margin:0 0 25px 30px;
  padding:0;
  width:719px;
}
.teaser-product h2 {
	padding: 20px 0 8px 20px; 
}	

.teaser-product h3 {
  font-size:12px;
  margin:0 0 10px;
  padding:0 0 0 20px;
}

.teaser-product p {
  margin:0;
  padding:0 0 0 20px;
}

.teaser-product .cat_img {
  background:transparent none repeat scroll 0 0;
  float:right;
  margin:0 10px;
  padding:0;
}

.p_lines .p_cat {
  font-size:12px;
  margin:20px 0 0;
  padding:0 0 0 20px;
  text-transform:uppercase;	
}

ul.p_cat li {
	display: inline;
  margin:0;
  padding:0 20px 0 0;	
}

ul.p_cat li a, ul.p_cat li a:visited {
  color:#0C2457;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}

.inverse ul.p_cat li a, .inverse  ul.p_cat li a:visited {
  color:#FAF4E3;
}

ul.p_cat li a:hover {
  color:#0C2457;
  text-decoration:none;
}




/*			MAIN NAVIGATION			*/

#mainnav {
	float:left; 
	width:774px; 
	height:27px; 
	padding:0 0 0 38px; 
	position:relative; 
	z-index:100; 
	text-transform:uppercase; 
	background:url('/mm/img/mainnav-bg.jpg') no-repeat 0 1px;
	font-family:Arial, Helvetica, sans-serif;
}

/* remove all the bullets, borders and padding from the default list styling */
#mainnav ul {
	padding:0;
	margin:0 0 0 0;
	list-style-type:none;
}

#mainnav ul ul {
	width:140px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#mainnav li {
	float:left;
	width:140px;
	position:relative;
}

#mainnav ul a.selected {
  color:#617092;
  text-decoration:none;
}

/* style the links for  the top level */
#mainnav ul ul a:visited {
	color:#617092;
}

#mainnav a  {
  color: #0C2457; 
	display:block;
	font-size:12px; 
	font-weight:bold; 
	text-decoration:none; 
	width:130px; 
	height:22px; 
	padding:4px 0 0 10px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #mainnav a, * html #mainnav a:visited {
	width:140px; 
	w\idth:130px;
}

/* style the second level background */
#mainnav ul ul a.drop, #mainnav ul ul a.drop:visited {
	background:#FAF4E3;
}


/* style the second level hover */
#mainnav ul ul a.drop:hover{
	color:#FAF4E3; 
	background:#617092;
}

#mainnav ul ul :hover > a.drop {
	color:#FAF4E3; 
	background:#617092;
}

/* style the third level background */
#mainnav ul ul ul a.drop, #mainnav ul ul ul a:visited.drop {
	background:#FAF4E3;
	border-top:1px solid #CACAC7;
}



/* style the third level hover */
#mainnav ul ul ul a.drop:hover {
	color:#FAF4E3; 
	background:#617092;
}

/* style the second level background */
#mainnav ul ul a.first {
	border-top: medium none!important;
	margin-top: 1px;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#mainnav ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:26px;
	left:0; 
	width:140px;
}

/* another hack for IE5.5 */
* html #mainnav ul ul {
	top:26px;
}



/* position the third level flyout menu */
#mainnav ul ul ul{
	left:140px; 
	top:0; 
	width:140px;
}



/* position the third level flyout menu for a left flyout */
#mainnav ul ul ul.left {
	left:-149px;
}



/* style the table so that it takes no ppart in the layout - required for IE to work */
#mainnav table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}



/* style the second level links */
#mainnav ul ul a, #mainnav ul ul a:visited {
	background:#FAF4E3; 
	color:#0C2457i; 
	height:auto; 
	font-weight:normal; 
	line-height:1em; 
	padding:5px 10px; 
	width:120px; 
	border-top: 1px solid #E5DFD1;
}

/* yet another hack for IE5.5 */
* html #mainnav ul ul a, * html #mainnav ul ul a:visited {
	width:140px;
	w\idth:120px;
}

/* style the top level hover */
#mainnav a:hover, #mainnav ul ul a:hover{
	color:#617092;
	background:url('/mm/img/mainnav-bg-1px-hover.jpg') repeat-x 0 0;
}

#mainnav :hover > a, #mainnav ul ul :hover > a {
	color:#617092;
	background:url('/mm/img/mainnav-bg-1px-hover.jpg') repeat-x 0 0;
}
/* style the active top level */
#mainnav a:active, #mainnav ul ul a:active {
	color:#617092;
}


/* make the second level visible when hover on first level list OR link */
#mainnav ul li:hover ul,
#mainnav ul a:hover ul{
	visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
#mainnav ul :hover ul ul{
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
#mainnav ul :hover ul :hover ul{ 
	visibility:visible;
}


/*------------------PRODUCT DETAILS ----------------------*/
div.produktnav-long h2{
	margin-left:15px;
}
div.produktnav-long div.produktnav-container {
	margin:0;
	padding:0;
	width:943px;
	height:24px;
	line-height:20px;
	background:url('/mm/img/produktnav_long_bg_bottom.gif') no-repeat 0 0;
	border-top:1px solid #0C2457;
}

div.produktnav-long ul {
	margin:0;
	padding:0;
	width:943px;
	height:24px;
	line-height:24px;
	/*overflow:hidden;*/
	list-style:none;
	white-space:nowrap;
}
div.produktnav-long ul li {
	display:block;
	margin:0;
	padding:0 0 0 15px;
	float:left;
}
div.produktnav-long ul li a:visited,
div.produktnav-long ul li a {
	margin:0;
	padding:0;
	color: #FAF4E3;
	text-transform: uppercase;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}
div.produktnav-long ul li a:hover {
	text-decoration:none;
}
#productnav_bottom ul li strong,
#productnav_bottom ul li strong {
	text-decoration:none;
	color:#DBC7A7;
  text-transform: uppercase;
  font-size:11px;
  font-weight:bold;
}

#productnav_bottom ul li strong a:visited,
#productnav_bottom ul li strong a {
  text-decoration:none;
  color:#DBC7A7;
}

.clear{
	clear: both;
}

/*----------- PRODUCT DETAILS*/
.produkt-wrap {
	padding:0 0 0 0;
	margin:20px 0 0 0;
	width:944px;
	height: 400px;
	position:relative;
}

.produkt-img {
	margin:0 0 -5px 5px;
	padding:0;
	float:left;
}

.produkt-info {
	margin: 15px 0 0 0;
	float:left;
	width:363px;
	padding:5px 0 0 20px;
	overflow: hidden;
	position: relative;
}
.produkt-info h2 {
  padding-bottom: 5px;
}

.produkt-info h2 img {
  margin-bottom: 5px;
}

.bottom_links {
  position: absolute;
  bottom: 5px;
  left: 355px;
}

.bottom_links a {
  margin-right: 20px;
  text-decoration: underline;
  font-size: 10px;
  font-weight: bold;
  text-decoration: underline !important;
  text-transform: uppercase;
  color:#0C2457 !important;
}

.bottom_links form {
	display: inline;
}	

* html a.toplink {
	left: 360px;
}
.produkt-alternatives {
	margin:0;
	padding:0 0 0 20px;
	bottom:5px;
	right:0;
	width:192px;
	position:absolute;
}

* html .produkt-alternatives {
	bottom:2px;
	right:-1px;
}
.produkt-alternatives ul {
	margin:0;
	padding:10px 10px 10px 0;
	list-style-type:none;
}
.produkt-alternatives ul li{
	margin:0;
	padding-top:5px;
	line-height:18px;
	height:35px;
	vertical-align:middle !important;
}
.produkt-alternatives ul li img {
  float: left;
  padding: 0 5px;
}

.produkt-alternatives ul li.type{
	margin:0;
	padding:15px 0 10px 0;
	line-height:18px;
	text-transform: uppercase;
	list-style-type: none;
	font-weight: bold;
	background:none;
	height:10px;
}

.produkt-alternatives ul li.tipps{
	margin:25px 0 0 0;
	padding:0 0 10px 0;
	line-height:14px;
	text-transform: uppercase;
	list-style-type: none;
	font-weight: bold;
	background:none;
}

.produkt-alternatives ul li.tricks a {
	margin: 0;
	padding: 0;
	color: #0C2457;
	text-decoration:underline;
	text-transform: uppercase;
}

.produkt-alternatives ul a, .produkt-info ul a{
	margin:0;
	padding:0;
	color: #0C2457;
	text-decoration:underline;
}

.produkt-alternatives a.tipps {
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
	text-decoration: none;
	text-transform: uppercase;
	color:#0C2457;
}


.produkt-wrap h4{
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 12px;
}

.produkt-wrap p{
  margin: 0;
}

a.produkt-link {
	margin: 10px 0 0 0;
	padding: 0;
	color: #0C2457;
	text-decoration: underline;
}

/*----------------Teasers -------------------*/
.box {
	margin-top:10px;	
}

.box_top {
  background:transparent url(/mm/img/box_top.gif) no-repeat scroll 0 0;
  height:20px;
  width:190px;
  margin-bottom: -10px;
}


.box_bottom {
	background:transparent url(/mm/img/box_bottom.gif) no-repeat scroll 0 0;
	height:10px;
	margin-top: -12px;
	width:190px;
}

.box_content {
  background:#FAF4E3 none repeat scroll 0 0;	
  padding: 0px 10px 0;
  width: 170px;
}

.box_content h2 {
	padding-bottom: 5px;
	text-decoration: underline;
}
.box_content a {
	color: #0C2457;
	text-decoration: underline;
}

.box_content img {
	margin: 0 10px 10px 0;
}


/*----------------Heding component -------------------*/

.heading_top {
  background:transparent url(/mm/img/hd_top.gif) no-repeat scroll 0 0;
  width:717px;  
  margin:25px 0 25px 31px;
}

.heading_bottom {
  background:transparent url(/mm/img/produktnav_bg_bottom.gif) no-repeat scroll 0 0;
  width:717px;
  height:24px;   
  border-top:1px solid #0C2457;
}

.heading_top h2 {
  margin-left:15px;
  height:24px;
}

.heading_top h2 img {
  padding-top:3px;
}
/*----------------Paragraph boxes -------------------*/


.pbox_top {
  background:transparent url(/mm/img/pbox_top.gif) no-repeat scroll 0 0;
  height:10px;
  width:719px;
  margin-left:31px;
}

.pbox_bottom {
	background:transparent url(/mm/img/pbox_bottom.gif) no-repeat scroll 0 0;
	height:10px;
	width:719px;
  margin-left:31px;
}

.pbox_content {
  background:#FAF4E3 none repeat scroll 0 0;
  width:679px;	
  margin-left:31px;
  padding:20px 20px 10px;
}


.pbox_content h2 {
  font-size:12px;
  margin:0;
  padding:0px 0px 8px;
  text-transform:uppercase;
}

.pbox_content h3 {
  font-size:12px;
  margin:0;
}

.pbox_content p {
  margin:0;
  padding:10px 0px;
}

.pbox_content h4 {
  margin:0;
  padding:0px 10px;
}

.pbox_content img.right {
  float:right;
  margin:23px 30px 20px;
  padding:0;
}
.pbox_content img.left {
  float:left;
  margin-left: 31px;
  padding:0;
}

.pbox_content a {
  text-decoration: underline;
  color:#0C2457;
}	
/*----------------Search page -------------------*/
#kws_header {
  padding-bottom: 10px;	
  border-bottom:1px solid #0C2457;	
  width: 679px;  
}	

#kws_header h3 {
	font-size: 12px;
} 

#kws_header form {
	float: right;
}

.dropdown {
  cursor:pointer;
  height:17px;
  margin:0;
  padding:0;
}

.search_dropdown {
  font-size:12px;
  padding-left:3px;
  width:128px;
}

.search_result select {
  border:1px solid #FAF4E3;
}

.search_result {
  border-bottom:1px solid #0C2457;
  width: 679px;  
}

.search_result > h3{
  text-transform:uppercase;
}

.search_result  a {
	font-weight: bold;
	text-decoration: underline;
}

.search_result .one_entry_div {
  margin-left: 150px;
}

.search_result p {
  padding: 3px 0px 10px;
}

.search_result div .p_img {
  float:left;
  margin-right: 5px;
}


.search_result h2, .search_result h3, .search_result h4 {
  padding-left: 0px !important;
}


/*		HISTORY			*/

.teaser-history {
	margin: 0 0 25px 30px;
	padding:0;
}
.teaser-history_cms {
	margin-left: 0px;
	margin-bottom: 25px; 
}	
div.history-content{
	width: 719px;
	background:#FAF4E3;
	
}
div.history-head {
	background:url('/mm/img/history_head.gif') no-repeat 0 0;
	width:719px;
	height:10px;
}
* html div.history-head {
	margin:0 0 -5px 0;
}
div.history-bottom {
	background:url('/mm/img/history_bottom.gif') no-repeat 0 0;
	width:719px;
	height:10px;
}
.teaser-history h2 {
	margin: 0;
	padding: 18px 20px 8px 342px;
	font-size: 12px;
	text-transform: uppercase;
	/*text-indent:-5000px;*/
}

.teaser-history h3{
	margin: 0 0 10px 0;
	padding: 0 20px 0 342px;
	font-size: 12px;
	text-transform: uppercase;
	/*text-indent:-5000px;*/
}

.teaser-history p{
	margin: 0;
	padding: 0 20px 10px 342px;
}

.teaser-history img{
	margin: 20px 20px 20px 30px;
	padding: 0;
	float:left;
	background: transparent;
}

#history a a:visited, #history a {
	text-decoration:none;
}

#history #productnav_bottom ul li a {
	text-decoration:none;
}

#history #productnav_bottom ul, #salons #productnav_bottom ul {
}

/*		NEWS			*/

.teaser-news {
	margin: 0 0 25px 30px;
	padding:0;
}
div.news-content{
	width: 679px;
	background:#FAF4E3;
	padding: 0px 20px;
}

div.news-content p{
	text-align: justify;
	/* Mantis 31392 */
	line-height: 1.2em;
}

/* Mantis 31392 
div.content-news-text > p > b {
	line-height: 1.2em;
}

div.content-news-text > p > strong {
	line-height: 1.2em;
}
 END Mantis 31392 */

div.teaser-news .news-content ul {
	width:390px;
	list-style-type:none;
	margin:0;
	padding:0;

}

div.teaser-news .news-content ul li{
	background: url('/mm/img/bullet.gif') no-repeat 0 6px;
	padding-left: 12px;
}


div.news-head {
	background:url('/mm/img/history_head.gif') no-repeat 0 0;
	width:719px;
	height:10px;
}

* html div.news-head {
	margin:0 0 -5px 0;
}

div.news-bottom {
	background:url('/mm/img/history_bottom.gif') no-repeat 0 0;
	width:719px;
	height:10px;
}

.popup {
	position:absolute;
	margin-top: 370px;
}

.teaser-news h2 {
	margin: 0;
	padding: 10px 0px 8px;
	font-size: 15px;
	text-transform: uppercase;
	/*text-indent:-5000px;*/
}

.news-content-text a {
	text-decoration: underline;
}

.news-content-text hr {
    border-color: #0C2457; !important;
  }

.teaser-news h3 {
	margin: 0 0 10px;
	text-transform: uppercase;
	font-size: 12px;
	/*text-indent:-5000px;*/
}
.teaser-news h4{
	margin: 0 0 0 0;
	padding: 0px;
	font-size: 11px;
}

.teaser-news p {
	margin: 0;
	padding: 0 0px 10px;
}

/* Mantis 31392 */
.teaser-news {
	padding: 0 0px 0px 
}

p.download, p.back{
	padding: 0 0px 15px 
}
/* END Mantis 31392 */

.press-img{
	float: left;
	margin: 0px 20px 30px 0px;
}

.teaser-news img.left {
	margin: 0 30px 20px 0px;
	padding: 0;
	background: transparent;
	float:left;
}

.teaser-news img.right {
	margin: 0 0 20px 20px;
	padding: 0;
	background: transparent;
	float:right;
}

.teaser-news h2 + img.right {
  margin-top: -25px !important;
}

.teaser-news img.smaller {
	width:150px;
}

/*		TEASER - SALONS		*/

div.produktnav-small h2.salons {	
	background:url('/mm/img/history_bg_top.gif') no-repeat 0 0 !important;
}
#en div.produktnav-small h2.salons {	
	background:url('/mm/img/history_bg_top.gif') no-repeat 0 0 !important;
}


.teaser-salons {
	margin: 0 0 25px 30px;
	padding:0;
	width: 719px;
	width: 719px;
	height:285px;
	background:url('/mm/img/bg_salon.gif') repeat-y 0 0;
}

.teaser-salons h3{
	margin: 20px 0 10px 0;
	padding: 0 0 0 20px;
	font-size: 12px;
	width: 300px;
	text-transform: uppercase;
	/*text-indent:-5000px;*/
	float: left;
}

.teaser-salons p{
	margin: 0;
	padding: 0 0 10px 20px;
	width: 300px;
	float:left;
}

.teaser-salons img{
	margin: 0 10px 0 10px;
	padding: 0;
	float:left;
	background: transparent;
}
.teaser-salons div.thumbs {
	margin: 0 0 0 0;
	padding: 0 15px 0 0;
	float:right;
	width: 61px;
}

div.country {
	margin:0 0 25px 30px;
}
div.country h2 {
	font-size: 16px;
}

.teaser-salons div.thumbs img{
	margin: 8px 0 0 0;
	padding:0 ;
}

/*		KONTAKT		*/

div.produktnav-small h2.kontakt{	
	background:url('img/kontakt_bg_top.gif') no-repeat 0 0;
}
#en div.produktnav-small h2.kontakt{	
	background:url('img/hd_contact.gif') no-repeat 0 0;
}

.teaser-kontakt {
	margin: 0;
	padding: 0 0 30px 30px;	
}

div.teaser-kontakt div.kontakt-content h3{
	margin: 5px 0 0 0;
	padding: 0 30px 0 0;
	font-size: 12px;
	text-transform: uppercase;
}

form.kontakt-form {
	margin:20px 0 0 0;
	padding:0;
	width: 350px;
	float:left;
}
* html form.kontakt-form {
	margin:-10px 0 0 0;
}

form.kontakt-form div.input-container {
	margin:0;
	padding:11px 0 0 0;
	width: 350px;
}


form.kontakt-form div.input-container label {
	float:left;
	display:block;
	width: 80px;
	font-size: 11px;
	font-weight: normal;
	
}

#tellAFriendDiv form.kontakt-form div.input-container label {
	/*float:left;*/
	display:block;
	/*width: 80px;*/
	width: 200px;
	font-size: 11px;
	font-weight: normal;
	
}

form.kontakt-form div.input-container select {
	float:none;
	font-size:11px;
	width:222px;
	color:#0C2457;
}

* html form.kontakt-form div.input-container select {
	width:225px;
	margin-left:-3px;
	border: 1px #0C2457 solid;
}
form.kontakt-form div.input-container input {
	float:left;
}

#tellAFriendDiv form.kontakt-form div.input-container input {
	/*float:left;*/
}

form.kontakt-form div.input-container input.text {
	display:inline;
	width:220px;
	height:16px;
	font-size:11px;
	color: #0C2457;
	border: 1px #0C2457 solid;
}

#tellAFriendDiv form.kontakt-form div.input-container input.text {
	display:inline;
	width:290px;
	height:16px;
	font-size:11px;
	color: #0C2457;
	border: 1px #0C2457 solid;
}


form.kontakt-form div.input-container input.text-small {
	display:inline;
	width:62px;
	height:16px;
	font-size:11px;
	color:#0C2457;
	border: 1px #0C2457 solid;
}
form.kontakt-form div.input-container input.text-medium {
	display:inline;
	width:146px;
	height:16px;
	font-size:11px;
	color: #0C2457;
	border: 1px #0C2457 solid;
}

#tellAFriendDiv table tr td {
	padding-left: 20px;
	text-align: left;
}

#tellAFriendDiv table tr td h2{
	font-size: 15px;
	font-weight: bold;	
}
#tellAFriendDiv table tr td .error {
	margin-top: 23px;
	height: 90px;
	color: red;
}

form.kontakt-form .errormsg {
	color: red;
}	

form.kontakt-form div.input-container span.send input{
	margin: 10px 0 0 218px;
	padding:0 ;
	width: 80px;	
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color:#0C2457;
	background: none;
	border: none;
}

form.kontakt-form div.input-container-message {
	padding:11px 0 0 0;
	width: 350px;
}

form.kontakt-form div.input-container-message textarea {
	width:220px;
	height:80px;
	font-size:11px;
	border: 1px #0C2457 solid;
	font-family: Arial;
	color : #123568;
}	

#tellAFriendDiv form.kontakt-form div.input-container-message textarea {
	width:290px;
	height:80px;
	font-size:11px;
	border: 1px #0C2457 solid;
}	
* html form.kontakt-form div.input-container-message textarea {
	margin-left:-3px;
	width:221px;
}
div.contact-info {
	float:left;
	padding:0;
	width: 300px;
	margin-top: -122px;
	margin-left: 20px;
}
div.contact-info h2 {
	float:none;
	margin:30px 0 10px 0;
	padding:0;
	width:300px;
	font-size:16px;
	text-transform:uppercase;
}
div.contact-info p {
	float:none;
	margin:0;
	padding:0;
	width:300px;
}
div.contact-info ul {
	float:none;
	margin:0 0 10px 0;
	padding:0;
	width:300px;
	list-style-type:none;
}
div.contact-info ul li {
	padding:0 0 0 17px;
	background:url('img/bullet.gif') no-repeat 4px 7px;
}
div.contact-info #accordion {
 background: #E2D1B4 url(/mm/img/bg_body.gif) repeat-x scroll 0 0;	
}

div.info_message_box {
	/* margin-left: 35px; */
}

.teaser-kontakt p{
	margin: 30px 0 0 0;
	padding: 0;
	width: 280px;
	float: left;
}
.teaser-kontakt p a{
	margin: 0;
	padding: 0;
	text-decoration: underline;
	color:#0C2457;
}

div.kontakt-content{
	margin:0;
	margin-left:30px;
	padding: 20px;
	width: 679px;
	background:#FAF4E3;	
}

div.kontakt-content p.thx{
	width: 600px;
}
div.kontakt-content p.thx a{
	font-weight:bold;
}
	
div.kontakt-content p.thx a:hover {	
	color: #004499
}
div.kontakt-head {
	background:url('img/history_head.gif') no-repeat 0 0;
	width:719px;
	height:10px;
}

* html div.kontakt-head {
	margin:0 0 -5px 0;
}

div.kontakt-bottom {
	background:url('img/history_bottom.gif') no-repeat 0 0;
	width:719px;
	height:10px;
}

#kontakt .pbox_content p {
	padding:0;
}

/*		SITEMAP		*/

#p_sitemap .news-content{
  width: 719px;
  padding: 0px;
}

div.sitemap {
	padding:10px 0 0 ;
	margin: 0 0 0 10px;
}
* html div.sitemap {
	margin:0;
}

div.news-content div.sitemap ul{
	margin: 0;
	padding:0;
	list-style-type:none;
} 

div.news-content div.sitemap ul li {
	list-style-type: none;
	margin: 0 10px 20px 10px ;
	padding:  6px 0 0 0;
	text-align:center;
	float: left;
	width: 680px;
	height: 70px;
	background: url('/mm/img/sitemap_gradient.jpg')  no-repeat 0 0;
}
* html div.sitemap ul li {
	width:675px;
	list-style-type:none;
}
div.news-content div.sitemap ul li.sitemap-top {
	margin: 8px 0 0 10px;
	padding:0;
	width:680px;
	height:2px;
	float:left;
	list-style-type:none;
	background:url('/mm/img/sitemap_gradient_top.gif') no-repeat 100% 100%;
}
div.news-content div.sitemap ul li.sitemap-bottom {
	margin: -20px 0 0 10px;
	padding:0;
	width:680px;
	height:2px;
	float:left;
	list-style-type:none;
	background:url('/mm/img/sitemap_gradient_bottom.gif') no-repeat 100% 100%;
}

div.sitemap ul li a.first{
    margin:  0 30px 0 0 ;
	padding: 0;
	background: #DBC7A7;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	width: 100px;

}

div.sitemap ul li a{
    margin: 0;
	padding: 0;
	width: 150px;
	height: 16px;
	color: #0C2457;
}



/* Zweite Ebene */

div.sitemap ul li ul.second {
	margin: 0;
	padding: 0;	
	width: 550px;
	float: left;
	list-style-type:none;
}


div.sitemap ul li ul.second li {
	margin: 0 0 0 10px;
	padding: 0;
	width: 95px;
	list-style-type: none;
	text-align: left;
	float: left;
	border:none;
	background:none;
	
}

div.sitemap ul li ul.second li a {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #0C2457;
	height: 16px;
	border: none;
	
}


/* Dritte Ebene */ 

div.sitemap ul li ul.second li ul.third li {
	margin: 0 0 0 10px;
	padding: 0 ;
	width: 75px;
	height: 16px;
	list-style-type: none;
	text-align: left;
	clear: both;
	border: none;
	background:none;
}

* html div.sitemap ul li ul.second li ul.third li {
	margin: 0 0 0 5px;
}
div.sitemap ul li ul.second li ul.third li a{
	margin:0;
	padding:0;
	color:#0C2457;
	font-weight:normal;
}
/* shop */

.stores .pbox_content h3 {
	padding: 0px !important;
}	

.store-content{
}

.store-results {
}

.store-results #dataScroller {
	float: right;
	margin-right: 35px;
}	

.storesTable {
}

.scrollerClass td a{
	padding-right: 5px;
}

.storesTable td {
  width: 400px;
}

.store p, .store a {
	padding:0px;	
}

.store h3 {
	margin-top:10px;
	font-size:15px;
}

.store p.street,
/*.store p.zip,
.store p.country,*/
.store p.tel,
.store p.email,
.store p.homepage {
	padding-top:7px; 
}

.store p.street {
	/*font-size: 13px;*/
}

.store p.email {
	font-weight:bold;
}

.submit-container {
	width: 300px !important;
	height: 50px;
}

.submit-container .submit {
	margin-top:20px;	
	float: right;
}

.news-content-text {
	padding: 0px;
}

.news-content-text ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 390px;
}

.news-content-text ul li {
	background: url('/mm/img/bullet.gif') no-repeat 0 6px;
	padding-left: 12px;
}

.news-content-text ol li {
	list-style: decimal;
	margin-left: 14px;
}

*+html .news-content-text ol li { margin-left: 26px; }

/*----------- WISHLIST -----------*/
#tellAFriendHeader {	
	border-width: 0px;
	height: 21px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/mm/img/popupHeader.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */

#tellAFriendHeader[class] {
	background:transparent url(/mm/img/popupHeader.png) no-repeat scroll 0 0;
}
#tellAFriendHeader h2{
	margin-left: 11px;
	color: #FAF4E3;
	font-size: 13px;
}

#tellAFriendDiv {
	color:#0C2457;
}

#tellAFriendContentDiv {
	border-width: 0px;
	padding: 0px;
	background-color: transparent;
}

#tellAFriendShadowDiv {
	border-width: 0px;
	background: transparent url(/mm/img/history_bottom.gif) no-repeat scroll -2px 309px;
	border: 0 solid;
	opacity: 1;
	filter: alpha(opacity = 100);
	left: 0;
	top: 11px;
}

#tellAFriendDiv p.submitParagraph {
	margin-top:15px;
	text-align: center;
}

#tellAFriendDiv p.submitParagraph input {
	padding: 1px 7px;
	margin-left: -40px;
}

.dr-mpnl-pnl-b {
padding: 2px;
background:#faf4e3;
}

.closeButton {
	margin-right: 5px;
}

.teaser-contact img {
	position: relative;
	margin-left: 30px;
	margin-bottom: -10px;
	z-index: -1;
}

.kontakt-content h3{
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 10px;
}

/*----------- WISHLIST -----------*/
.p_wishlist {
  border-bottom:1px solid #0C2457;
}

#wishlist h2.wishlistHeader {
	/* padding-left: 34px; */
}

#wishlist #kws_header {
margin-left: 0px;
}

#wishlist #kws_header a {
  padding-left: 10px;
  text-decoration: underline;
}

#wishlist .stage_links a {
  margin: 0px;
  padding-right: 0px;
  text-decoration: underline;
} 

.p_wishlist {
  padding: 20px 0px;;
}

.p_wishlist p{
  margin-left: 35px;;
}

.p_wishlist .p_img {
	float: left;
	margin-right: 10px;
}

div.contact-info-right{	
	padding:0;
	margin:20px 0 0;
}

#mm_Brand {
  background:#FAF4E3 none repeat scroll 0 0;
  width:679px;	
  margin-left:31px;
  padding:20px 20px 10px;
}


#mm_Brand h2 {
  font-size:12px;
  margin:0;
  padding:0px 0px 8px;
  text-transform:uppercase;
}

#mm_Brand h3 {
  font-size:12px;
  margin:0;
  padding:4px 0px 4px;
}

#mm_Brand p {
  margin:0;
  padding:10px 0px;
}

#mm_Brand h4 {
  margin:0;
  padding:0px;
}

#mm_Brand img.right {
  float:right;
  margin-right:20px;
  padding:0;
}
#mm_Brand img.left {
  float:left;
  margin-left: 20px;
  padding:0;
}

#mm_Brand a {
  text-decoration: underline;
}	

.stage_links {
  float:right;
} 
