body {
	position: relative;
	margin: 0;
	-webkit-text-size-adjust: none;
	min-height: 416px;
	font-family: helvetica,sans-serif;
	background: url("/media/background.png"),url('/media/storetouched.png') no-repeat;
	-webkit-touch-callout: none;
}
.center {
	margin: auto;
	display: block;
}
img {
	border: 0;
}
a:hover span.arrow {
	background-position: 0 -13px!important;
}
#topbar {
	position: relative;
	left: 0;
	top: 0;
	height: 44px;
	width: auto;
	background: url("/media/header.png") repeat;
	margin-bottom: 13px;
}
#topbar #title img {
	margin-top: 10px;
}
#title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 10px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 44px;
	line-height: 44px;
	font-weight: bold;
	color: #FFF;
	text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
	font-size: 16pt;
}
#content {
	width: 100%;
	position: relative;
	min-height: 250px;
	margin-top: 10px;
	height: auto;
	z-index: 0;
	overflow: hidden;
}
#footer {
	text-align: center;
	position: relative;
	margin: 20px 10px 0;
	height: auto;
	width: auto;
	bottom: 10px;
}
#footer a, #footer {
	text-decoration: none;
	font-size: 9pt;
	color: #4C4C4C;
	text-shadow: #FFF 0 1px 0;
}
.pageitem {
	-webkit-border-radius: 8px;
	background-color: #fff;
	border: #878787 solid 1px;
	font-size: 12pt;
	overflow: hidden;
	padding: 0;
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 3px 9px 17px;
	list-style: none;
}
.textbox {
	padding: 5px 9px;
	position: relative;
	overflow: hidden;
	border-top: 1px solid #878787;
}
.textbox p {
	margin-top: 2px;
	color: #000;
	margin-bottom: 2px;
	text-align: justify;
}
.textbox img {
	max-width: 100%;
}
.textbox ul {
	margin: 3px 0 3px 0;
	list-style: circle!important;
}
.textbox li {
	margin: 0!important;
}
.pageitem li:first-child {
	border-top: 0;
}
li.menu, li.form {
	position: relative;
	list-style-type: none;
	display: block;
	height: 43px;
	overflow: hidden;
	border-top: 1px solid #878787;
	width: auto;
}
ul.pageitem li:first-child:hover, .pageitem li:first-child a, li.form:first-child input[type=radio], li.form:first-child select, li.form:first-child input[type=submit], li.form:first-child button, li.form:first-child input[type=reset] {
	-webkit-border-top-left-radius: 8px 8px;
	-webkit-border-top-right-radius: 8px 8px;
}
ul.pageitem li:last-child:hover, .pageitem li:last-child a, li.form:last-child input[type=radio], li.form:last-child select, li.form:last-child input[type=submit], li.form:last-child button, li.form:last-child input[type=reset] {
	-webkit-border-bottom-left-radius: 8px 8px;
	-webkit-border-bottom-right-radius: 8px 8px;
}
li.menu:hover {
	background: url("/media/storetouched.png") 0% 50% repeat-x #0274ee;
}
li.menu a.hover:hover span.name, 
li.menu a.hover:hover span.comment, 
li a.hover:hover span.right, 
li.menu a.hover:hover span.teaser, 
li.store:hover .starcomment, 
li.store:hover .name, 
li.store:hover .comment, 
li.store:hover .teaser, 
body.list li.withimage a:hover .comment, 
body.list li.withimage a:hover .teaser {
	color: #fff;
}
li.menu a:hover span.comment, li.menu a:hover span.teaser {
	color: #CCF;
}
li.menu a {
	display: block;
	height: 43px;
	width: auto;
	text-decoration: none;
}
li.menu a img {
	width: auto;
	height: 32px;
	margin: 5px 0 0 5px;
	float: left;
}
li.menu span.name {
	margin: 11px 0 0 7px;
	width: auto;
	color: #000;
	font-weight: bold;
	font-size: 17px;
	max-width: 75%;
	float: left;
}
li.menu a span.name {
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 75%;
	white-space: nowrap;
}
li span.right,
li.menu span.comment,
li.menu span.teaser {
	width: auto;
	color: #000;
	font-size: 17px;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 75%;
	white-space: nowrap;
	float: right;
	color: #324f85;
}
li.menu span.comment,
li.menu span.teaser {
	margin: 11px 30px 0 0;
}
li.float span.name {
	float: left;
}
li span.right {
	margin: 0 30px 0 0 !important;
	font-weight: normal !important;
	color: #7f201b !important;
	font-size: 14px;
}
li a.hover:hover span.right {
	color: #fff !important;
}
li.menu span.arrow, li.store span.arrow, body.musiclist span.arrow, ul.musiclist span.arrow, body.list span.arrow {
	position: absolute;
	width: 8px ;
	height: 13px!important;
	right: 10px;
	top: 13px;
	margin: 0!important;
	background: url("/media/arrow.png") 0 0 no-repeat;
}
li.store {
	height: 90px;
	border-top: #878787 solid 1px;
	overflow: hidden;
	position: relative;
}
li.store a {
	width: 100%;
	height: 90px;
	display: block;
	background: url("/media/storebg.png") left top no-repeat;
	text-decoration: none;
	position: absolute;
}
li.store:hover {
	background: url("/media/storetouched.png") 0% 50% repeat-x #0274ee !important;
}
li.store .image {
	position: absolute;
	left: 0;
	top: 0;
	height: 90px;
	width: 90px;
	display: block;
	background: url('/media/storetouched.png') 0% 50% no-repeat !important;
}
li:first-child.store .image, li.store:first-child a {
	-webkit-border-top-left-radius: 8px 8px;
}
li:last-child.store .image, li.store:last-child a {
	-webkit-border-bottom-left-radius: 8px 8px;
}
li.store .name {
	font-size: 15px;
	white-space: nowrap;
	margin: 5px 0 0 95px;
	display: block;
	overflow: hidden;
	color: #000;
	max-width: 60%;
	text-overflow: ellipsis;
	font-weight: bold;
	white-space: nowrap;
}
li.store .comment, body.list li.withimage .comment,
li.store .teaser, body.list li.withimage .teaser {
	font-size: 12px;
	color: #7f7f7f;
	margin: 0px 0 0 95px;
	display: block;
	width: 60%;
	text-overflow: ellipsis;
	overflow: hidden;
}
li.store .comment, body.list li.withimage .comment {
	white-space: nowrap;
}
li.store .arrow, body.list li.withimage .arrow {
	top: 39px!important;
}
li.store .stars {
	margin: 6px 0 0 95px;
}
li.store .starcomment {
	position: absolute;
	left: 165px;
	top: 56px;
	font-size: 12px;
	color: #7f7f7f;
	font-weight: lighter;
}
.graytitle {
	position: relative;
	font-weight: bold;
	font-size: 17px;
	right: 20px;
	left: 9px;
	color: #4C4C4C;
	text-shadow: #FFF 0 1px 0;
	padding: 1px 0 3px 8px;
}
.header {
	display: block;
	font-weight: bold;
	color: rgb(73,102,145);
	font-size: 12pt;
	margin-bottom: 6px;
	line-height: 14pt;
}
body.musiclist div#content,
ul.musiclist {
	width: auto;
	margin: -29px auto auto -40px;
}

