@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 76%;
	padding:0px;
	background-image: url(image/bakgrunn.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

.clear {
	clear:both;
}

.topp-wrapper {
	width:100%;
	height: 246px;
	position:fixed;
	top:0;
	z-index:100;
}

.topp {
	width: 866px;
	height: 246px;
	background-image: url(image/topp.png);
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.innhold {
	font-size: 10px;
	width: 828px;
	height:100%;
	background-image: url(image/innhold.png);
	background-repeat: repeat-y;
	padding-top: 250px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 14px;
}

.tekst {
	background-image: url(image/midt_back.png);
	background-repeat: repeat-y;
	width: 736px;
	height:100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center;
}

.tekst_uten {
	width: 736px;
	height:100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.venstre_tekst {
	width: 356px;
	height: 100%;
	float: left;
}

.hoyre_tekst {
	width: 356px;
	height: 100%;
	float: left;
	margin-left: 24px;
	text-align: justify;
}

.mini_kons_tekst {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 11px;

}

.kons_dato {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 20px;
	color: #999;
	float: right;
	font-weight: bold;
}

.top_thumb {
	position: relative;
	width: 356px;
	height: 160px;
	background-color: #CCC;
}

.top_thumb_artist {
	position: relative;
	width: 356px;
	height: 259px;
	background-color: #CCC;
}

.top_thumb_tekst {
	background-color:#000;
	position:absolute;
	top:0;
	width: 356px;
	height: 28px;
	opacity:0.5;
	color: #FFF;
}

.bottom_thumb_tekst {
	background-color:#000;
	position:absolute;
	bottom:0;
	width: 356px;
	height: 28px;
	opacity:0.5;
	color: #FFF;
}

.mini_thumb {
	height: 42px;
	width: 42px;
	margin-right: 5px;
	background-color: #999;
	float: left;
}

.mellom_tekst {
	background-color:#000;
	width: 356px;
	height: 28px;
	color:#FFF;

}

.tekst_divider {
	background-image: url(image/midt_divider.png);
	background-repeat: no-repeat;
	background-color:#FFF;
	width: 736px;
	height: 29px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center center;
	clear:both;
}

.hor_div {
	height: 1px;
	width: 100%;
	background-image: url(image/hor_div.png);
	background-repeat: repeat-x;
	margin-bottom: 5px;
	margin-top: 5px;
}

.venstre_knapp {
	width:40px;
	height: 134px;
	background-image: url(image/side_artist.png);
	position:fixed;
	top:260px;
	z-index:100;
	left: -7px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.hoyre_knapp {
	width:40px;
	height: 134px;
	background-image: url(image/side_konsert.png);
	position:fixed;
	top:260px;
	z-index:100;
	right: -7px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.side_footer {
	width:100%;
	margin-top: 20px;
}

.konsert_konsert {
	width: 370px;
	margin-left: auto;
	margin-right:auto;
}

.artist_artist {
	width: 220px;
	margin-left: 10px;
	float:left;
}

/*  Nyhetsbrev   */
.s {
	margin-right:5px;
	height: 20px;
	background-color:#999;
	float:left;
	
}

.s input {
	width:121px;
	margin: 2px 4px;
	border: 0;
	font-family: "Georgia", "Times New Roman", Times, serif;
	color: #FFFFFF;
	float:left;
	background:transparent url(images/blank.png) no-repeat scroll 0 0;
	display: inline;
	font-style: italic;
}

#searchsubmit {
	background-color:#666;
	width: 40px;
	height: 20px;
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	margin: 0px;
}

.sok {
	float:right;
	text-align:right;
}

.nyhetsbrev {
	float:left;
	margin-bottom: 5px;
}

/* slutt Nyhetsbrev  */

/* Artister popup  */

.under {
	width: 100%;
	height: 100%;
	background-color:#000;
	z-index:500;
	position:fixed;
	opacity:0.7;
	top:0;
	display:none;
}

.artist_popup {
	width: 700px;
	height: 75%;
	background-color:#FFF;
	z-index:501;
	position:fixed;
	margin-left: auto;
	margin-right: auto;
	left: 25%;
	right: 25%;
	margin-top: 5%;
	display:none;
}

.konsert_popup {
	width: 400px;
	height: 75%;
	background-color:#FFF;
	z-index:502;
	position:fixed;
	margin-left: auto;
	margin-right: auto;
	left: 25%;
	right: 25%;
	margin-top: 5%;
	display:none;
}
/* Slutt Artister popup  */

/* Easy Slider */

    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:356px;
		height:259px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		position:absolute;
		top: 40%;
		width:30px;
		height:50px;
		z-index:2;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{
	display:block;
	position:absolute;
	width:30px;
	height:50px;
	background-color: #999;
		}	
	#nextBtn a, #slider1next a{
	background-color: #CCC;
		}
	
/* // Easy Slider */

