/*	undo
*******************************************************************************/
/** BASIC */

html, body {
 height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.gif) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 8px 0;
}

h1 {
	font-family: Arial;
    font-size: 14px;
	color: #666666;
}

h5 {
	font-size: 14px;
	color: #ffffff;
}

h2 {
	font-size: 12px;
	color: #666666;
}

h3 {
	font-size: 12px;
	color: #343434;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6F6F6F;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

li {list-style: none;}

/** LINKS */

a {
	color: #807E07;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** WRAPPER */

#wrapper {
	width: 878px;
 height: 100%;
	min-height: 100%;
	background: url(images/homepage02.gif) repeat-y left top;
}

html>body #wrapper {
 height: auto;
}

/** HEADER */

#header {
	height: 171px;
	background: url(images/subpage3_01.jpg) no-repeat left top;
}

/** TOP MENU */

#topmenu a {
 	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #D5D5D5
}

/** MENU */

#menu a {
	text-decoration: none;
	font-weight: bold;
	color: #E2E2E2
}

/** PAGE */

#page {
	background: url(images/subpage3_02.jpg) no-repeat left top;
}

/** SEARCH */

#search {
	background: #F6F6F6 url(images/homepage08.gif) repeat-x left top;
}

#search form {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search label {
	padding: 0px 20px;
	text-transform: lowercase;
	font-weight: bold;
}

#search-text {
	width: 150px;
}

#search-category {
	width: 150px;
}

#search-submit {
	width: 44px;
	height: 19px;
	background: #525252 url(images/homepage09.gif) repeat-x left top;
	border: none;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

/** FEATURE */

#feature {
	height: 130px;
	background: #F7F7F7;
	border-right: 3px solid #F6F6F6;
	border-bottom: 3px solid #FFFFFF;
}

#feature h1 {
	padding: 20px 0px 0px 0px;
	text-transform: lowercase;
	font-size: 14px;
	color: #525252;
}

#feature h1 b {
	color: #807E07;
}

#feature h2 {
	margin-bottom: 10px;
	text-transform: lowercase;
	font-size: 11px;
}

/** CONTAINER */

#container {
	background: url(images/homepage15.gif) repeat-y left top;
}

/** SECTION */

#section .title {
	height: 28px;
	padding: 12px 10px 0px 0px;
	background: #807E07 url(images/homepage13.gif) repeat-x left top;
	text-transform: lowercase;
	text-align: right;
	font-size: 12px;
	color: #FFFFFF;
}

#section .links, #section .links ul {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	list-style: none;
	text-align: left;
	line-height: 18px;
}

#section .links ul {
	padding: 0px;
}

#section .links, #section .links a {
	color: #343434;
}

#section .links h3 {
	margin-top: 15px;
	font-size: 11px;
}

/** CONTENT */

#content .title {
	height: 28px;
	padding: 12px 10px 0px 15px;
	background: #525252 url(images/homepage14.gif) repeat-x left top;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
    text-align: right;
}

#content .items h3, #content .item-info h3 {
	padding: 0px 0px 0px 10px;
	font-size: 10px;
	color: #343434;
}

#content .items h4, #content .item-info h4 {
	padding: 0px 0px 10px 10px;
	font-size: 11px;
	font-weight: normal;
}

#content .items img, #content .item-info img {
	border: 1px solid #D3D3D3;
}

#content .items .cart, #content .item-info .cart, #content .items .info {
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#content .items .cart {
	float: left;
}

#content .items .cart img {
	border: none;
}

#content .items .info {
	display: block;
	float: left;
	width: 44px;
	height: 17px;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	background: #525252 url(images/homepage17.gif) repeat-x left top;
}

#content .items .sale, #content .item-info .sale {
	color: #807E07;
}


/** FOOTER */

#footer p {
	margin: 0px;
	padding: 0px;
	text-transform: lowercase;
	font-size: 10px;
}

#footer .credits a{
	float: left;
	color: #CCF0CC;
 text-decoration: none;
}

#footer .links {
	float: right;
	color: #929292;
}

#footer .links a {
	color: #929292;
      text-align: right;

}/** HEADER */

#header {
}

/** TOP MENU */

#topmenu {
	height: 80px;
}

#topmenu ul {
	margin: 0px;
	padding: 0px 0px 0px 441px;
	list-style: none;
}

#topmenu li {
	display: inline;
}

#topmenu a {
	display: block;
	float: left;
	text-indent: -9999px;
}

#topmenu1 {
	width: 17px;
	height: 16px;
	padding: 32px 0px 0px 0px;
	background: url(images/homepage03.gif) no-repeat right bottom;
}

#topmenu2 {
	width: 17px;
	height: 14px;
	padding: 65px 0px 0px 18px;
	background: url(images/homepage04.gif) no-repeat right bottom;
}

#topmenu #topmenu3 {
	width: 70px;
	height: 13px;
	padding: 20px 0px 0px 2px;
	background: url(images/homepage05.gif) no-repeat 2px 18px;
	text-indent: 18px;
}