body.musiclist div#content ul,
ul.musiclist {
	background: url("/media/musiclistbg.png") repeat;
}
body.musiclist div#content ul li,
ul.musiclist li {
	list-style: none;
	height: 44px;
	width: auto;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}
body.musiclist div#content ul li > a,
body.musiclist div#content ul li.pagerlist a,
body.musiclist div#content ul li > div,
ul.musiclist li > a,
ul.musiclist li.pagerlist a,
ul.musiclist li > div {
	text-decoration: none;
	color: #000;
	width: 100%!important;
	height: 100%;
	display: block;
}
body.musiclist ul li .number, 
body.musiclist .name, 
body.musiclist .time,
ul.musiclist li .number, 
ul.musiclist .name, 
ul.musiclist .time {
	display: inline-block;
	height: 44px;
	font-weight: bold;
	font-size: large;
	width: 44px;
	text-align: center;
	line-height: 46px;
}
body.musiclist ul li .name,
ul.musiclist li .name {
	margin-left: 0;
	width: auto!important;
	font-size: medium;
	padding-left: 5px;
	border-left: solid 1px #e6e6e6;
}
body.musiclist ul li .time,
ul.musiclist li .time {
	color: #848484;
	font-size: medium;
	margin-left: 4px;
	width: auto!important;
	font-weight: normal;
}
body.musiclist {
	background-image: none!important;
	background-color: #cbcccf;
}
body.musiclist ul li a span.name,
ul.musiclist li a span.name {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 62%;
}
body.list ul li.title {
	background: url("/media/listheader.gif") repeat-x;
	height: 22px!important;
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-shadow: gray 0 1px 0;
	line-height: 24px;
	padding-left: 10px;
	border-bottom: none!important;
}
body.list ul li.title span {
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 93%;
	white-space: nowrap;
	display: block;
}
body.list ul {
	background-color: #fff;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
body.list div#content li {
	height: 40px;
	border-bottom: 1px solid #e1e1e1;
	list-style: none;
}
body.list {
	background-color: #fff;
	background-image: none!important;
}
body.list div#footer {
	margin-top: 24px!important;
}
body.list div#content li > a,
body.list div#content li.pagerlist a,
body.list div#content li > div,
body.list div#content li.pagerlist span {
	padding: 12px 0 0 10px;
	font-size: large;
	font-weight: bold;
	position: relative;
	display: block;
	color: #000;
	text-decoration: none;
	height: 30px;
	font-size: 14px;
}
body.list div#content li.withimage > a,
body.list div#content li.withimage > div {
	padding: 8px 0 0 10px;
}
body.list div#content li > a span.name,
body.list div#content li.quelle > a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}
body.list div#content li > a span.name {
	max-width: 93%;
}
body.list div#content li > a.hover:hover,
body.list div#content li.pagerlist a:hover {
	color: #fff;
}
body.list div#content li > a.hover:hover,
body.list div#content li.pagerlist a:hover {
	background: url("/media/storetouched.png") 0% 50% repeat-x;
}
body.list div#content li.withimage a.hover:hover {
	
}
body.list div#content {
	margin-top: -13px!important;
}
body.list ul img {
	width: 90px;
	height: 90px;
	position: absolute;
	left: 0;
	top: 0;
}
body.list li.withimage {
	height: 90px!important;
	background: url("/media/storebg.png") left top no-repeat;
}
body.list li.withimage span.name {
	margin: 0px 0 0 90px;
}
body.list li.withimage a span.name {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
body.list li.withimage .comment,
body.list li.withimage .teaser {
	margin: 0 auto 1px 90px !important;
	color: black;
}
body.list li.withimage .teaser {
	height: 70px;
}
body.list li.withimage a, body.list li.withimage:hover a {
	height: 82px!important;
}
body.list li.withimage.hover:hover {
	background-image: url("/media/storetouched.png") 0% 50% !important;
}
.confirm_screen {
	position: absolute;
	bottom: 0;
	-webkit-transform: translate(0,100%);
	-webkit-transition-property: -webkit-transform;
	background-image: url("/media/popup-bg.png");
	opacity: 0;
}
.confirm_screenopen {
	position: absolute;
	opacity: 0.8;
	overflow: hidden;
	bottom: -100%;
	width: 100%;
	background: url("/media/popup-bg.png") repeat-x #4e545f;
	-webkit-transition-duration: 0.8s;
	-webkit-transition-property: -webkit-transform;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translate(0,0);
	text-align: center;
	z-index: 99999;
}
.confirm_screenopenfull {
	position: absolute;
	opacity: 0.8;
	overflow: hidden;
	bottom: -100%;
	width: 100%;
	background: url("/media/popup-bg.png") repeat-x #4e545f;
	-webkit-transition-duration: 0.8s;
	-webkit-transition-property: -webkit-transform;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translate(0,45px);
	text-align: center;
	z-index: 99999;
}
.confirm_screenclose {
	-webkit-transition-duration: 1.2s;
	-webkit-transition-property: -webkit-transform;
	-webkit-transform-style: preserve-3d;
	position: absolute;
	opacity: 0.8;
	overflow: hidden;
	bottom: -100%;
	width: 100%;
	background: url("/media/popup-bg.png") repeat-x #545A67;
	text-align: center;
	-webkit-transform: translate(0,150%);
}
.confirm_screenopen span, .confirm_screenclose span, .confirm_screenopenfull span, .confirm_screenclosefull span {
	margin: 10px 0 20px;
	font-size: 17px;
	color: #fff;
	width: 100%;
	height: 10px;
	text-shadow: rgba(0,0,0,1) 0 -1px 0;
	display: block;
}
.popup {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 9999;
}
.cover {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 9998;
	opacity: 0.4;
	left: 0;
	background-color: #000;
}
.nocover {
	opacity: 0;
	background-image: url('/media/bluebutton.png'),url('/media/darkredbutton.png');
}
#frame a {
	text-decoration: none;
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -15px;
	margin-top: 0;
}
#frame span.black, #frame span.red, #frame span.gray {
	display: block;
	height: 46px;
	border-width: 0 14px;
	width: auto;
	background-repeat: no-repeat;
	line-height: 46px;
	font-size: large;
	opacity: 1;
	font-weight: bolder;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: Arial,Helvetica,sans-serif;
}
#frame span.black {
	-webkit-border-image: url("/media/graybutton.png") 0 14 0 14;
	color: #fff;
}
#frame span.red {
	-webkit-border-image: url("/media/redbutton.png") 0 14 0 14;
	color: #fff;
}
#frame span.gray {
	-webkit-border-image: url("/media/whitebutton.png") 0 14 0 14;
	color: #000;
	text-shadow: white 0 1px 0;
}
#frame a:last-child {
	margin-bottom: 20px!important;
}
#frame a:hover span.black, #frame a:hover span.gray {
	-webkit-border-image: url("/media/bluebutton.png") 0 14 0 14;
	color: #fff;
	text-shadow: rgba(0,0,0,1) 0 -1px 0;
}
#frame a:hover span.red {
	-webkit-border-image: url("/media/darkredbutton.png") 0 14 0 14;
}
#leftnav, #leftbutton {
	position: absolute;
	font-size: 12px;
	left: 9px;
	top: 7px;
	font-weight: bold;
}
#leftnav, #leftbutton, #rightnav, #rightbutton {
	z-index: 5000;
}
#leftnav a, #rightnav a, #leftbutton a, #rightbutton a {
	display: block;
	color: #fff;
	text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
	line-height: 30px;
	height: 30px;
	text-align:center;
	text-decoration: none;
}
#leftnav img, #rightnav img {
	margin-top: 4px;
}
#leftnav a:first-child {
	z-index: 2;
	-webkit-border-image: url("/media/navleft.png") 0 4 0 14;
	border-width: 0 5px 0 13px;
	width: auto;
}
#leftnav a {
	-webkit-border-image: url("/media/navlinkleft.png") 0 4 0 14;
	z-index: 3;
	margin-left: -4px;
	border-width: 0 5px 0 13px;
	padding-right: 4px;
	-webkit-border-top-left-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	float: left;
}
#rightnav, #rightbutton {
	position: absolute;
	font-size: 12px;
	right: 9px;
	top: 7px;
	font-weight: bold;
}
#rightnav a {
	-webkit-border-image: url("/media/navlinkright.png") 0 13 0 5;
	z-index: 3;
	margin-right: -4px;
	border-width: 0 13px 0 5px;
	padding-left: 4px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	float: right;
	-webkit-border-top-right-radius: 16px;
	-webkit-border-bottom-right-radius: 16px;
}
#rightnav a:first-child {
	z-index: 2;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-image: url("/media/navright.png") 0 13 0 5;
	border-width: 0 13px 0 5px;
	-webkit-border-top-right-radius: 16px;
	-webkit-border-bottom-right-radius: 16px;
}
#leftbutton a, #rightbutton a {
	/*-webkit-border-image: url("/media/navbutton.png") 0 5 0 5;*/
	/* border-width: 0px 5px;	*/
	width: 50px !important;
	background: url( /media/home.png );
	-webkit-border-radius: 2px;
}
.rssxpresschannel {
	font-family: helvetica,sans-serif;
	border: none;
}
.rssxpresschtitle {
	text-align: center;
}
.rssxpresschdesc {
	color: #000;
	text-align: center;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}
