/* written by Voov (www.voov.hu) & The Shadowhand Company (www.shadowhand.hu), copyright 2009 */

@import url("menu.css");
@import url("buttons.css");
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
q:before, q:after {
	content: '';
} 

p {
	padding: 0;
	margin: 0 0 15px 0;
}
br {
	margin: 0;
	padding: 0;
}
a:focus {
	outline:none;
}
a {
	outline: none;
	color: #666;
	text-decoration: underline;
}
a:hover {
	outline: none;
	color: #000;
	text-decoration: underline;
}
.clearfix {
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
	height: 0;
}
img a {
	border: 0;
	padding: 0;
	margin: 0;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
	float:left;
}
.right {
	text-align: right;
}
.bold {
	margin: 0 0 5px 0;
	font-weight: bold;
}
/***************** Lists *********************/
.list_no {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}
.list {
	list-style-type: circle;
	margin:  10px 0 10px 12px;
	padding: 0 0 1px 0;
	text-align: left;
	font-size: 12px;
}
.list a {
	font-size: 12px;
	text-decoration: none;
	font-style: italic;
	border-bottom: 1px dotted #807766;
	padding: 0 0 1px 0;
}
.list a:hover {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	font-style: italic;
	padding: 0 0 1px 0;
	border-bottom: 1px dotted #000;
}
.list li {
	padding: 0 0 6px 6px;
	background-image: url(../images/list_circle.jpg);
	background-repeat: no-repeat;
	background-position: 0 4px;
	margin: 0 0 0 0;
}

.list_table {
	list-style-type: disc;
	margin:  0 0 0 16px;
	padding: 0 0 0 0;
	text-align: left;
	font-size: 11px;
	line-height: 14px;
}

.list_table li {
	padding: 0 0 1px 0;
	margin: 0 0 0 0;
}

.list_table a {
	font-size: 12px;
	text-decoration: none;
	font-style: italic;
	border-bottom: 1px dotted #807766;
	padding: 0 0 1px 0;
}
.list_table a:hover {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	font-style: italic;
	padding: 0 0 1px 0;
	border-bottom: 1px dotted #000;
}

.list_footer {
	list-style-type: disc;
	margin:  15px 0 0 15px;
	padding: 0 0 0 0;
	text-align: left;
	font-size: 11px;
}
.list_footer a {
	font-size: 11px;
	color: #666464;
	text-decoration: none;
	padding: 0 0 0 0;
}
.list_footer a:hover {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	padding: 0 0 0 0;
	border-bottom: 1px dotted #000;
}
.list_footer li {
	padding: 0 0 3px 0;
	margin: 0 0 0 0;
}
/***************** Lines *********************/

.line {
	margin: 15px 0 0 0;
	padding: 0;
	height: 4px;
	background: url(../images/line.gif) repeat-x left top;
}

.line_small {
	width: 285px;
	margin: 0 0 0 0;
	padding: 0;
	height: 4px;
	float: right;
	background: url(../images/line.gif) repeat-x left top;
}

.line_space {
	margin: 0;
	padding: 0;
	height: 30px;
}
.line_dotted {
	margin: 25px 0;
	padding: 0;
	border-top: 1px dotted #343434;
}
.line_shaded {
	margin: 20px 0;
	padding: 0;
	height: 4px;
	background: url(../images/line_shaded.gif) repeat-x left top;
}
/******************* Headlines *****************/

h1 {
	font-family: 'Segoe Ui', Arial, sans-serif;
	font-size: 22px;
	color: #3e3e3e;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
	line-height: 20px;
}
/*h2 {
	margin:  0 0 15px 0;
	padding: 0 0 0 0;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
}*/
h3 {
	font-family: 'Segoe Ui', Arial, sans-serif;
	font-size: 13px;
	color: #FFF;
	margin: 0 0 12px 0;
	padding: 0 0 10px 0;
}
h4 {
	font-family: 'Segoe Ui', Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0 0 12px 0;
	padding: 0 0 10px 0;
}
h5 {
	font-family: 'Segoe Ui', Arial, sans-serif;
	font-size: 11px;
	color: #3e3e3e;
	margin: 0 0 12px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
	line-height: 20px;
}
h6 {
	font-family: 'Segoe Ui', Arial, sans-serif;
	font-size: 10px;
	color: #3e3e3e;
	margin: 0 0 12px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
	line-height: 20px;
}
/*****************************************************************************/
/* Basic
/*****************************************************************************/
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Tahoma, Verdana;
	background-color: #ece6e2;
	background-image: url(../images/bg_graff.gif);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #747474;
	line-height: 16px;
}

