body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

body p{
	margin:0px;
	padding:0 0 8px 0;
}

body td{
	vertical-align:top;
}


a {
	color:#861727;
	text-decoration:none;
}

span.red{
	color:#861727;
}

/* FONTS */

h1{
	border-bottom:1px solid #CCCCCC;
	color:#333333;
	font-size:45px;
	font-weight:bold;
	line-height:48px;
	margin:0pt 0pt 5px;
	padding:5px 0pt;
	text-transform:uppercase;
}


h2{
	color:#333333;
	font-size:16px;
	font-weight:bold;
	line-height:normal;
	margin:8px 0 2px 0;
	padding:0;
}

h3{
	color:#333333;
	font-size:12px;
	font-weight:bold;
	line-height:normal;
	margin:8px 0 1px 0;
	padding:0;
}


body.mainBody{
	background-color:#d6d6d6;
	background-image:url(../bilder/mallar/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding:10px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}

body.mainBody p{
	margin:0px;
	padding:0 0 0 0;
}

#topPage{
	float:left;
	clear:both;
	width:100%;
	background-image:url(../bilder/mallar/bgBottom1.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}

#mainContainer{
	width:950px;
	margin:auto;
}

#paper{
	background-color:#FFF;
	background-color:#FFF;
	float:left;
	width:100%;
}


#topBar{
	width:948px;
	text-align:left;
	background-image:url(../bilder/mallar/topBarBg.png);
	background-repeat:repeat-x;
	background-position:top;
	float:left;
	clear:both;
	border:solid 1px #FFF;
}

#logo{
	float:left;
	clear:left;
	padding:0 10px 0 10px;
}

#logo a img{
	border:none;
}

#mainMenu{
	margin:0 0 0 0;
	padding: 0;
	float:left;
	border-right:1px solid #FFF;
}
#mainMenu li{
	float: left;
	list-style: none;
	font: 11px;
	text-transform:uppercase;
}

#mainMenu li a{
	display: block;
	background: none;
	padding: 9px 18px;
	text-decoration: none;
	border-left:solid 1px #FFF;
	color: #FFF;
	white-space: nowrap;
	letter-spacing:2;
}

#mainMenu li.active a{
	background-color:#333;
}

#mainMenu li a:hover{
	background:  none;
	background-color:#721421;
}

#mainMenu li.active a:hover{
	background-color:#333;
}
	
	
#mainMenu li ul{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border: 1px solid #CCC;
	border-bottom:none;
	background-color:#F0F0F0;
	width:150px;
}

#mainMenu li ul li{
	float: none;
	display: inline;
}
			
#mainMenu li ul li a, #mainMenu li.active ul li a {
	width: auto;
	background: #F0F0F0;
	color: #000;
	text-align:left;
	border-bottom:solid 1px #CCC;
	padding:4px 4px;
}
			
#mainMenu li ul li a:hover, #mainMenu li.active ul li a:hover{
	background-color: #D6D6D6;
	color:#000;
}

/* TOPSEARCH */

#search{
	float:right;
	width:194px;
	padding:7px 0 0 6px;
	border-left:solid 1px #FFF;
	height:28px;
}

#search form input.searchInput {
	border:solid 1px #CCC;
	background-color:#FFF;
	width:150px;
	vertical-align:middle;
	margin:0px 0 0 0;
}

#search form input.searchSubmit {
	padding:2px 2px 2px 2px; 
	border:solid 1px #CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	vertical-align:middle;
}


.mainBody ul.searchResult{
	float:left;
	clear:both;
	clear:both;
	list-style:none;
	width:100%;
	margin:10px 0 10px 0;
}

.searchResult li{
	list-style:none;
	float:left;
	clear:both;
	width:100%;
	margin:2px 0 2px 0;
	border-bottom: solid 1px #CCC;
}

.wrapImageMini{
	width:30px;
	height:30px;
	text-align:center;
	float:left;
	clear:left;
	margin:2px 8px 2px 3px;
}

ul.searchResult li a .artist{
	color:#861727;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	padding:2px 0 2px 0;
	line-height:normal;
}

ul.searchResult li a .productName{
	text-transform: uppercase;
	font-size:12px;
	font-weight:bold;
	color:#333;
	padding:0 0 2px 0;
	line-height:normal;
}

