@charset "UTF-8";

/* ---------- Body ---------- */

html, body {
	height: 100%;
}

<!--
body {
    	font: 100% Arial, Helvetica, sans-serif;
    	background: #ffffff;
    	margin: 0;
    	padding: 0;
    	text-align: center; /* Hierdurch wird der main in IE 5*-Browsern zentriert. Dem Text wird dann im #main-Selektor die Standardausrichtung left (links) zugewiesen. */
    	color: #333333;
}

/* ---------- Font Styles ---------- */

p {
	font-size:12px;
	margin: 7px 0 5px 0;
	overflow: visible;
}

#main ol,
#main ul, 
#main main li {
	font-size: 12px;
	line-height: 150%;
}

#main ol li {
	margin-bottom: 12px;
}

#main p,
#main ul {
	line-height: 150%;
}

#header_content p,
#footer_content p {
	margin: 0;
}

#header_content p {
	padding-top: 18px;
}

sup { font-size: 50%; }


h1 {
	font-size: 22px;
	padding-top: 13px;
	padding-bottom: 9px;
	color: #666;
}

h2 {
	font-size: 18px;
	padding-top: 9px;
	padding-bottom: 3px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	padding-top: 8px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}

h2[id] { /* Korrektur der Anzeige für #-Links aufgrund des fixed Headers */
 	margin-top:-110px; /* Dieser Wert kann variieren. */
 	padding-top:110px; /* Dieser Wert kann variieren. */
	overflow: visible;
}

strong { font-weight: bold; }

table,
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align:top;
	background-color: #f7edf1;
}

thead,
tbody {
	border-left: 5px solid #f7edf1;
	border-right: 5px solid #f7edf1;
}

th {
	font-weight: bold;
	padding: 5px 12px 5px 3px;
}

tr {
	line-height: 150%;
}

td {
	padding: 5px 12px 5px 3px;
	border-top: 1px dotted #333;
}

address {
	font-size: 12px;
	line-height: 150%;
}

em {
	font-style: italic;
}

/* ---------- Quotes for different languages ---------- */

:lang(de)    { quotes:"\201E" "\201C" "\201A" "\2018"; }
:lang(de-DE) { quotes:"\00BB" "\00AB" "\203A" "\2039"; }
:lang(de-CH) { quotes:"\00AB" "\00BB" "\2039" "\203A"; }
:lang(en)    { quotes:"\201C" "\201D" "\2018" "\2019"; }
:lang(fr)    { quotes:"\00AB\00A0" "\00A0\00BB" "\2039\00A0" "\00A0\203A"; }

/*
q:before { content:open-quote; color:#303; }
q:after { content:close-quote; color:#303; }
q q:before { content:open-quote; color:#303; }
q q:after { content:close-quote; color:#303; }
*/

q { font-size:18px; }
q { color:#333; }

blockquote {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	margin-top: 8px;
	margin-bottom: 10px;
	text-indent: 20px;
}


/* ---------- General Link Styles ---------- */

a {
	font-size: 12px;
	color: #303;
}

/* Links innerhalb des Textflusses */
a.inline-link {
	font-size: 12px;
	color: #303;
}
/* werden mit lila Hintergrund und weisser Schrift markiert bei Rollover */
a.inline-link:hover {
	color: #fff;
	background-color: #303;
}

/* Links die alleine stehen, d.h. nicht im Textfluss sondern am Fuß eines Abschnitts */
#main a.standalone {
	color: #333;
	background-color: transparent;
	background-image: url(../img/icons/icon_gelbes-blatt_16x13.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}

#main a.standalone:hover {
	color: #303;
	text-decoration: underline;
}

#main a.buttonlink,
#main a.buttonlink:hover {
	font-size: 14px;
}

#main a.buttonlink:hover {	
	color: #303;
}

#main a.buttonlink img {
	vertical-align: text-bottom;
}


/* ---------- Wrapper ---------- */

.oneColFixCtrHdr #wrapper { 
	text-align:center; 
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}

html>body #wrapper { /* hack for IE */
	height: auto;
}

/* ---------- Header ---------- */

.oneColFixCtrHdr #header {
	height: 100px;
	width: 99.99%;
	color: #ffffff;
	background-color: #330033;
	position: fixed;
	left:0;
	top:0;
}

.oneColFixCtrHdr #header_content {
	width: 900px;
	margin: 0 auto;
	height: 100px;
}

.oneColFixCtrHdr #header_topbar {
	text-align: right;
}

.oneColFixCtrHdr #header_topbar p {
	color: #f7edf1;
	font-size: 11px;
}

.oneColFixCtrHdr #header_logo {
	height: 46px;
	text-align: left;
	padding-top: 24px;
}

/* ---------- Navigation ---------- */

.oneColFixCtrHdr #navigation {
	float: right;
	text-align: right;
	padding-top: 7px;
}

/* CSS Hack for Safari only */
html* #navigation {
	padding-top: 8px !important;
}

#navigation li {
	float: left;
}

#navigation ul li a {
	font-size: 13px;
	color: #fff;
	background-color: transparent;
	padding: 5px 8px 5px 8px;
	text-decoration: none;
}

#navigation ul li a:hover,
#navigation ul li .active {
	color: #303;	
	background-color: #ffffff !important;
}

/* ---------- Sub Navigation ---------- */

#sub-navigation {
	list-style-position: outside;
	width: 242px;
	background-color: #f7edf1;
	padding: 10px 10px 0 10px;
	height: 99%;
	margin-left: 8px;
}

#sub-navigation li ul {
	list-style-type: square;
	list-style-position: outside;
}
#sub-navigation li.level_1 {
	line-height: 22px;
	border-bottom: 1px solid #999;
}
#sub-navigation li.level_2 {
	margin-left: 16px;
}
#sub-navigation li.level_3 {
	margin-left: 32px;
}