.rssxpressittitle {
	display: block;
	font-size: 12pt;
	background: #fff;
	margin: 5px 0 2px;
}
.rssxpressittitle a {
	text-decoration: none!important;
	font-weight: bold;
	color: rgb(73,102,145);
	line-height: 10pt;
}
.rssxpressitdesc {
	background: #fff;
	font-size: 12pt;
}
.rssxpressdivider {
	display: none;
}
li.form input[type=text], li.form input[type=password], li.form input[type=search] {
	border: 1px inset #ddd;	
	-webkit-border-radius: 2px;
	font-weight: normal;
	height: 23px;
	line-height: 8px;
	font-size: 18px;
	margin: auto;
	display: block;
	position: relative;
	width: 95%;
}
li.form input[type=submit] {
	width: 100%;
	background: none;
	border: 0px;
	color: #000;
	margin-top: -5px;
	margin-bottom: -5px;
	font-weight: bold;
	font-size: 17px;
}
.form {
	padding: 5px 8px 0 5px;
	height: 37px!important;
	position: relative;
	overflow: hidden;
}
li.form .narrow textarea, li.form .narrow input[type=text], li.form .narrow input[type=checkbox], li.form .narrow input[type=password], li.form .narrow input[type=search] {
	width: 40%!important;
	border-width: 7px 7px;
	height: 10px;
	-webkit-border-image: url("/media/textfield.png") 7 7 7 7;
	-webkit-appearance: none;
	line-height: 8px;
	font-size: 18px;
	font-weight: normal;
	border-color: white;
	margin: 0!important;
	position: absolute;
	right: -17px;
}
li.form span.narrow, li.form span.check {
	width: 90%!important;
	display: block;
	position: relative;
	margin: auto;
}
li.form .name {
	width: 55%!important;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	margin: 6px 0 0 7px;
	color: #000;
	font-weight: bold;
	font-size: 17px;
	overflow: hidden;
	left: -17px;
}
li.form .check .name {
	width: 70%!important;
}
li.form input[type=radio] {
	width: 100%;
	height: 42px;
	display: block;
	margin: -5px -8px 0 -5px;
	-webkit-appearance: none;
	border: 0;
	-webkit-border-radius: 0;
	position: relative;
	background: transparent;
	position: absolute;
}
span.radio {
	width: 16px;
	height: 30px;
	background: url(/media/check.png) no-repeat;
	display: block;
	position: absolute;
	right: 5px;
	overflow: visible;
	z-index: 1;
}
span.checkbox {
	width: 94px;
	height: 27px;
	background: url(/media/checkbox.png) no-repeat;
	display: block;
	position: absolute;
	right: -14px;
	top: 2px;
}
input[type=checkbox] {
	display: none;
}
select {
	height: 40px;
	position: absolute;
	width: 100%;
	margin: -5px 0 0 -5px;
	-webkit-border-radius: 0;
}
.form .choice .name {
	left: 1.7%;
	width: 87%!important;
}
span.select {
	z-index: 1;
	position: absolute;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 6px 0 0 7px;
	color: #000;
	font-weight: bold;
	font-size: 17px;
	overflow: hidden;
	max-width: 87%;
}
.form .arrow {
	background: url('/media/more.png') no-repeat !important;
	width: 13px !important;
	height: 8px !important;
	position: absolute;
	right: 8px !important;
	top: 18px !important;
	margin: 0!important;
}
input[type=submit], button, input[type=button], input[type=reset] {
	background: transparent;
	width: 100%;
	height: 40px;
	left: 0px;
	position: absolute;
	top: 6px;
	display: block;
	-webkit-border-radius: 0;
	line-height: 40px;
}
button, input[type=button], input[type=reset] {
	top: 0px!important;
	border: none;
	color: black;
	font-weight: bold;
	font-size: 17px;
	-webkit-appearance: none;
}
.textbox textarea {
	min-height: 50px;
	margin: 3px auto 4px auto;
	position: relative;
	-webkit-border-image: url("/media/textfield.png") 7 7 7 7;
	padding: 3px 0 0 0;
	line-height: 18px;
	left: -2px;
	font-size: 18px;
	font-weight: normal;
	width: 97%;
	display: block;
	border-width: 7px 7px;
}
ul li.hidden {
	display: none;
}
ul li.autolisttext {
	text-align: center;
}
body.musiclist ul li.autolisttext,
ul.musiclist li.autolisttext {
	line-height: 44px!important;
}
ul li.autolisttext a:hover {
	background-image: none!important;
	color: black!important;
}

