/******************************************************
@Projekt:		Shop pema-of-tibet.ch
		
@date:			18.12.2008
@author:		go4webdesign.ch / Amanda Folie
******************************************************/

/******************************************************
ALLGEMEINE DEFINITIONEN
******************************************************/
*{
	margin: 0;
	padding: 0;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #75180b;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #75180b;
	font-size: 12px;
	background-color: #e8e8e8;
	text-align: center;
}
h1 {
	font-size: 16px;
	padding-bottom: 20px;
}
h2, h3, h4 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 2px;
}
a {
	outline: none;
	color: #75180b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img, a:link img {
	border: none;
	outline: none;
}

/******************************************************
LAYERDEFINITIONEN
******************************************************/

#container {
	position: relative;
	width: 950px;
	margin: 10px auto;
    background-color: #FFF;
	text-align: left;
	border: 1px solid #75180b;
}
#header {
	float:left;
	width: 950px;
	height: 120px;
    background: #e9cec0 url(../images/eyecatcher.jpg) top left no-repeat;
	border-bottom: 1px solid #75180b;
}
#navigation {
	float: left;
	width: 180px;
	padding: 35px 10px 35px 10px;
}	
#content {
	float: left;
	width: 848px;
	height:250px;
	padding: 45px 0 45px 65px;
}	
/* folgende anweisung wird nicht vom ie interpretiert */
#content[id] {
    height:auto;
    min-height:250px;
}
#contentadmin {
	float: left;
	width: 675px;
	height:250px;
	border-left: 1px solid #75180b;
	padding: 35px;
}	
/* folgende anweisung wird nicht vom ie interpretiert */
#contentadmin[id] {
    height:auto;
    min-height:250px;
}
input#submit { /* den Submit-Button */
	background-color: #e9cec0;
	float: none;
	width: 120px;
	border: none;
}
#katprodguest {
	float: left;
	width: 848px;
}	
#katprod {
	float: left;
	width: 675px;
}	
#overviewcontainer {
	float: left;
	width: 120px;
	margin: 0 17px 24px 0;
	padding: 0px;
	border: 1px solid #711206;
	background-color: #e8e8e8;
}
#overviewgrey {
	float: left;
	width: 114px;
	height: 17px;
	padding: 3px;
	background-color: #e8e8e8;
}
#overviewred {
	float: left;
	width: 114px;
	height: 17px;
	padding: 3px;
	background-color: red;
}
#overviewimg {
	float: left;
	width: 120px;
	height: 120px;
	background-color: #FFF;
	text-align: center;
}
#overviewclear {
	clear: both;
}
#searchbar {
	position: relative;
	left: 5px;
	top: 85px;
	text-align: left;
}
#warenkorb {
	position: relative;
	left: 810px;
	top: 50px;
	width: 140px;
	height: 33px;
	padding: 3px 0 0 0px;
	text-align: left;
}
#footer {
	clear: both;
	padding: 10px 0 10px 0;
	text-align: center;
    background-color: #e9cec0;
	border-top: 1px solid #75180b;
}


/******************************************************
KLASSEN
******************************************************/
.active {
	background-color: #e9cec0;
}

/******************************************************
NAVIGATION
******************************************************/
#navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation ul li a{
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	line-height: 25px;
}
#navigation ul li a:hover {
	background-color: #e9cec0;
}


