html
{	font-family: Arial, Helvetica, sans-serif;
	min-height: 100%;
	margin-bottom: 0.1px;
}

body
{	font-size: 100.01%;
	background-color: #fff;
	min-height:600px;
	height:100%;
	position:relative;
	padding: 0 0 13px 0;
}

.unsichtbar,
.sef {
	position:absolute;
	top:-5000em;
	left:-5000em;
	overflow:hidden;
	text-indent:-5000em;
	margin: 0;
}

#mainbody .desc p {
	font-size:0.8em;
}

#zusatzdesc {
	margin: 20px 0 0 0;
}
#zusatzdesc a {
	cursor: pointer;
}
#zusatzdesc .seeit,
#zusatzdesc .seeit1,
#zusatzdesc .seeit2 {
	font-size: 0.8em;
	padding:10px 0 0 0;
	margin:0;
}

/* 
	CONTAINER
*/
#container{
	padding:0;
	position:relative;
	height:100%;
	width: 1000px;
	margin: 0 auto;
/*	background: transparent url(../_img/background-container.jpg) repeat-y left;*/
}

#container_head {
	display: block;
	width: 1000px;
	height: 141px;
	margin-bottom:4px;
	background: transparent url(../_img/bgheader.jpg) no-repeat left top;
}
#container_foot {
	clear: both;
	display: block;
	width: 1000px;
	height: 50px;
/*	background: transparent url(../_img/background-footer.jpg) no-repeat left top;*/
}

#footer
{	bottom:0;
	width:100%;
	background-color:#2C2B26;
	border-top:1px solid #FFFFFF;
	padding:5px 0 8px 0;
	color:#ccc;
	display:none;
}
#footerimage {
	width:900px;
	margin:0 auto;
}

/* 
	NAVIGATION
*/
#navwrap {
	width:1000px;
	height: 35px;
	margin: 0 auto;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	background: #fff url(../_img/bgnav.jpg) repeat-x top;
}

#navigation {
	width:1045px;
}

#navigation ul {
	float:left;

}

#navigation li {
	float:left;
	display:block;
}

#navigation li a {
	color:#fff;
	text-decoration:none;
	font-size:0.8em;
	display:block;
	position: relative;
	padding:9px 10px 18px 10px;
	background: #fff url(../_img/bgnavbutton.jpg) repeat-x left top;
}
#navigation li a .lcorner {
	display: block;
	position: absolute;
	top:0;
	left:0;
	height: 43px;
	width: 2px;
	background: #fff url(../_img/bglcornernavbutton.jpg) repeat-x left top;
}
#navigation li a .rcorner {
	display: block;
	position: absolute;
	right:0;
	top:0;
	height: 43px;
	width: 2px;
	background: #fff url(../_img/bgrcornernavbutton.jpg) repeat-x left top;
}

#navigation li.active a {
	font-weight: bold;
}

#navigation li a:hover {
	text-decoration: underline;
}

/* 
	CONTENT
*/
#content {
	float:left;
	width:1000px;
	margin: 0 auto;
	padding:1px 0 0 0;
	line-height: 1.3em;	

}
.clear {
	clear: both;
	height: 20px;
}
#c-footer {
	text-align: center;
	height: 35px;
	font-size:0.7em;
	color:#000;
	line-height: 1.3em;
	padding:5px 0;
	background: transparent url(../_img/bgmaintop.gif) no-repeat center top;
}
#right {
	position: absolute;
	right: 0;
	width:200px;
	margin-right:0;
	margin-top:10px;
}
#right table td {
/*	text-align: center;*/
}
#newprods,
#newsticker {
	width: 198px;
	min-height: 100px;
	border:1px solid #000;
	line-height: 1.2em;
	margin-bottom:15px;
}
.npout {
	padding: 8px;
	font-size:0.8em;
}

#mainbody {
	margin:10px 210px 20px 210px;
	padding:0 0px 20px 2px;
	background-color: #fff;;
	min-height: 550px;
	background: transparent url(../_img/bgmain.gif) no-repeat 9px bottom;
	position: relative;
}
/*==============================habe ich geaendert=====================================================*/
#mainbody h1 {
	font-weight: normal;
	font-size:0.8em;
	font-style: normal;
	padding:15px 0px 8px 0px;
/* =============================bis hier===============================================================*/
}
#mainbody h2 {
	font-weight:bold;
	font-size:1.1em;
	padding:15px 0px 8px 0px;