/* ORDERTABLE */

table.orderTable{
	border-collapse:collapse;
	width:100%;
	margin:15px 0 0 0 ;
}

table.orderTable tr th{
	font-size:12px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	padding:2px 10px;
	border-bottom:solid 2px #CCC;
}


table.orderTable tr td{
	font-size:11px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	padding:2px 10px;
}

table.orderTable tr.odd td{
	background-color:#F0F0F0;
}


table.orderTable tr td:first-child{
	text-align:left;
}


table.orderTable tr.price td{
	border-top:solid 2px #CCC;
	font-size:14px;
}

table.orderTable tr.price td:first-child{
	font-size:11px;
	font-weight:normal;
	color:#666;
}





/**/
#middleContent{
	float:left;
	clear:both;
	width:100%;
}

#leftContent{
	float:left;
	width:615px;
	clear:left;
	background-image:url(../bilder/mallar/leftContentBg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	min-height:500px;
	margin:8px;
	display:inline;
	overflow:hidden;
}

.wrap_contentText{
	padding:30px;
	font-size:12px;
}

body.mainBody .wrap_contentText p{
	padding:0 0 8px 0;
}

#leftColumn{
	float:left;
	width:225px;
	clear:left;
	margin:8px;
	display:inline;
}

.imageLeft{
	margin-bottom:5px;
}

.imageLeft img{
	border:solid 2px #6e6e6e;
}

#moreImage{
	padding:0 0 5px 0;
}

#moreImage img{
	border:solid 1px #6e6e6e;
}

#moreImage .moreImageLink{
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	font-style:italic;
	margin-top:3px;
}


.leftBox{
	background-image:url(../bilder/mallar/leftBoxBg.jpg);
	background-repeat:repeat-x;
	background-position: top;
	line-height:14px;
}

.leftBoxBar{
	background-image:url(../bilder/mallar/leftBarBg.jpg);
	background-repeat:repeat-x;
	padding:4px 8px;
	text-transform:uppercase;
	font-size:10px;
	border-top:solid 1px #c1c1c1;
	border-bottom:solid 1px #d4d4d4;
}

.leftBoxInfo{
	padding:8px;
}

.leftBox .leftBoxInfo .Title{
	padding-bottom:5px;
	font-weight:bold;
}

.leftBox .leftBoxInfo .productArtistImage{
	float:right;
	margin:0 0 5px 5px;
}



.leftBox .leftBoxInfo p .infoRight{
	font-weight:bold;
}


/* NETWORK */
.leftBox .leftBoxInfo p.webLink, .leftBox .leftBoxInfo p.extraLink{
	font-weight:normal;
	padding:0 0 0 0;
}

.leftBox .leftBoxInfo ul.socialNetwork{
	padding:6px 0 0 0;
	list-style:none;
}

.leftBox .leftBoxInfo ul.socialNetwork li{
	padding:2px 0 2px 0;
	list-style:none;
}

.leftBox .leftBoxInfo ul.socialNetwork img{
	vertical-align:middle;
	margin-right:3px;
}

.leftBox .leftBoxInfo p.member{
	font-weight:normal;
	padding:6px 0 0 0;
}


.leftBox ol.songList{
	list-style: decimal-leading-zero;
	margin:0 0 0 10px;
	padding:0 0 0 14px;
}

.leftBox ol.songList li{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.leftBox ol.songList li object{
	vertical-align:middle;
	margin:1px 0 2px 0;
}


.leftBox ol.songList li .songLength{
	color: #999;
}

.leftBox ul.songList{
	list-style: none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.leftBox ul.songList li{
	margin:0 0 0 0;
	padding:0 0 0 0;
}


.leftBoxInfo a p.artistInfo{
	color:#333;
}

.leftBoxInfo a p.artistInfo span.readMore{
	color:#861727;
}


.buyLink img{
	text-align:center;
	margin:0 0 5px 0;
}


/* LEFT CALENDAR LIST */

ul.leftCalendar{
	list-style:none;
}

ul.leftCalendar li{
	list-style:none;
	padding:0 0 8px 0;
}

ul.leftCalendar li p.title{
	font-weight:bold;
	font-size:13px;
	padding:2px 0 2px 0;
}

ul.leftCalendar li p.date{
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
}

ul.leftCalendar li p.text{
	color:#666;
}





#rightColumn{
	float:right;
	width:355px;
	clear:right;
	margin:8px 13px 0 0;
	display:inline;
}

#rightColumn #breadcrumbs{
	text-align:right;
	color:#999;
	padding:0 0 40px 0;
}

