/* Standard-CSS for djtrash.de */
/* by Marc Tiedemann mailto:mail@marctiedemann.com */


/* ----------- important colors -----------
background = #;
grey = #; 
reddish = #;
*/


/* ---------- basics -------------- */
* {padding: 0; margin: 0;}

html, body {
	background: #fff;
	font-size: 62.5%;
	height: 100%;
}

img {
	border: 0px;
}

.nohover a:hover {
	background-color: #fff;
}


/* ---------- links -------------- */
a:link {
	color: #a8a8a8;
	text-decoration: underline;
}

a:visited {
	color: #a8a8a8;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #a8a8a8;
}

a.image:hover {
	background-color: transparent;
}

a:active {
	color: #a8a8a8;
	text-decoration: none;
}

/* --- class keeps image links from showing regular hover state --- */
a.image:hover {
	background-color: transparent;
}

/* ---------- fonts -------------- */

div, p, ol, ul, span, table, td, form {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	color: #a8a8a8;
	font-size: 1.3em;
}

h1 {
	font-family: Courier New, serif;
	font-weight: normal;
	font-size: 2.1em;
	color: #a8a8a8;
	padding: 0 0 7px 0;
}

h1 a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #a8a8a8;
}


h2 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	color: #a8a8a8;
	font-size: 1.3em;
	margin: 0 0 10px 0;
}

h3 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	color: #a8a8a8;
}

h4 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.6em;
	color: #a8a8a8;
}

pre, code {
	font-size: 1.3em;
}


/* ---------- decorations -------------- */
.linestyle1 {
	border-bottom: 1px dotted #a8a8a8;
	margin: 5px 0 15px 0;
}

.linestyle2 {
	width: 150px;
	border-bottom: 1px dotted #a8a8a8;
	margin: 10px 0px 10px 0;
}

#soboma {
	width: 160px;
	margin: 15px 0 15px 0;
}

#soboma img {
	padding: 0 3px 0 0;
}

#soboma a:hover {
	background-color: transparent;
}

.djtrash16 {
	vertical-align: middle;
}


/* ---------- forms -------------- */
.input_newsletter { 
	width: 140px;
	border: none;
	background-color: #eeeeee;
	color: #a8a8a8;
	font-size: 0.6em;
	padding: 5px 5px;
	margin: 5px 0;
}

.submit_newsletter {
	width: 150px;
	padding: 5px 5px;
	border: 1px solid #a8a8a8;
	background-color: #eeeeee;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	color: #a8a8a8;
	font-size: 0.6em;
	text-align: left;
}

.submit_newsletter:hover {
	background-color: #a8a8a8;
	color: #fff;
	border: 1px solid #eeeeee;
}


/* ---------- layout from here on -------------- */
/* ---------- container centers layout -------------- */
#wrapper {
	float: left;
	width: 100%;
}

#container {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -250px;
}


/* ---------- header -------------- */
#header {
	height: 180px;
	width: 960px;
	padding: 20px 0 60px 0;
}

#header a:hover {
	background-color: transparent;
}


/* ----------------- content --------------------- */
#content {
	margin: 0 200px;
	min-height: 600px;
}


/* ----------------- content centered --------------------- */
#content_centered {
	margin: 0 200px;
	min-height: 600px;
	text-align: center;
}


/* ----------------- intro --------------------- */
#container_intro {
	position: absolute;
	height: 350px; 
	width: 960px;
	margin: -175px 0px 0px -480px;
	top: 40%; 
	left: 50%;
}

.introbanner {
	padding-bottom: 30px;
}

#flashPlayer {
	text-align: center;
	padding-top: 25px;
}


/* ----------------- dates --------------------- */
.oddrow {
	font-size: 1.0em;
	background-color: #eeeeee;
	padding: 10px 3px;
}

.evenrow {
	font-size: 1.0em;
	padding: 10px 3px;
}


/* ----------------- channel links --------------------- */
.links_graphic {
	padding: 0 0 0 0;
	vertical-align: middle;
}

.links_block {
	padding: 15px;
}


/* ----------------- charts --------------------- */


/* ----------------- references --------------------- */
.reference_graphic {
	max-width: 540px;
	overflow: hidden;
	padding: 0 0 10px 0;
	display: block;
	margin: 0 auto;
}


/* ----------- contact --------------------------- */
#contact {
	text-align: center;
}


/* ----------- impressum --------------------------- */
.webbadge {
	padding: 0 0 3px 0;
}


/* ----------- search --------------------------- */
.fieldset {
	border: none;
	border-bottom: 1px solid #a8a8a8;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}

.searchcaption {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	color: #a8a8a8;
	font-size: 0.7em;
	margin: 0 0 10px 0;
}

.searchoptions {
	padding: 5px 0;
}

.searchradiobutton {
	font-size: 0.4em;
}

.input_search { 
	width: 540px;
	height: 17px;
	border: none;
	background-color: #eeeeee;
	color: #a8a8a8;
	font-size: 0.6em;
	padding: 5px 5px;
	margin: 5px 0;
}

.submit_search {
	width: 150px;
	padding: 5px 5px;
	border: 1px solid #a8a8a8;
	background-color: #eeeeee;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	color: #a8a8a8;
	font-size: 0.6em;
	text-align: center;
}

.submit_search:hover {
	background-color: #a8a8a8;
	color: #fff;
	border: 1px solid #eeeeee;
}


/* ----------- col3 --------------------------- */
#col3 {
	float: left;
	width: 200px;
	margin-left: -200px;
}

