/* CSS Document */


body {
	margin:0;
	padding:0;
	background: #f3f3f3 url(../img/background.jpg) repeat-x;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
}
#rosen {
	position: absolute;
	left: 455px;
	top: -130px;
	z-index: 1;
}

#container {
	width: 800px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
	position: relative;
	z-index: 1000;
	background-color: #FFFFFF;
	margin: 0px auto 0;
	
    }
#wrapper {
	width: 820px;
	background: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}
 /*
#logo {
	position: absolute;
	left: 180px;
	top: 29px;
	z-index: 2;
}*/


.unsichtbar {
position:absolute;
top:-2000em;
left:-2000em;
overflow:hidden;
text-indent:-1000em;
margin: 0;
}


/* Formate allgemeim
**********************************************************/

h1 {
	color:  #797979;
	font-size: 1.6em;
	margin: 18px 0 12px;
	font-weight:normal;
}
h2 {
	color: #797979;
	font-size: 1.2em;
	margin: 16px 0 10px 0;
	letter-spacing: 0.03em;
}
h3 {
color: #797979;
font-size: 1.1em;
margin: 18px 0 6px 0;
letter-spacing: 0.05em;
text-transform: uppercase;
}
h4 {
color: #333333;
font-size: 1em;
margin: 16px 0 4px 0;
}
h5 {
color: #666666;
font-size: 0.9em;
margin: 16px 0 4px 0;
letter-spacing: 0.05em;
}
h6 {
color: #333333;
font-size: 0.85em;
margin: 1px 0 15px 0;
font-weight: normal;
}

p {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

strong {
color: #333333;
}

ul {
margin: 0 0 18px 20px;
padding: 0;
line-height: 1.2em;
}
ol {
margin: 0 0 18px 30px;
padding: 0;
line-height: 1.2em;
}
li {
margin: 8px 0;
}

a {
	color: #663366;
}

a:hover {
border: none;
text-decoration: none;
}


hr {
height: 1px;
background-color: #000000;
color: #000000;
border: none;
margin: 3px 0 5px 0;
width: 100%;
}


table {
	border-collapse: collapse;
	margin-bottom: 25px;
	line-height: 1em;
	font-size: 0.9em;
	width: auto;
	background-color: #ffffff;
	border: 8px solid #ffffff;
	width: 100%;
	float: left;
}

th {
border-bottom: 2px solid #333333;
padding: 6px 25px 6px 0;
text-align: left;
vertical-align: top;
color: #333333;
}
td {
border-top: 1px solid #333333;
border-bottom: 1px solid #333333;
padding: 6px 25px 6px 0;
text-align: left;
vertical-align: top;
}

td p,
th p {
margin: 0;
}

img {
border: none;
}


/* Title 
**********************************************************/

div#title {
	position:relative;
	width: auto;
	height: 95px;
	background: url(../img/rosen2.jpg) no-repeat right top;
}


div#title h1
{	position:absolute;
	top:-2000em;
	left:-2000em;
	overflow:hidden;
	text-indent:-1000em;
	margin: 0;
}

div#title div#logo {
	position: absolute;
	left: -76px;
	top: 54px;
	width: 398px;
}
div#title div#logo img {

}

div#title div#claim {
position: absolute;
right: 35px;
top: 53px;
height: 31px;
width: 61px;
}
div#title div#claim img {
height: 31px;
width: 61px;
}




/* Navigation 
**********************************************************/

#navigation {
	color: #FFFFFF;
	font-size: 0.8em;
	margin: 0;
	background: #B2B2B2;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}

#navigation ul {
list-style: none;
padding: 0;
margin: 0;
}
#navigation li {
display: inline;
margin: 0;
padding: 0 20px 0 0;
}

#navigation li a {
color: #ffffff;
text-decoration: none;
}

#navigation li a:hover {
color: #FFCCA1;
}

#navigation li.active a,
#navigation li.active a:hover {
color: #FFCCA1;
}


#subnavigation {
	background-color: #DFDFDF;
	color: #000000;
	font-size: 0.75em;
	margin: 0;
	padding: 5px 25px 5px 25px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	text-transform: uppercase;
}

#subnavigation ul {
margin:0;
padding: 0;
list-style: none;
}

