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

/* CONTAINER */
#shopcontainer{
	position:relative;
	height:100%;
	
}

/* NAVIGATION */
#minibasket{
	position:absolute;
	top:72px;
	left:50%;
	margin-left:-490px;
	width:960px;
	padding-right:20px;
	text-align:right;
}

/* CONTENT */
#shopcontent{
	clear:left;
	width:900px;
	margin:20px auto 0 auto;
	padding:1px 0 0 0;
}
#mainbody{
	margin:0 210px 0 12px;
	padding:0 20px 10px 24px;
}
#mainbody h1{
	font-weight:bold;
	font-size:1.2em;
	font-style:italic;
	padding:15px 0px 8px 0px;
}
#mainbody a{
	color:#123a46;
}
#mainbody h2{
	font-style:italic;
    padding:15px 0px 5px 0px;
    margin:10px 0 0 0;
    color:#333333;
}
#mainbody h3{
	margin:10px 0 0 0;
	font-style:italic;
	color:#666666;
}
#mainbody p{
	margin:5px 0 0 0;
}
#metabild,
#metabild2,
#metabild3{
	z-index:999;
	position:absolute;
	margin:-147px 0 0 -180px;
}
#metabild2{
	margin:-146px 0 0 -30px;
}
#metabild3{
	margin:-173px 0 0 -30px;
}

/* TABLES */
#mainbody table{
	border:1px solid #6ca1d7;
    border-collapse:collapse;
	margin:30px 0 0 0;
}
#mainbody table th{
	border:1px solid #6ca1d7;
    padding:5px 8px 5px 8px;
    text-align:center;
    background-image:url(../pics/navbg.jpg);
    color:#FFFFFF;
    font-style:italic;
    font-size:0.9em;
}
#mainbody table th.head{
	font-weight:bold;
}
#mainbody table .inforow th{
	background:none;
	color:#000000;
	text-align:right;
}
#mainbody table td{
	border:1px solid #6ca1d7;
    padding:5px 8px 10px 8px;
}
#mainbody table td.last{
	text-align:right;
}

/* MINIBASKET */
div.minibasket{
	float:right;
	padding:10px 0 0 20px;
	background-image:url(../pics/ico_cart.png);
	background-position:0px 9px;
	background-repeat:no-repeat;
	color:#FFFFFF;
	position:relative;
	height:16px;
	line-height:16px;
	margin:0 0 0 0;
	text-align:right;
	font-size:0.9em;
}
div.minibasket h4{
	display:none;
}
div.minibasket a{
	position:absolute;
	top:10px;
	right:0;
	display:block;
	text-indent:1000em;
	overflow:hidden;
	width:100%;
	height:16px;
}

/* SIDENAV */
#sidenav{
	float:right;
	width:202px;
}
#sidenav h4{
	background-image:url(../pics/navbg.jpg);
	background-color:#333333;
	background-position:bottom left;
	padding:9px 13px 11px 13px;
	color:#FFFFFF;
	font-style:italic;
	text-align:right;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	margin:30px 0 10px 0;
	font-size:0.9em;
	font-weight:bold;
}
#sidenav a{
	color:#333333;
}

/* MINILOGIN */
.minilogin{
	margin-top:2px;
	padding:2px 8px;
	width:130px;
	background-color:#2c6382;
	border-right:1px solid #002130;
	border-bottom:1px solid #002130;
	color:#ffffff;
	font-weight:bold;
}
.minilogin form{
	padding:0;
}
.minilogin p{
	padding:0;
	text-align:center;
}
.minilogin form label{
	display:block; 
	cursor:pointer; 
	padding:2px 0;
}
.minilogin form input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:124px;
	height:15px;
	border:1px solid #bbbaba;
	margin-bottom:5px;
	padding:2px;
	color:#323232;
}
.minilogin form .button{
	height:20px;
	width:130px;
}

/* BREAD */
#bread{
	padding:5px 0 5px 0;
	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.8em;
	color:#22211D;
	margin:0 0 30px 0;
	text-align:center;
}
#page-category .product{
	border:1px solid #CCCCCC;
	width:200px;
	float:left;
	padding:10px 20px;
	margin:0 10px 40px 50px;
	text-align:center;
	height:12.5em;
	overflow:hidden;
}
#page-category .catEmpty{
	padding:20px 0px 30px 0px;
	text-align:left;
}
#page-category .product:hover{
	border:1px solid #666666;
}
#page-category .product h2{
	font-size:1em;
	font-weight:bold;
	text-align:center;
	margin:0 0 10px 0;
	padding:0;
}
#page-category .product h2 a{
	text-decoration:none;
	color:#000000;
}
#page-category .product a{
	width:100%;
	display:block;
}
#page-category .product img{
	margin:0 auto 10px auto;
	display:block;
}
#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 0 30px 0;
}