#col3content {
	padding: 0 10px 0 40px;
}

.nextdates {
	list-style: none;
	font-size: 1.0em;
	margin: 5px 0 0 0;
}

.col3image {
	padding: 0 0 4px 0;
}

#isearch_form {
	font-size: 1.0em;
}

#search_form label {
	font-size: 0.5em;
}


/* -------------- col1 ------------- */
#col1 {
	float: left;
	width: 200px;
	margin-left: -960px;
	padding: 0 0 0 10px;
}

#menu {
	list-style: none;
	position: relative;
}

#menu span {
	display: none;
	position: absolute;
}

#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}

#menu a:hover {
	background-position: left bottom;
}

#menu a:hover span {
	display: block;
}

#menu li.current {
	background-position: left bottom;
}

#menu li.current span {
	display: block;
}

#menu .news {
	width: 150px;
	height: 28px;
	background: url(/images/uploads/nav_news.gif) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .news span {
	width: 150px;
	height: 28px;
	background: url(/images/uploads/nav_news_over.gif) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .dates {
	width: 150px;
	height: 28px;
	background: url(/images/uploads/nav_dates.gif) no-repeat;
	left: 0px;
	top: 40px;
}

#menu .dates span {
	width: 150px;
	height: 28px;
	background: url(/images/uploads/nav_dates_over.gif) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .charts {
	width: 150px;
	height: 28px;
	background: url(/images/uploads/nav_charts.gif) no-repeat;
	left: 0px;
	top: 80px;
}

#menu .charts span {
	width: 150px;
	height: 28px;
	background: url(/images/uploads/nav_charts_over.gif) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .soundcheck {
	width: 150px;
	height: 28px;
	background: url(/images/uploads/nav_soundcheck.gif) no-repeat;
	left: 0px;
	top: 120px;
}

#menu .soundcheck span {
	width: 150px;
	height: 28px;
	background: url(/images/uploads/nav_soundcheck_over.gif) no-repeat;
	left: 0px;
	top: 0px;
}

/*
#menu .pics {
	width: 150px;
	height: 28px;
	background: url(/images/uploads/nav_pics.gif) no-repeat;
	left: 0px;
	top: 160px;
}

#menu .pics span {
	width: 150px;
	height: 28px;
	background: url(/images/uploads/nav_pics_over.gif) no-repeat;
	left: 0px;
	top: 0px;
}
*/
#menu .references {
	width: 150px;
	height: 28px;
	background: url(/images/uploads/nav_references.gif) no-repeat;
	left: 0px;
	top: 160px;
}

#menu .references span {
	width: 150px;
	height: 28px;
	background: url(/images/uploads/nav_references_over.gif) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .guestbook {
	width: 150px;
	height: 28px;
	background: url(/images/uploads/nav_guestbook.gif) no-repeat;
	left: 0px;
	top: 200px;
}

#menu .guestbook span {
	width: 150px;
	height: 28px;
	background: url(/images/uploads/nav_guestbook_over.gif) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .links {
	width: 150px;
	height: 28px;
	background: url(/images/uploads/nav_links.gif) no-repeat;
	left: 0px;
	top: 240px;
}

#menu .links span {
	width: 150px;
	height: 28px;
	background: url(/images/uploads/nav_links_over.gif) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .contact {
	width: 150px;
	height: 28px;
	background: url(/images/uploads/nav_contact.gif) no-repeat;
	left: 0px;
	top: 280px;
}

#menu .contact span {
	width: 150px;
	height: 28px;
	background: url(/images/uploads/nav_contact_over.gif) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .impressum {
	width: 150px;
	height: 28px;
	background: url(/images/uploads/nav_impressum.gif) no-repeat;
	left: 0px;
	top: 320px;
}

#menu .impressum span {
	width: 150px;
	height: 28px;
	background: url(/images/uploads/nav_impressum_over.gif) no-repeat;
	left: 0px;
	top: 0px;
}


/* ----------- footer --------------------------- */
#footer, #push {
	height: 250px;
	clear: both;
}

#footer {
	background: #eeeeee;
	margin: 50px 0 0 0;
	font-size: 0.9em;
	line-height: 20px;
}

#footer .centralizer {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

.navtop {
	color: #red;
}

#footer ul.links {
	list-style: none;
}

#footer .col1 {
	width: 280px;
	float: left;
	padding: 0 45px 0 10px;
}

#footer .col2 {
	width: 280px;
	float: left;
	padding: 0 45px 0 0;
}

.linestylenews1 {
	border-bottom: 1px dotted #a8a8a8;
	margin: 0 40px 5px 0;
}

#footer .col3 {
	width: 280px;
	float: left;
}

.mail {
	padding: 0 5px 0 0;
	vertical-align: middle;
}

#copyright {
	clear: both;
	text-align: right;
	padding-right: 10px;
	font-size: 1.0em;
}