#subnavigation li {
margin: 0;
display: inline;
padding: 0 18px 0 0;
}
#subnavigation a {
text-decoration: none;
color: #000000;
}
#subnavigation a:hover {
color: #666666;
}

#subnavigation li.active {
}
#subnavigation li.active a,
#subnavigation li.active a:hover {
	color: #000000;
	font-weight: bold;
}


/*
Shopmetanavigation (Einloggen, Registieren ... ) 
*********************************************************/

#shopnav {
background-color: #F5F1E4;
color: #F5F1E4;
font-size: 0.75em;
margin: 0;
padding: 5px 25px 5px 25px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
}

#shopnav ul {
margin:0;
padding: 0;
list-style: none;
}

#shopnav li {
margin: 0;
display: inline;
padding: 0 18px 0 0;
}
#shopnav a {
text-decoration: none;
color: #000000;
}
#shopnav a:hover {
color: #666666;
}



/* Inhalt 
**********************************************************/

#mainbody {
	/*width: 80%;*/
max-width: 950px;
	min-width: 580px;
	background: #FFFFFF;
}


/* Side-Navigation
********************/
#sidenav {
	width: 17em;
	margin: 35px 15px 35px 0px;
	padding: 10px;
	float: right;
	font-size:0.75em;
	background: #F8D0C7;
}


#content {
	margin: 0px 250px 0 0;
	padding: 17px 0px 25px 25px;
}



/* Footer 
**********************************************************/

#footer {
	font-size: 0.75em;
	max-width: 850px;
	min-width: 500px;
	clear:both;
	text-align: center;
	border-top: 1px solid #999999;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px 15px 15px;
}



/********************************************************* 
spezielle Formate
**********************************************************/

.clear {
clear: both;
}


/********************************************************* 
MODUL-Formate
**********************************************************/


/* MODULE Überschrift
**********************/

div.section-pagehead h1 {
	margin-top: 0;
	color: #797979;
}


/* MODULE Text/Bild
*******************/

div.section-txt {
	clear: left;
}
div.section-txt img {
float: right;
margin: 0 0 15px 25px;
}
div.section-txt.links img {
float: left;
margin: 0 25px 15px 0;
}




/********************************************************* 
SPEZIELL FORMATIERTE INHALTE
**********************************************************/


/* Formulare 
*************/

form.formation
{	margin: 15px 0 20px 0;
	padding: 15px 10px;
	background-color: #ffffff;
}

fieldset
{
	border: none;
	padding: 0;
	font-size: 0.9em;
	margin: 0px;
}

form.formation legend
{	font-weight: bold;
	font-size: 1.15em;
	padding: 0 5px 0 0;
	margin-left: -5px;
	background-color: transparent;
	color: #878376;
}
form.formation label 
{	width:9em;
	float:left;
	margin:0.2em 0 0.6em 0;
}


form.formation p.radio,
form.formation p.checkbox
{	width:9em;
	float:none !important;
	margin:0.2em 0 0.6em 0;
	font-size: 1em;
	color: #000000;
}

form.formation label.radio,
form.formation label.checkbox
{	float: none;
	margin:0 0 5px 5px;
	width: auto;
}

form.formation input.radio,
form.formation input.checkbox
{	float: left;
	width: auto;
	margin: 0 0.4em 8px 0;
}

div.checkset,
div.radioset
{	margin-bottom: 10px;
}
			
input,
select, 
textarea 
{
	float:left;
	margin:0.3em 5px 0.6em 0;
	border: 1px solid #000000;
	background: #F8E2CD;
}
			
form.formation fieldset br 
{	clear:left;
}
		
form.formation input.text,
form.formation input
{	padding:0.1em;
	margin-top: 0;
	width: 65%;
}

form.formation textarea 
{	padding:0.1em;
	width: 65%;
}

input.button 
{
	color:black;
	border: 1px solid #000000;
	background: #EFBE8D;
}			
form.formation input.button 
{
	width: 10em;
	margin-left: 9em;
	clear: both;
}

form.formation p.capDesc 
{	margin: 15px 0 0 0;
	font-size: 1em;
	color: #000000;
}
form.formation input.captchatext
{	margin-top: 5px;
	width: 8em;
}
img.captcha
{	float: left;
	padding-right: 10px;
}
form.formation p
{	font-size: 0.9em;
	
}
.textdesc
{	font-size: 1em;
	font-weight: bold;
	margin-top: 16px;
}