/** LOGO */

#logo {
	height: 65px;
 }

#logo h1, #logo p {
	text-indent: -9999px;
}

/** MENU */

#menu {
}

#menu ul {
	margin: 0px;
	padding: 0px 50px 0px 0px;
	list-style: none;
	text-align: right;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0px 12px 0px 20px;
	background: url(images/homepage07.gif) no-repeat left center;
}

#menu .first a {
	background: none;
}

/** PAGE */

#page {
	width: 608px;
	margin: 0px auto;
	padding: 6px 49px 0px 249px;
}

/** SEARCH */

#search {
	height: 36px;
	margin: 0px 7px;
	padding: 13px 0px 0px 0px;
	border-bottom: 3px solid #FFFFFF;
}

/** FEATURE */

#feature {
	margin: 0px 7px;
	padding: 0px 185px 0px 15px;
	background: #F7F7F7 url(images/homepage10.jpg) no-repeat right top;
}

/** CONTAINER */

#container {
	width: 595px;
	padding: 0px 3px;
    background: #F7F7F7;
}

/** SECTION */

#section {
	float: left;
	width: 105px;
}

/** CONTENT */

#content {
	float: right;
	width: 486px;
}

#content .padding {
	padding: 20px 15px;
}

#content .items, #content .item-info {
	margin: 0px;
	padding: 2px 6px 0 2px;
	list-style: none;
}

#content .items li {
list-style: url(img/li.gif);
	margin-left: 5px;
}

#content .items .price {
	margin-left: 10px;
}

#content .items .cart, #content .item-info .cart, #content .items .info {
	display: block;
	float: left;
	width: 44px;
	height: 17px;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
}

#content .items .cart, #content .item-info .cart {
	background: url(images/homepage16.gif) no-repeat left top;
	text-indent: -9999px;
}

#content .item-info .cart {
	margin-left: 0px;
}

#content .items {
}

#content .item-info {
}

#content .item-info .image {
	float: left;
	margin: 0px 15px 0px 0px;
}

/** FOOTER */

#footer {
	clear: both;
    height: 100px;
	margin: 0px 49px 0px 248px;
	padding: 10px;
}

.flLeft { float:left; padding:5px;}
.flRight { float:right; }

/* Formatierung des horizontalen Navigationsmenüs */

div.hnav {margin:0; padding:2px 5px 2px 80px; display:block; font-family:Arial Unicode MS,Verdana, sans-serif;}
div.hnav ul {margin:0; padding:3px;}
div.hnav li {padding:3px; list-style:none; float:left; margin:2px 2px 2px 2px; border:1px solid #43496F; color:#43496F; width:5.5em; font-size:0.8em; line-height:1.2em; white-space:nowrap; text-align:center;}
div.hnav a  {display:block; float:right; text-decoration:none; background-color:#FAFAFA; color:#43496F; float:none; width: 100%; border:0}
div.hnav li a:hover {background-color:#999999; color: white;}

/* Formatierung der Tabellen */

div.homegallery_show td {background-color:#fafafa; width:160px; height:160px; margin:5px; text-align:center;vertical-align:middle;border:solid 0px;border-color:#FFFFFF #339900 #339900 #FFFFFF;}
div.homegallery_list td {background-color:#fafafa; width:160px; height:160px; margin:5px; text-align:center;vertical-align:middle;border:solid 0px;border-color:#FFFFFF #339900 #339900 #FFFFFF;}

/* Modul: Galerie der Gallerien: Größe/Positionierung des Indexbildes */
div.hg_list {width:400px; float:left;}

img { border: 0 }




/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin:0px;
	padding:0px;
	width:480px;
	background-color:#f7f7f7;
	color:#666;
 	font-size:1.2em;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
	padding:5px;
	font-size:1em;
	font-weight:bold;
}

#form-module .element {
	display:block;
	clear:both;
	background-color:#f7f7f7;
	border-top:2px solid #fff;
}

#form-module label {
	display:block;
	float:left;
	padding:5px;
	width:120px;
	border-right:2px solid #fff;
}

#form-module label.checkbox {
	width:252px;
	border-left:2px solid #fff;
	border-right:none;
}

#form-module input,
#form-module select,
#form-module textarea {
	float:left;
	margin:5px;
	width:250px;
	border:1px solid #333;

}

#form-module input.text {
	height:20px;
}

#form-module input.checkbox {
	width:120px;
 padding:0;
 border:none;
}

#form-module input.submit {
	margin:5px 5px 5px 137px;
	padding:2px 5px;
	border:1px solid #333;
	background-color:#ccc;
	color:#666;
 	text-align:center;
	cursor:pointer;
}

#form-module input.submit:hover {
	background-color:#f7f7f7;
	color:#000;
}

#form-module label.textarea,
#form-module textarea.textarea {
	height:96px;
}

#form-module-thanks {
	display:block;
	color:#666;
 	font-size:1.2em;
}


#weihnachten {height:20px; text-align:right; margin-right:50px;font-size:14px;color:#fff;background:#444}

