@charset "UTF-8";
/*-------------------------------------------------------------------

STANDARD STYLESHEET METZ UND KINDLER PRODUKTDESIGN

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

/*
Author:    Sebastian Dubbel
Website:   www.beckerspaeth.de
E-Mail:    dubbel@beckerspaeth.de
Encoding:  UTF-8
*/

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

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

RESET DEFAULT STYLES

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

/* Reset margin and padding of all HTMl elements */
/* CSS Reset, Eric Meyer. URL: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	color: #503903;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	text-align: center;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/*
Safari doesn't support the quotes attribute, so we do this instead.
*/
blockquote:before, blockquote:after, q:before, q:after {
	/*
	CSS 2; used to remove quotes in case "none" fails below.
	*/
	content: "";
	/*
	CSS 2.1; will remove quotes if supported, and override the above.
	User-agents that don't understand "none" should ignore it, and
	keep the above value. This is here for future compatibility,
	though I'm not 100% convinced that it's a good idea...
	*/
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


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

GLOBAL BLOCK ELEMENTS

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

#container {
	font-size: 62.5%; /* set font-size to reasonable size so that 10px = 1em */
	margin: 0 auto;
	padding-bottom: 1em;
	text-align: left;
	width: 95.5em; /*95.5em*/
	max-width: 1200px;
	position: relative;
}

#content {
	position: relative;
	border: 6px solid #cce8f0;
	background: #fff;
	background-color: #cce8f0;
	color: #fff;
}

/* Hintergrundfarbe bei Intro und Startseite auf braun setzen */
body.index #content,
body.home #content {
	border-color: #503903;
	background-color: #503903;
}

/* Hintergrundfarbe bei Produktseiten beige setzen */
body.produkt #content {
	border-color: #e6e6ce;
	background-color: #e6e6ce;
}

/* Innenabstand zu div-mit alternativem Text-Inhalt hinzufügen */
#content div#flash_intro {
	padding: .6em;
}

/* Flash Objekt auf Starteite ohne Innenabstand darstellen */
#content object#flash_intro {
	padding: 0;
}

/*-------------------------------------------------------------------
IF JAVASCRIPT IS AVAILABLE
-------------------------------------------------------------------*/
body.has_js #container {
	position: absolute;
	width: 95.5em;
	height: 57em;
	margin: -28.5em 0 0 -47.75em;
	top: 50%;
	left: 50%;
	padding: 0;	
}

body.has_js #center_container {
	position: absolute;
	width: 95.5em;
	max-width: 1200px;
	height: 57em;
}

/* Content Startseite ohne Rahmen wg. Flash Animation*/
body.index.has_js #content {
	border: none;
	line-height: 0;
}
/*-------------------------------------------------------------------
CENTER CONTENT END
-------------------------------------------------------------------*/


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

GLOBAL CLASSES AND DEFINITIONS

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

.margin-top_0 {
	margin-top: 0 !important;
}

.float_left {
	float: left;
}

.clear_both {
	clear: both;
}

.clearfix:after,
dl dd:after,
ul.download_liste:after {
	content: "."; 
    display: block; 
    height: 0;
	line-height: 0;
    clear: both; 
    visibility: hidden;
}

/* class to hide html elements from screen, but leave them readable for screenreaders */
.invisible {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
	background-image: none;
}


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

TYPOGRAPHY

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

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 2em;
	letter-spacing: .01em;
	line-height: 1.2;
}

h1 {
	font-size: 1.7em;
	font-weight: bold;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
}

h4 {
	margin-top: 2.3em;
	font-size: 1.5em;
	font-weight: normal;
}

p,
ul,
ol,
dl
input,
textarea {
	font-size: 1.3em;
	line-height: 1.2;
}

p {
	margin-top: 1.2em;
}


ul,
ol {
	margin-top: .9em;
}

ul ul,
ol ol,
ul ol,
ol ul {
	font-size: 100%;
	margin-top: 0;
}

ul {
	list-style-type: square;
	margin-left: 1.2em;
}

ul li {
	margin-top: .3em;
}

ul.download_liste {
	list-style-type: none;
	margin-left: 0;
}

