@charset "utf-8";
/* CSS Document */

* {margin:0;padding:0;}

body {	font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		color: #000000;
		
}

/**  =p    **/

p {
	line-height: 20px;
	margin: 0px 0 10px;
}

#footer p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width:18em;
	margin:8px auto;
}

.undertecknad {text-align:right;
	font-style:italic;
}



/**************  =hx  ***********************/

/*h1, h2, h3, h4, h5, h6 {
	
}*/

h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
}

h3 {
	font-size: 15px;
		
}

h4 {
	font-size: 14px;
	font-style: italic;
	font-weight: lighter;
	margin-bottom: 20px;
}
h5 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}

/* =hr */
hr {
	margin:20px 0;
}


/***********  =div   ****************/

#container_main {
	width:696px;
	margin:0 auto 40px;
	overflow:visible;
}


#branding_sub {
	width:147px;
	height:87px;
	position:absolute;
	top:8px;
	left:8px;
	background-repeat:no-repeat;
}

#content_main {
	width:570px;
	margin:0 auto;
	}

#column_1 {
	float:left;
	left:60px;
	width:257px;
	padding-bottom:40px;
}

#column_2 {
	margin-left:30px;
	float:left;
	width:283px;
	left:347px;
	padding-bottom:40px;
}

#spacer_image {
	clear:both;
}

#paper_top {
	margin:0 auto;
	width:680px;
	height:120px;
	overflow:hidden;
	background:url(../images/layout/bg_paper_top_1.png);
}

#paper_middle {
	margin:0 auto;
	background:url(../images/layout/bg_paper_middle_1.png);
	width:680px;
	overflow:hidden;
	clear:both;
	}

#paper_bottom {
	margin:0 auto;
	clear:both;
	width:680px;
	height:40px;
	overflow:hidden;
	background:url(../images/layout/bg_paper_bottom_1.png);
}

#shadow_top {
	background:url(../images/fx/fx_shadow_8x30_top.png)  no-repeat top left;
	height:120px;
	width:696px;
	margin:0 auto;
}

#shadow_middle {
	background:url(../images/fx/fx_shadow_1.png) repeat-y;
	width:696px;
	margin:0 auto;
}

#shadow_bottom {
	background:url(../images/fx/fx_shadow_3.png)  no-repeat;
	width:696px;
	margin:0 auto;
}

#shadow_banner {
	background:url(../images/fx/fx_shadow_1.png) repeat-y;
	width:598px;
	margin:0 auto;
}



/*************  =a   *********************/

a {
	text-decoration: none;	
}

a:link {color: #FF0090;}

a:visited {color: #FF0090;}

a:hover {color: #FF0090; text-decoration:underline;}

a:active {color: #FF0090;}

#branding_sub h1 a {
	width: 147px;
	height: 87px;		
}

#branding_main h1 a {
	width: 588px;
	height: 200px;
	margin:0 auto;
		
}

.image_link h1 a {
	display : block;
	text-indent : -9999px;	
}

#footer a{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

.ensemble a:link {color:#000000;}
.ensemble a:visited {color:#000000;}
.ensemble a:hover {color:#FF0090;  text-decoration:none;}
.ensemble a:active {color:#FF0090;}

.undertecknad a:link {color:#000000;}
.undertecknad a:visited {color:#000000;}
.undertecknad a:hover {color:#FF0090; text-decoration:none;}
.undertecknad a:active {color:#000000;}

.ensemble a {
	font-size:12px;
	font-weight:normal;
} /*  se ".ensemble p" för titel, ex: Regisör, Musiker  */

.recensioner a {
	display:block;
	margin-bottom:10px;
	font-size:13px;
}

.recensioner a:link, .recensioner a:visited {color:#000000;}
.recensioner a:hover, .recensioner a:active {color:#FF0090; text-decoration:none;}

/************* =ul  *********************/

#footer ul {
	margin:0 auto;
	width:510px;
	height:14px;
}

.ensemble ul {
	margin-bottom:15px;
}

ul.detalj_lista {
	margin:10px 0px;
} 

/* =li */
li { list-style:none;}

#footer li {
	display:inline;
	font-size:14px;
	font-weight:bold;
	float:left;
	margin-right:5px;
	padding-right:5px;
	border-right:#FFFFFF thin solid;
	
}

#footer li#fl_foer_press {
	border-right: 0;
}


.ensemble li { 
	font-size: 13px;
	font-weight:bold;
	line-height: 20px;
	margin-bottom:15px;
	

}	/*     se ".ensemble a" för namnen      */

/**************  =img   *********************/

img, a img, img a {
	border:none;
}

.thumb_nail img {
	margin:0 1px 1px 0;
	border:none;
}

/************   =span    ********************/

.detalj_lista a {
	position:relative;
	display:block;
	overflow:auto;
	
}

.detalj_lista span.n {
	display:block;
	/*margin-bottom:-15px;*/
} 

.detalj_lista span.d  {
	clear:both;
	position:relative;
	width:155px;
	bottom:15px;
	left:128px;
	display:block;
	line-height:1.3em;
	
}