#container {
	width: 968px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

#top {
	width: 968px;
	height: 96px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
}

#logo {
	width: 238px;
	height: 50px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 22px;
	top: 24px;
}

#menu {
	width: 968px;
	height: 39px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url(../images/bg_menu.gif);
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
}

#middle {
	width: 922px;
	margin: 0 0 0 0;
	padding: 17px 23px;
	background-image: url(../images/bg_middle.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

#footer {
	width: 968px;
	height: 82px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url(../images/bg_footer.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#footer_menu {
	width: 900px;
	margin: 0 auto;
	padding: 11px 0 0 0;
	font-family: Georgia, Arial, Tahoma;
	font-size: 10px;
	text-align: center;
	line-height: 10px;
	text-transform: uppercase;
}

#footer_menu a {
	color: #747474;
	text-decoration: none;
	padding: 0 5px;
}

#footer_menu a:hover {
	color: #747474;	
	text-decoration: underline;
	padding: 0 5px;
}

#footer_info_holder {
	width: 322px;
	margin: 0 auto;
	padding: 17px 0 0 0;
	font-family: Georgia, Arial, Tahoma;
	font-size: 10px;
	text-align: center;
	line-height: 16px;
}

#footer_info_left {
	width: 300px;
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
	background: url(../images/footer_info_left.gif) no-repeat left top;
}

#footer_info_right {
	width: 10px;
	height: 16px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(../images/footer_info_right.gif) no-repeat left top;
}

#footer_copy {
	width: 700px;
	margin: 0 auto;
	padding: 16px 0 0 0;
	font-family: Georgia, Arial, Tahoma;
	font-size: 10px;
	text-align: center;
	line-height: 16px;
}

#footer_copy a {
	color: #747474;
	text-decoration: none;
}

#footer_copy a:hover {
	color: #747474;
	text-decoration: underline;
}

.spacer {
	width: auto;
	margin: 0;
	padding: 0;
	height: 50px;
}

#bottom {
	width: 968px;
	margin: 0 auto;
	padding: 0;
	height: 160px;
	background: url(../images/bg_graff_footer.gif) no-repeat left top;
}

/*********** search *************/

#search_holder {
	width: 218px;
	height: 33px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 5px;
	left: 745px;
	border-bottom: 1px solid #cdcdcd;
}

#field_search_holder {
	width: 205px;
	height: 25px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(../images/bg_field_search.gif) no-repeat left top;
	position: absolute;
	top: 4px;
	left: 6px;
	line-height: inherit;
}

.field_search {
	font-family: Georgia, Arial, Tahoma;
	color: #747474;
	font-style: italic;
	background: none;
	margin: 4px 0 0 0;
	padding: 0 5px 0 8px;
	width: 160px;
	border: 0;
	font-size: 13px;
}

/********** breadcrumb *********/

#breadcrumb_holder {
	width: 958px;
	margin: 0 0 0 0;
	padding: 0 5px;
	background-image: url(../images/bg_middle.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

#breadcrumb {
	width: 943px;
	height: 20px;
	margin: 0 auto;
	padding: 3px 0 0 15px;
	background-color: #f2f2f2;
	font-size: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #cdcdcd;
}

#breadcrumb img {
	margin: 0 4px 1px 4px;
	padding: 0 0 0 0;
}

.link_bread {
	width: auto;
	margin: 0 0 0 0;
	padding: 2px 0 0 0;
	float: left;
	line-height: 12px;
}

.link_bread a {
	color: #747474;
	text-decoration: none;
}

.link_bread a:hover {
	color: #000;
	text-decoration: none;
}

/************ cover **********/

#cover_holder {
	width: 902px;
	height: 324px;
	padding: 9px;
	margin: 0 0 18px 0;
	border: 1px solid #cdcdcd;
	position: relative;
}

.cover {
	width: 902px;
	height: 324px;
	background-image: url(../images/img_cover_01.jpg);
	margin: 0;
	padding: 0;
	position: absolute;
}

#cover_holder_adagio {
	width: 902px;
	height: 532px;
	padding: 9px;
	margin: 0 0 0 0;
	border: 1px solid #cdcdcd;
	position: relative;
}

