@charset "UTF-8";
/*-------------------------------------------------------------------

PRINT STYLESHEET PREMENO

-------------------------------------------------------------------*/

/*
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: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,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 */
}

#headerLine .grid_1_3,
#headerLine .grid_2_3,
#skipnav,
#mainNav,
#headerBox img,
#footerLine,
#footer,
p.shopBtn,
#PageNumbers,
#Form_PageContactForm {
	display: none;
}


/*-------------------------------------------------------------------
grid columns
-------------------------------------------------------------------*/

.grid_1_3,
.grid_2_3,
.grid_3_3,
.grid_1_4,
.grid_2_4,
.grid_3_4,
.grid_4_4 {
	float: left;
	margin-right: .5cm;
}

/* grids thirds */
.grid_1_3 {
	width: 30%;
}

.grid_2_3 {
	width: 60%;
}

.grid_3_3,
.grid_4_4 {
	width: 90%;
}

/* grids fourths */
.grid_1_4 {
	width: 22%;
}

.grid_2_4 {
	width: 44%;
}

.grid_3_4 {
	width: 66%;
}

.kategorieListing {
	margin-top: .5cm;
	padding-top: .1cm;
	border-top: .5pt solid #6b9127;
	overflow: hidden;
}


/*-------------------------------------------------------------------

GLOBAL CLASSES AND DEFINITIONS

-------------------------------------------------------------------*/

.margin-top_0 {
	margin-top: 0 !important;
}

.margin-top_30px {
	margin-top: 30px !important;
}

span.mandatory {
	color: #97c147;
}

.clearfix:after,
.centerContainer:after,
.grid_1_3:after,
.grid_2_3:after,
.grid_3_3:after,
.grid_1_4:after,
.grid_2_4:after,
.grid_3_4:after,
.grid_4_4:after,
dl dd:after {
	content: "."; 
    display: block; 
    height: 0;
	line-height: 0;
    clear: both; 
    visibility: hidden;
}

/* clearing for IE6 */
.clearfix,
.centerContainer,
.grid_1_3,
.grid_2_3,
.grid_3_3,
.grid_1_4,
.grid_2_4,
.grid_3_4,
.grid_4_4,
dl dd {
	height: 1%;
}

/* class to hide html elements */
.invisible,
.dont_print{
	display: none;
}

.print {
	display: block;
}


/*-------------------------------------------------------------------

TYPOGRAPHY

-------------------------------------------------------------------*/

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h2,
h3,
h4 {
	margin-top: .7cm;
	font-weight: normal;
	font-size: 19pt;
	color: #526e1e;
	line-height: 19pt;
}

h2 em {
	display: block;
	font-size: 11pt;
	color: #777;
	font-style: normal;
	line-height: 14pt;
}

h2.productHeading {
}

h3 {
	font-size: 15pt;
	line-height: 15pt;
}

h4 {
	margin-top: .7cm;
	font-size: 11pt;
	line-height: 11pt;
}

p,
ul,
ol,
dl {
	margin-top: .5cm;
	font-size: 9pt;
	line-height: 13pt;
}


/* file links */
p.pdf {
}

p.pdf em,
p.pdf span {
}

ul,
ol,
dl {
	line-height: 12pt;
}

ul li,
ol li,
dl dd,
dl dt {
	margin-top: .2cm;
}

ul li {
	list-style: disc;
	margin-left: .4cm;
}

ol li {
	list-style-type: decimal;
	margin-left: .4cm;
}

dl ul,
ul ul,
ul ol,
ol ol,
ol ul {
	font-size: 100%;
}

dl dt {
	width: 3.5cm;
	float: left;
	font-weight: bold;
	clear: left;
}

dl dd {
	margin-left: 4cm;
}


/*-------------------------------------------------------------------
Typo in teaserContainer on HomePage
-------------------------------------------------------------------*/

#teaserContainer h2,
#teaserContainer h3,
#teaserContainer h4 {
	font-size: 15pt;
	line-height: 15pt;
}

#teaserContainer h3 {
	font-size: 11pt;
}

#teaserContainer h4 {
	font-size: 9pt;
}

#teaserContainer p,
#teaserContainer ul,
#teaserContainer ol,
#teaserContainer dl {
	margin-top: 12pt;
	font-size: 8pt;
}


/*-------------------------------------------------------------------
Typo in sideBox, footerLine and footer
-------------------------------------------------------------------*/

.sideBox h2,
.sideBox h3,
.sideBox h4,
.sideBox p,
.sideBox ul,
.sideBox ol,
.sideBox dl,
.kategorieListing h3,
.kategorieListing p {
	margin-top: .3cm;
	font-size: 8pt;
	color: #777;
}

.sideBox ul li {
	margin-top: .1cm;	
}

.sideBox .bc h2,
.sideBox .bc h3,
.sideBox .bc h4 {
	color: #526e1e;
}

.sideBox h2.bh,
#teaserContainer h2 {
	color: #526e1e;
	margin-top: 0;
	font-size: 10pt;
}

.kategorieListing h3,
.kategorieListing p {
	margin-top: 0;
}

.kategorieListing h3 {
	font-size: 10pt;
}

.kategorieListing p {
	color: #777;
}

.packageContents p,
.packageContents ul,
.packageContents ol,
.packageContents dl {
	margin-top: 0;
}


/*-------------------------------------------------------------------

TYPOGRAPHIC CLASSES

-------------------------------------------------------------------*/

span.adr_float {
	float: left;
	width: 1.4cm;
}

span.adr_float.long {
	width: 4cm;
}



/*-------------------------------------------------------------------

IMAGES

-------------------------------------------------------------------*/
img {
	line-height: 0;
}

.kategorieListing img {
	width: 100%;	
}

#headerBox img#productImg {
	margin-top: .3cm;
	display: block;
}

/*-------------------------------------------------------------------

LINKS

-------------------------------------------------------------------*/

a {
	text-decoration: none;
	color: #526e1e;
	border-bottom: .5pt solid #526e1e;
}

a img {
	border: none;
}

a#logo {
	border-bottom: none;	
}

/* Shop Button and Product Button: replace text with image */
p.shopBtn a,
p.productBtn a {
}

/* Links kategorieListing */
.kategorieListing a,
.kategorieListing a:link,
.kategorieListing a:visited {
	border-bottom: none;
}

.kategorieListing a:hover,
.kategorieListing a:active,
.kategorieListing a:focus {
	background: none;
	color: #526e1e;
	border-bottom: none;
}

.kategorieListing h3 a:hover,
.kategorieListing h3 a:active,
.kategorieListing h3 a:focus {
	border-bottom-color: #6b9127;
}

/* link to external website that is opened in a new window */
a.external_link {
}

/* show href attribute of external links */
a.external_link:after,
a[target="_blank"] {
	content:" [URL: "attr(href)"]";
}


/*-------------------------------------------------------------------

FORMS 

-------------------------------------------------------------------*/

fieldset {
	border: solid 0 #fff;
}

fieldset legend {
	display: none;
}

label {
	display: block;
}

.checkbox label {
	display: inline;
}

input.text,
textarea {
	color: #000;
	padding: .1cm;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}

textarea {
	font-size: 100%;
}


/*-------------------------------------------------------------------
sideBox
-------------------------------------------------------------------*/

.sideBox,
#teaserContainer {
	width: 100%;
	margin: .3cm 0;
	padding: .1cm;
	border: 2pt solid #526e1e;
}

#teaserContainer {
	margin-top: .7cm;
}