color: #94011E;
}
/*=====================================auch=============================================================*/
/*===================================Brotkruemmelleiste=================================================*/
#mainbody a {
	color:#123a46;
	font-size:0.9em;
}
/*=====================================ende=============================================================*/
#mainbody h3 {
   padding:15px 0px 5px 0px;
   margin:10px 0 0 0;
   color:#333333;
}
#mainbody h4
{	margin:10px 0 0 0;
	
	color:#666666;
}

#mainbody p {
	margin:0 0 5px 0;
	font-size:0.9em;
}
#mainbody form p {
	font-size:1.0em;
}



/* 
	MINIBASKET
*/
div.minibasket
{	
	display: block;
	border: 1px solid #000;
	margin-bottom: 15px;
}

#right div.minibasket h4 {
	padding-left:30px;
	background:transparent url(../_img/basket.gif) no-repeat 0.4em 0.25em;
}
div.minibasket p {
	font-size: 0.8em;
	padding: 8px;
}
div.minibasket a
{	
	display:block;
	color: #000;
}

/* 
	SIDENAV
*/
#sidenav
{	float:left;
	width:200px;
	margin-left: 0;
}
#right h4,
#sidenav h4
{	
	background-color:#EDEDED;
	padding:2px 10px;
	color:#000;
	border-bottom: 1px solid #000;
	margin:0 0 0 0;
	font-size:0.9em;
	font-weight: bold;
	
}
#sidenav a {
	color:#333333;
}


/*
	MINILOGIN
*/
#right .minilogin{
	border:1px solid #000;
	margin-bottom:15px;
	padding-bottom: 5px;
}
#right .minilogin form {
	padding:5px 0 0 0;
}
#right .minilogin p {
	font-size: 0.8em;
}
#right .minilogin p {
	padding:0 10px 0 10px;
}
#right .minilogin form label {
	font-size:0.8em;
}
#right .minilogin form input {
	margin:0 0 1px 0;
	padding: 3px 2px;
	width: 170px;
	border:1px solid #000;
	background-color: #fff;
	color:#333;
}
#right .minilogin p.anmeldensubmit {
	text-align: right;
	margin-top:5px;
	margin-right: 2px;
}
#right .minilogin form input.submit {
	width: auto;
	background-color: #6D6D6D;
	border: 1px solid #383838;
	color: #fff;
}
#right .minilogin form input.submit:hover {
	background-color: #000;
	cursor: pointer;
}
#right .minilogin a {
	color: #000;
	text-decoration: none;
}
#right .minilogin a:hover {
	text-decoration: underline;
}
/*
	BREAD
*/
#bread
{	padding:5px 0 5px 5px;
	margin:10px 0 0px 0;
	font-size:0.86em;
}
#bread img
{	margin:0 8px 0 8px;
}
#bread a
{	color:#22211D;
	text-decoration:none;
}



/*
	CATEGORY PAGE
*/
#page-category h1
{	font-size:1.4em;
	color:#22211D;
	margin:0 0 20px 0;
	text-align:center;
}
#page-category .product {
	position: relative;
	border-top:1px solid #fff;
	padding:0 0;
	margin:0 0 40px 0px;
	text-align:center;
	overflow:hidden;
	display: block;
	width: 549px;
	height: 209px;
}
.prodbg {
	background: transparent url(../_img/bgprods.gif) no-repeat left top;
	position: absolute;
	width: 549px;
	height: 209px;
}
#page-category .product a.prodcd {
	position: absolute;
	display: block;
	height: 209px;
	width: 120px;
	text-indent: -1000em;
}
#page-category .product .prodchl {
	text-align: left;
	position: absolute;
	font-size: 18px;
	margin-top:80px;
	margin-left:170px;
	padding: 0 0 10px 15px;
	background: transparent url(../_img/bghlbottom.jpg) no-repeat left bottom;
	width:357px;
}
#page-category .product .prodchl a {
	text-decoration:none;
	width:340px;
}

.prodcprice {
	position: absolute;
	margin-top:135px;
	right:6px;
	background: transparent url(../_img/bgpreis.jpg) no-repeat left top;
	width: 199px;
	height: 36px;
	font-size:0.8em;
	text-align: center;
	padding-top:8px;
}

.prodcartnr {
	position: absolute;
	margin-top:50px;
	right: 30px;
	font-size:0.7em;
}
#page-category .catEmpty
{	padding:20px 0px 30px 8px;
	text-align:left;
}

#page-category .product:hover
{	
}

