@charset "utf-8";

body {
	margin:0;
	background-color: #FFFFFF;
}

/* TEXT FORMATE */

.ARTIST {
margin:0cm;
margin-bottom:.0001pt;
font-size:8.0pt;
font-family:"Verdana","sans-serif";
color: #555;
font-weight:normal;
line-height:1.5;
text-transform: uppercase
}

.text {
margin:0cm;
margin-bottom:.0001pt;
font-size:8.0pt;
font-family:"Verdana","sans-serif";
color: #555;
font-weight:normal;
line-height:1.5;
}
.text_header {
	color: #c6c2ba;
	font-weight: bold;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.5;
}
.header_program {
	color: #333333;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	;
	font-size: 12px;
	line-height: 25px;
}
.poemtext {
	color: #4D4B48;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 10px;
}
.artist_header {
	color: #c6c2ba;
	font-weight: bold;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 14px;
}
.text_subheader {
	color: #9E9E9E;
	font-weight: normal;
	font-family: "Verdana", Arial, , sans-serif;
	font-size: 10px;
	line-height: 20px;
}
.newstext {
	color: #1A1A1A;
	font-weight: normal;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
}
.filmmarkierer {
	background-color: #9efe21;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Verdana", Arial, sans-serif;
}
.header_artists {
	font-weight: bold;
	color: #c6c2ba;
}
.header_poem {
	font-weight: bold;
	color: #4D4B48;
	font-size: 16px;
}
td {
	font-weight: normal;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.picture_large_subtitle {
	color: #111;
	font-weight: bold;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 16px;
}

a:link {
	color:#9E9E9E;
	text-decoration: none;
}
a:visited {
	color:#9E9E9E;
	text-decoration: none;
}
a:hover {
	color:#000000;
	text-decoration: none;
	}
	
/*RSS FEED CSS*/
.news_headline {
	color: #978359;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.news_text {
	color: #978359;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
}

/* DIV LAYER  */
#mycustomscroll {
	width: 122px;
	height: 214px;
	overflow: auto;
	position: relative;
	padding: 0px;
}
#poembox {
	width: 246;
	height: 119;
	overflow: auto;
	position: relative;
	padding: 0px;
}
.artists {
	width: 630px;
	overflow: auto;
	position: relative;
	padding: 0px;
	top: 0px;
}
.shoutbox {
	height: 250px;
}
.poembox {
	height: 160px;
}

.submit input
{
	color: #000;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.textstart {
	font-weight: normal;
}
.artistlink {
	font-family: "Verdana", Arial, sans-serif;
	color:#9E9E9E;
	text-decoration: none;
	font-size: 10px;
	cursor: pointer;
}
.artistlink:hover {
	font-family: "Verdana", Arial, sans-serif;
	color:#000000;
	text-decoration: none;
	cursor: pointer;
}

/* RSS NEW CONTAINER*/

.holder {
	float: left;
}

.scroll-pane {
	width: 122px;
	height: 550px;
	overflow: auto;
	float: left;
}


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
