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

PRINT STYLESHEET KICKSTART

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

/*
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: #000;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: 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 */
}

/* Flash Intro */
#content div#flash_intro {
}



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

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 li:after {
	content: "."; 
    display: block; 
    height: 0;
	line-height: 0;
    clear: both; 
    visibility: hidden;
}

/* :FIX:
   IE doesnt´support content, so triggr hasLayout to force clearing */
.clearfix,
dl dd,
ul.download_liste li {
	height: 1%;
}

/* class to hide html elements */
.invisible {
	display: none;
}



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

TYPOGRAPHY

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

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: .5cm;
	line-height: 1.2;
	font-weight: bold;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

h4 {
	font-size: 11pt;
}

p,
ul,
ol,
dl
input,
textarea {
	font-size: 9pt;
	line-height: 1.5;
}

p {
	margin-top: .5cm;
}


ul,
ol {
	margin-top: .3cm;
}

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

ul {
	list-style-type: square;
	margin-left: .4cm;
}

ul li {
	margin-top: .1cm;
}

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

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

span.adr_float {
	float: left;
	width: 2cm;
}

span.adr_float.long {
	width: 3cm;
}

dl dt {
	width: 3.5cm;
	float: left;
	font-weight: bold;
	clear: left;
}

dl dd {
	margin-left: 4cm;
}

dl dt,
dl dd {
	margin-bottom: .1cm;
}


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

TYPOGRAPHIC CLASSES

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

/* Download List */
ul.download_liste {
	border-bottom: .5pt solid #666;
	padding-bottom: .1cm
}

ul.download_liste li {
	border-top: .5pt solid #666;
	padding-top: .1cm;
}

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 {
	display: none;
}


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

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 {
	display: none;
}


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


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



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

HEADER

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

#header {
	margin-bottom: 1cm;
}

#logo_metz_kindler {
	float: left;
}

#signet_metz_kindler {
	float: right;
}


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

NAVIGATION

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

#navigation,
#navigation_bottom,
#products_navigation {
	display: none;
}



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

CONTENT TEMPLATES

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

div#main_column,
div#secondary_column {
	margin-top: 1cm;
}


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

HOME - PRODUCTSPAGE

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

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

ul#produktliste li {
	margin: .2cm .2cm 0 0;
	padding: 0;
	float: left;
}

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

/* Aktuelles Produkt */
div#product_highlight {
	margin: 1cm 0;
}

div#product_highlight .invisible {
	display: inline !important;
}

div#product_highlight img {
	margin: .5cm .5cm .5cm 0;
}



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

PRODUCTS IMAGE SLIDESHOW

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

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

ul.slideshow li {
	float: left;
	margin: .2cm .2cm 0 0;
}

a.slide_next,
a.slide_prev {
	display: none;
}