#rightColumn #breadcrumbs a:link,
#rightColumn #breadcrumbs a:visited,
#rightColumn #breadcrumbs a:active{
	text-decoration:none;
	color:#999;
}

#rightColumn #breadcrumbs a:hover{
	text-decoration:underline;
}


#rightColumn .artist a:link, 
#rightColumn .artist a:visited, 
#rightColumn .artist a:hover, 
#rightColumn .artist a:active{
	color:#861727;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

#rightColumn .title{
	color:#333;
	font-weight:bold;
	text-transform:uppercase;
	font-size:45px;
	line-height:45px;
	border-bottom:solid 1px #CCC;
	padding:5px 0 5px 0;
	margin:0 0 5px 0;
}

#rightColumn .info{
	font-size:12px;
}



.offer div.orderInner{
	width:550px;
}



/* MORE PRODUCT */

#rightColumn #moreProducts{
	margin:25px 0 10px 0;
	float:left;
	clear:both;
	width:100%;
}

.contentBoxBar{
	background-image:url(../bilder/mallar/contentBarBg2.jpg);
	background-repeat:repeat-x;
	padding:4px 8px;
	text-transform:uppercase;
	font-size:10px;
	border-top:solid 1px #c1c1c1;
	border-bottom:solid 1px #d4d4d4;
}

ul.productList{
	list-style:none;
}

ul.productList li{
	border-bottom:solid 1px #CCC;
	padding:2px 0 2px 0;
	float:left;
	clear:both;
	width:100%;
	background-image:url(../bilder/mallar/leftBoxBg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

li.odd{
	
	
}

ul.productList li:hover{
	background-color:#F0F0F0;
}



ul.productList a{
	text-decoration:none;
	margin:0;
	padding:0;
}

ul.productList li .productImage{
	
}

.wrapImageSmall{
	width:50px;
	height:50px;
	text-align:center;
	float:left;
	margin:0 8px 0 4px;
}


.productIcon{
	float:right;
	margin:0 4px 0 5px;
	color:#666;
	font-size:10px;
}




ul.productList li a .artist{
	color:#861727;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	padding:10px 0 2px 0;
	line-height:normal;
}

ul.productList li a .productName{
	text-transform: uppercase;
	font-size:12px;
	font-weight:bold;
	color:#333;
	padding:0 0 0 0;
	line-height:normal;
}

.lableInfoBox{
	float:left;
	clear:both;
	width:100%;
}

.labelImage{
	float:right;
	width:200px;
	padding:20px;
	background:#FFF;
	border:solid 1px #CCC;
	text-align:center;
}
.lableProducts{
	float:left;
	clear:both;
	width:100%;
	padding:20px 0 0 0;
}



/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	background:#333 url(/img/global/gradient/h600.png) 0 0;
	width: 300px;
	border:1px solid #333;
}

/* accordion header */
#accordion h2 {
	background:#ccc url(/img/global/gradient/h30.png);
	margin:0;
	padding:5px 15px;
	font-size:14px;
	font-weight:normal;
	border:1px solid #fff;
	border-bottom:1px solid #ddd;
	cursor:pointer;		
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	background-color:#fff;
}

/* accordion pane */
#accordion div.pane {
	border:1px solid #fff;
	border-width:0 2px;
	display:none;
	height:200px;
	padding:15px;
	color:#fff;
	font-size:12px;
}

/* a title inside pane */
#accordion div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}



/* RIGHT SLIDEMENU */

#rightContent{
	float:right;
	clear:right;
	width:305px;
	margin:8px 10px 0 0;
	display:inline;
}


.rightBanner{
	text-align:center;
	padding:10px;
}

.rightBanner img{
	border:solid 1px #CCC;
}