.cover_shadow {
	width: 922px;
	height: 30px;
	font-size: 1px;
	line-height: 1px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(../images/adagio_shadow.gif) left top no-repeat;
}

.cover_adagio {
	width: 902px;
	height: 532px;
	background-image: url(../images/header_adagio.jpg);
	margin: 0;
	padding: 0;
	position: absolute;
}

#cover_holder_adagio_small {
	width: 902px;
	height: 223px;
	padding: 9px;
	margin: 0 0 0 0;
	border: 1px solid #cdcdcd;
	position: relative;
}

.cover_adagio_small {
	width: 902px;
	height: 223px;
	background-image: url(../images/header_adagio_small.jpg);
	margin: 0;
	padding: 0;
	position: absolute;
}

.cover_adagio h1 {
	width: 458px;
	height: 50px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	top: 268px;
	left: 11px;
	background: url(../images/title_keressuk.gif) left top no-repeat;
	text-indent: -9999px;
	border: 0;
}

.cover_adagio_small h1 {
	width: 458px;
	height: 50px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	top: 160px;
	left: 11px;
	background: url(../images/title_keressuk.gif) left top no-repeat;
	text-indent: -9999px;
	border: 0;
}

.adagio_title {
	width: auto;
	margin: 0 0 20px 0;
	padding: 0 0 0 18px;
	overflow: hidden;
	
}

.adagio_title h1 {
	padding: 0 0 10px 0;
	background: #7b7b7b;
	font-size: 28px;
	font-family: "Segoe Ui", Arial, Tahoma;
	line-height: 36px;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
}

.adagio_title h2 {
	padding: 0 0 10px 0;
	background: #7b7b7b;
	font-size: 28px;
	font-family: "Segoe Ui", Arial, Tahoma;
	line-height: 30px;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	float: left;
}

.adagio_subtitle {
	width: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	top: 336px;
	left: 35px;
}

.adagio_subtitle h2 {
	font-family: Georgia, Arial, Tahoma;
	font-size: 18px;
	font-weight:bold;
	font-style: italic;
	color: #ffffff;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 24px;
}

.adagio_description {
	width: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	top: 405px;
	left: 35px;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	font-family: Georgia, Arial, Verdana;
}

.cover_cloud {
	width: 436px;
	height: 60px;
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	position: absolute;
	top: 245px;
	left: 18px;
	background-color: #fff;
	
	z-index:9999;
    -moz-opacity: 0.85;
    opacity:.85;
    filter: alpha(opacity=85);
}

.cover_cloud_artist {
	width: 400px;
	height: 32px;
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	position: absolute;
	top: 278px;
	left: 15px;
	background-color: #fff;
	
	z-index:100;
    -moz-opacity: 0.85;
    opacity:.85;
    filter: alpha(opacity=85);
}

.cover_title {
	width: 405px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#cover_holder h1 {
	font-family: Georgia, Arial, Tahoma;
	font-size: 20px;
	margin: 7px 0 4px 0;
	padding: 0 0 5px 3px;
	line-height: 20px;
	border-bottom: 1px dotted #747474;
	color: #cf0702;
	font-weight: bold;
}

#cover_holder h2 {
	color: #3d3d3d;
	font-family: Georgia, Arial, Tahoma;
	font-size: 16px;
	font-style: italic;
	margin: 0;
	padding: 0 0 0 3px;
}

/********* boxes *********/

#home_boxes_holder {
	width: 922px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#home_boxes_holder h1 {
	font-family: Georgia, Arial, Tahoma;
	font-size: 16px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 17px;
	border: 0;
	color: #646464;
	font-weight: bold;
}

#box_publications {
	width: 295px;
	margin: 0 18px 0 0;
	padding: 0 0 0 0;
	float: left;
}

#box_news {
	width: 295px;
	margin: 0 19px 0 0;
	padding: 0 0 0 0;
	float: left;
}

#box_events {
	width: 295px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
}

.title_holder {
	width: 285px;
	height: 33px;
	margin: 0 0 10px 0;
	padding: 9px 0 0 10px;
	position: relative;
	background: url(../images/title_holder.gif) no-repeat left top;
}

.publication {
	width: 280px;
	margin: 0 0 0 0;
	padding: 10px 0 10px 5px;
	float: right;
	border-bottom: 1px dotted #747474;
}

.publication_img {
	width: 100px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-color: #e2e2e2;
	float: left;
}

.publication_txt {
	width: 170px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: right;
}

