body {
	background: #ffffff url(bg_top.jpg) top center no-repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #F7F5D9;
	font-size: 0.75em;
	line-height: 1.6em;
	padding: 0;
	margin: 0;
	text-align: center;
	height:101%;
	}


/*  fonts ------------------------------------------------------------------------- */

a:link {color: #c00;text-decoration: none;} 
a:visited {color: #900;text-decoration: none;} 
a:hover {text-decoration: underline;}

h1, h2, h3 {margin: 0; padding: 0;}

abbr, acronym {
	text-decoration: none;
	border-bottom: 1px dotted #F7F5D9;
	cursor: help;
	}


/*  container ------------------------------------------------------------------- */ 

div#page{
	background: #ffffff url(bg_mid.jpg) top center repeat-y;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom:0px;
	padding: 0;
	text-align: left;
	}

div#pageContainer {
	background: transparent url(bg_top.jpg) top center no-repeat;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom:0px;
	padding: 0;
	text-align: left;
	}

div#pageHeader{
	display: none;
}

div#page2ndHeader{
	position: absolute; left:auto; right:auto; top:72px;
	width: 650px;
	padding: 0;
	margin: 0;
	text-align:right;
	color: #CCCCCC;
}

div#pageFooter {
	background: transparent url(bg_bot.jpg) top center no-repeat;
	width: 760px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom:0px;
	padding: 0;
	text-align: left;
	}

/*     INHALT      */

div#pageContent{
	/*position: absolute; left:auto; right:auto; top:160px;
	width: 760px;*/
	padding: 0px;
	padding-top: 156px;
	padding-left: 200px;
	padding-right: 24px;
	font-size: 0.9em;
	line-height: 1.6em;
	color: #333;
	display:block;
	min-height: 350px;
	}


/* MENU */

div#menuMain{
	position: absolute; left:auto; right:auto; top:auto;
	width: 530px;
	margin-top: 109px;
	margin-left: 225px;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.6em;
	color: #9E2E2F;
}
div#menuMain li a:link, div#menuMain li a:visited {color: #fd0d0f; text-decoration: none;} 
div#menuMain li a:hover {color: #f99; text-decoration: underline;}
/*div#menuMain a.Main_Menu_sel{color: #fff;}*/
div#menuMain li a.Main_Menu_sel:link, div#menuMain li a.Main_Menu_sel:visited {color: #fff;}

div#menuSub{
	position: absolute; left:auto; right:auto; top:220;
	width: 160px;
	margin: 0px;
	margin-left: 15px;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.6em;
	color: #9E2E2F;
	
}

fieldset#menuSub_form{
	padding: 5px;
}
fieldset#menuSub_form input, fieldset#menuSub_form textarea {
	width: 140px;
}
fieldset#menuSub_form input.submit {
	margin-top: 5px;
}

fieldset#user_form label {
	display: block;
	width: 100%;
}
fieldset#user_form input, fieldset#user_form textarea {
	width: 250px;
}
fieldset#user_form input.submit {
	display: block;
	margin-top: 10px;
}


/*  intro ------------------------------------------------------------------- */

div#intro {
	width: 580px;
	margin: 0;
	padding: 0;
	}



div#quickSummary {
	width: 260px;
	height: 20px;
	padding: 220px 0 0 0;
	margin: 0 0 30px 310px;
	color: #9E2E2F; 
	}

div#quickSummary p.p1 {
	display: none;
	}


/*  preamble ------------------------------------------------------------------- */

div#preamble {
	background: url(content_boxes_middle_preamble.gif) repeat-y;
	width: 375px;
	margin-left: 205px;
	}

div#preamble h3 {
	background: url(headline_preamble.gif) top left no-repeat;
	height: 85px;
	}

div#preamble h3 span {
	display: none;
	}

div#preamble p {
	padding: 0 10px 10px 20px;
	}

div#preamble p.p1 {
	margin-top: -25px;
	}

div#preamble p.p3 {
	background: url(content_boxes_bottom_preamble.gif) bottom left no-repeat;
	padding-bottom: 65px;
	/* for IE5 */
	margin-bottom: 0px;
	}


/*  supportingText ------------------------------------------------------------------- */

div#supportingText {
	width: 580px;
	margin: 0 0 50px 0;
	padding: 0;
	}

div#explanation, div#participation, div#benefits, div#requirements {
	background: url(content_boxes_middle.gif) repeat-y;
	width: 550px;
	margin-left: 30px;
	}

div#explanation p, div#participation p, div#benefits p, div#requirements p {
	padding: 0 10px 10px 20px;
	}

div#explanation p.p1, div#participation p.p1, div#benefits p.p1, div#requirements p.p1 {
	margin-top: -25px;
	}

div#explanation p.p2, div#participation p.p3, div#benefits p.p1, div#requirements p.p5 {
	background: url(content_boxes_bottom.gif) bottom left no-repeat;
	padding-bottom: 65px;
	/* for IE5 */
	margin-bottom: 0px;
	}


div#explanation h3 {
	background: url(headline_explanation.gif) top left no-repeat;
	}

div#participation h3 {
	background: url(headline_participation.gif) top left no-repeat;
	}

div#benefits h3 {
	background: url(headline_benefits.gif) top left no-repeat;
	}

div#requirements h3 {
	background: url(headline_requirements.gif) top left no-repeat;
	}

div#explanation h3, div#participation h3, div#benefits h3, div#requirements h3 {
	height: 85px;
	}

div#explanation h3 span, div#participation h3 span, div#benefits h3 span, div#requirements h3 span {
	display: none;
	}


/*  footer ------------------------------------------------------------------- */

div#footer {
	width: 425px;
	height: 40px;
	margin-left: 155px;
	text-align: right;
	font-size: 0.9em;
	padding-top: 20px;
	}
