/************************************/
/* --------- template.css --------- */
/* -------------------------------- */
/* Die alten Definitionen           */
/* (z.b. table.auto, formulare usw) */ 
/* befinden sich in normal.css      */
/*                                  */
/*   !normal.css NICHT einbinden!   */
/* -------------------------------- */
/************************************/

/****************************/
/* Allgemeine Einstellungen */
/****************************/
body, html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

p, h1, h2, h3, h4, img {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll; /* Scrollbar staendig anzeigen um "Springen" der Seite zu verhindern */
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EBEEF4;
	background-image: url("1pic/background.jpg");
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 15px;
	color: #666666;
}

div.eintrag {
	margin-bottom: 20px;
}

.home div.eintrag  {
	margin-bottom: 0px;
}

.eintrag p {
	padding-bottom: 10px;
}

a {
	color: #666666;
	text-decoration: none;
}

a:HOVER {
	text-decoration: underline;
}

h1 {
	font-size: 1.8em;
	line-height: 1.0em;
	margin-bottom:10px;
}

h2 {
	font-size: 1.6em;
	line-height: 1.6em;
}

h3 {
	font-size: 1.4em;
	line-height: 1.4em;
}

h4 {
	font-size: 1.2em;
	line-height: 1.2em;
}

img { 
	border: none;
}

#imagebildHome ,#imagebild {
	padding-top: 1px;
	/*padding-bottom: 5px;*/
}

#imagebild {
	padding-bottom: 5px;	
}

#logo {
	text-align: center;
	padding-bottom: 54px;
}

p.error {
	color: red;
}

.underline {
	text-decoration: underline;
}

.underline:hover {
	text-decoration: none;
}

.inhalte70Lay .bilderbox,
.inhalte75Lay .bilderbox {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.inhalte71Lay .bilderbox,
.inhalte76Lay .bilderbox {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

/***********************/
/* Newsline-spezifisch */
/***********************/
.newslineEditLink a{
	display:block;
	clear:both;
	background-color:#c7e2ff;
	border:1px solid #f0f0f0;
	padding:3px;
	font-size:11px;
	color:#4279bc;
	font-weight:bold;
	text-align:left;
}
.newslineEditLink a:hover {
	color:#4279bc;
	text-decoration:none;
}

/************/
/* Template */
/************/
#template {
	width: 1014px;
	margin: 0 auto;
	background-image: url("1pic/schattenVertikal.jpg");
	background-position: top;
	background-repeat: no-repeat;
}

#template_middle {
	position: relative; 
	background-image: url('1pic/schattenContentVertikal.jpg');
	background-position: left;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	padding: 20px;
	float: left;
	width: 700px;
}

#tablemitte {
	background-image: url('1pic/schattenContentVertikal.jpg');
	background-position: left;
	background-repeat: repeat-y;
}

#template_left {
	float: left;
	width: 240px;
	padding-left: 17px;
}

#template_content {
	width: 504px;
	float: left;
}

#footer {
	width: 997px;
	height: 100px;
	margin: 0 auto;
	background-image: url('1pic/footerBg.png');
	padding-left: 17px
}

#footer a {
	text-decoration: underline;
}

#footer a:HOVER {
	text-decoration: none;
}

#footerkontakt {
	float: left;
	width: 200px;
	height: 107px;
	padding: 20px;
}

#footerkontakt p, #footerkontakt a {
	color: #7a91b5;
}

#footertext {
	float: left;
	width: 700px;
	height: 107px;
	padding: 20px;
}

#footertext p, #footertext a {
	color: #a6b6ce;
}

/**************/
/* Navigation */
/**************/
/* Shop / Hof */
ul.navigationspunkte {
	padding: 0;
	margin: 0;
	padding-top: 1px;
	padding-left: 20px;
	list-style: none;
	width: 200px;
}

ul.navigationspunkte li {
	border-bottom: 1px solid #FFFFFF;
	line-height: 23px;
}

ul.navigationspunkte li a {
	display: block;
	color: #0F397A;
	text-decoration: none;
	font-weight: bold;
	padding-left: 7px;
	background-image: url("1pic/bullet.jpg");
}

ul.navigationspunkte li a:HOVER {
	text-decoration: underline;
}

ul.navigationspunkte li a.aktiv {
	background-image: url("1pic/bullet_aktiv.jpg");
	color: #FFFFFF;
}

ul.navigationspunkte li ul {
	background-color: #EDF0F5;
	padding-left: 8px;
	width: 192px;
}

ul.navigationspunkte li ul li {
	border: none;
}

ul.navigationspunkte li ul li a {
	padding-left: 10px;
	background-image: url("1pic/bullet_subnav.jpg");
	background-repeat: no-repeat;
	background-position: 0 center;
}

ul.navigationspunkte li ul li a.aktiv {
	text-decoration: underline;
	background-image: url("1pic/bullet_subnav.jpg");
	background-repeat: no-repeat;
	background-position: 0 center;
	color: #0F397A;
}

/* Main */
div.navigationspunkte {
	background-color: #E5E9F1;
	height: 20px;
	background-image: url("1pic/navWarenkorb.jpg");
	background-position: 660px center;
	background-repeat: no-repeat;
	padding-left: 15px;
}