.publication_date {
	font-family: "Segoe Ui", Arial, Tahoma;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.publication_date a {
	color: #747474;
	text-decoration: none;
}

.publication_date a:hover {
	color: #747474;
	text-decoration: underline;
}

.publication_artist {
	font-family: Georgia, Arial, Tahoma;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 4px 0;
	padding: 0 0 0 0;
	color: #000;
}

.publication_artist a {
	color: #000;
	text-decoration: none;
}

.publication_artist a:hover {
	color: #000;
	text-decoration: underline;
}

.publication_title {
	font-family: Georgia, Arial, Tahoma;
	font-size: 12px;
	font-style: italic;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #cf0702;
}

.publication_title a {
	color: #cf0702;
	text-decoration: none;
}

.publication_title a:hover {
	color: #cf0702;
	text-decoration: underline;
}

.news {
	width: 280px;
	margin: 0 0 0 0;
	padding: 10px 0 10px 5px;
	float: right;
	border-bottom: 1px dotted #747474;
}

#news_list_holder {
	width: 595px;
	margin: 0;
	padding: 0;
	float: right;
}

#news_list_left {
	width: 280px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
}

#news_list_right {
	width: 280px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: right;
}

.news_list {
	width: 280px;
	margin: 0 0 0 0;
	padding: 10px 0 10px 5px;
	border-bottom: 1px dotted #747474;
}

.news_img {
	width: 280px;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

.news_txt {
	width: 280px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.news_headline_img {
	width: 280px;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

.news_date {
	font-family: "Segoe Ui", Arial, Tahoma;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #bb1923;
}

.news_date a {
	color: #bb1923;
	text-decoration: none;
}

.news_date a:hover {
	color: #bb1923;
	text-decoration: underline;
}

.news_artist {
	font-family: Georgia, Arial, Tahoma;
	font-size: 10px;
	text-transform: uppercase;
	margin: 3px 0 6px 0;
	padding: 0 0 0 0;
	color: #646464;
	line-height: 12px;
}

.news_artist a {
	color: #646464;
	text-decoration: none;
}

.news_artist a:hover {
	color: #646464;
	text-decoration: underline;
}

.news_title {
	font-family: Georgia, Arial, Tahoma;
	font-size: 14px;
	font-style: italic;
	margin: 0 0 8px 0;
	padding: 0 0 0 0;
	color: #000;
}

.news_title a {
	color: #000;
	text-decoration: none;
}

.news_title a:hover {
	color: #000;
	text-decoration: underline;
}

.news_desc {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	margin: 4px 0 0 0;
	padding: 0;
	line-height: 14px;
}

.news_desc p {
	margin: 0;
}

.events {
	width: 280px;
	margin: 0 0 0 0;
	padding: 15px 0 15px 5px;
	float: right;
	border-bottom: 1px dotted #747474;
}

.events_date {
	font-family: "Segoe Ui", Arial, Tahoma;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #bb1923;
	line-height: 10px;
}

.events_date a {
	color: #bb1923;
	text-decoration: none;
}

.events_date a:hover {
	color: #bb1923;
	text-decoration: underline;
}

.events_artist {
	font-family: Georgia, Arial, Tahoma;
	font-size: 10px;
	text-transform: uppercase;
	margin: 8px 0 0 0;
	padding: 0 0 0 0;
	color: #646464;
	line-height: 12px; 
}

.events_artist a {
	color: #646464;
	text-decoration: none;
}

.events_artist a:hover {
	color: #646464;
	text-decoration: underline;
}

.events_location {
	font-family: Georgia, Arial, Tahoma;
	font-size: 12px;
	font-style: italic;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #000000;
}

.events_location a {
	color: #000000;
	text-decoration: none;
}

.events_location a:hover {
	color: #000000;
	text-decoration: underline;
}

.btn_vissza {
	width: auto;
	margin: 10px 0;
	padding: 0 0 0 14px;
	float: left;
	line-height: 16px;
}

.btn_vissza a {
	font-family: Georgia, Arial, Tahoma;
	color: #747474;
	font-style: italic;
	text-decoration: none;
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
	background: url(../images/buttons/btn_arrow_back.gif) no-repeat left 0px;
}

.btn_vissza a:hover {
	font-family: Georgia, Arial, Tahoma;
	color: #000;
	font-style: italic;
	text-decoration: none;
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
	background: url(../images/buttons/btn_arrow_back.gif) no-repeat left -15px;
}

.btn_tovabb {
	width: auto;
	margin: 10px 0;
	padding: 0 0 0 0;
	float: right;
	line-height: 16px;
}

.btn_tovabb a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #747474;
	font-style: italic;
	text-decoration: none;
	padding: 0 20px 0 0;
	margin: 0 0 0 0;
	background: url(../images/buttons/btn_arrow.gif) no-repeat right 0px;
}

.btn_tovabb a:hover {
	font-family: Georgia, Arial, Tahoma;
	color: #000;
	font-style: italic;
	text-decoration: none;
	padding: 0 20px 0 0;
	margin: 0 0 0 0;
	background: url(../images/buttons/btn_arrow.gif) no-repeat right -15px;
}

.btn_tovabb_news {
	width: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: right;
	line-height: 16px;
}

.btn_tovabb_news a {
	font-family: Georgia, Arial, Tahoma;
	color: #747474;
	font-style: italic;
	text-decoration: none;
	padding: 1px 20px 0 0;
	margin: 0 0 0 0;
	background: url(../images/buttons/btn_arrow.gif) no-repeat right 0px;
}

.btn_tovabb_news a:hover {
	font-family: Georgia, Arial, Tahoma;
	color: #000;
	font-style: italic;
	text-decoration: none;
	padding: 1px 20px 0 0;
	margin: 0 0 0 0;
	background: url(../images/buttons/btn_arrow.gif) no-repeat right -15px;
}

.btn_tovabb_red {
	width: auto;
	margin: 2px 0 0 0;
	padding: 0 0 0 0;
	font-size: 11px;
	line-height: 13px;
	font-style: italic;
}

.btn_tovabb_red a {
	font-family: Georgia, Arial, Tahoma;
	color: #ba0501;
	font-style: italic;
	text-decoration: none;
	padding: 0 15px 0 0;
	margin: 0 0 0 0;
	background: url(../images/buttons/btn_arrow_red.gif) no-repeat right 0px;
}

.btn_tovabb_red a:hover {
	font-family: Georgia, Arial, Tahoma;
	color: #000;
	font-style: italic;
	text-decoration: none;
	padding: 0 15px 0 0;
	margin: 0 0 0 0;
	background: url(../images/buttons/btn_arrow_red.gif) no-repeat right -14px;
}

/************ main *************/

#main {
	width: 922px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

#main_title {
	width: 912px;
	height: 33px;
	margin: 0 0 10px 0;
	padding: 9px 0 0 10px;
	background: url(../images/main_title.gif) no-repeat left top;
	position: relative;
}

#main_title h1 {
	font-family: Georgia, Arial, Tahoma;
	font-size: 16px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 17px;
	border: 0;
	color: #646464;
	font-weight: bold;
}


