/* ---------------------------------------------------------
   allgemein
--------------------------------------------------------- */
body {
	color: #000;
	margin: 0;
	padding: 0;	
	text-align: left;	
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt !important;
	background-image: none;
}

h1, h2, h3, h4, h5, h6, p, form, fieldset {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 15pt;
	font-weight: bold;
	margin-bottom: 10pt;
	color: #000;
}

h2 {
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 10pt;
	color: #000;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 10pt;
	color: #000;
}

h4 {
	font-size: 10pt;
	margin-bottom: 6pt;
}
h4 img {
	background-color: #cacaca;
}

h1 a,
h2 a,
h3 a,
h4 a {
	text-decoration: none;
	color: black;
}

table {
	border-collapse: collapse;
	margin-left: 0.1em;
	font-size: 1em;
}
table td, table th {
	border: 1px solid #000;
	padding: 0.2em;
	color: #000;
}

img {
	border: none;
}

p {
	line-height: 13pt;
	padding-bottom: 12pt;
}

.offs-w10 { margin-left: 10px; }
.offs-w20 { margin-left: 20px; }
.offs-o5 { margin-right: 5px; }
.offs-n10 { margin-top: 10px; }
.offs-s5 { margin-bottom: 5px; }
.offs-s10 { margin-bottom: 10px; }
.offs-s15 { margin-bottom: 15px; }
.offs-s20 { margin-bottom: 20px; }
.offs-s30 { margin-bottom: 30px; }
.offs-s200 { margin-bottom: 200px; }

/* ---------------------------------------------------------
   spezialitaeten
--------------------------------------------------------- */
#nav-box,
#logo-bar,
#ctx-container,
#content-sub,
#ctx-oversize,
.shortteaser,
.addthis_button,
.col-3,
#banner-box,
#promooverlay,
.fb-wrapper,
.offerbox .logo,
.offerbox .offerctn img,
.offerbox .product {
	display: none;
}

.hr {
	border-top: 1px solid #cacaca;
	margin: 20px 0;
}

#context-box {
	background-image: none;
	background-color: #fff;
}

/* Ausblenden der h2- und h3-Bilder */
#content h2 img,
#content h3 img {
	display: none;
}
/* Ersetzen des h3-Bildes durch seinen ALT-Text in anderer Schrift */
#content h3 p.skip {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	display: block;
	padding-top: 8pt;
}
/* Abstand der h4-Texte nach unten verkleinern */
#content h4 {
	padding-top:    8pt;
	padding-bottom: 2pt;
	margin-bottom:  0;
}