ul.download_liste li {
	display: block;
	clear: both;
}

span.adr_float {
	float: left;
	width: 6em;
}

span.adr_float.long {
	width: 8em;
}

dl ul {
	font-size: 100%;
}

dl dt {
	width: 10em;
	float: left;
	font-weight: bold;
	clear: left;
}

dl dd {
	margin-left: 11em;
}

dl dt,
dl dd {
	margin-bottom: .5em;
}


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

TYPOGRAPHIC CLASSES

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

/* Download List */
ul.download_liste span {
	float: left;
}

ul.download_liste span.voe_datum {
	float: right;
}

ul.download_liste span.download_info {
	float: none;
}

span.download_info {
	color: #a79c81;
}


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

IMAGES

-------------------------------------------------------------------*/
img {
	line-height: 0;
}


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

LINKS

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

a,
a:link,
a:visited {
	color: #0C8ACF;
	text-decoration: none;
	/*border-bottom: 1px solid #4DA1CF;*/
}

a:hover, 
a:active,
a:focus {
	color: #4DA1CF;
	/*border-bottom-color: #0C8ACF;*/
}

a img {
	border: none;
}

/*-------------------------------------------------------------------
SKIP LINKS
-------------------------------------------------------------------*/
#skipnav {
	margin: 0;
}

/* take links aout of document flow through absolute positioning
   hide links by positioning them outside of the visible screen area */
#skipnav a {
	position: absolute; 
	z-index: 2; 
	overflow: hidden; 
	top: -1000em; 
	left: -1000em;
	padding: 0;
	margin: 0;
	border-bottom: none;
	color: #503903;
}

/* show links when focused or active, by positioning them inside visible screen area */
#skipnav a:focus, 
#skipnav a:active {
	z-index: 99;
	top: 0;
	left: 7px;
	color: #9F8959;
}


ul.download_liste a,
ul.download_liste a:link,
ul.download_liste a:visited {
	color: #503903;
	border-bottom: none;
}


ul.download_liste a:hover,
ul.download_liste a:active,
ul.download_liste a:focus {
	color: #9F8959;
}


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

HEADER

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

#header {
	position: relative;
	margin: 5em 0 1.5em 0;
	min-height: 9em;
}

body.has_js #header {
	margin-top: 0;
}

#logo_metz_kindler {
	position: absolute;
	left: 6px;
	bottom: 0;
}

#signet_metz_kindler {
	position: absolute;
	right: 6px;
	bottom: 0;
}


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

NAVIGATION

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

/* hide navigation on intro page */
body.index #navigation {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
	background-image: none;
}


/*-------------------------------------------------------------------
NAVIGATION OHNE JAVASCRIPT
-------------------------------------------------------------------*/

p#navigation_bottom {
	float: right;
	margin: 6px 6px 0 0;
	text-transform: uppercase;
	font-size: 1.1em;
}

#navigation {
	margin-left: 590px;
}

#navigation ul {
	list-style: none;
	margin: 0;
}

#navigation ul li {
	margin-top: 0;
	text-transform: uppercase;
	font-size: .846em;
}

#navigation ul ul li {
	font-size: 100%;
}


#navigation ul li a,
#navigation ul li a:link,
#navigation ul li a:visited,
p#navigation_bottom a,
p#navigation_bottom a:link,
p#navigation_bottom a:visited {
	display: block;
	padding: .3em .4em;
	line-height: 1;
	color: #503903;
	border-bottom: none;
}

p#navigation_bottom a,
p#navigation_bottom a:link,
p#navigation_bottom a:visited {
	padding: 0;
	margin-top: .6em;
}

#navigation ul li a:hover,
#navigation ul li a:active,
#navigation ul li a:focus,
p#navigation_bottom a:hover,
p#navigation_bottom a:active,
p#navigation_bottom a:focus {
	color: #9F8959;
}

#navigation ul li.nav_active a,
#navigation ul li.nav_active a:link,
#navigation ul li.nav_active a:visited,
#navigation ul li.nav_active a:hover,
#navigation ul li.nav_active a:active,
#navigation ul li.nav_active a:focus {
	color: #9F8959;
}

