/*<![CDATA[*/
/**
 * CSS Style Basislayout fuer Screen und Projection
 *
 * Copyright (c) 2008    die.interaktiven GmbH & Co. KG
 *                       Agentur fuer digitale Medien
 *                       Eisenmarkt 1
 *                       35578 Wetzlar
 *                       Germany
 *
 *                       Fon: +49 (0)64 41 / 39 86 19 - 0
 *                       Fax: +49 (0)64 41 / 39 86 19 - 9
 *                       Web: www.die-interaktiven.de
 *
 * Alle Rechte vorbehalten. Unberechtigte Kopie und Weiter-
 * verwendung nicht gestattet.
 *
 */

/**
 * Farbdefinition
 * 
 * Schrift grau: #6e6e6e, 110:110:110
 * Schrift hellgrau (Breadcrumb): #b3b3b3, 179:179:179
 * Schrift hellgrau (Footer): #a0a0a0, 160:160:160
 * Schrift orange: #ffb432, 255:180:50
 * Balken hellgrau: #dcdcdc, 210:210:210
 *
 */

/**
 * allgemeine HTML-Tags
 */

body
{
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	margin: 0;
	padding: 0 0 0 1px;
	font-size: 100.01%; 	/******** IE Hack ********/
	text-align: center;
	color: #8c8c8c;
	background: url(../images/page-shadow-bg-breit2.gif) top center repeat-y #fff;
}

html>body
{
	padding: 0;
}

h1,
h2,
h3,
h4,
h5
{
	margin: 0;
	padding: 0 0 0.5em 0;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}

p
{
	margin: 0;
	padding: 0;
}

