/* allgemein Defintionen für Typografie, Buttons und Textfelder */
html, body {
	font: 0.9em/1.8em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #ECECEC;
}
h1 {
	color: #000000;
	padding-top: 20px;
	font-size: 1.2em;
	font-weight: bold;
}
h2 {
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
}
h3 {
	color: #000000;
	font-size: 0.9em;
	font-weight: bold;
}
a:link, a:visited {
	color: #b69446;
	text-decoration: underline;
}
a:active {
	color: #B69446;
	text-decoration: none;
}
a:hover {
	color: #B69446;
	text-decoration: none;
}
input, select {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
input, textarea, select {
	width: 200px;
	border: 1px solid #B69446;
}
#cart select.autobreite, #cart input.autobreite {
	width: auto;
	border: 1px solid #B69446;
}
#gutscheinverschenken input {
	width: 30px;
}
.button,#gutscheinverschenken .button {
	width: auto;
	border: 1px solid #B69446;
	background: #FFFFFF;
	color: #000000;
}



/* Header mit Logo unf Hintergrundbild */
#header {
	padding: 0;
	margin: 0;
	height: 75px;
	background: url(../images/header_back.gif) repeat-x;
}
#header img {
 display: block;
}
#logo {
	top: 0px;
	position: absolute;
}


/* wraper für gesamten contentbereich */
#contentwrap {
	margin: 0px 130px 0px 180px;
}
#contentwrap_shop {
	margin: 0px 235px 0px 180px;
}
#content {
	padding: 0px;
	margin: 0px 20px 30px 176px;
	width: 500px;
	min-height: 880px;
}



/* alles für die linke navigations-spalte */
#nav {
	position: absolute;
	left: 8px;
	top: 100px;
	width: 156px;
	background: #FFFFFF url(../images/leftnav_top.gif) no-repeat;
	padding-top: 20px;
}
#nav a {
	text-decoration: none;
	color: #000000;
}
#nav a:hover {
	color: #B69446;
	text-decoration: underline;
}
#nav a.active, #subnav ul li ul li a.active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#nav ul {
	margin: 0;
	padding-left: 10px;
	list-style: url(../images/listpoint.gif) none;
	margin-left: 3px;
}
#nav #subnav_motive li, #nav #subnav li {
	 margin-bottom:2px;
}
#nav ul ul li  {
	margin: 0;
	padding-left: 5px;
}
#subnav_motive {
	padding-left: 5px;
}
#subnav ul.inactive {
	display:none;
	visibility: hidden;
}
#nav #subnav_motive a, #nav #subnav a {
	font-size: 0.9em;
}



/*  rechte spalte, in der die Kontaktdaten stehen. Im Moment ist diese Spalte auskommentiert und nicht zu sehen */
#rightnav {
	width: 185px;
	position: absolute;
	top: 194px;
	right: 36px;
}



/*  rechte Spalte im Shop, Zielgebiet des Drag'n'Dop Bereichs */

#warenkorb {
	position: relative;
	top: 0;
	left: 0;
	width: 175px;
	padding: 5px;
}
#warenkorb table {
	vertical-align: top;
}
#warenkorb table tr td h3 {
	margin: 0;
	padding: 0;
}
#warenkorb table tr td { 
	padding: 0 5px;
}
 td.month-active {
    background-color: #FFFFFF;
  }



/* Content-Bereich Shop, Tabellendarstellung auf der Übersichtsseite und Abstand der kleinen Vorschau-Bilder */
#cart table th, .priceth {
	background-color: #B69446;
	text-align: left;
}
#cart .firstrow, .pricefirstrow {
	background-color: #DBBD78;
}
.MotiveImageContainer {
	float: left;
	width: 100px;
	padding: 0 25px 0 0;
}
	



/* Footer unten mit den Links für Impressum und Copyright usw. */
#footer {
	margin: 30px 0px 0px 0px;
	text-align:center;
	background-color: #B69446;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
}
#footer_shop {
	margin: 0px 235px 0px 230px;
	text-align:center;
	background-color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
}


/* blendet einen Layer mit dem Formathinweis ein/aus */
.einblender {
	width: 200px;
	border: 1px solid #B69446;
	padding: 10px;
	position: absolute;
	visibility: hidden;
	z-index:6;
	top: 250px;
	right: 200px;
	bottom: auto;
	background: #FFFFFF;
}


/* Styles für die Navigation Bestellvorgang Kalender*/
#bestellvorgang {
	margin-top: 20px;
	width: 500px;
}
#bestellvorgang a {
	background-repeat: no-repeat;
	display:block;
	height:56px;
	text-decoration:none;
	font-size: 0.9em;
	line-height: 1.1em;
}
#bestellvorgang a:hover, #bestellvorgang a:active, #bestellvorgang a.active {
	background-position: 0px -84px;
	color:#B69446;
}
/* Schritt 1 Aktiv anklickbar */
#bestellvorgang a#schritt1 {
	background-image: url(../images/schritt1.gif);
	padding-left: 32px;
	padding-top: 20px;
}
/* Schritt 2 Aktiv anklickbar */
#bestellvorgang a#schritt2 {
	background-image: url(../images/schritt2.gif);
	padding-left: 32px;
	padding-top: 20px;
}
/* Schritt 3 anklickbar */
#bestellvorgang a#schritt3 {
	background-image: url(../images/schritt3.gif);
	padding-left: 32px;
	padding-top: 20px;
}
/* Schritt 4 anklickbar */
#bestellvorgang a#schritt4 {
	text-indent:-5000px;
	width: 28px;
	background: url(../images/schritt4.gif);
}
/* Noch nicht auswählbare Schritte werden nicht gehighlightet */
#bestellvorgang a.notlinked {
	color: #888;
	background-position: 0px 0px;
}
#bestellvorgang table tr {
	background: url(../images/ablauf_back.gif) repeat-x;
}
