/*
-----------------------------------------------
Author:   	SchnickSchnackSchatz
Version:  	Version: 1.0 (Juli 2008)
----------------------------------------------- */

html,body {
	background: #edebe2;
	margin: 5px 0 0 0;
	color: #b69e7c;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

h1, h2 {
	color: #333;
	font-size: 14px;
	margin: 0;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0 0 10px 0;
	display: inline;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	color: #666;
	padding-left:5px;
}
img {
	border: medium none;
}
a, a:link, a:visited, a:active {
	font-size: 12px;
	font-weight: bold;
	color: #333;	
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a img:hover {
	opacity: 0.75;
}
/* -------------------------------------------------------------------
	index.php
------------------------------------------------------------------- */

#index {
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
	font-size: 10px;
	color: #b69e7c;
}
/* -------------------------------------------------------------------
	DIV index2.php 
------------------------------------------------------------------- */

#page {
	margin: 0 auto;
	font-size: 12px;
	color: #333333;
	width: 960px;
	/* border: 1px solid #b69e7c; */
	background: url(../pics/bg_allgemeiner.jpg) repeat-y;
	
}
#head {
	background: url(../pics/bg_head.jpg) no-repeat top;
	height: 142px;
}
#navi {
	float: left;
	height: 320px;
	width: 238px;
	background: url(../pics/bg_navi.jpg) no-repeat left top;

}
#content {
	float: right;
	min-height: 320px;
	width: 722px;
	background: url(../pics/bg_content.jpg) no-repeat right top;
}

#foot {
	clear: both;
	height: 188px;
	width: auto;
	background: url(../pics/bg_foot.jpg) no-repeat bottom;
}

/* -------------------------------------------------------------------
	LINKS in der Navi 
------------------------------------------------------------------- */

#navi ul, #foot ul {
	list-style: none;
}
#navi a, #foot a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	width: 120px;
	font-size: 14px;
	color: #333;
	letter-spacing: 1px;
	line-height: 30px;
	/* border-bottom: 2px dotted #edebe2; */
}

#navi a {
	background-color: #edebe2;

}
#navi a:hover, #foot a:hover {
	/* border-bottom: 2px dotted #666666; */
	color: #666;
	text-decoration: none; 
}

#navi ul li div {
	position: absolute;
}
#navi ul div ul {
	display: none;
	position: absolute;
	left: 75px;
	top: -30px;

}
#navi li.aktiviert div ul {
	display: block;
}
#navi li:hover div ul {
	display: block;
}

#navi ul div ul a {
	width: 50px;
	color: #666;

}
/* -------------------------------------------------------------------
	LINKS in der foot 
------------------------------------------------------------------- */
#foot {
	text-align: center;
}
#foot ul {
	/* !important ist für alle außer ie und muss zuerst stehen */
	padding: 88px 0 0 180px !important;
	padding: 88px 0 0 145px;
}
#foot li {
	float: left;
}
#foot a {
	background-color: none;
}
#foot div {
	float: left;
	padding: 0 0 0 40px;
}

/* ------------------------------------------------------------------- */
#copy {
	margin: 0 auto;
	font-size: 10px;
	color: #b69e7c;
	width: 960px;
	text-align: center;
}
.copypopup {
	width: 600px !important;
}

/* -------------------------------------------------------------------
	Artikel 
------------------------------------------------------------------- */

.produktrahmen {
	background-color: #FFF;
	border: 3px dotted #b69e7c;
	min-height: 145px;
	width: 650px;
	float: left;
	margin: 0 0 15px 0;
}
.produktrahmen img {
	float: left;
	height: 135px;
	padding: 5px 5px 0 5px;
	width: 180px;
}
.produktrahmen h1 {
	font-family: "Times New Roman", Times, serif;
	display: block;
	padding: 0 0 10px 0;

}
.produktbeschreibung {
	float: left;
	min-height: 100px;
	padding: 5px;
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}
.preisstueckwarenkorb {
	float: right;
	width: 450px;
	padding: 5px 5px 0 0;
	margin-bottom: 5px;
}
.preisfeld {
	float: left;
	font-weight: bolder;
	width: 130px;
	padding: 1px 0 0 0;
	font-size: 14px;

}
.menge {
	float: left;
	width: 130px;
}
.menge input {
	height: 15px;
	text-align: right;
	width: 20px;
}
.warenkorb {
	float: right;
	text-align: right;
	width: 130px;
}
.clear {
	clear: both;
}
/* -------------------------------------------------------------------
	Button 
------------------------------------------------------------------- */
.warenkorb input, #page #navi input {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	border: 0px;
	color: #333;
	background: #FFF url(../pics/korb.gif) no-repeat left center;
	text-align: right;
	width: 112px;
	cursor: pointer;
}
#page #navi input {
	margin-top: 6px;
}
.warenkorb input:focus , #page #navi input:focus {
	border: 0px;
}
.warenkorb input:hover, #page #navi input:hover {
	color: #666;
	text-decoration: underline; 
	background: url(../pics/korbhover.gif) no-repeat left center;
}
#page #navi input {
	border: 0px;
	background: #edebe2 url(../pics/korb.gif) no-repeat left center !important;
}
#page #navi input:hover {
	background: #edebe2 url(../pics/korbhover.gif) no-repeat left center !important;
}
/* -------------------------------------------------------------------
	Warenkorb 
------------------------------------------------------------------- */
.warenkorbrahmen img {
	float: left;
	height: 75px;
	padding: 5px;
	width: 100px;
}

.warenkorbrahmen {
	background-color: #FFF;
	border: 3px dotted #b69e7c;
	min-height: 85px;
	width: 650px;
	float: left;
	margin: 0 0 15px 0;
}
.warenluecke {
	float: right;
	width: 540px;
	height: 30px;
}
.warenkorbrahmen input {
float: right;
margin: 5px;
}
/* -------------------------------------------------------------------
	Finden 
------------------------------------------------------------------- */

#findenbutton {
	display:none;
}
#navi input {
	border: 1px solid #b69e7c;
	color: #999;
}
#navi input:active, #navi input:hover, #navi input:link {
	border: 1px solid #000;
	color: #333;
}
/* -------------------------------------------------------------------
	Texte 
------------------------------------------------------------------- */
#texte {
	width: 650px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}

#texte h2 {
	padding: 5px 0 5px 0;
	display: block;
}
/* -------------------------------------------------------------------
	Bilder - Impressum, Laden, AGB, Links 
------------------------------------------------------------------- */
#bild {
	float: right;
}
#bilderladen img {
	width: 100px;
	height: 75px;
	padding: 0 5px 5px 0;

}
/* -------------------------------------------------------------------
	HR 
------------------------------------------------------------------- */
hr {
	height: 1px; 
	width: 400px; 
	border-color: none; 
	float: left; 
	clear: both;
}
/* -------------------------------------------------------------------
	Versandadresse Form 
------------------------------------------------------------------- */
.formname, .formlarge, .formmiddle, .formsmall {
	border: 1px solid #b69e7c;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
}
.formname {
	width: 199px; 
}
.formmiddle {
	width: 300px; 
}
.formsmall {
	width: 98px; 
}
.formlarge {
	width: 400px; 
}