/* Styles for Example #2 */
#rightMenuSlide{
margin:0;
padding:0;
width:305px;
list-style-type:none;
background-color:#FFFFFF;
color:#000000;
line-height:120%;
}
#rightMenuSlide a{
display:block;
font-weight:normal;
text-decoration:none;
}
#rightMenuSlide ul{
overflow: hidden;
margin:0;
padding:0;
}
#rightMenuSlide li{
margin:0;
padding:0;
list-style-type:none;
}
#rightMenuSlide li a{
width:300px;
padding:5px 0 0 5px;
display:block;
color:#333;
background-image:url(ha-header.jpg);
height:20px;
text-transform:uppercase;
}
#rightMenuSlide li a.closed{
color:#333 !important;
background-image: url(../bilder/mallar/leftBarBg.jpg); !important;
background-repeat:repeat-x;
border-bottom:solid 1px #CCC;
}
#rightMenuSlide li.firstitem a.closed{
color:#333 !important;
background-image: url(../bilder/mallar/leftBarBg.jpg); !important;
background-repeat:repeat-x;
border-bottom:solid 1px #CCC;
}
#rightMenuSlide li.lastitem a.closed{
color:#333 !important;
background-image: url(../bilder/mallar/leftBarBg.jpg); !important;
background-repeat:repeat-x;
border-bottom:solid 1px #CCC;
}
#rightMenuSlide li li{
	border-left:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;
	border-bottom:solid 1px #CCC;
	padding:2px 0 2px 0;
	float:left;
	clear:both;
	width:100%;
	height:50px;
	background-image:url(../bilder/mallar/leftBoxBg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#rightMenuSlide li li.odd{
	
}

#rightMenuSlide li li a{
	text-decoration:none;
	padding:0;
	margin:0;
}
#rightMenuSlide li li:hover{
	background:none;
	background-color:#F0F0F0;
}


#rightMenuSlide li li .productImage{

	
}



#rightMenuSlide li li .productIcon{
	float:right;
	margin:0 4px 0 5px;
}




#rightMenuSlide li li a .artist{
	color:#861727;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	padding:7px 0 2px 0;
	line-height:normal;
}

#rightMenuSlide li li .productName{
	text-transform: uppercase;
	font-size:12px;
	font-weight:bold;
	color:#333;
	padding:0 0 0 0;
	line-height:normal;

}



#rightMenuSlide li a.opened{
background-image: url(../bilder/mallar/rightBarBg_active.jpg);
background-repeat:repeat-x;
border-bottom:solid 1px #CCC;
color:#FFFFFF;
}
#rightMenuSlide li.firstitem a.opened{
background-image: url(../bilder/mallar/rightBarBg_active.jpg);
background-repeat:repeat-x;
border-bottom:solid 1px #CCC;
color:#FFFFFF;
}
#rightMenuSlide li.lastitem li{
margin-bottom:-4px;
}
#rightMenuSlide li.lastitem ul{
background-image:url(ha-footer.jpg);
background-repeat:no-repeat;
background-position:bottom;
padding-bottom:4px;
}

#rightMenuSlide .wrapImageCD{
	float:left;
	clear:left;
	margin:0 8px 0 4px;
	text-align:center;
	width:50px;
	height:50px;
}

#rightMenuSlide .wrapImageBook{
	float:left;
	clear:left;
	margin:0 8px 0 4px;
	text-align:center;
	width:50px;
	height:50px;
}



/* PRODUCT TABLE */
.wrap_productPage{
	padding:15px;
}


ul.productTable{
	width:100%;
	float:left;
	clear:both;
	list-style:none;
}

ul.productTable li ul li{
	float:left;
	vertical-align:top;
	padding:4px;
	border-top:solid 1px #CCC;
	list-style:none;
	width:138px;
	clear:none;
}

ul.productTable li, ul.productTable li ul {
	float:left;
	clear:both;
	width:100%;
}


ul.productTable li ul li.last{
/*	clear:right;
*/}
ul.productTable li ul li.break{
	clear:both;
	width:100%;
}


ul.productTable li ul li.first{
/*	clear:left;
*/}



ul.productTable li ul li img{
	margin-bottom:5px;
}

.productTable .artist,
.productTable .artist a:link, 
.productTable .artist a:visited, 
.productTable .artist a:hover, 
.productTable .artist a:active{
	color:#861727;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	line-height:normal;
	padding:0px 2px 0px 2px;
}

.productTable .productName{
	color:#333333;
	font-size:12px;
	font-weight:bold;
	line-height:normal;
	padding:2px;
	text-transform:uppercase;
}