/* set all li a to display:block */

#sub-navigation h2 a{
	color: #333;
	font-size:18px;
	padding-bottom:3px;
	padding-top:9px;
}

#sub-navigation li a,
#sub-navigation li a:link,
#sub-navigation li a:visited {
	display: block;
	color: #333;
}

#sub-navigation a:hover,
#sub-navigation a:active,
#sub-navigation a.active {
	color: #fff !important;
	background-color: #303;
}

#sub-navigation li.level_1 a {
	font-size: 14px;
	padding: 3px;
}
#sub-navigation li.level_2 a {
	font-size: 12px;
	padding: 3px;	
}
#sub-navigation li.level_3 a {
	font-size: 11px;
	padding: 2px;
}

/* a:hover styles */
#sub-navigation h2 a:hover{
	color: #303;
	font-size:18px;
	padding-bottom:3px;
	padding-top:9px;
}

#sub-navigation li.level_1 a:hover,
#sub-navigation li.level_2 a:hover,
#sub-navigation li.level_3 a:hover {
	color: #fff;
	background-color: #303;
}


/* ---------- Breadcrumb ---------- */

#breadcrumb,
#breadcrumb p
{
	color: #999;
}

.breadcrumb_pre {
	color: #999;
}

.breadcrumb_root {
	color: #999;
}
.breadcrumb_active_page {
	color: #999;
}

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

/* ---------- Main ---------- */

.oneColFixCtrHdr #main {
	text-align:left;
	width: 900px;
	margin: 0 auto; 
	padding-top: 100px;
}
	
.oneColFixCtrHdr #main { 
	text-align:left; 
}

.oneColFixCtrHdr #main_content {
	padding-bottom: 30px;
}

#main .col_left { 
	width: 430px;
	margin-right:40px;
}

#main .col_right {
	float: right;
	width: 400px; 
	margin-right:10px;
}

#main .col_left_wide {
	margin-right:300px;
	padding-right: 10px;
	background-color: #fff;
}

#main .col_right_small {
	float: right;
	width: 260px;
	padding-left: 10px; 
	padding-right: 10px;
}

/* ---------- Footer ---------- */

.oneColFixCtrHdr #footer { 
	height: 24px;
	width: 99.99%;
	_width: 100%; /* correction for IE */
	color: #ffffff;
	background-color: #330033;
	position: absolute;
	bottom:0;
	left: 0;
}

/* html>body #footer { position:fixed; }  for moz/opera and others */

.oneColFixCtrHdr #footer p,
.oneColFixCtrHdr #footer a
{
	font-size: 11px;
	color: #999; /* Farbe: creme */
}

.oneColFixCtrHdr #footer_content {
	width: 900px;
	margin: 0 auto;
	padding-top: 6px;
}

.oneColFixCtrHdr #footer_content a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* ---------- Custom Boxes ---------- */

.linkbox {
	
}

/* ---------- Custom Classes ---------- */

.float_left { 
	float: left;
}

.float_right { 
	float: right;
}

.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	 clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.align_right {
	text-align: right;
}

/* purnaturdielen - Produktübersicht */

.purnaturdielen_ubersicht {
	background-color: #f7edf1;
	padding: 10px;
	margin-bottom: 20px;
}

.purnaturdielen_ubersicht h2 {
	height: 36px;
	padding: 0;
}

.imageblock_left {
	width: 275px;
	margin-right: 25px;
	margin-top: 5px;
	float: left;
}

.textblock_center {
	margin-right: 280px;
}

.linkblock_right {
	float: right;
	width: 275px;
	margin-left: 25px;
}

.textblock_center p,
.linkblock_right p {
	margin-top: 0;
}

#main .imagecontainer { margin-top: 10px; }

#main .imagecontainer a img {
	margin: 6px 6px 0px 0px;
}

#main .imagecontainer a,
#main .imagecontainer a:hover {
	background-image: none;
	padding: 0;
	margin: 0;
}

.image_thumb_left {
	margin: 3px 20px 3px 0;
}

.image_thumb_right {
	margin: 3px 0 3px 20px;
}

.image_subtitle {
	color: #666;
	font-size: 11px;
}

.list-style-on {
	list-style: disc;
	list-style-position: outside;
	list-style-image: url(../img/icons/icon_list-bullet.gif);
	margin-left: 14px;
}

/* Inhaltsverzeichnis */
	
.content-summary {
	width: 580px;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0px;
	background-color: #fff;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
}
.content-summary li {
	list-style-position: outside;
	padding-left: 1px;
	margin-left: 14px;
}
.content-summary a {
	color: #333;
}
.content-summary a:hover {
	color: #303;
	background-color: transparent;
	text-decoration: underline; 
}

.numbered-list {
	list-style: decimal !important;
	list-style-position: outside !important;
	margin-left: 0;
}
.numbered-list li {
	margin-left: 18px;
}

.alpha-list {
	list-style: lower-alpha;
	list-style-position: outside !important;
	margin-left: 18px;
}

.content_footer {
	margin-top: 16px;
}

.zuruck {
	padding-top: 12px;
	padding-right: 2px;
}

.line-height-175 {
	line-height: 175% !important;
}

.new_content_block {
	padding-top: 100px;
}

.dotted-underline {
	border-bottom: 1px dotted #333;
}

.top-link {	
	float: right;
	text-align: right;
	margin-top: 1px;
}
.top-link a {
	color: #fff;
	background-color: #303;
	font-size: 10px;
	padding: 3px 5px 3px 5px;
	line-height: 100%;
}

.small-break {
	display: block;
	line-height: 75%;
}

-->