html, body{
	margin: 0;
	padding: 0;
}

body {
	background: url(images/back.jpg) repeat-x #fff;
	font: 0.75em "Verdana", "Arial", "Helvetica", sans-serif;
	color: #666;
}

hr {
	background-image: url(images/hr.jpg);
	height: 2px;
	width: 400px;
	border: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

div#container {
	display: block;
	margin-left: auto;
    margin-right: auto;
	width: 850px;
	min-height: 1000px;
	background: #fff;
}

div#header {
	text-align: center;
	padding-top: 20px;
	background: #000;
	height: 200px;
}

div#footer {
	margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 10px;
	width: 850px;
	background: #fff;
	text-align: center;
	font-size: 10px;
}
	
div#menu {
	display: block;
	text-align: left;
	position: relative;
	float: right;
	top: 20px;
	right: 80px;
	width: 150px;
}

div#contents {
	border: 1px solid #888;
	width: 550px;
	margin-left: 20px;
	margin-top: 20px;
	padding: 5px;
	background: url(images/contents_bg.jpg) no-repeat;
}

div.title {
	background: url(images/titlebar.png) no-repeat;
	height: 27px;
	width: 449px;
	font: 16px "Verdana", "Arial", sans-serif;
	font-weight: bold;
	color: #fff;
	margin-left: 30px;
	margin-right: 10px;
	padding-top: 3px;
	padding-left: 5px;
}
div.title a {
	color: #fff;
}

div.block {
	margin-top: 10px;
	margin-bottom: 20px;
}

div#sponsor {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 8px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

ul.menu_site {
	background: url(images/menucorner.gif) no-repeat #000;
	width: 200px;
	color: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

ul.menu_music {
	background: url(images/menucorner.gif) no-repeat #f81;
	width: 200px;
	color: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

ul.menu_dance {
	background: url(images/menucorner.gif) no-repeat #e22;
	width: 200px;
	color: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

ul.menu_people {
	background: url(images/menucorner.gif) no-repeat #3b2;
	width: 200px;
	color: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

ul.menu_afterhours {
	background: url(images/menucorner.gif) no-repeat #42b;
	width: 200px;
	color: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

li.menutitle {
	color: #fff;
	font-family: "Verdana", "Arial", sans-serif;
	font-weight: bold;
	font-size: 20px;
	text-align: right;
	padding-right: 5px;
	border-bottom: #fff dashed 1px;
}

li.menu {
	color: #fff;
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 12px;
	margin-left: 15px;
	margin-top: 3px;
}

li.menu a {
	color: #fff;
	text-decoration: none;
}

li.menu a:hover {
	text-decoration: underline;
}

li.links {
	list-style: none;
}

span.newsdate {
	font-size: 9px;
}

span.wikititle {
	font-size: 14px;
	text-align: center;
}

span.links {
	font-size: 0.75em;
}
span.links a {
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
}

p.newscomments {
	margin-top: -10px;
	margin-right: 200px;
	font-size: 9px;
	text-align: center;
}

body a {
	color: #666;
	text-decoration: underline;
}

body a:hover {
	color: #222;
	text-decoration: none;
}

input {
	font: 9px "Verdana", "Arial", "Helvetica", sans-serif;
	color: #666;
	border-style: dotted;
	border-color: #888;
	border-width: 1px;
	width: 200px;
	margin-bottom: 10px;
}

input.submit {
	font: 9px "Verdana", "Arial", "Helvetica", sans-serif;
	color: #666;
	border-style: dotted;
	border-color: #888;
	border-width: 1px;
	width: 150px;
	margin-bottom: 10px;
	margin-left: 25px;
}

select {
	font: 9px "Verdana", "Arial", "Helvetica", sans-serif;
	color: #666;
	border-style: dotted;
	border-color: #888;
	border-width: 1px;
	width: 200px;
	margin-bottom: 10px;
}

textarea {
	font: 9px "Verdana", "Arial", "Helvetica", sans-serif;
	color: #666;
	border-style: dotted;
	border-color: #888;
	border-width: 1px;
	width: 300px;
	height: 300px;
	margin-bottom: 15px;
}

table#radio {
	border-width: 0px;
	width: 100%;
	padding: 8px;
}

table#radio tr#header {
	font-weight: bold;
}

table#radio td.datum {
	width: 25%;
	text-align: right;
	font-size: smaller;
}
table#radio tr#header td.datum {
	font-weight: bold;
	font-size: 1em;
}
table#radio td.titel {
	width: auto;
	text-align: left;
}
table#radio td.placeholder {
	width: 0px;
	text-align: center;
}

table#cddb {
	width: 100%;
	border-width: 0px;
	padding: 2px;
}
table#cddb tr#header {
	font-weight: bold;
	margin: 10px;
	font-size: 1.5em;
}

table#cddb td.cddb_tag {
	width: 150px;
	text-align: center;
	font-weight: bold;
	height: 2em;
}
table#cddb td.cddb_tag img {
	border: 1px solid #000000;
}
table#cddb h1 {
	font-size: 1.5em;
}
table#cddb td.cddb_info {
	width: auto;
}
table#cddb td.cddb_info span.future {
	color: #FF4444;
	font-style: italic;
}
table#cddb td.tracklist {
	padding-top: 25px;
}
table#cddb div.cd_title {
	font-weight: bold;
	font-size: 1.2em;
}
table#cddb div.cd_tracklist ol {
	list-style: decimal outside;
	line-height: 1.5em;
}
table#cddb tr.cddb_odd, table#cddb tr.cddb_even {
	height: 3em;
}
table#cddb td.cddb_list_title {
	width: auto;
}
table#cddb td.cddb_list_label {
	width: 100px;
}
table#cddb td.cddb_list_genre {
	width: 100px;
}
table#cddb tr.cddb_series {
	height: 4.2em;
	vertical-align: top;
}
table#cddb td.cddb_series_title {
	width: auto;
}
table#cddb td.cddb_series_info {
	width: 175px;
	font-size: 0.9em;
}
table#cddb span.cddb_series_sub {
	font-size: 0.9em;
}

div.downloads blockquote {
	font-size: 0.85em;
	margin-top: 0px;
}
div.downloads blockquote a {
	font-style: oblique;
	font-weight: bold;
}

table#releases tr {
	height: 3.3em;
	vertical-align: top;
}
table#releases tr#header {
	font-weight: bold;
	margin: 10px;
	font-size: 1.5em;
	vertical-align: middle;
}
table#releases td.releases_date {
	width: 75px;
}
table#releases td.releases_titel {
	width: 300px;
}
table#releases td.releases_serie {
	width: auto;
}

table#pp_routines {
	font-size: 9px;
}
table#pp_routines tr {
	height: 3em;
	vertical-align: top;
}
table#pp_routines tr#header {
	font-weight: bold;
	font-size: 12px;
}
table#pp_routines td.pp_routines_routine {
	width: 33%;
}
table#pp_routines td.pp_routines_artist {
	width: 25%;
}
table#pp_routines td.pp_routines_dancer {
	width: 20%;
}
table#pp_routines td.pp_routines_info {
	width: 22%;
}
table#pp_routines a {
	font-weight: bold;
}

table#pp_events {
	font-size: 9px;
}
table#pp_events tr {
	height: 3em;
	vertical-align: top;
}
table#pp_events  tr#header {
	font-weight: bold;
	font-size: 12px;
	height: 1.5em;
}
table#pp_events td.pp_events_event {
	width: 40%;
}
table#pp_events td.pp_events_info {
	width: 60%;
}
table#pp_events a {
	font-weight: bold;
}

div.block h1 {
	font-size: 1.5em;
}