#page-category .product h2
{	font-size:1em;
	font-weight:bold;
	text-align:center;
	padding:0;
}
#page-category .product h2 a
{	text-decoration:none;
	color:#000000;
}
#page-category .product a
{	width:100%;
	display:block;
}
#page-category .product .imga
{	position: absolute;
	display:block;
	margin-left: 6px;
	margin-top:4px;
	width: 110px;
	height: 136px;
	background-color: #ececec;
}

#page-category .product h4
{	font-weight:bold;
	display:inline;
	margin:0 5px 0 0;
}
#page-category .product p
{	display:inline;
}
#page-category .metatext
{	padding:20px 15px 30px 15px;
	font-size: 0.8em;
}


/*
	PRODUCT PAGE
*/
.prod {
	position: relative;
	background: transparent url(../_img/bgprods4.gif) repeat-y left top;
	padding-bottom: 10px;
	border-top:1px solid #fff;
	width: 549px;
}
.klickimage {
	display: block;
	position: absolute;
	margin-left: 6px;
	width: 110px;
	height: 143px;
}
.prodbg3 {
	background: #fff url(../_img/bgprods5.gif) repeat-y left top;
	position: absolute;
	bottom: -10px;
	width: 549px;
	height: 20px;
}
.prodbg2 {
	background: transparent url(../_img/bgprods2.gif) no-repeat left top;
	position: absolute;
	left: 121px;
	width: 428px;
	height: 43px;
}
.prodbg1 {
	background: transparent url(../_img/bgprods.gif) no-repeat left top;
	position: absolute;
	width: 129px;
	height: 152px;
}
#mainbody .prod h2.prodchl {
	display: block;
	position: relative;
	text-align: left;
	margin: 0;
	font-size: 18px;
	padding: 0 0 10px 15px;
	background: transparent url(../_img/bghlbottom.jpg) no-repeat left bottom;
	font-weight: normal;
	width:357px;
}
#mainbody .prod h2.prodchl span {
	width: 340px;
}
.prod .prodartnr {
	position: absolute;
	margin-top:50px;
	right: 30px;
	font-size:0.7em;
}

#shopPage-p h1
{	font-size:1.8em;
	font-style: normal;
	margin:0 0 0 240px;
	color:#22211D;
}
#amount
{	width:32px;
}
#prodimage {
	position: absolute;
	margin:4px 0 0 6px;
	width: 110px;
	height: 146px;
	background-color: #ececec;

}
.desc {
	margin-top:15px;
	margin-left:15px;
}
.desc h3 {
	font-weight:bold;
	font-style: normal;
	font-size:1em;
	padding:10px 0 0 0;
}
.proddetails {
	margin: 80px 0px 0 170px;
	width:340px;
}
#mainbody .proddetails h3 {
}

#mainbody p.amo {
	margin-left:20px;
}
#mainbody p.lend {
	margin-left:20px;
	margin-bottom:35px;
	padding-left:25px;
	background:transparent url(../_img/basket.gif) no-repeat left 0.10em;
}
/*================= Schrift geaendert von 1.2 auf 1 */
#mainbody .p-price
{	text-align:right;
	font-size: 1.0em;
	margin:10px 0 10px 0;
	padding:20px 0 20px 0;
	color:#333333;
/*======================================================*/
}

div.pager {
	text-align: center;
	clear:both;display:block
}
#mainbody .p-price span {
	font-weight: normal;
}
#mainbody .priceinfo
{	clear:left;
	display: none;
	color:#666666;
	font-size:0.66em;
	text-align:center;
	margin:30px 0 0 0;
	border-top:1px solid #b3e1ed;
	padding:10px 20px 0 0;
}
#prodthumbs
{	text-align:center;
}
#prodthumbs img
{	margin:10px 20px 0 10px;
}

#shopPage-p p.pager
{	clear:left;
	text-align:center;
	padding:0px 0 0px 0;
}
#shopPage-p p.pager a
{	text-decoration:none;
	font-size:0.86em;
	font-weight:bold;
	margin:0 20px 0 20px;
	color:#333333;
	
}
#shopPage-p p.pager a:hover
{	color:#000000;
 
}
#shopPage-p .variations h3
{	font-weight:normal;
	font-style: normal;
	padding:0px 0 7px 15px;
	display:none;
}
#shopPage-p .variations p.prodopt
{	margin:0 0 5px 20px;
	font-size:0.8em;
}
#shopPage-p .variations p.prodopt input
{	margin:0 10px 0 0;
}
#shopPage-p p.calcPrice
{	margin:30px 0 20px 20px;
	font-weight:normal;
	font-size:1.0em;
}
#shopPage-p p.calcPrice span
{	font-weight:normal;
	
}