a
{
	color: #8c8c8c;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

ul
{
	list-style-type: square;
	padding: 0;
	margin: 1em 0 1em 2em;
	text-align: left;
}

ul ul
{
	list-style-type: circle;
	margin-top: 0;
}

ul ul ul
{
	list-style-type: none;
	margin-top: 0;
}

ol li
{
	margin: 1em 0 0 0;
	padding: 0;
}

hr
{
	display: block;
	height: 1px;
	color: #8c8c8c;
	background-color: #8c8c8c;
	margin: 0;
	padding: 0;
	border: 0;
}

strong
{
	font-weight: bold;
}

img
{
	border: 0;
}

fieldset
{
	border: 0;
	margin: 0;
	padding: 0;
}

legend
{
	display: none;
}

form
{
	margin: 0;
	padding: 0;
}

input,
textarea,
select
{
	font-size: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input[type=image]
{
	background: transparent;
}

/**
 * Hilfsklassen
 */

.invisible
{
	position: absolute;
	top: -3000px;
	left: -3000px;
	width: 1px;
	height: 1px;
}

.clear
{
	clear: both;
	float: none;
	line-height: 0;
	font-size: 0;
	display: block;
}

html>body .clear
{
	font-size: 0.1px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.noprint
{
	
}

.printonly
{
	display: none;
}
	
/**
 * allgemeine Seitenstruktur
 */

#page
{
	text-align: left;
	font-size: 0.7em;
	width: 980px;
	margin: 0 auto;
}

#header
{
	
}

#logo
{
	float: left;
	padding: 45px 0 0 45px;
}

/*
#search
{
	float: right;
}

#search form
{
	width: 210px;
	margin: 45px 45px 0 0;
	background: #e5e5e5;
	font-size: 0.9em;
}

#search form fieldset
{
	padding: 5px 0 5px 10px;
}

#search label
{
	margin: 0 5px 0 0;
	color: #727272;
}

#search input.input.text
{
	border: 1px solid #fff;
	width: 128px;
	padding: 0 0 0 2px;
	margin: 0;
	color: #aaa;
	font-size: 1.1em;
	height: 16px;
}

html>body #search input.input.text
{
	width: 123px;
}*/

#search input.input.submit
{
	border: none;
	background: transparent;
	color: #727272;
	width: 15px;
}

#mainnav
{
	float: right;
	/*margin: 0 0 0 35px;*/
	padding: 23px 0 16px 0;
}

#mainnav ul
{
	list-style: none;
	margin: 0 35px 0 0;
	padding: 0;
}

#mainnav li
{
	float: left;
	padding: 0 10px 0 10px;
	margin: 0;
	background: url(../images/mainnav-item-bg.gif) top left no-repeat;
}

#mainnav li.first
{
	background: none;
}

#mainnav a
{
	display: block;
	padding: 0 0 10px 0;
	color: #666565;
	color: #8c8c8c;
	text-decoration: none;
}

#mainnav a:hover,
#mainnav li.active a
{
	background: url(../images/mainnav-item-hover.gif) bottom center no-repeat;
	color: #000;
}

/*
#mainnav a.red
{
	color: #db2f36;
}
*/

#body
{
	float: none;
	clear: both;
}

#head
{
	margin: 0 0 12px 0;
}

#head #brand
{
	position: absolute;
	width: 980px;
}

#head #brand .warm
{
	position: absolute;
	float: left;
	padding: 0 20px 0 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fileadmin/enodis/images/brand-bg.png', sizingMethod='scale');
}

html>body #head #brand .warm
{
	background: url(../images/brand-bg.png) top left;
}

#head #brand .kalt
{
	float: right;
	margin: 173px 0 0 0;
	padding: 0 0 0 20px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fileadmin/enodis/images/brand-bg.png', sizingMethod='scale');
}

html>body #head #brand .kalt
{
	background: url(../images/brand-bg.png) top left;
}

#head #brand .warm a
{
	display: block;
	float: left;
	margin: 4px 0 0 15px;
	padding: 0;
}

#head #brand .kalt a
{
	display: block;
	float: left;
	margin: 4px 15px 0 0;
	padding: 0;
}

#head #brand .kalt span.block,
#head #brand .warm span.block
{
	display: block;
	float: left;
}

#head #brand .kalt span.block
{
	margin: 0 0 0 3px;
}

#head #brand .warm span.block
{
	margin: 0 3px 0 0;
}

#breadcrumb
{
	display: block;
	margin: 0 0 40px 45px;
	font-size: 0.8em;
}

#breadcrumb a
{
	text-decoration: none;
}

#breadcrumb a:hover
{
	text-decoration: underline;
}

#subnav
{
	float: left;
	width: 230px;
}

#subnav ul
{
	list-style: none;
	margin: 0 0 0 33px;
	padding: 0;
	background: url(../images/subnav-item-bg.gif) bottom left repeat-x;
}

#subnav ul ul
{
	margin: 0;
	background: url(../images/subnav-2ndlevel-bg.gif) top left repeat-y;
}

#subnav ul ul ul
{
	margin: 0;
	background: url(../images/subnav-3ndlevel-bg.gif) top left repeat-y;
}

#subnav li
{
	margin: 0;
	padding: 0;
	width: 100%;
	/*display: inline;*/
	background: url(../images/subnav-item-bg.gif) top left repeat-x;
}

html>body #subnav li
{
	display: block;
}

#subnav li.first
{
	background: none;
}

#subnav li li.first
{
	background: url(../images/subnav-item-bg.gif) top left repeat-x;
}

#subnav li.warm a
{
	border: solid #cf3135;
	border-width: 0;
}

#subnav li.kalt a
{
	border: 0 solid #133769;
	border-width: 0;
}

#subnav a
{
	border: 0 solid #898989;
	border-width: 0;
	display: block;
	padding: 8px 9px 8px 12px;
	text-decoration: none;
}

#subnav a:hover,
#subnav li.warm a:hover,
#subnav li.kalt a:hover,
#subnav li.active a
{
	color: #000;
	background: url(../images/subnav-item-hover.gif) left no-repeat;
	border-width: 0 6px 0 0;
}

#subnav li.active li a,
#subnav li.active li li a
{
	color: #8c8c8c;
	background: none;
	padding-left: 22px;
	padding-right: 6px;
	border-width: 0;
}

#subnav li.active li a:hover,
#subnav li.active li.active a
{
	color: #000;
	background: url(../images/subnav-item-hover.gif) left no-repeat;
	border-width: 0 6px 0 0;
}



#subnav li.active li.active li a
{
	color: #8c8c8c;
	background: none;
	padding-left: 33px;
	border-width: 0;
}

#subnav li.active li.active li a:hover,
#subnav li.active li.active li.active a
{
	color: #000;
	background: url(../images/subnav-item-hover.gif) left no-repeat;
	border-width: 0 6px 0 0;
}



/*
#subnav li.active li a:hover,
#subnav li.active li.active a
{
	color: #000;
	background: url(../images/subnav-item-hover.gif) left no-repeat;
	border-width: 0 6px 0 0;
}

#subnav li.active li a,
#subnav li.active li.active li a
{
	color: #8c8c8c;
	background: none;
	padding-left: 22px;
	border-width: 0;
}

#subnav li.active li li a
{
	color: #8c8c8c;
	background: none;
	padding-left: 33px;
	border-width: 0;
}
*/


#content
{
	float: left;
	width: 705px;
	padding: 4px 0 0 0;
}

#title
{
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 0 23px;
	padding: 0;
	height: 35px;
	color: #000;
}

#elements
{
	padding: 0 0 0 23px;
}

#footer
{
	float: none;
	clear: both;
	margin: 30px 45px 25px 45px;
	font-size: 0.8em;
}

#infopoint
{
	float: left;
	margin: 0;
}

#infopoint a
{
	text-decoration: none;
}

#infopoint a:hover
{
	text-decoration: underline;
}

#copyright
{
	float: right;
	text-align: right;
}

#copyright img
{
	margin: 0 0 -4px 10px;
}


/**
 * Seitenstruktur Startseite
 */


#start #elements
{
	padding: 0 0 0 45px;
}

#start #col-left
{
	float: left;
	width: 565px;
}

#start #col-left div.element.paragraph .title
{
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	height: 35px;
	color: #000;
}

#start #col-right
{
	float: right;
	width: 280px;
	padding: 0 45px 0 0;
}

#start #content
{
	width: 980px;
}

#start #breadcrumb
{
	margin-left: 45px;
}

#start #footer
{
	margin-left: 45px;
}

/**
 * Seitenstruktur Inhaltsseite
 */

#main #col-left
{
	float: left;
	width: 450px;
}

#main #col-right
{
	float: right;
	width: 210px;
	margin: -35px 0 0 0;
}

/**
 * Seitenstruktur Damseite
 */

#brands
{
	margin: 0 0 15px 0;
	width: 100%;
}

#brands div.label
{
	margin: 0 15px 0 0;
	float: left;
}

#brands #brandsmenu
{
	/*width: 200px;*/
}

#brands #brandsmenu option.level1
{

	border-bottom:1px solid;
	font-weight:bold;
	margin:0 0 5px;
}

/* IE MAG NICHT! -.-
#brands #brandsmenu option.level2
{
	padding: 0 0 0 15px; 
}

#brands #brandsmenu option.level3
{
	padding: 0 0 0 30px; 
}

#brands #brandsmenu option.level4
{
	padding: 0 0 0 45px; 
}

#brands #brandsmenu option.level5
{
	padding: 0 0 0 60px; 
}*/

/*]]>*/