li.pager {
	float: left;	
	width: 50%;	
	clear: none !important;
}
li.pager_back span.arrow {
	left: 10px;
	background: url("/media/arrowleft.png") 0 0 no-repeat;
}
li.pager_next, li.pager_back {
	clear: left;
}
li.pager_next span.name {
	float: right;
	margin-right: 30px;
}
li.pager_back a {
	padding-left: 30px !important;
}

li > div span.name {
	font-size: 16px;
	display: block;
}

li.article {
	height: auto !important;
	padding: 10px;
	font-size: 12px;
}
li.article a {
	padding-left: 0 !important;
	font-size: 12px !important;
}
li.pagerlist {
	clear: left;
}
li.pagerlist div {
	height: 40px;
	margin: 0 auto 0 auto;
}
li.pagerlist a, li.pagerlist span {
	float: left;
	dispay: block;
}
li.pagerlist span {
	padding-left: 2px !important;
	padding-right: 2px !important;
}
li.pagerlist a, li.pagerlist span.current {
	float: left;
	padding-left: 3px !important;
	padding-right: 3px !important;
}
li.pagerlist span.current {
	color: #7f201b !important;
}
li.pagerlist a.back {
	padding-left: 18px !important;
	background: url("/media/arrowleft_1.png") 0% 50% no-repeat;
}
li.pagerlist a.back:hover {
	background: url("/media/arrowleft_0.png") 0% 50% no-repeat !important;
}
li.pagerlist a.next {
	padding-right: 18px !important;
	background: url("/media/arrow_1.png") 100% 50% no-repeat;
}
li.pagerlist a.next:hover {
	background: url("/media/arrow_0.png") 100% 50% no-repeat !important;
}