div#footer a:link {color: #9E2E2F;}
div#footer a:visited {color: #9E2E2F;}
div#footer a:hover {color: #F7F5D9;}


/*  linkList ------------------------------------------------------------------- */

div#linkList {
	position: absolute; left:auto; right:auto; top:290px;
	width: 155px;
	margin-left: 180px;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.6em;
	color: #9E2E2F;
	}

div#menuMain ul {
	list-style: none;
	background: url(marginal_boxes_bottom.gif) bottom left no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

div#menuMain li {
	margin-right: 10;
	padding: 0 0 30px 0;
	display:inline;
	}

div#lselect li {
	background: url(li_element.gif) bottom center no-repeat;
	padding: 0 0 10px 0;
	}

div#lselect a {
	display: block;
	font-weight: bold;
	}

div#lselect a.c {
	display: inline;
	font-weight: normal;
	}

div#lselect, div#larchives, div#lresources {
	background: url(marginal_boxes_middle.gif) repeat-y;
	width: 155px;
	}

div#lselect h3 {
	background: url(headline_select.gif) top left no-repeat;
	}

div#larchives h3 {
	background: url(headline_archives.gif) top left no-repeat;
	}

div#lresources h3 {
	background: url(headline_resources.gif) top left no-repeat;
	}

div#lselect h3, div#larchives h3, div#lresources h3 {
	height: 35px;
	}

div#lresources h3 span, div#lselect h3 span, div#larchives h3 span {
	display: none;
	}


/*  Artists ------------------------------------------------------------------- */

img#artist_big{ float:left; margin-right:6px; margin-top:6px; border:1px solid #777;}

div#artistList div.artist_select {
	width:520px;
	height:72px;
	background: #cccccc url(box_top.jpg) top center no-repeat;
	margin-bottom:4px;
	padding:6px;
	border:1px solid #777;
	border-top:1px solid #dedede;
	border-left:1px solid #dedede;
}

div#artistList div.artist_select span {color: #000; font-weight:bold;}

/* div#artist {min-height:500px;} */

img.artist_small{
	display:inline; 
	width:70px; 
	float:left; 
	margin-right:6px; 
	border:1px solid #dedede;
	border-top:1px solid #777;
	border-left:1px solid #777;
}

/*  Releases ------------------------------------------------------------------- */

div#releaseList div.release {
	width:530px;
	height:156px;
	background: #dedede url(box_top.jpg) top center no-repeat;
	margin-bottom:10px;
	border:1px solid #777;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
}

div#releaseList div.release_l {
	color: #000; 
	display:inline; 
	width:82px; 
	height:150px;
	float:left;
	margin:3px;
	margin-left:4px;
}
div#releaseList div.release_l a.mp3_release:link,
div#releaseList div.release_l a.mp3_release:visited{
	width:70px;
	border:1px solid #777;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	margin-bottom:3px;
	display:block;
	text-align:center;
	font-weight:bold;
	font-size:10px;
}
div#releaseList div.release_text {
	background-color: #dedede; 
	color: #000; 
	display:block; 
	width:426px;
	height:146px;
	overflow:auto;
	margin:3px;
}
div#releaseList div.release_text h3{
	font-size:14px;
	margin-bottom:2px;
	font-weight:bold;
}

img.release_small{
	width:78px; 
	height:78px; 
	border:1px solid #dedede;
	border-top:1px solid #777;
	border-left:1px solid #777;
	margin-bottom:3px;
}

/* smallrow */

div#smallrowList div.smallrow {
	width:530px;
	height:86px;
	background: #dedede url(box_top.jpg) top center no-repeat;
	margin-bottom:6px;
	border:1px solid #777;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
}
div#smallrowList div.smallrow_l {
	color: #000; 
	display:inline; 
	width:82px; 
	height:80px;
	float:left;
	margin:6px;
}
div#smallrowList div.smallrow_l a.mp3_smallrow:link,
div#smallrowList div.smallrow_l a.mp3_smallrow:visited{
	width:70px;
	border:1px solid #777;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	margin-bottom:3px;
	display:block;
	text-align:center;
	font-weight:bold;
	font-size:10px;
}
div#smallrowList div.smallrow_text {
	background-color: #e0e0e0; 
	color: #000; 
	display:block; 
	width:426px;
	height:76px;
	overflow:auto;
	margin-top:6px;
}
div#smallrowList div.smallrow_text h3{
	font-size:14px;
	margin-bottom:2px;
	font-weight:bold;
}

img.smallrow_small{
	width:78px; 
	height:78px; 
	border:1px solid #dedede;
	border-top:1px solid #777;
	border-left:1px solid #777;
	margin-bottom:3px;
}

/* /smallrow */

div#mixList div.mix {
	color: #000; 
	width:530px;
	background: #dedede url(box_top.jpg) top center no-repeat;
	margin-bottom:10px;
	border:1px solid #777;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
}

div.mix_text{
	padding:4px;
	border-top:1px solid #eee;
}

div#mixList h3 {
	color: #000; 
	background-color: #cccccc;
	padding:4px;
	border-bottom:1px solid #777;
}


div#guestbookList div.guestbookHead {
	width:526px;
	color: #000; 
	background-color: #cccccc;
	padding:4px;
	border:1px solid #777;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
}

div#guestbookList div.guestbookBody {
	color: #000; 
	width:526px;
	background: #dedede url(box_top.jpg) top center no-repeat;
	margin-bottom:10px;
	padding:4px;
	border:1px solid #777;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
}

img.microbutton{
	width:80px; 
	height:15px;
	border:0px;
	margin-bottom:2px;
}


div#extraDiv1, div#extraDiv2, div#extraDiv3, div#extraDiv4, div#extraDiv5, div#extraDiv6 {
	display: none;
	}