#list_short_holder {
	width: 910px;
	margin: 10px 0 0 0;
	padding: 0 0 0 12px;
}

.list_normal_holder {
	width: 910px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom: 1px dotted #757575;
	float: right;
}

.list_item {
	width: 284px;
	margin: 0 0 0 0;
	padding: 9px;
	float: left;
	border-right: 1px dotted #757575;
}

.list_item_right {
	width: 284px;
	margin: 0 0 0 0;
	padding: 9px;
	float: left;
}

.list_item_img {
	width: 100px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
}

.list_item_img_big {
	width: 262px;
	margin: 0 auto;
	padding: 8px 0;
	text-align: center;
}

.list_item_img_big img {
	border: 1px solid #cdcdcd;
}

.list_item_txt {
	width: 170px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: right;
}

.list_item_txt_big {
	width: 260px;
	margin: 0 auto;
	padding: 0 0 10px 0;
}

.list_item_date {
	font-family: "Segoe Ui", Arial, Tahoma;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.list_item_artist {
	font-family: Georgia, Arial, Tahoma;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 4px 0;
	padding: 0 0 0 0;
	color: #000;
}

.list_item_title {
	font-family: Georgia, Arial, Tahoma;
	font-size: 12px;
	font-style: italic;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #cf0702;
}

.list_item_date_big {
	font-family: "Segoe Ui", Arial, Tahoma;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.list_item_artist_big {
	font-family: Georgia, Arial, Tahoma;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 4px 0;
	padding: 0 0 0 0;
	color: #000;
}

.list_item_title_big {
	width: 180px;
	font-family: Georgia, Arial, Tahoma;
	font-size: 12px;
	font-style: italic;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #cf0702;
}

#list_table {
	width: 910px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#list_table th {
	background-color: #f2f2f2;
	border: 1px dotted #747474;
	margin: 0 0 0 0;
	padding: 5px 8px;
	font-size: 10px;
	font-family: Arial, Tahoma, Verdana;
	text-transform: uppercase;
	font-weight: normal;
}

#list_table th img {
	margin: 0 0 1px 2px;
}

