/* CSS Document */

/*Allgemein*/
p {
	padding: 0px 0px 0px 10px;
}

/* Background */
.ui-page {
    background: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
    background-attachment: scroll;
}
.ui-content{
    background: transparent;
}

/*Header*/
#logo {
	float: left;
	padding: 10px 0px 10px 10px;
}

#warenkorb {
	float: right;
	padding: 10px 10px 10px 0px;
}
#warenkorbimg {
	z-index: auto;
}
#warenkorbcount {
	position: absolute;
	top: 30px;
	z-index: auto;
}
#warenkorbnumb{
	position: absolute;
	top: 30px;
	font-size: 12.5px;
	font-weight: bold;
	color: #000;
	margin: 3px 0px 0px 7px;
	z-index: auto;
}

/*Panel - Kategorien Shop*/
.panel-content { 
	padding:15px; 
}

#subnav a.ui-link-inherit {
	min-height: 30px;
	padding-left: 60px;
}

#subnav a.ui-link-inherit .ui-li-desc {
	display:block;
	overflow: visible;
	width: 115px;
	white-space:pre-line;
}