/* PAGECOLORS
dark green:      #007A5E (header-bg, text)
light green:     #E3E9E6 (bg, sidebar)
light green 2:   #9DB9AE (lines, reflink)
medium green:    #358B75 (sitelinks)
red:             #BF243A (hover, active, more link) */
@charset "utf-8";
html {
	
	overflow:auto;
}
body {
	line-height:18px;
	color: #000000;
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	width: 1000px;
	
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
a {
	text-decoration:underline;
	color: #c30;
}
a:hover {
}

td {
	vertical-align:top;
}
/* SEITENSTRUKTUR */
#container {
	overflow:visible;
	background-repeat: repeat-y;
	height:auto;
	width: 1000px;
	
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 204px;
	width: 1000px;
}
#menue {
	height: 204px;
	text-align: center;	
}

#content {
	width: 600px;
	min-height: 400px;
	position: relative;
	padding-left: 175px;
	padding-top: 27px;
	background-repeat: repeat-y;
	background-image: url(../images/hg.gif);
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-right: 225px;
	line-height: 22px;
	padding-bottom: 15px;
	height: auto;
	overflow: hidden;
	
}
#footer {
	padding-top:10px;
	padding-bottom:10px;
	font-size:10px;
	color: #999999;
	float: left;
	width: 1000px;
	text-align: center;
	position: relative;
}
/* HAUPTMENUE */
#menu {
	list-style-type:none;
	font-size:12px;
	text-decoration: none;
	top: 125px;
	margin: 0;
	float: left;
	width: 880px;
	position: relative;
	left: 140px;
	padding: 0;
	height: auto;
	margin: 0 auto;
}
#menu li {
	display:block;
	float:left;
	position:relative;
	z-index:10;
	margin-right:20px;
}
#menu li span {
	display:block;
	z-index:11;
	background:transparent;	
}
#menu li a, #menu li a:visited {
	display:block;
	padding:0;
}
#menu dl {
	position:absolute;
	top:0;
	left:0;
	margin: 0;
	padding: 0;
	
}
#menu dt {
	background: transparent;
	margin:0;
	float:left;
	display: block;	
}
#menu li.last dt {
	
}
#menu dd {
	display:none;
	background: transparent;
	clear:left;
	margin:0;
	padding:0;
	color: #fff;
	text-align:left;
}
#menu dt a {
	font-size:12px;
	text-transform:uppercase;
	white-space:nowrap;
}
#menu dd a {
	font-size:12px;
	white-space:nowrap;
}
#menu li.last dt a, #menu li.last span {
	color:#9DB9AE;
}
#menu li.active dt a, #menu li.active span {
	color:#990000;
}
#menu dt a, #menu dt a:visited {
	display:block;
	color:#ac5a03;
	padding: 0 0;
	text-decoration:none;
	text-transform: none;
}
#menu dd a, #menu dd a:visited {
	background:transparent;
	color:#ac5a03;
	display:block;	
}
#menu li a:hover {
	border:0;
	text-decoration: underline;
	color: #993300;
}
#menu li:hover dd, #menu li a:hover dd {
	display:block;
}
#menu li:hover dl, #menu li a:hover dl {/*border-bottom:1px solid #007A5E;*/
}
#menu li:hover dl .trenner, #menu li a:hover dl .trenner {
	
}
#menu li:hover dt a, #menu li a:hover dt a {
	
}
#menu dd a:hover {

}

/* PRODUKTLISTE */
.item {
	border-collapse:collapse;
	width:100%;
	border:0;
}
.item td {
	padding-top:10px;
	border-top:dashed 1px #9DB9AE;
}
table.first td {
	border-top:0;
	padding-top:0;
}
.item .img {
	width:90px;
	padding-bottom:10px;
}
.item .img img {
	width:90px;
	height:90px;
	border:0px;
	background: url(..images/lightbox/loading.gif) no-repeat scroll center center;
}
.item .img a {
	text-decoration:none;
}
.item .text {
	padding-left:10px;
}
#content .item .text h2 {
	text-transform: none;
	line-height:normal;
}
#content .item .text h2 a {
	text-decoration:none;
}
#content .item .text p {
	font-size:11px;
	/*line-height:15px;*/
	line-height:normal;
}
p.red {
	color:#BF243A;
}
.more {
	text-decoration:none;
	float: left;
	width: 200px;
	display: block;
	position: relative;
	height: 155px;
}
a.more:hover {
	text-decoration:underline;
}
.left {
	float:left;
}
.right {
	float:right;
}
.small {
	font-size:10px;
}
#footer a {
	text-decoration:none;
}

blockquote {
	font-style: italic;
	border-left: 2px solid #e29376 !important;
	margin: 0;
	padding: 0 0 0 20px;
	
}

#mainLink a {
	text-indent: -999em;
	display: block;
	position: absolute;
	top: 5px;
	width: 1000px;
	height: 100px;
	cursor: pointer;

}

.meditation {
	float: left;
	margin: 0 25px 0 0;
	text-align: center;
}

.meditation a {
	text-decoration: none;
	font-style: italic;
}