.productTable .info{
	font-size:12px;
}

.wrapImageBook{
	overflow:hidden;
	text-align:center;
	width:138px;
	height:190px;
	margin:0 0 10px 0;
}


/* PRODUCT SmallLIST*/

ul.productSmallList{
	width:100%;
	float:left;
	clear:both;
	list-style:none;
}

ul.productSmallList li{
	vertical-align:top;
	padding:4px;
	border-top:solid 1px #CCC;
	list-style:none;
	clear:both;
	float:left;
	width:577px
	}

ul.productSmallList li {
}

ul.productSmallList li.last{
	clear:right;
}
ul.productSmallList li.first{
	clear:left;
}



ul.productSmallList li img{
	float:left;
	margin:0 5px 0 0;
}

.productSmallList .artist,
.productSmallList .artist a:link, 
.productSmallList .artist a:visited, 
.productSmallList .artist a:hover, 
.productSmallList .artist a:active{
	color:#861727;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	line-height:normal;
	padding:0px 2px 0px 2px;
}

.productSmallList .productName{
	color:#333333;
	font-size:12px;
	font-weight:bold;
	line-height:normal;
	padding:2px;
	text-transform:uppercase;
}

.productSmallList .info{
	font-size:12px;
}







/* SONGSEARCH */
table.songTable {
	width:100%;
	margin:10px 0 0 0;
}

table.songTable tr.head td {
	background-image:url(../bilder/mallar/contentBarBg2.jpg);
	background-repeat:repeat-x;
	padding:4px 4px;
	text-transform:uppercase;
	font-size:10px;
	border-top:solid 1px #c1c1c1;
	border-bottom:solid 1px #d4d4d4;
	border-right:solid 1px #CCC;
}

table.songTable tr.head td.firstHead {
	border-left:solid 1px #CCC;
}



table.songTable tr td {
	padding:1px 4px;
}

table.songTable tr.odd td {
	background-color:#F0F0F0;
}

div.song{
	border-top: solid 1px #CCC;
	padding:10px 0 0 0;
	margin:10px 0 0 0;
}

div.back{
	border-top: solid 1px #CCC;
	padding:10px 0 0 0;
	margin:10px 0 0 0;
	float:left;
	clear:both;
	width:100%;
}


/* NOTE ORDER */

.wrap_order{
	padding:10px 0 0 0;
	margin:10px 0 0 0;
	float:left;
	clear:both;
	width:100%;
}

.wrap_order table td{
	padding:5px 15px 0 0;
}

.wrap_order input, .wrap_order textarea{
	width:255px;
}

.wrap_order textarea{
	height:64px;
	margin:0;
	
}

.wrap_order input.nrOfItems{
	width:50px;
}

.wrap_order td.orderButton{
	padding:20px 15px 0 0;
	text-align:left;

}

table.noteOrder tr td:first-child{
	font-weight:bold;
	
}


.wrap_order td.orderButton input{
	width: auto;
}

table.noteOrder{
	width:100%;
	float:left;
	clear:both;
	border-collapse:collapse;
	border-top:solid 1px #CCC;
}

table.noteOrder tr td{
	padding:10px;
	border-bottom:solid 1px #CCC;
}

.notes {
	float:left;
	clear:both;
	width:100%;
}

.notes .title, .notes .id, .notes .price{
	text-align:left;
	padding:2px 5px;
	vertical-align:middle;
	font-weight:normal;

}
.notes .id{
	white-space:nowrap;
	width:50px;
}


.notes .input, .notes .price{
	text-align:right;
	padding:2px 5px;
	white-space:nowrap;
}

.notes .input input{
	width:40px;
	padding:0px;
	height:12px;
}

.notes .input{
	width:40px;
}

.notes .price{
	width:40px;
}

#order table.notes{
	margin:20px 0 0 0;
	width:auto;
}

.offerBox{
	padding:10px;
	margin-bottom:10px;
	border:solid 1px #CCC;
	background-color:#F0F0F0;
	line-height:normal;
}

.offerBox h3{
	margin:0;
	padding:0;
}
a .offerBox {
	color:#333;
}

a .offerBox .link {
	color:#861727;
}