.gmp {
font-size: 0.7em;
line-height: 1.1em;
}
#maintop {
position: absolute;
background: transparent url(../_img/bgmaintop.gif) no-repeat 8px top;
width: 100%;
height: 1px;
}
#imain {
margin-left:12px;
width: 549px;
}
#shopPage-a,
#shopPage-r,
#shopPage-b,
#shopPage-d {
padding-top:15px;
width: 519px;
font-size:0.9em;
margin-left:15px
}
#imain2 {
padding-top:15px;
margin-left:27px;
width: 519px;
font-size:0.9em;
}

#imain2 h2 {
margin-bottom:15px;
color: #94011E;
}

/*
	SHOP NAVIGATION
*/

/*level1*/

#sidenav .categories {
	padding:0;
	border: 1px solid #000;
	margin-bottom:15px;
}
#sidenav .categories ul
{	border-top:1px solid #FFFFFF;
}
#sidenav .categories li
{	text-align:left;
	font-size:0.8em;
}
#sidenav .categories li a
{	color:#333;
	text-decoration:none;
	display:block;
	padding:4px 5px 3px 10px;
	line-height: 1.3em;
}
#sidenav .categories li a:hover {
	color:#000;
	background-color: #f1f1f1;
}
#sidenav .categories li.active {
	background-color: #f1f1f1;

}
#sidenav .categories li.active a {
	font-weight:bold;
	color: #000;
	background-color: #f1f1f1;
}
/* reset level 2*/
#sidenav .categories li li {
	font-weight:normal;
	padding:0;
}
/* level 2 */
#sidenav .categories li ul {
	margin-bottom:1px;	
	background-color: #fff;
}
#sidenav .categories li li {
	font-size:1em;
	border-bottom:1px solid #fff;
}
#sidenav .categories li.active li a {
	color:#000000;
	background-color: #fff;
	font-weight:normal;
	padding:2px 0 2px 2px;
	margin-left:15px;
}
#sidenav .categories li li a:hover {
	background-color: #f1f1f1;
}
#sidenav .categories li.active li.active a {
	font-weight:bold;
	background-color: #f1f1f1;
}

/* level 3 */
#sidenav .categories li li li{
	font-size:0.9em;
	border-bottom:1px solid #fff;
}
#sidenav .categories li.active li.active li a {
	color:#000000;
	background-color: #fff;
	font-weight:normal;
	padding:2px 0 2px 2px;
	margin-left:15px;
}
#sidenav .categories li.active li.active li.active a {
	font-weight:bold;
	background-color: #f1f1f1;
}
#sidenav .categories li.active li.active li a:hover,
#sidenav .categories li li li a:hover {
	background-color: #f1f1f1;
}


/*
	SHOP MENÜ
*/
div#shopnav {
	margin:0 0 30px 0;
	border: 1px solid #000;
}
div#shopnav ul {
	margin:0;
}
div#shopnav li{
	padding: 0;
	font-size: 0.8em;
}
#shopnav li a {
	padding:4px 5px 3px 10px;
	line-height: 1.3em;
	display: block;
	text-decoration: none;
}
#shopnav li a:hover {
	text-decoration: underline;
}

/*
	ACCOUNT
*/
#page-account-update table
{	width:100%;
}
#page-account-update td
{	text-align:center;
}
tr.order_OPEN td
{	background-color:#FFFFE8;
}
tr.order_PROCESS td
{	background-color:#B9FFCB;
}
tr.order_FRAUDULENT td
{	background-color:#FFCAB8;
}
tr.order_SENT td
{	background-color:#CAFFF4;
}
tr.order_CANCELLED td
{	background-color:#FFCAB8;
}

#page-account-update .order
{	padding:0 0 0 30px;
}

#page-account-update div.orderdetails h3
{	padding:10px 0 10px 0;
}
#page-account-update div.orderdetails pre
{	white-space:pre;
	font-size:0.65em;
	font-family:"Monaco","Lucida Console","Courier New",monospace;
	overflow:auto;
	border:1px solid #CCCCCC;
	padding:10px;
	margin:0 0 30px 0;
}





/*
	WARENKORB
*/

