/* ******************
 Generelle Einstellugen
******************** */
*{
    margin: 0;
    padding: 0;
	border: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #666;
}
html,body {
	background-color: #a8ca5d;
}
div.clear {
	clear: both;
}
h1{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #66cc33;

}
h2 {
	font-size: 16px;
	margin-bottom: 10px;

}
h3 {
	margin-bottom: 5px;
}
p {
	margin-bottom: 10px;
	text-align: justify;
}
ul {
	list-style: inside;
	margin-bottom: 10px;
	color: #666;
}
span.wichtig {
	font-weight: bold;
}
/* ******************
 Layout
******************** */
div#wrapperOben {
	width:100%;
	/* height:375px; */
	background-image:url("bgHeader.jpg");
	
}
div#wrapperMitte {
	width:100%;
	height: auto;
	background-color: #f5f5f5;
	background-image:url("bgBody.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	
}
div#wrapperUnten {
	width:100%;
	height:19px;
	background-image:url("bgFooter.jpg");
	padding: 10px 0px 10px 0px;
}
div#header {
	position: relative;
	width: 900px;
	margin: auto;
	height: 337px;
}
div#headerLogo {
	position:absolute;
	width: 373px;
	height: 337px;
	right: 0px;
	top:0px;
	background-image: url("logo.jpg");
	z-index: 5;
}
div#bgNav {
	position: absolute;
	right: 25px;
	top: 10px;
	width: 315px;
	height: 80px;
	background: white;
	z-index: 10;
		
	/* Transparenz */
	filter:alpha(opacity=40); /* IE */
	-moz-opacity:0.4; /* Gecko-Browser */
	opacity:0.4; /* Opera 9+ */
}
div#headerWK {
	position: absolute;
	right: 225px;
	top: 23px;
	z-index: 15;
}
div#headerLinks{
	position: absolute;
	width: 90px;
	top: 15px;
	right: 100px;
	z-index: 15;
}

img#headerFlagDe {
	position: absolute;
	right: 35px;
	top: 20px;
	z-index: 15;
}
img#headerFlagEn {
	position: absolute;
	right: 35px;
	top: 55px;
	z-index: 15;
}
div#content {
	position: relative;
	margin:auto;
	width: 858px;
	background: white;
	padding: 20px;
	border: 1px solid #c0c0c0;
}
div#breadcrumbs {
	margin-bottom: 10px;
}
div#breadcrumbs a {
	font-size: 10px;
	text-decoration: none;
	color: #666666;
	padding-right: 5px;
}
div#contentLeft {
	width: 190px;
	float: left;
	border-right: 1px solid #c0c0c0;
	padding-right: 20px;
}
div#contentLeftImg {
	float: left;
	width: 200px;
}
div#contentRight {
	position: relative;
	float: left;
	padding-left: 20px;
	width: 606px;
	border-left: 1px solid #c0c0c0;
	left: -1px;
}
div#contentRightImg {
	float: left;
	padding-left: 20px;
	width: 630px;
}	
address {
	margin:auto;
	width: 900px;
	height: 39px;
	font-size: 10px;
	text-align: center;
	color: black;
}	

/* ******************
 Navigation
******************** */
#navMain {	
	height: 37px;
	width:900px;
	margin: auto;
	background-image: url(bgNavMain.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	
}
#navMain li {
	float: left;
	height: 37px;
	list-style-type: none;
	list-style-position: outside;
	background-color: white;
}
#navMain li a {
	float: left;
	height: 25px;
	padding: 12px 17px 0 17px;
	margin: 0 1px 0 0;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(bgNavMain.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
#navMain li a:hover, #navMain li .on {
	background-image: url(bgNavMainOn.jpg);
}


/* ******************
 Content
******************** */
img#iso {
	float: right;
	margin-left: 20px;
}
img#guetesiegel {
	margin-bottom: 10px;
	margin-left: 50px;
}





/********************************
Blättern 
********************************/

.blaettern {
	text-align: right;
	margin-top: 20px;
}
	
.blaettern a {
	padding: 1px 5px 1px 5px;
	color: #000;
	border: 1px dotted #666;
	text-decoration: none;
	font-size: 11px;
	
}
.blaettern a.on {
	font-weight: bold;
	color: #000;
	background-color: #66cc33;
}

.blaettern a:hover {
	color: #000;
	background-color: #66cc33;
	text-decoration: none;
}

.blaettern ul { 
	list-style: none;  
}  

.blaettern li { 
	display: inline; 
	padding: 0px 0px 0px 1px;
}

/********************************
Formular und Inputs 
********************************/
input, textarea, select {
	border: 1px solid #666;
}
input.button {
	border: 0px;
	
}

/********************************
Shop 
********************************/

div.mShopArtikelgruppen ul {
	list-style-type: none;
	border-top: 1px dotted #666;
	background: inherit;
}

div.mShopArtikelgruppen ul li {
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dotted #666;
	
}

div.mShopArtikelgruppen ul ul {
	margin-left: 10px;
	padding: 0px;
}

div.mShopArtikelgruppen ul a {
	white-space:nowrap;
	margin: 0;
	font-size: 12px;
	color: #666;
	text-decoration: none;

}
div.mShopArtikelgruppen ul a:hover {
	color: #66cc33;
}