img.offerIcon{
	float:right;
	clear:right;
	margin:-20px -20px 0 0;
}



.leftBoxInfo p.noteOrderLink{
	padding:5px 0 0 0;
	margin:5px 0 0 0;
	border-top: solid 1px #CCC;
}

#leftContent p.noteOrderLink{
	padding:10px 0 0 0 ;
}


/* ABONNEMANG ORDER */

.wrap_davidOrder{
	padding:10px 0 0 0;
	margin:10px 0 0 0;
	border-top: solid 1px #CCC; 
}

.wrap_davidOrder table td{
	padding:5px 15px 0 0;
}

.wrap_davidOrder input, .wrap_davidOrder textarea{
	width:255px;
}

.wrap_davidOrder textarea{
	height:110px;
	margin:0;
}

.wrap_davidOrder input[type=radio] {
	width:auto;
	margin:0 5px 0 20px;
}


.wrap_davidOrder input.nrOfItems{
	width:50px;
}

.wrap_davidOrder td.orderButton{
	padding:20px 15px 0 0;
	text-align:left;

}

.wrap_davidOrder td.orderButton input{
	width: auto;
}

.wrap_davidOrder td.head div{
	font-size:14px;
	font-weight:bold;
}






/* NEWS */

#newsContent .newsImage{
	float:right;
	margin:0 0 5px 15px;
	width:250px;
}

#newsContent .newsDate{
	color:#666;
}


#newsContent .newsImage .newsRelated{
	float:left;
	clear:both;
	padding:10px;
	width:228px;
	border:solid 1px #CCC;
}

#newsContent .newsImage .newsRelated ul{
	margin:0 0 0 15px;
}


#newsContent p.newsIntro{
	font-weight:bold;
}


div.moreNews{
	float:left;
	clear:both;
	width:100%;
	padding:10px 0 0 0;
	margin:10px 0 0 0;
}

div.moreNews h3{
	padding:4px 0 0 0;
	margin:0 0 5px 0;
	border-bottom:solid 1px #CCC;
}

body.mainBody ul.newsList{
	list-style:none;
	padding:0;
	margin:0;
}

ul.newsList li{
	list-style:none;
	padding:3px 0 3px 0;
	float:left;
	clear:both;
	width:100%;
}

ul.newsList li img{
	float:left;
}

ul.newsList li div.newsListContent{
	padding:0 0 0 80px;
}

ul.newsList li p.newsListHead{
	font-weight: bold;
	font-size:14px;
	padding:0;
	margin:0;
}

ul.newsList li p.newsListIntro{
	font-size:11px;
	padding:0;
	margin:0;
	color:#333;
	line-height:15px;
}

ul.newsList li p.newsListIntro span.newsListDate {
	color:#999;
	font-weight:bold;
}




/* CALENDAR */

#calendar ul{
	list-style:none;
	padding:0px;
	margin:0;
	background-image:url(../bilder/mallar/leftBoxBg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#calendar ul li{
	list-style:none;
	padding:4px 0;
	float:left;
	clear:both;
	width:100%;
}

#calendar ul li div.left{
	float:left;
	background-image:url(../bilder/mallar/calendarPaper.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:71px;
	height:90px;
	padding:10px;
}

#calendar ul li div.left p.number {
	text-align:center;
	font-size:46px;
	font-weight:bold;
	color:#333;
	padding:8px 0 0 0;
}

#calendar ul li div.left p.month {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#666;
}


#calendar ul li div.right{
	padding:10px 10px 0 110px;
}



#calendar ul li p{
	padding:0;
	margin:0;
	line-height:normal;
}

#calendar ul li p.date{
	text-transform:uppercase;
	color:#333;
	font-weight:bold;
}

#calendar ul li p.title{
	font-weight:bold;
	font-size:18px;
}

#calendar ul li p.text{
	color:#333;
	line-height:16px;
}


/* CALENDAR ITEM */

#calendarItem p.date{
	text-transform:uppercase;
	color:#333;
	font-weight:bold;
}

#calendarItem img{
	float:right;
	margin:0 0 5px 10px;
}

#calendarItem .youtubePreviewImg .image img{
	margin:0;
}



#calendarItem .calendarVideo{
	float:left;
	width:100%;
}

.calendarCategory{
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
}





/* STARTPAGE */