#navigation ul ul li a,
#navigation ul ul li a:link,
#navigation ul ul li a:visited {
	padding: .3em;
	color: #9F8959 !important;
}

#navigation ul ul li a:hover,
#navigation ul ul li a:active,
#navigation ul ul li a:focus {
	color: #503903 !important;
}

/* Subnavigation */
#navigation ul ul {
	margin-left: 2em;
}



/*-------------------------------------------------------------------
NAVIGATION MIT JAVASCRIPT
-------------------------------------------------------------------*/
body.has_js #navigation {
	margin: 0;
	position: absolute;
	left: 590px;
	bottom: 0;
}

body.has_js #navigation ul {
	width: 9.5em;
	position: relative;
}

body.has_js #navigation ul li {
	z-index: 99;
}


body.has_js #navigation ul div {
	position: absolute;
	width: 12em;
	overflow: hidden;
	bottom: 0;
	left: 9.5em;
	background: #fff;
}

body.has_js #navigation ul div ul {
	margin: 0;
	overflow: hidden;
	width: auto;
}


body.has_js #navigation ul li a.active_main_nav {
	color: #9F8959;
}

body.has_js #navigation ul ul li a,
body.has_js #navigation ul ul li a:link,
body.has_js #navigation ul ul li a:visited {
	padding: .3em;
	line-height: 1;
	color: #9F8959;
}

body.has_js #navigation ul ul li a:hover,
body.has_js #navigation ul ul li a:active,
body.has_js #navigation ul ul li a:focus {
	color: #503903;
}


/*-------------------------------------------------------------------
PRODUCTS NAVIGATION
-------------------------------------------------------------------*/
ul#products_navigation {
	float: left;
	width: 61.76em;
	margin: 0 0 0 6px;
	list-style: none;
}

ul#products_navigation li {
	float: left;
	margin: 0 6px 0 0;
	line-height: 0;
}

ul#products_navigation li a,
ul#products_navigation li a:link,
ul#products_navigation li a:visited {
	float: left;
	border-bottom: 6px solid #fff;
}

ul#products_navigation li a:hover,
ul#products_navigation li a:active,
ul#products_navigation li a:focus {
	border-bottom-color: #9F8959;
}

ul#products_navigation li.nav_active a,
ul#products_navigation li.nav_active a:link,
ul#products_navigation li.nav_active a:visited,
ul#products_navigation li.nav_active a:hover,
ul#products_navigation li.nav_active a:active,
ul#products_navigation li.nav_active a:focus {
	border-bottom-color: #503903;
}


/*-------------------------------------------------------------------
PRODUCTS TEXT NAVIGATION
-------------------------------------------------------------------*/
ul#products_navigation.text_navigation li a,
ul#products_navigation.text_navigation li a:link,
ul#products_navigation.text_navigation li a:visited {
	display: block;
	width: 4.23em; /* 55px + 12px padding */
	height: 3.461em; /*45px + 22px padding */
	padding: 1.231em .461em .461em .461em;
	line-height: 1.2;
	background-color: #cce8f0;
	color: #fff;
	font-weight: bold;
}


ul#products_navigation.text_navigation li a:hover,
ul#products_navigation.text_navigation li a:active,
ul#products_navigation.text_navigation li a:focus {
	color: #9F8959;
}


ul#products_navigation.text_navigation li.nav_active a,
ul#products_navigation.text_navigation li.nav_active a:link,
ul#products_navigation.text_navigation li.nav_active a:visited,
ul#products_navigation.text_navigation li.nav_active a:hover,
ul#products_navigation.text_navigation li.nav_active a:active,
ul#products_navigation.text_navigation li.nav_active a:focus {
	color:  #503903;
	border-bottom-color: #503903;
}

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

HOME - PRODUCTSPAGE

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

ul#produktliste {
	margin: -6px -6px 0 0;
	list-style-type: none;
	line-height: 0;
}

ul#produktliste li {
	margin: 6px 6px 0 0;
	padding: 0;
	float: left;
}

ul#produktliste a,
div#product_highlight a {
	border-bottom: 0;
}