div.navigationspunkte a {
	height: 20px;
	float: left;
	line-height: 20px;
}

div.navigationspunkte a {
	padding-right: 35px;
}

div.navigationspunkte a {
	display: block;
	color: #728AB1;
	text-decoration: none;
	font-weight: bold;
}

div.navigationspunkte a:HOVER, div.navigationspunkte a.aktiv {
	text-decoration: underline;
}

/******************/
/* Infobox Rechts */
/******************/
#infoboxRechts {
	width: 196px;
	background-color: #FFFFFF;
	float: left;
	position: relative;
	right: -16px;
	font-size: 11px;
	color: #002C72;
	line-height: 1.2em;
}

#drSeidl {
	background-image: url('1pic/infoRechtsDrseidl.jpg');
	height: 137px;
	padding-left: 10px;
	padding-top: 42px;
	border-bottom: 1px solid #FFFFFF;
	position: relative;
	background-repeat: no-repeat;
}

#drSeidl div {
	width: 160px;
}

#anrissRechts {
	position: relative;
}

#anrissRechts p {
	margin: 0;
	padding: 0;
}

#anrissRechtsContent {
/*	background-color: #E5E9F1;*/
/*	width: 160px;*/
/*	padding: 10px;*/
}

#anrissRechtsContent ul {
	margin: 0;
	position: relative;
	list-style: none;
	width: 78px;
	height: 26px;
	background-image: url('1pic/detailsbutton.jpg');
	bottom: -8px;
	left: 10px;
	padding-left: 15px;
	padding-top: 8px;
	font-size: 12px;
	font-weight: bold;
}

#anrissRechtsContent ul a {
	color: #6F87AE;
}

#souvenier {
	background-image: url("1pic/souvenier.jpg");
	height: 172px;
	position: relative;
}

#souvenier div {
	width: 80px;
	position: relative;
	left: 90px;
}

#biozertifikat {
	background-image: url('1pic/infoRechtsBio.jpg');	
	width: 114px;
	height: 46px;
	padding-top: 10px;
	padding-left: 62px;
	padding-right: 20px;
	margin-top: 14px;
	position: relative;
}

#facebook {
	background-image: url("1pic/facebookBg.jpg");
	width: 166px;
	padding: 10px;
	margin-top: 14px;
	position: relative;
}

#facebook a {
	color: #002C72;
}

#facebook_left {
	width: 42px;
	float: left;
}

#facebook_right {
	width: 124px;
	float: left;
}

#facebook_right p {
	padding: 4px 0 12px 0;
}

#biozertifikat a {
	color: #002C72;
	display: block;
}

.newsHomeAnriss {
	background-image: url('1pic/newblock.png');
	background-position: left bottom;
	height: 90px;
	width: 196px;
	position: relative;
	margin: 0 0 1px 0;
}

.newsImage {
	position: absolute;
	left: 10px;
	top: 10px;
}

.newsText {
	position: absolute;
	left: 95px;
	top: 9px;
	width: 80px;
}
.newsText {
color:#0F397A;
font-weight:bold;
}

.newsLink {
	position: absolute;
	right: 37px;
	bottom: 14px;
	color: #6F87AE;
}

#anrissRechts .eintrag {
	margin: auto;
}

/**************/
/* QuickLinks */
/**************/
div.quicklinks {
	margin-top: 20px;
	background-color: #E5E9F2;
	width: 504px;
	height: 30px;
	position: absolute;
	bottom: 20px;
}

div.quicklinks a {
	color: #728AB1;
	font-weight:bold;
	line-height: 30px;
}

div.quicklinks ul {
	margin:0;
	padding:0;
}

div.quicklinks li {
	float: left;
	padding-left: 25px;
	margin-left: 25px;
	list-style:none;
	background-repeat:no-repeat;
	background-position:left center;
}

div.quicklinks li.newsletter {
	background-image:url(1pic/icon-newsletter.gif);
}

div.quicklinks li.prospekte {
	background-image:url(1pic/icon-prospekte.gif);
}

div.quicklinks li.anfrage {
	background-image:url(1pic/icon-anfrage.gif);
}

/*************/
/* AutoTable */
/*************/
table.auto {
	margin-bottom: 10px;
}

table.auto th {
	text-align: left;
	color: #728AB1;
	padding-left: 2px;
	padding-right: 2px;
}

table.auto td {
	padding-left: 2px;
	padding-right: 2px;
}

/********/
/* Misc */
/********/
.backLink {
	margin-top: 25px;
	width: 236px;
	height: 56px;
	background-image: url('1pic/backLink.jpg');
	position: absolute;
	bottom: 70px;
}

.backLink a {
	font-size: 12px;
	font-weight: bold;
	color: #728AB1;
	display: block;
	padding-left: 27px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 18px;
}

#langswitch {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	color: #B2BFD2;
}

#langswitch li {
	float: left;
	padding-left: 20px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: 0 center;
}

#langswitch li a {
	color: #002C72;
	text-decoration: none;
}