/* PRODUCT PAGE */
#shopPage-p h1{
	font-size:1.8em;
	font-style:italic;
	margin:0 0 0 240px;
	color:#22211D;
}
#amount{
	width:32px;
}
#prodimage{
	float:left;
	margin:0 0 0 20px;
}
.desc h3{
	font-weight:bold;
	font-style:italic;
	font-size:1em;
	padding:10px 0 0 0;
}
.proddetails,.prodmargin{
	margin:0;
	text-align:left;
}
.p-price{
	text-align:right;
	font-size:1.1em;
	margin:10px 0 10px 0;
	padding:20px 0 30px 0;
	color:#333333;
}
.priceinfo{
	clear:left;
	color:#666666;
	font-size:0.76em;
	text-align:right;
	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;
}
#oldPrice{
	text-decoration:line-through;
	color:#ff5a00;
}
#shopPage-p p.pager{
	clear:left;
	text-align:center;
	padding:20px 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;
	font-style:italic;
}
#shopPage-p p.pager a:hover{
	color:#000000;
}
#shopPage-p .variations h3{
	font-weight:bold;
	font-style:italic;
	padding:15px 0 7px 0;
	display:block;
}
#shopPage-p .variations p.prodopt{
	margin:0 0 10px 30px;
	font-size:0.9em;
}
#shopPage-p .variations p.prodopt input{
	margin:0 10px 0 0;
}
#shopPage-p p.calcPrice{
	margin:30px 0 20px 0;
	font-weight:bold;
}
#shopPage-p p.calcPrice span{
	font-weight:normal;
	font-style:italic;
}

/* SHOP NAVIGATION */
/*level1*/
#sidenav .categories ul{
	border-top:1px solid #FFFFFF;
}
#sidenav .categories li{
	text-align:left;
	background-color:#333333;
	padding:2px 4px 5px 4px;
	border-bottom:1px solid #FFFFFF;
	font-size:0.9em;
}
#sidenav .categories li a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	text-align:right;
	padding:2px 2px 3px 2px;
}
#sidenav .categories li a:hover{
	color:#FFFFFF;
	background-image:url(../pics/blackarrow.gif);
	background-repeat:no-repeat;
	background-position:center left;
}
#sidenav .categories li.active a{
	font-weight:bold;
}
/* reset level 2*/
#sidenav .categories li li{
	background-color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
	font-weight:normal;
	padding:0;
}
/* level 2 */
#sidenav .categories li ul{
	margin-bottom:10px;	
}
#sidenav .categories li li{
	font-size:1em;
}
#sidenav .categories li li a{
	color:#000000;
	text-align:center;
}
#sidenav .categories li li a:hover{
	background-color:#F0F0F0 !important;
	color:#000000;
	background-image:none;
}
#sidenav .categories li.active li.active a{
	background-color:#E7E7E7;
	font-weight:bold;
}
/* level 3 */
#sidenav .categories li li li{
	font-size:0.9em;
}
#sidenav .categories li li li a{
	color:#333333;
	padding:2px;
}
#sidenav .categories li.active li.active li a{
	background-color:#FFFFFF;
}
#sidenav .categories li.active li.active li.active a{
	background-color:#F0F0F0;
}
#sidenav .categories li li li a:hover{
	background-color:#F0F0F0;
}

/* SHOP MENÜ */
div#shopnav{
	margin:10px 0 30px 0;
	padding:20px 10px 10px 10px;
	border-top:1px solid #ffffff;
}
div#shopnav ul{
	text-align:center;
	font-size:0.9em;
}
div#shopnav li{
	padding:0 0 10px 0;
}

/* ACCOUNT */
#page-account-update table{
	width:100%;
}
#page-account-update th,
#page-account-update td{
	text-align:center;
	height:20px;
}
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:#B9FFCB;
}
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 */
#page-basket strong{
	font-weight:bold;
	font-size:0.9em;
}
#page-basket table{
	width:630px;
	clear:left;
}
#page-basket table td{
	font-size:0.9em;
}
#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{
	float:left;
	margin:0 40px 0 0;
}
div.addresses input{
	margin:20px 0 0 0;
}

/* FORMS */
/* Formulare */
form.formation{
	margin: 15px 0 20px 0;
	padding: 0;
	font-size:0.8em;
	width:98%;
}
form.formation fieldset{
	border: none;
	padding: 0;
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
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 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 #b4babd;
	background-color: #f8f8f8;
	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:150px;
}