#list_table td {
	border: 1px dotted #747474;
	margin: 0 0 0 0;
	padding: 10px 8px;
	font-weight: normal;
}

.column_img {
	width: 75px;
}

.column_artist {
	width: 135px;
	color: #000;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	font-family: Georgia, Tahoma, Verdana;
}

.column_artist a {
	color: #000;
	text-decoration: none;
}

.column_artist a:hover {
	color: #000;
	text-decoration: underline;
}

.column_title {
	width: 135px;
	color: #cf0702;
	font-style: italic;
	font-family: Georgia, Tahoma, Verdana;
}

.column_title a {
	color: #cf0702;
	text-decoration: none;
}

.column_title a:hover {
	color: #cf0702;
	text-decoration: underline;
}

.column_tracklist {
	width: 215px;
	font-size: 11px;
}

.column_format {
	width: 62px;
	font-size: 10px;
	text-transform: uppercase;
	font-family: "Segoe Ui", Arial, Tahoma;
}

.column_date {
	width: 120px;
	font-size: 10px;
	text-transform: uppercase;
	font-family: "Segoe Ui", Arial, Tahoma;
}

.column_code {
	font-size: 10px;
	text-transform: uppercase;
	font-family: "Segoe Ui", Arial, Tahoma;
}

.tr_dark {
	background-color: #fbfbfb;
}

#artist_menu {
	width: 920px;
	height: 33px;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	border: 1px solid #cdcdcd;
	border-top: 0;
	background-color: #f2f2f2;
	position: relative;
}

/************ artist news ************/

#artist_news_holder {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#artist_news_holder_left {
	width: 609px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
}

#artist_news_holder_right {
	width: 295px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: right;
}

.title_medium {
	width: 609px;
	height: 33px;
	margin: 0 0 10px 0;
	padding: 9px 0 0 10px;
	background: url(../images/title_medium.gif) no-repeat left top;
	position: relative;
}

.title_medium h1 {
	font-family: Georgia, Arial, Tahoma;
	font-size: 16px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 17px;
	border: 0;
	color: #646464;
	font-weight: bold;
}

.title_small {
	width: 285px;
	height: 33px;
	margin: 0 0 10px 0;
	padding: 9px 0 0 10px;
	position: relative;
	background: url(../images/title_holder.gif) no-repeat left top;
}

.title_small h1 {
	font-family: Georgia, Arial, Tahoma;
	font-size: 16px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 17px;
	border: 0;
	color: #646464;
	font-weight: bold;
}

.list_adagio_holder {
	width: 882px;
	margin: 0 auto 15px auto;
	padding: 0 0 15px 0;
	border-top: 1px dotted #dddddd;
}

.list_news_holder{
	width: 586px;
	margin: 0 0 15px 0;
	padding: 0 5px 15px 5px;
	float: right;
	border-bottom: 1px dotted #747474;
}

.list_news_image {
	width: 200px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	float: left;
}

.list_news_image img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.list_news_txt {
	width: 370px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: right;
}

#biography_holder  {
	width: 595px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: right;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
}

#images_holder  {
	width: 595px;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	float: right;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
}

#images_holder_big {
	width: 400px;
	margin: 0 0 0 0;	
	padding: 0 0 0 0;
	float: left;
}

#images_big {
	width: 388px;
	margin: 0 0 0 0;
	padding: 5px;
	background-color: #fafafa;
	border: 1px solid #cdcdcd;
	text-align: center;
}

#images_holder_small {
	width: 180px;
	margin: 0 0 0 0;	
	padding: 0 0 0 0;
	float: right;
}

.image_mini {
	width: 49px;
	height: 49px;
	background-color: #fafafa;
	margin: 0 7px 7px 0;
	padding: 2px;
	float: left;
	border: 1px solid #d1d1d1;
	text-align: center;
}

.image_mini_right {
	width: 49px;
	height: 49px;
	background-color: #fafafa;
	margin: 0 0 7px 0;
	padding: 2px;
	float: left;
	border: 1px solid #d1d1d1;
	text-align: center;
}