.req
{	color: #0099CC;
	font-size: 1.2em;
}
.required,
.FORMATIONsuccess,
.FORMATIONerror
{	color: #0099CC;
}


/***************************************************** 
SHOP 
******************************************************/

#sidenav {
	width: 17.5em;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin-top: 75px;
	background: #E0E0E0;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #EFBE8D;
	border-right-color: #EFBE8D;
	border-bottom-color: #EFBE8D;
	border-left-color: #EFBE8D;
	border-bottom-style: solid;
}
div.minibasket {
	border-bottom: 2px solid #EFBE8D;
	padding: 0 10px 15px 10px;
}
div.minilogin {
	border-top: 2px solid #EFBE8D;
	padding: 5px 10px 5px 10px;
}
div.categories {
	padding: 5px 10px 0 10px;
}

p.priceinfo {
font-size: 0.9em;
}

#page-category img {
border: 5px solid #ffffff;
}

#page-category h1 {
font-size: 1.6em;
}
#page-category div.product {
	float: left;
	height: 23em;
	width: 8em;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
input#amount {
width: 2em;
}

#shopPage-p img {
	border-top: 0px solid #ffffff;
	border-right: 8px solid #ffffff;
	border-bottom: 8px solid #ffffff;
	border-left: none #ffffff;
}
#shopPage-p h1,
#shopPage-b h1,
#shopPage-a h1,
#shopPage-r h1,
#shopPage-c h1,
#shopPage-u h1  {
	margin-top:0;
	color: #797979;
}

p.pager {
	font-size: 0.95em;
	clear: both;
	text-align: left;
}

#shopPage-b form input.text {
width: 3em;
margin-top: 0;
}
#prodimage {
	width: 220px;
	float: left;
}
#prodthumbs {
	width: 220px;
	float: left;
	clear: left;

}
.desc {
	width: 200px;
	float: left;
}
.desc p {
	padding-top: 0px;
}
.metabild {
	width: 220px;
	float: left;
	clear: none;
}
.metatext {
	float: right;
	width: 240px;
}
.metatext p {
	padding-top: 0px;
}
#form-module .element {
	clear: left;
}
.text {
	float: left;
}
label {
	width: 80px;
}
 
#bild {
	float: right;
	width: 260px;
	padding-top: 35px;
	padding-right: 10px;
}




/* 

Das Modul nutzt 6  Klassen zur Ausrichtung der Bilder. 
.pleft , .pright und .pnormal    
 
.pleft für links ausgerichtete Bilder
.pright für rechts ausgerichte Bilder
.pnormal kann zur Definition einer Normalanzeige verwendet werden.  

.pleft_b, .pright_b und .pnormal_b 
definieren die Anzeige der Bilder für den 2. Stil.  
z.B. Anzeige mit Rahmen
Viel Spass beim weiteren basteln.



Code: 

*/ 


/* Definition der Klassen ohne Rahmen*/ 

.pleft {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;

border: none;
}
.pright {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;

border: none;
}
.pnormal {
	border: none;
	
}


/* Definition der KLassen mit  Rahmen (2.Stil) */

.pleft_b {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
border: 1px solid #990000;
}
.pright_b {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
border: 1px solid #990000;
}
.pnormal_b {
	clear: both;
	border: 1px solid #990000;
}
#page-category .product a {
	text-decoration: none;
	font-size: 80%;
}
 
.section-txt p {
	margin-right: 15px;
}
#rs9 #container #mainbody #content #form-module .element #el_9 {
	margin-left: 80px;
}
#rs9 #container #mainbody #content #form-module .element .submit {
	margin-left: 80px;
}
#bread {
	font-size: 80%;
	padding-bottom: 10px;
}
#shopPage-p td {
	border-style: none;
}
#shopPage-p table {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#shopPage-p table p {
	padding-top: 0px;
}
#rs10 #container #mainbody #content #form-module .element #el_9 {
	width: 400px;
	margin-left: 80px;
}
#rs10 #container #mainbody #content #form-module .element .submit {
	margin-left: 80px;
}
#rs10 #container #mainbody #content #form-module legend {
	font-weight: bold;
	margin: 0px 0px 10px;
	padding: 0px;
	border-style: none;
	text-indent: 0px;
}
#page-category {
	width: 510px;
}