div.mShopArtikelgruppen ul a.on {

}

table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}
table td, table th {
	border: 1px dotted #666;
	padding: 2px 5px 2px 5px;
}


table.dgrBilder td{
	width: 33%;
	text-align: center;
	padding: 10px;
	vertical-align: top;
}

table.mShopdgrArtikel td h3 {
	margin-bottom: 10px;
}
table.mShopdgrArtikel div.details {
	position: relative;
	height: 180px;
}
table.mShopdgrArtikel div.artikelPreis {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
table.mShopdgrArtikel div.artikelDetails {
	position: absolute;
	right: 1px;
	bottom: 0px;
}

div.mShop div.bild {
	float: left;
	width: 300px;
	margin-right: 20px;
}
div.mShop div.text {
	float: left;
	width: 300px;
}
div.detailbild {
	text-align: center;
}


input#btnAddToCart {
	border: 0px;
	background-color: inherit;
	background-image: url(btn_korb.jpg);
	width: 120px;
	height: 18px;
	text-indent: -999px;
	
}
div.mShop div.preis {
	font-weight: bold;
}
div.mShop div.text div {
	margin-bottom: 5px;
}

table#dgrWarenkorb {
	width: 100%;
	border-collapse: collapse;
}

table#dgrWarenkorb th {
	background: #c6c6c6;
	
}
div.btnRight {
	margin-top: 10px;
	text-align: right;
}
table.formular th {
 	text-align: left;
	width: 160px;
 }
 
table#sAngaben {
 	margin-bottom: 20px;
 	background: blue;
 }
 
 
 /* ******************
 Shop Bestellung Wizard
******************** */
.wizard{
	padding: 3px 0;
	margin-bottom: 20px;
	margin-top: 0.1em;
	font: bold 12px Arial;
}

.wizard li{
	list-style: none;
	display: inline;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 22px;
	margin-right: 10px;

}

.wizard li#btn_dgrWarenkorb { background-image: url("wiz1_ok.jpg"); }
.wizard li#btn_dgrWarenkorb_current { background-image: url("wiz1_ok.jpg"); }
.wizard li#btn_dgrWarenkorb_off { background-image: url("wiz1.jpg"); }

.wizard li#btn_sAngaben { background-image: url("wiz2_ok.jpg"); }
.wizard li#btn_sAngaben_current { background-image: url("wiz2_ok.jpg"); }
.wizard li#btn_sAngaben_off { background-image: url("wiz2.jpg"); }

.wizard li#btn_frmBestellung { background-image: url("wiz3_ok.jpg"); }
.wizard li#btn_frmBestellung_current { background-image: url("wiz3_ok.jpg"); }
.wizard li#btn_frmBestellung_off { background-image: url("wiz3.jpg"); }

.wizard li#btn_sBestellung { background-image: url("wiz4_ok.jpg"); }
.wizard li#btn_sBestellung_current { background-image: url("wiz4_ok.jpg"); }
.wizard li#btn_sBestellung_off { background-image: url("wiz4.jpg"); }

.wizard li.current{
	
}
.wizard li.current a{
	text-decoration: underline;
}

.wizard li a{
	text-decoration: none;
	background-image: none;

}
.wizard li.off{

}

.wizard li a:link, .wizard li a:visited{
	 
}

.wizard li a:hover{
	text-decoration: underline;
}

.wizard li a.current:link, .wizard li a.current:visited {
		
}

/**********************************************************
	Aktuelles
**********************************************************/

div.mAktuelles p {
	border-bottom: 0px solid gray;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
div.mAktuellesdgrArchivRow, div.mAktuellesdgrBoxRow, div.mGaleriedgrAlbenRow {
	border-bottom: 1px dotted #666;
	padding-bottom: 10px;
	padding-top: 10px;
}

div.mAktuellesdgrBox h2 {
	border-bottom: 1px dotted #666;
	padding-bottom: 10px;
}

div.link {
	text-align: right;
}

div.mAktuellesdgrBoxRow div.bild {
	float: left;
	margin-right: 10px;
	width: 60px;
}
div.mAktuellesdgrBoxRow div.text {
	float: left;
	margin-right: 10px;
	width: 100%;
}
div.mAktuellesdgrBoxRow span {
	display: none;
}
 
div.mAktuellesdgrArchivRow div.bild {
	float: left;
	margin-right: 10px;
	width: 60px;
}
div.mAktuellesdgrArchivRow div.text {
	float: left;
	margin-right: 10px;
	width: 400px;
}
div.mAktuellesdgrArchivRow p.datum {
	display: none;
}
div.mAktuellesdgrArchiv {
	border-top: 1px dotted #666;
}
div.mAktuellesfrmDetails p.datum {
	display: none;
}



/**********************************************************
	Kontaktforumular
**********************************************************/
table.kontakt th {
	width: 150px;
	text-align: left;
}
p.error {
	color:red;
	margin: 10px 0px 10px 0px;
}
input.btnSubmit {
	color: black;
	text-align: center;
	padding: 3px;
	background-color: #66cc33;
}