#album_holder {
	width: 595px;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	float: right;
}

#album_holder img {
	float: left;
	margin: 0 20px 10px 0;
	padding: 0 0 0 0;
	width: 290px;
	padding: 4px;
	border: 1px solid #cfcfcf;
	background-color: #fafafa;
}

#album_image {
	width: 300px;
	height: 300px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#album_info {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 11px;
}

#album_title {
	color: #cf0702;
	font-size: 20px;
	width: auto;
	font-family: Georgia, Arial, Tahoma;
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 22px;
}

#album_other {
	padding: 0 0 15px 0;
	margin: 5px 0 15px 0;
	font-size: 11px;
	width: 275px;
	float: left;
	border-bottom: 1px solid #ccc;
}

.black {
	color: #000;
}

#tracklist_holder {
	width: 595px;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	float: right;
}

#tracklist_holder h1 {
	color: #cf0702;
	font-size: 20px;
	width: auto;
	font-family: Georgia, Arial, Tahoma;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: normal;
	border: 0;
}

#album_table {
	width: 595px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#album_table th {
	background-color: #f2f2f2;
	border: 1px dotted #747474;
	margin: 0 0 0 0;
	padding: 5px 8px;
	font-size: 10px;
	font-family: Arial, Tahoma, Verdana;
	text-transform: uppercase;
	font-weight: normal;
}

#album_table th img {
	margin: 0 0 1px 2px;
}

#album_table td {
	border: 1px dotted #747474;
	margin: 0 0 0 0;
	padding: 7px 8px;
	font-weight: normal;
}

.td_number {
	color: #595959;
	font-size: 11px;
}

.td_title {
	color: #cf0702;
	font-size: 11px;
}

.td_length {
	color: #000;
	font-size: 11px;
}

.box_artists {
	width: 295px;
	margin: 0 18px 20px 0;
	padding: 0 0 0 0;
	float: left;
	font-family: Georgia, Arial, Tahoma;
	font-size: 14px;
}

.box_artists a {
	width: 280px;
	display: block;
	margin: 0 0 8px 8px;
	padding: 0 0 8px 5px;
	border-bottom: 1px dotted #ccc;
	font-style: italic;
	color: #747474;
	text-decoration: none;	
}

.box_artists a:hover {
	width: 280px;
	display: block;
	margin: 0 0 8px 8px;
	padding: 0 0 8px 5px;
	border-bottom: 1px solid #000;
	color: #000;
	text-decoration: none;	
	font-style: italic;
}

form {
	margin: 0;
	padding: 0;
}

label {
	margin: 0;
	padding: 0;
}

#newsletter_holder {
	width: 595px;
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
}

#adagio_holder {
	width: 100%;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
}

.field_label {
	width: 170px;
	margin: 0 10px 0 0;
	padding: 4px 0 0 0;
	float: left;
	text-align: right;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Georgia, Arial, Tahoma;
	color: #444;
}

.field_label_adagio {
	width: 305px;
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
	float: left;
	text-align: right;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Georgia, Arial, Tahoma;
	color: #444;
	display: block;
}

.field_label_full {
	width: 320px;
	margin: 0 10px 0 0;
	padding: 4px 0 0 0;
	float: left;
	text-align: right;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Georgia, Arial, Tahoma;
	color: #444;
}

.field_holder {
	width: 250px;
	height: 23px;
	margin: 0 0 0 0;
	padding: 2px 5px 0 5px;
	background: url(../images/bg_inputfield.gif) no-repeat left top;
	float: left;
}

.field_holder_none {
	width: 250px;
	height: 25px;
	margin: 0 0 0 0;
	padding: 0 5px 0 0;
	float: left;
}

.group_holder {
	width: 253px;
	margin: 0 0 0 0;
	padding: 2px 5px 0 2px;
	float: left;
	font-size: 11px;
	font-style: italic;
	line-height: 22px;
}

.field {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ddd;
}

.inputfield {
	width: 208px;
	margin: 4px 0 0 0;
	padding: 0 5px 0 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #666;
	border: 0;
	background: none;
	font-weight: bold;
	line-height: 11px;
}

.inputfield:hover {
	color: #000;
}

.field_holder_long {
	width: 320px;
	height: 23px;
	margin: 0 0 0 0;
	padding: 2px 5px 0 5px;
	background: url(../images/bg_inputfield_long.jpg) no-repeat left top;
	float: left;
}