/* Aktuelles Produkt */
div#product_highlight {
	position: absolute;
	top: 146px;
	left: 219px;
	z-index: 200;
	line-height: 0;
	width: 213px;
	height: 213px;
	background-color: #fff;
	color: #503903;
	overflow: hidden;
}

div#product_highlight h3 {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 67px;
	height: 67px;
	line-height: 67px;
	overflow: hidden;
	background-color: #ff0000;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.4em;
}


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

CONTENT TEMPLATES

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

div#main_column,
div#secondary_column {
	position: relative;
	height: 35.9em; 
	color: #503903;
	overflow: auto;
}

/* container to align the text to the bottom */
.text_container {
	position: absolute;
	overflow: hidden;
	bottom: 7.3em; /* = 1 Raster */
	left: 0;
}

/* TEXT ONLY TEMPLATE */
.text_only div#main_column {
	width: 50.5em;
	background-color: #fff;
	overflow: hidden;
}

.text_only .text_container {
	left: 7.3em;
	width: 34.5em;
}


/* IMAGE - TEXT TEMPLATE */
.image_text div#main_column,
.video_text div#main_column,
.mosaik_text div#main_column {
	float: right;
	width: 35.7em;
	margin-right: 7.3em;
	background-color: #cce8f0;
}

.image_text div#secondary_column,
.video_text div#secondary_column,
.mosaik_text div#secondary_column {
	width: 50.5em;
	float: left;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
}

.mosaik_text div#secondary_column {
	background-color: #cce8f0;
}

body.produkt .image_text div#main_column,
body.produkt .video_text div#main_column {
	background-color: #e6e6ce;
}

/* container to align center a single image */
.center_image {
	height: 359px;
	line-height: 0;
}

.center_image img {
	vertical-align: middle;
}

/* VIDEO - TEXT TEMPLATE */
.video_text div#secondary_column {
	background-color: #cce8f0;
	text-align: left;
}

body.produkt .video_text div#secondary_column {
	background-color: #e6e6ce;
}

.video_text div#secondary_column #flash_video {
	position: absolute;
	overflow: hidden;
	bottom: 7.3em;
	left: 7.3em;
	margin-right: 7.3em;
}

body.has_js .video_text div#secondary_column #flash_video {
	position: relative;
	bottom: auto;
	left: auto;
	margin: 0;
}

/* SCROLLABLE TEXT TEMPLATE */
.scrollable {
	height: 22em;
	overflow-y: auto;
	padding-right: 3em;
}


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

PRODUCTS IMAGE SLIDESHOW

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

/*-------------------------------------------------------------------
PRODUCTS IMAGES WITHOUT JAVASCRIPT
-------------------------------------------------------------------*/

ul.slideshow {
	margin: 0;
	list-style-type: none;
	line-height: 35.9em;
}


ul.slideshow li {
	display: none;
}

ul.slideshow li.current {
	display: block;
	line-height: 27.6em;
}

ul.slideshow li.current img {
	vertical-align: middle;
}


/*-------------------------------------------------------------------
PRODUCTS IMAGES WITH JAVASCRIPT
-------------------------------------------------------------------*/
body.has_js ul.slideshow li {
	display: inline;
}

body.has_js ul.slideshow li img {
	position: absolute;
}


a.slide_next,
a.slide_next:link,
a.slide_next:visited,
a.slide_prev,
a.slide_prev:link,
a.slide_prev:visited {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 35.9em;
	text-indent: -9999em;
	z-index: 300;
	border: none;
	background: transparent url(../img/slide_next_btn.png) no-repeat right center;
	background-image: none;
}

a.slide_next:hover {
	background-image: url(../img/slide_next_btn.png);
}

a.slide_next:active {
	background-image: url(../img/slide_next_press_btn.png);
}


/* Code muss hier wiederholt werden
   da für IE alle Linkzustände eines Links hintereinander definiert werden müssen */
a.slide_prev,
a.slide_prev:link,
a.slide_prev:visited {
	left: 0;
	background: transparent url(../img/slide_prev_btn.png) no-repeat left center;
	background-image: none;
}

a.slide_prev:hover {
	background-image: url(../img/slide_prev_btn.png);
}

a.slide_prev:active {
	background-image: url(../img/slide_prev_press_btn.png);
}


