/* body and frame */
body {
	background-color: rgb(255,255,255);	
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	font-weight: regular;
	line-height: 1.35em;
}

/* basic layout */ 
div {
	position: relative;
	margin: 0px;
	padding:0px;
}
div#frame {
	width: 980px;
	margin: auto;
/*	border: 1px solid rgb(66,66,66); */
/*	background-color: rgb(244,241,227); */
}
img {
	border: 0px;
}
a#logo {
	position: relative;
	top: 25px;
}
div#left, div#right, div#header, div#footer {
} div#header {
	width: 980px;
	height: 170px;
	text-align: center;
	clear: both;
	background-color: rgb(244,241,227);
} div#navi {
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	width: 100%;
	height: 31px;
	background-image:url("/elements/gfx/bgNavi.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
} div#left {
	width: 220px;
	text-align: center;
	float: left;
	background-color: rgb(244,241,227);
} div#content {
	background-color: rgb(248,248,248);
	width: 520px; /* 560 total */
	padding-left: 25px;
	padding-right: 15px;
	float: left;
	background-image:url("/elements/gfx/bgCenter.gif");
	background-repeat: repeat-y;
	padding-bottom: 30px;
} div#right {
	width: 180px; /* 200 total */
	padding-left: 20px;
	padding-top: 14px;
	text-align: left;
	background-image:url("/elements/gfx/bgRight.gif");
	background-repeat: repeat-y;
	background-position: left;
	float: left;
	background-color: rgb(255,255,255);
	color: rgb(74,26,43);
	font-size: 8pt;
	line-height: 1.15em;
} div#footer {
	clear: both;
	height: 120px;
	top: -35px; 
	border-top: 1px solid grey;
	background-color: #fff;
	padding-bottom: 10px;
} div#breadcrumbs {
	width: 980px;
	margin: auto;
	height: 18px;
	font-size: 8pt;	
	text-align: right;
	color: rgb(74,26,43);
	padding-right: 16px;
}
div#breadcrumbs>h1 {
	font-size: 8pt;
	font-weight: normal;
	display: inline;
}
div#panierRight {
	padding: 8px;
}
div#offer {
	margin-top: 8px;
	padding: 4px;
	font-size: larger;
	font-variant: small-caps;
}
div#commentRight {
	padding: 8px;
}
img.commentRight {
	margin-top: 6px;
	margin-bottom: 6px;
}
div.commentText {
	margin-top: 6px;
	margin-bottom: 6px;
	font-family: courier;
	font-size: smaller;
}
div.footerFloat {
	width: 30%;
	float: left;
	margin: 12px; 
	
}
.columnSpace14 {
	padding-bottom: 14px;
}
.columnSpace7 {
	padding-bottom: 7px;
}

/* link formats */
a {
	display: inline;
	color: rgb(162,87,125);
}
a.navi {
	position: relative;
	top: 10px;
	color: #fff;
	font-size: 9pt;
	margin-right: 9px;
	text-decoration: none;
}
a.category {
	display: block;
	margin: 0.6em;
	font-size: 8pt;
	text-decoration: none;
	text-align: left;
	margin-left: 62px;
	line-height: 1.1em;
}
a.navAct {
	color: rgb(107,0,48);
	font-weight: bold;
}

a.categoryCGE {
	font-size: 9pt;
}
a.letter {
	text-decoration: none;
}
span.letter {
	font-size: 12px; 
	font-weight: bold; 
	margin-left: 4px;
}
h1,h2,h3 {
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
/* font-definitions */
h2.pageName {
	font-size: 13pt;
	font-weight: lighter;
	color: rgb(74,26,43);
	border-bottom: 1px solid #aaa;
	margin-top: 14px;
	margin-bottom: 14px;
	margin-left: -14px;
	text-indent: 14px;
}
table.roseSingle {
	margin-top: 14px;
}
h3.roseNameList {
	font-family: Georgia;
	font-size: 12pt;
	font-weight: normal;
	color: rgb(74,26,43);
	margin-bottom: 7px;
}
td.roseSingleText {
	position: relative;
	padding-left: 14px;
}
div.roseSingleLink {
	position: relative;
	width: 100%;
	height: 100%;
	border: 1px solid red;
	text-align: right;
}

.lhn {
	line-height: normal;
}

div#similiarRoses {
	background-color: rgb(248,248,248);
	background-image:url("/elements/gfx/bgCenter.gif");
	background-repeat: repeat-y;
	right: -15px;
	width: 220px;
	z-index: 500;
}

/* basket form */
table#wakoSteps {
	border: 1px solid rgb(74,26,43);
	border-bottom: 0px;
}
h1.wStat {
	font-size: 10pt;
	font-weight: normal;
}
td.wakoStepTdActive {
	background-color: rgb(248,248,248);
	color: rgb(74,26,43);
}
td.wakoStepTdNotActive {
	background-color: rgb(74,26,43);
	color: rgb(248,248,248);
}
td.wakoStepUnderline {
	padding-top: 0px;
	font-size: smaller;
	vertical-align: top;
}
div#orderInner {
	border: 1px solid rgb(74,26,43);
	border-top: 0px;	
}

/* forms etc. */
form#search {
	margin: 14px;
}
input.search, input.wakoIn {
	border: 1px solid #aaa;
	height: 16px;
}
input.searchSubmit, input.wakoInSubmit {
	background-color: rgb(107,0,48);
	color: rgb(255,255,255);
	border: 1px solid rgb(255,255,255);
	font-size: 8pt;
	height: 20px;
}
input.wakoInRadio {
	width: 18px; 
	height: 18px;	
}

#vorschlag {
	position: absolute;
	background-color: #fff;
	border: 1px solid #888;
	overflow: hidden;
	width: auto !important;
	z-index: 1000;
}
#vorschlag ul {
	list-style-type: none;
	margin: 3px;
	padding: 0px;
	text-align: left;
}
#vorschlag ul li {
	cursor: pointer;
	display: block;
}
#vorschlag ul li.selected {
	background-color: #ffb;
}