.field_holder_long_no {
	width: 320px;
	margin: 0 0 0 0;
	padding: 2px 5px 0 5px;
	/*background: url(../images/bg_inputfield_long.jpg) no-repeat left top;*/
	float: left;
}

.inputfield_long {
	width: 310px;
	margin: 4px 0 0 0;
	padding: 0 5px 0 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #666;
	border: 0;
	background: none;
	font-weight: bold;
	line-height: 11px;
}

.inputfield_long:hover {
	color: #000;
}

.textfield_holder {
	width: 320px;
	height: 133px;
	margin: 0 0 0 0;
	padding: 2px 5px 0 5px;
	background: url(../images/bg_textarea.jpg) no-repeat left top;
	float: left;
}

.textfield {
	width: 310px;
	height: 123px;
	margin: 4px 0 0 0;
	padding: 0 5px 0 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #666;
	border: 0;
	background: none;
	font-weight: bold;
	line-height: 11px;
	overflow: hidden;
}

.textfield:hover {
	color: #000;
}

.field_label_adagio small {
	font-size: 10px;
	line-height: 12px;
	text-transform: none;
	color: #777;
}


#advanced_search {
	width: 910px;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	float: right;
}

.rss_title {
	width: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 9px;
	left: 230px;
	font-family: Georgia, Arial, Tahoma;
	font-style: italic;
	font-size: 11px;
	color: #333;
}

.title h1 {
	font-size: 14px;
	font-family: Georgia, Arial, Tahoma;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	font-weight: bold;
	font-style: italic;
	color: #333;	
	border: 0;
}

.adagio_content {
	width: 882px;
	margin: 0 auto;
	padding: 0;
	color: #323232;
	font-size: 16px;
	font-family: Georgia, Arial, Tahoma;
	line-height: 28px;
}

.adagio_content p {
	width: 832px;
	margin: 0 auto 20px auto;
	padding: 0;
}

.adagio_content p.bigger {
	width: 832px;
	margin: 0 auto 20px auto;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

.adagio_content h2 {
	width: 251px;
	height: 50px;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	background: url(../images/title_jelentkezesitt.gif) left top no-repeat;
	text-indent: -9999px;
	border: 0;
}

.adagio_content h3 {
	width: 198px;
	height: 37px;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	background: url(../images/title_jelentkezesiurlap.gif) left top no-repeat;
	text-indent: -9999px;
	border: 0;
}

.adagio_content_palyazati {
	width: 882px;
	margin: 0 auto;
	padding: 0;
	color: #323232;
	font-size: 16px;
	font-family: Georgia, Arial, Tahoma;
	line-height: 28px;
}

.adagio_content_palyazati p {
	width: 832px;
	margin: 0 auto 20px auto;
	padding: 0;
}

.adagio_content_palyazati p.bigger {
	width: 832px;
	margin: 0 auto 20px auto;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

.adagio_content_palyazati h2 {
	width: 308px;
	height: 50px;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	background: url(../images/title_palyazatifeltetelek.gif) left top no-repeat;
	text-indent: -9999px;
	border: 0;
}

.adagio_content_palyazati h3 {
	width: 198px;
	height: 37px;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	background: url(../images/title_jelentkezesiurlap.gif) left top no-repeat;
	text-indent: -9999px;
	border: 0;
}

.list_news_holder_adagio {
	width: 586px;
	margin: 0 0 15px 0;
	padding: 0 5px 15px 5px;
	float: right;
	border-bottom: 1px dotted #747474;
}

.list_news_image_adagio {
	width: 160px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	float: left;
}

.list_news_image_adagio img {
	margin: 0 0 0 0;
	padding: 5px;
	border: 1px solid #cdcdcd;
}

.list_news_txt_adagio {
	width: 420px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: right;
}

#artist_news_holder_adagio {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	min-height:500px;
	height:auto !important;
	height:500px;
}

.adagio_video_holder {
	width: 588px;
	height: 385px;
	margin: 0 0 0 0;
	text-align: center;
	border: 1px solid #cdcdcd;
	padding: 9px;
}

.adagio_video {
	width: 588px;
	height: 385px;
	margin: 0 0 0 0;
	text-align: center;
	padding: 0;
	background: #222222;
}

.adagio_infos {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
}

.adagio_rate {
	width: 150px;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.adagio_details {
	width: 415px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: right;
}