.startnewsBanner{
	padding:10px 0;
	border-bottom:solid 1px CCC;
	text-align:center;
}

.startnewsBanner img{
	border:solid 1px #CCC;
}


#startNews ul{
	list-style:none;
}

#startNews ul li{
	list-style:none;
	padding:15px 15px 0 15px;
	float:left;
	clear:both;
	width:585px;
	border-bottom:solid 1px #CCC;
	background-color:#F1F1F1;
}

#startNews ul li img{
	float:right;
	margin:0 0 10px 15px;
}

#startNews ul li div.startNewsContent{
	padding:0 0 0 0;
}

#startNews ul li p.startNewsHead{
	font-weight: bold;
	font-size:24px;
	line-height:26px;
	padding:0 0 3px 0;
	margin:0;
	text-transform:uppercase;
}

#startNews ul li p.startNewsIntro{
	font-size:12px;
	padding:0;
	margin:0;
	color:#333;
	line-height:16px;
}

#startNews ul li p.startNewsIntro span.startNewsDate {
	color:#999;
	font-weight:bold;
}

.moreNewsLink{
	padding:2px 0 0 15px;
	background-color:#F1F1F1;
}


/* YUOTUBE */
.startNewsYoutube{
	padding:0 0 15px 0;
	float:right;
	width:240px;
}

.startNewsYoutube .description{
}

.relatedVideos{
	background-color:#F0F0F0;
}

.contentYoutube{
	width:240px;
	margin:auto;
	padding:5px 0 10px 0;

}



.youtubePreviewImg{
	float:right;
	clear:right;
	width:240px;
	height:134px;
	overflow:hidden;
	background-position:center middle;
	background-repeat:no-repeat;
	margin:0 0 10px 0;
	z-index:1;
}

.youtubePreviewImg .button{
	position:relative;
	z-index:3;
	width:240;
	height:134px;
	top:-134px;
	cursor:pointer;
}

#startNews ul li .youtubePreviewImg .button img, .youtubePreviewImg .button img{
	margin:0;
}

.youtubePreviewImg .image{
	width:240;
	height:134px;
	overflow:hidden;
	float:left;
	clear:both;
	margin:0;
}

.youtubePreviewImg .image img{
	margin:0;
}

#startNews ul li .youtubePreviewImg .image img, .youtubePreviewImg .image img{
	margin:-23px 0 0 0;
}

.relatedVideos{
	margin:15px 0 15px 0;
}

.relatedVideos .youtubePreviewImg{
	float:left;
	clear:both;
	width:100%;
	margin:0;
	padding:0 0 2px 0;
}

.youtubePreviewImg .description{
	font-style:italic;
	float:left;
	clear:both;
	width:100%;
	line-height:normal;
	padding:2px 0 0 0;
}



/* NEWSPAPER */

ul#newsPaperList{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}

ul#newsPaperList li{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	clear:both;
	width:100%;
}


ul#newsPaperList li ul{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	clear:both;
}

ul#newsPaperList li ul li{
	float:left;
	clear:none;
	width:185px;
	padding:0 0 10px 0;
}

ul#newsPaperList li ul li.first{
	float:left;
	clear:left;
}

ul#newsPaperList li ul li img.cover{
	padding:11px 10px;
	background-image:url(../bilder/mallar/newsPaperBg.png);
	background-repeat:no-repeat;
	background-position:center top;
}

ul#newsPaperList li ul li div.text{
	padding:0 10px;
	color:#333;
}

ul#newsPaperList li ul li div.text .title{
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
	color:#333;
}

ul#newsPaperList li ul li div.text .description p{
	color:#333;
}



ul#newsPaperList li ul li div.text ul {
	list-style: disc;
	padding:0 0 15px 15px;
}
ul#newsPaperList li ul li div.text ul li{
	width:150px;
	font-size:11px;
	line-height:13px;
	padding:0 0 4px 0;
	color:#333;
	list-style: disc;
}

ul#newsPaperList li ul li p.link{
	padding:5px 0 0 0;
}

ul#newsPaperList li ul li img.pdfIcon{
	vertical-align:middle;
	margin:0 5px 0 0;
}


/* MailSubscribe */

.mailSubscribe{
	border:solid 1px #CCC;
	padding:5px 10px 10px 10px;
	margin:8px 0 4px 0;
}