#langswitch li a:HOVER {
	text-decoration: underline;
}

.clear  {
	font-size: 0;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.row2 {
	background-color: #E5E9F2;
}

div.faqkategorien {
	padding-bottom: 10px;
	border-bottom: 1px solid #FFD100;
	margin-bottom: 10px;
}

div.faqsDetailLay {
	padding-bottom: 10px;
	border-bottom: 1px solid #CCD5E3;
	margin-bottom: 10px;
}

.bestelldurchsichtKundendaten, .bestelldurchsichtZahlungsform, .bestelldurchsichtWarenkorb {
	border-bottom: 1px solid #e5e9f1;
}

.bearbeitungsLink {
	text-align: right;
}
.bestelldurchsichtKundendaten a, .bestelldurchsichtZahlungsform a, .bestelldurchsichtWarenkorb a {
	color: #728AB1;
	font-weight: bold;
}

table.kundendaten th{
	text-align:left;
}

.text {
	width: 200px;
	margin-bottom: 5px;
}

select {
	width: 205px;
	margin-bottom: 5px;
}

/*####################################################*/
/**************/
/* ContentNav */
/**************/
#inhalteContentnavmodul div div {
	background-image: url("1pic/forwardLink.jpg");
	float: left;
	margin-right: 10px;
}

#inhalteContentnavmodul div div a {
	display: block;
	width: 216px;
	height: 36px;
	color: #728AB1;
	font-weight: bold;
	padding: 10px;
}

/****************/
/* ProduktListe */
/****************/
.produktlisteEintrag, .produktlisteEintragHome {
	width: 504px;
	height: 100px;
	/*float: left;*/
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	background-repeat: no-repeat;
}

 .produktlisteEintragHome {
	width: 236px;
	float: left;
}

.produktlisteEintrag p, .produktlisteEintragHome p{
	margin: 0;
	padding: 0;
}

.produktlisteEintrag a, .produktlisteEintragHome a {
	font-size: 13px;
	font-weight: bold;
}
/*************************/
/* ProduktKategorieListe */
/*************************/
.produktkategorien {
	empty-cells: hide !important;
}

.produktkategorienListeLay {
	width: 236px;
	height: 91px;
	float: left;
	background-image: url("1pic/kategorienBg.jpg");
}

.listeBilder {
	padding-top: 10px;
	float: left;
	width: 71px;
	height: 71px;
	padding-left: 12px;
}

.listeText {
	float: left;
	width: 120px;
	padding-left: 12px;
	padding-top: 38px;
}

/*************/
/* Warenkorb */
/*************/
.waren {
	margin-bottom: 15px;
}

.warenkorb th {
	text-align: left;
	padding: 5px;
}

.warenkorb td {
	text-align: left;
	padding: 5px;
	font-size: 0.8em;
}

.warenkorb td h5 {
	font-size: 1em;
	margin: 0;
}

.warenkorb tr.summe td {
	font-weight: bold;
}

.warenkorb .center {
	text-align: center;
}

.warenkorb .right {
	text-align: right;
}

.warenkorb tr.header th {
	border-top: 1px solid #CCD5E3;
	border-bottom: 1px solid #CCD5E3;
}

.warenkorb tr.summe td {
	border-top: 1px solid #CCD5E3;
	border-bottom: 1px solid #CCD5E3;
}

.warenkorb form {
	margin-bottom: 20px;
}

.warenkorb a {
	color: #728AB1;
	text-decoration: underline;
}

.warenkorb a:HOVER {
	text-decoration: none;
}

div#warenkorbSchritte a {
	display: block;
	width: 126px;
	height: 40px;
	float: left;
}

.warenkorb .stk {
	font-size: 1em;
	height: 10px;
	border: 1px solid #CCD5E3;
}

p.bearbeitungsLink a {
	color: #728AB1;
	text-decoration: underline;
}

/************************/
/* Warenkorb Navigation */
/************************/
div.warenkorbLinks {
	margin-bottom: 27px;
	margin-left: 20px;
	padding: 10px;
	background-color: #E5E9F1;
	color: #0F397A;
	width: 180px;
	position: relative;
}

div.warenkorbLinks ul {
	list-style: disc;
	margin: 0;
	padding: 0;
	padding-left: 20px;
}

div.warenkorbLinks ul li {
	padding-bottom: 5px;
}

#warenkorbLinksLink {
	background-image: url("1pic/bullet.jpg");
	width: 200px;
	height: 23px;
	position: relative;
	left: -10px;
	bottom: -10px;
	border-top: 1px solid #FFFFFF;
}

#warenkorbLinksLink a {
	display: block;
	color: #0F397A;
	text-decoration: none;
	font-weight: bold;
	padding-left: 7px;
	line-height: 23px;
}

#warenkorbLinksLink a:HOVER {
	text-decoration: underline;	
}

/* Suche */
#search_box {
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px;
	margin-bottom: 27px;
	background-color: #EDF0F5;
}

#search_box #tf_search {
	margin-bottom: 5px;
	width: 175px;
}

/* Member Zeile */
.memberInfo {
	margin-bottom: 20px;
	font-size: 1.1em;
}