a.icon img {
	margin-left: 9px;
	margin-top: 5px;
	width: 30px !important;
	height: 30px !important;
	-webkit-border-radius: 2px;
}
a.icon span.name {
	margin-left: 36px !important;
}

input.remove {
	background:url(/media/remove.png) 10px 50% no-repeat !important;
}

li span.error {
	color: #7f201b !important;
	margin: 11px 0 0 12px;
	width: auto;
	color: #000;
	font-weight: bold;
	font-size: 17px;
	max-width: 75%;
	float: left;	
}
li span.max {
	white-space: nowrap;	
	display: block;
	width: 60%;
	text-overflow: ellipsis;
	overflow: hidden;
}
li.float span.max {
	width: 50%;
}

ul.musiclist * {
	font-size: 12px !important;
	font-weight: normal !important;
}
ul.musiclist * {
	height: auto !important;
	line-height: 30px !important;
}
ul.musiclist li div {
	padding: 0 !important;
}
ul.musiclist {
	background-image: none !important;
}
ul.musiclist .number {
	width: 30px !important;
	font-weight: bold !important;
}
.teaser {
	line-height: 15px !important;
	height: 75px !important;
}

li span p {
	margin: 0;
	padding: 0 0 12px 0;
}

.form select {
	font-size: 18px;
	border: 0;
}
.form .select + select {
	opacity: 0;
}
.form select + .arrow {
	background-image: none !important;
}
.form .select + select + .arrow {
	background-image: url('/media/more.png') !important;
}

li.partyfotos {
	height: auto !important;
}
li.partyfotos a {
	float: left;
	display: block;
	padding: 0 !important;
}
li.partyfotos a,
li.partyfotos a img {
	width: 80px !important;
	height: 80px !important;
}

li.article img, li.article a, li.article div.inline {
	width: auto !important;
	height: auto !important;
	position: static !important;
	display: inline;
}
.nopadding {
	padding: 0 !important;
}
img.picture {
	border: 1px solid white;
	border-top: 0;
} 