.mailSubscribe img{
	float:right;
	margin:0 0 5px 10px;
}

body.mainBody .mailSubscribe p{
	padding:0 0 10px 0;
	line-height:normal;
}


/* BANNERS */


#calendarBottom {
	float:left;
	clear:left;
	width:307px;
	padding-left:10px;
}

#calendarBottom .head{
	background-image:url(../bilder/mallar/leftBarBg.jpg);
	background-repeat:repeat-x;
	padding:4px 8px;
	text-transform:uppercase;
	font-size:10px;
	border-top:solid 1px #c1c1c1;
	border-bottom:solid 1px #d4d4d4;
}

#calendarBottom ul{
	list-style:none;
	padding:5px;
	margin:0;
	background-image:url(../bilder/mallar/leftBoxBg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#calendarBottom ul li{
	list-style:none;
	padding:4px;
}

#calendarBottom ul li p{
	padding:0;
	margin:0;
	line-height:normal;
}

#calendarBottom ul li p.date{
	text-transform:uppercase;
	color:#333;
	font-weight:bold;
}

#calendarBottom ul li p.title{
	font-weight:bold;
	font-size:14px;
}

#calendarBottom ul li p.text{
	color:#333;
	line-height:15px;
}









#banner{
	float:left;
	clear:both;
	width:100%;
	padding:5px 0 10px 0;
}

.banner1, .banner2, .banner3{
	float:left;
}

.banner1, .banner2, .banner3{
	padding:0 0 0 10px;
}
.banner2{
	padding:0 0 0 5px;
}
.banner3{
	padding:0 0 0 5px;
}


.banner_songSearch{
	float:left;
	clear:right;
	width:277px;
	height:146px;
	background-image:url(../bilder/mallar/note.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding:10px;
	margin:0 0 0 10px;
	border:solid 1px #CCC;
}

.banner_songSearch h3{
	font-size:14px;
}

body.mainBody .banner_songSearch p{
	line-height:normal;
	padding:2px 80px 10px 0;
}

.banner_songSearch .search1{
	float:left;
	margin:0 5px 0 0;
}

.banner_songSearch .search1 input{
	width:120px;
}




/* FOOTER */

#bottomPage{
	width:950px;
	margin:auto;
}

body.mainBody ul.bottomMenu{
	float:left;
	clear:both;
	width:920px;
	text-align:left;
	list-style:none;
	margin:5px 0 0 20px;
	display:inline;
}

body.mainBody ul.bottomMenu li{
	float:left;
	width:135px;
	text-align:left;
	list-style:none;
}
body.mainBody ul.bottomMenu li.bottomLi4{
	width:80px;
}

body.mainBody ul.bottomMenu li.social{
	width:260px;
	text-align:center;
}

body.mainBody ul.bottomMenu li.social h3{
	padding:0 0 5px 0;
	margin:0;
	color:#666;
}


body.mainBody ul.bottomMenu li a{
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	color:#666;
}


body.mainBody ul.bottomMenu li ul li{
	padding:0 0 0 0;
}

body.mainBody ul.bottomMenu li ul li a, body.mainBody ul.bottomMenu li ul li{
	font-size:12px;
	color:#666;
	text-transform:none;
	font-weight:normal;
}

.bottomSocial{
	float:left;
	text-align:center;
	padding:5px 8px 5px 8px;
	font-size:10px;
}

.bottomSocial a p{
	font-size:10px;
}

.wrap_share{
	text-align:right;
	/*border-top:solid 1px #CCC;*/
	padding:5px 0 5px 0;
	margin:5px 0 5px 0;
}


#footer{
	float:left;
	clear:both;
	width:946px;
	text-align:center;
	margin:15px 0 20px 0;
	padding:10px 0 10px 0;
	border:solid 2px #FFF;
	background-color:#c0c0c0;
}

.footerContact{
	text-align:left;
	padding:0px 0 6px 20px;
	border-bottom:solid 1px #F0F0F0;
	margin:0 0 8px 0;
	
}


body ul, body ol {
	margin:2px 0 6px 25px;
}

body.mainBody ul, body.mainBody ol {
	margin:0;
}

body .wrap_contentText ul, body .wrap_contentText ol {
	margin:2px 0 6px 25px;
}