#mainbody #page-basket table td.amount {
	background-color: #F5F5F5;
	width: 110px;
	text-align: right;
}
#mainbody #page-basket table td.amount input {
	width: 30px;
	float: left;
	text-align: right;
}

#page-basket strong
{	font-weight:bold;
}
#page-basket table td.price {
	text-align: right;
}

#mainbody #page-basket table
{   border:1px solid #000;
    border-collapse:collapse;
	margin:0px 0 0 0;
	width:100%;
}
#mainbody #page-basket table th
{   border:1px solid #000;
    padding:5px 8px 5px 8px;
    text-align:center;
    background-image:url(../_img/navbg.jpg);
    color:#FFFFFF;
    
    font-size:0.9em;
}
#mainbody #page-basket table th.head
{	font-weight:bold;
}
#mainbody #page-basket table .inforow th
{	background:none;
	color:#000000;
	text-align:right;
	padding-top:0;
	padding-bottom:0;
}
#mainbody #page-basket table td
{   border:1px solid #000;
    padding:4px 8px 5px 8px;
}
#mainbody #page-basket table td.last
{	text-align:right;
}


#page-basket input.button
{	margin-top:15px;
}
div.addresses
{	/*float:left;*/
	width:600px;
	margin:15px 0 0 0;
}
div.addresses h3
{	font-weight:bold;
	font-size:0.9em;
}
div.addresses div
{	
	margin:0 40px 0 0;
}
div.addresses input
{	margin:20px 0 0 0;
}

#container_head .headbild {
	position: absolute;
	margin-left: 600px;
	margin-top:10px;
}

/* 
	FORMS
*/
/* Formulare */

form.formation
{	margin: 15px 0 20px 0;
	padding: 0;
	font-size:0.8em;
	width:519px;
}


form.formation fieldset
{	border: none;
	padding: 0;
	float:left;
	width:100%;
	margin:0 0 20px 0;


}

#imain2 form.formation p,
#imain2 form.formation div {
	clear: both; 
}
form.formation p,
form.formation div {
	margin: 0;
	padding: 0;
	width:519px;
}
form.formation p.subm,
form.formation p.req {
	clear: none;
	text-align: right;
}
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 0 0.6em 0;
}
form.formation h3 {
	font-size:1em;
	margin:20px 0 10px; 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;
	border: none;
	background:none;
}

div.checkset,
div.radioset {
	margin-bottom: 10px;
	margin-left:9em;
}
			

form.formation input,
form.formation select, 
form.formation textarea {
	float:left;
	margin:0.3em 5px 0.6em 0;
	padding: 2px;
	border: 1px solid #000;
	background-color: #fff;
	font-family:Arial, sans-serif;
	font-size:1.07em;
}
			
form.formation input.text {
	background:none;
	background-color:#FFFFFF;
}
		
form.formation input.text,
form.formation input {
	margin-top: 0;
	width: 70%;
}

form.formation textarea {
	width: 70%;
	height:140px;
}
form.formation input.button,
form.formation input.submit {
	width:auto;
	padding: 1px 5px;
	background-color: #6D6D6D;
	border: 1px solid #383838;
	color:#fff;
}

form.formation input.button:hover,
form.formation input.submit:hover {
	background-color: #000;
	cursor: pointer;
}
/* search box */
#rexsale_search {	
	border: 1px solid #000;
	color:#000;
	margin:10px 0 15px 0;
	font-size:0.9em;
}
#rexsale_search label {
	display: block;
	color: #000;
	padding: 2px 10px;
	
	border-bottom: 1px solid #000;
	background-color:#EDEDED;
	font-weight: bold;
}
#rexsale_search input {
	margin:8px 10px;
	width: 170px;
	border:1px solid #999;
	background-color: #fff;
	color:#333;
	padding:2px;
}

.error ul {
	margin-bottom: 20px;
}
.error li {
	color:#ff0000;
}


#shopindex {
	background: transparent url(../_img/shopindex.jpg) no-repeat right bottom;
}

#shopindex ul {
	margin:20px 0;
}
#shopindex ul li {
	padding-left: 20px;
	font-size: 0.95em;
	background: transparent url(../_img/shopindex_bullet.gif) no-repeat left 0.20em;
	margin-bottom: 6px;
	font-family: "Times New Roman", times;
}
#index_pic1 {
	position: absolute;
	margin:3px 0 0 -17px;
}
#newsticker ul li, 
#newprods ul li, 
#newsticker p, 
#newprods p {
	padding: 0;
	margin: 0;
}

#c-footer a {
	color: #000;
}