@charset 'utf-8'; 
@import url(reset.css);
/* ----------------------------------------------------- All browsers */

html,
body {
	width: 100%;
	height: 100%;
}

html {
	font-size: 62.5%;
}

body {
	color: #fff;
	font: 1em Arial;
}

em { font-style: italic; }
strong { font-weight: bold; }
.clear { clear: both; }

.top-line a,
#footer a {
	color: #FAB000;
	text-decoration: none;
}

#content {
	margin: .5em auto;
	max-width: 480px;
	width: 90%;
}

h1 #n1_logo {
	float: left;
}

p.top-line {
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	margin: .3em 0 .8em;
	padding: .2em 6px;
}

#halfbanner_ad {
	background: transparent;
	color: #fff;
	margin: 0 auto .8em;
	text-align: center;
}

h2 {
	-moz-border-radius-topleft: 8px !important;
	-moz-border-radius-topright: 8px !important;
	-webkit-border-top-left-radius: 8px !important;
	-webkit-border-top-right-radius: 8px !important;
	background: #4d4d4d;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.4;
	padding: .6em 6px .4em;
}

#nav-listing,
#view-content,
ol#charts {
	-moz-border-radius-bottomleft: 8px !important;
	-moz-border-radius-bottomright: 8px !important;
	-webkit-border-bottom-left-radius: 8px !important;
	-webkit-border-bottom-right-radius: 8px !important;
}

#nav-listing {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1;
	list-style: none;
}

#nav-listing li {
	border-bottom: 1px solid #6b6b6b;
 	padding: .8em 6px;
}

#nav-listing li:last-child {
	border-bottom: 0;
}

#nav-listing li:hover {
	visibility: inherit;
}


#nav-listing a {
	color: #333;
	display: block;
	text-decoration: none;
}

#nav-listing a span.link-desc,
ol#charts li span.song,
ul.xml-explode li span.detail {
	color: #fff;
	display: block;
	font-size: .75em;
	font-weight: normal;
	line-height: 1.25em;
	margin-top: .25em;
}

#view-content {
	font-size: 1.5em;
	line-height: 1;
 	padding: .8em 0;
}

#view-content h3,
#view-content h4,
#view-content p {
	margin-left: 6px !important;
	margin-right: 6px !important;
}

#view-content h3  {
	color: #333;
	font-weight: bold;}

#view-content h4  {
	color: #444;
	font-size: .9em;
	font-weight: bold;
	margin: .35em 0 .15em;
}

#view-content p {
	color: #fff;
	font-size: .75em;
	line-height: 1.4em;
	margin: .15em 0 .5em;
}

ul.xml-explode {
	border-bottom: 1px solid #6b6b6b;
	list-style: none;
	margin-top: .6em;
}

.xml-explode li {
	border-top: 1px solid #6b6b6b;
	clear: both;
 	padding: .8em 6px;
}

.xml-explode li img.wetter {
	float: right;
	margin-left: 1em;
	margin-top: -.2em;
	width: 90px;
}

.xml-explode li img.event {
	display: block;
	float: left;
	margin-right: 1em;
	margin-bottom: .5em;
	width: 50px;
}

.xml-explode span.topinfo {
	color: #333;
	display: block;
	font-weight: bold;
	line-height: 1.25em;
}

ol#charts {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1;
	list-style: none;
}

#charts li {
	border-bottom: 1px solid #6b6b6b;
 	padding: .8em 6px;
}

#charts li:last-child {
	border-bottom: 0;
}

#charts li:hover {
	visibility: inherit;
}

#charts li img {
	display: inline-block;
	float: left;
	margin-right: 1em;
	margin-bottom: .5em;
}

#charts li span.titel-id {
	background: #333;
	color: #f1f1f1;
	display: inline-block;
	font-weight: standard;
	height: 1em;
	margin-right: .25em;
	padding: .2em;
	text-align: center;
	vertical-align: middle;
	width: 1em;
}

p#footer {
	font-size: .75em;
	display: block;
	margin: .5em 6px .2em;
}