html {
	background: url(../images/design/html-bg.png);
	font: normal normal normal 62.5%/1 Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
/***********************************************************
*************************** RESET **************************
***********************************************************/
html, body {
	margin: 0;
	padding: 0;
	}
h1, h2, h3, h4, h5, h6, p, div, span, applet, object, iframe,  blockquote, pre, a, abbr, 
acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, 
label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: none;
	font: normal normal normal 1em Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	outline: none;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	}
input, select, textarea {
	font-size: 1em;
	}
*:focus {
	outline: 0;
	}
ol, ul {
	list-style: none;
	}

/***********************************************************
*********************** GENERAL STYLES *********************
***********************************************************/
strong, b { font-weight: bold; }
em, i { font-style: italic; }
a img { border: none; }

.left {
	float: left;
	margin-right: 1em;
	margin-bottom: 0.3em;
	}
.right {
	float: right;
	margin-left: 1em;
	margin-bottom: 0.3em;
}
.clear { clear: both; }
.clear-left { clear: left; }
.clear-right { clear: right; }
.nodisplay { display: none; }
.w125 {
	width: 125px;
	text-align: center;
	line-height: 1.5;
	}
.w250 {
	width: 250px;
	text-align: center;
	line-height: 1.5;
	}


/***********************************************************
************************** WRAPPER *************************
***********************************************************/

#wrapper {
	background: url(../images/design/body-bg.png);
	width: 1004px;
	margin: 0 auto 20px auto;
	padding: 10px 0 20px;
	}
/***********************************************************
************************** SEARCH **************************
***********************************************************/
#search {
	margin: 0 0 10px;
	}
#search form {
	text-align: right;
	margin: 0;
	padding-right: 20px;
	}	
/***********************************************************
************************ NAVIGATION ************************
***********************************************************/
#navigation {
	height: 33px;
	margin: 0 auto;
	padding-left: 50px;
	width: 954px;
	}
#navigation ul {
	height: 33px;
	width: 954px;
	}
#navigation ul li {
	background: url(../images/design/link-left.png) no-repeat left center;
	float: left;
	height: 33px;
	margin-right: 5px;
	padding-left: 0.99em;
	}
#navigation ul li a {
	background: url(../images/design/link-right.png) no-repeat right center;
	display: block;
	height: 33px;
	padding-right: 10px;
	line-height: 2.8em;
	text-decoration: none;
	color: #b32023;
	font-size: 1.39em;
	font-weight: bold;
	}
#hjem #hjem-link, 
#nyhetsarkiv #nyhetsarkiv-link,
#artister #artister-link,
#musikkforlag #musikkforlag-link,
#for-pressen #presse-link,
#om-majorstudio #om-link, 
#kontakt #kontakt-link,
#linker #linker-link,
#english #english-link {
	background-image: url(../images/design/active-left.png);
	height: 34px;
	position: relative;
	}
#hjem #hjem-link a, 
#nyhetsarkiv #nyhetsarkiv-link a,
#artister #artister-link a,
#musikkforlag #musikkforlag-link a,
#for-pressen #presse-link a,
#om-majorstudio #om-link a, 
#kontakt #kontakt-link a,
#linker #linker-link a,
#english #english-link a {
	background-image: url(../images/design/active-right.png);
	height: 34px;
	}
/***********************************************************
************************** INGRESS *************************
***********************************************************/
#ingress {
	background: url(../images/design/ingress-bg.png);
	width: 904px;
	height: 128px;
	margin: 0 auto;
	padding: 10px 50px 0;
	}
#ingress #logo {
	margin-right: 30px;
	float: left;
	width: 147px;
	height: 100px;
	}
#ingress #hot-news {
	float: left;
	width: 727px;
	height: 100px;
	font: bold 2.5em Georgia, "Times New Roman", Times, serif;
	color: #b32023;
	padding-top: 43px;
}	

/***********************************************************
************************** HEADER **************************
***********************************************************/
#header {
	background: url(../images/design/header-bg.png);
	margin: 20px auto;
	width: 920px;
	padding: 20px;
	position: relative;
	overflow: auto;
	}
#header .top {
	position: absolute;
	left: 0;
	top: 0;
	width: 960px;
	background: url(../images/design/header-top.png);
	height: 20px;
	}
#header .bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 960px;
	background: url(../images/design/header-bottom.png);
	height: 20px;
	}
#header img {
	float: left;
	margin: -19px 20px -19px 0;
	position: relative;
	z-index: 10;
	}
#header h1 {
	font: bold 4em Georgia, "Times New Roman", Times, serif;
	color: #ffdf2e;
	margin: 0.5em 0 0.3em 0;
	}
#header h1 span {
	font: 0.9em Georgia, "Times New Roman", Times, serif;
	}
#header p {
	font: bold 2em/1.4 Georgia, "Times New Roman", Times, serif;
	color: #fff;
	}
#header p a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	}
#musikkforlag #header p {
	font-size: 1.4em;
	}
/***********************************************************
************************** CONTENT *************************
***********************************************************/
#content {
	background: url(../images/design/content-bg.png);
	width: 920px;
	margin: 20px auto;
	position: relative;
	overflow: auto;
	padding: 20px;
	}
#content .top {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/design/content-top.png);
	width: 960px;
	height: 20px;
	}
#content .bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/design/content-bottom.png);
	width: 960px;
	height: 20px;
	}
#content #left-column {
	float: left;
	width: 560px;
	padding: 15px 35px 15px 15px;
	position: relative;
	}	
#content #right-column {
	float: right;
	width: 270px;
	padding: 15px;
	}
/***********************************************************
************************ LEFT-COLUMN ***********************
***********************************************************/
#left-column h1, #left-column h2:first-child {
	font: bold 2em/1.2 Georgia, "Times New Roman", Times, serif;
	margin: 2em 0 0.5em;
	background: url(../images/design/header-star.png) no-repeat left center;
	text-indent: 25px;
	color: #b32023;
	clear: left;
	}
#left-column h2:first-child {
	margin-top: 0;
	}
#left-column h2 {
	font: bold 2em/1.2 Georgia, "Times New Roman", Times, serif;
	color: #b32023;
	margin: 2em 0 0;
	}
#artister #left-column h2 {
	clear: left;
	}
#left-column h2 a {
	font: bold 1em/1.2 Georgia, "Times New Roman", Times, serif;
	color: #b32023;
	}
#left-column h3 {
	font: bold 1.8em/1.2 Georgia, "Times New Roman", Times, serif;
	margin: 2em 0 0.5em;
	color: #b32023;
	clear: left;
	}
#left-column p {
	font: 1.4em/1.4 Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0.5em;
	}
#left-column p.backlink {
	text-align: right;
	clear: both;
	}
#left-column ol, #left-column ul {
	margin: 0 0 1em;
}
#left-column ol li, #left-column ul li {
	font: 1.4em/1.4 Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-left: 3em;
	list-style-position: outside;
	}
#left-column ol li {
	list-style-type: decimal;
	}
#left-column ul li {
	list-style-type: disc;
	}
#left-column #artistoversikt {

	}
#left-column #artistoversikt li {
	margin-left: 0;
	list-style: none;
	}
#left-column #linkerliste li {
	margin-top: 1em;
	margin-bottom: 1em;
	}
#left-column #artistoversikt li h2 {
	margin: 1em 0 0 0;
	text-indent: 0;
	background: none;
	font-size: 1.4em;
	}
#left-column div.story {
	width: 100%;
	clear: left;
	margin: 2em 0;
	}
#left-column div.story:after {
	content: ".";
	display: block;
	clear: left;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	}
#left-column div.story:first-child {
	margin-top: 0;
	}
#left-column div.story h2 {
	text-indent: 0;
	background: none;
	clear: none;
	margin-top: 0;
	}
#left-column img[src="/userfiles/image/5liten.gif"],
#left-column img[src="/userfiles/image/4liten.gif"] {
	margin-right: 10px;
	}
#left-column #pdflink {
	text-align: right;
	position: relative;
	top: -3em;
	}
#left-column #pdflink a:link, #left-column #pdflink a:visited, #left-column #pdflink a:hover {
	font-size: 1.2em;
	background: url(../images/design/page_white_acrobat.png) no-repeat 5px center;
	padding: 4px 8px 4px 25px;
	border: 1px outset;
	color: #000;
	text-decoration: none;
	}
#left-column #pdflink a:active {
	border-style: inset;
	}
/*** forms ***/
#left-column form {
	margin: 2em 0 8em;
	}
#left-column form fieldset {
	padding: 0 1.5em 1.5em;
	}
#left-column form fieldset legend {
	font-size: 1.2em;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 1em;
	padding-left: 170px;
	}
#left-column form div {
	font-size: 1.2em;
	line-height: 1.4;
	clear: left;
	margin-bottom: 0.5em;
	}
#left-column form div.air {
	border: 1px solid #b32023;
	padding: 0.5em;
	margin: 0.5em 0 1em;
	}
#left-column form div label {
	float: left;
	width: 160px;
	margin-right: 10px;
	line-height: 1.4;
	}
#left-column form div.required-field label {
	font-weight: bold;
	color: #b32023;
	}
#left-column form div input, #left-column form div textarea {
	font-size: 1.2em;
	}
#left-column form p {
	clear: both;
	margin: 1em 0;
	}
#left-column form div input[type="submit"] {
	margin-left: 50px;
	}
#left-column #newsfilter {
	position: absolute;
	right: 10px;
	top: -10px;
}
/*** tables ***/
#left-column table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	margin-bottom: 3em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}
#left-column table td a img[src="../images/design/speaker.gif"] {
	position: relative;
	left: 8px;
	top: -2px;
	}
#left-column table th {
	font-weight: bold;
	border-bottom: 1px solid #b32023;
	}
#left-column table th, #left-column table td {
	font-size: 1.3em;
	padding: 5px 0 5px 5px;
	} 
#musikkforlag #left-column table th, #musikkforlag #left-column table td {
	font-size: 1.1em;
	vertical-align: top;
	}
#left-column table.rowstyle-alternate tbody tr.alternate td {
	background-color: #fef;
	}
	
/*** krepsebilder ***/
#left-column #krepsebilde {
	margin: 2em 0;
}
#left-column #krepsebilder a img {
	vertical-align: top;
	margin: 13px;
}	
	
/***********************************************************
*********************** RIGHT-COLUMN ***********************
***********************************************************/

#right-column h2 {
	font: bold 2.5em/1.2 Georgia, "Times New Roman", Times, serif;
	color: #b32023;
	margin-bottom: 0.3em;
	}
#right-column p {
	font: 1.3em/1.4 Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0.5em;
	}
#right-column p img {
	float: left;
	margin-right: 10px;
	}
#right-column div.annonse {
	border: 1px solid #ccc;
	position: relative;
	margin: 3em 0;
	padding: 1em;
	}
#right-column div.annonse h2 {
	background: #f2f2f2;
	color: #ccc;
	font: normal 1em/1 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 5px;
	position: absolute;
	top: -0.6em;
	}
#right-column div.annonse h3 {
	font: bold 1.2em/1.2 Georgia, "Times New Roman", Times, serif;
	color: #aaa;
	}
#right-column div.annonse p {
	font-size: 1.2em;
	line-height: 1.2;
	margin-bottom: 0.5em;
	color: #aaa;
	}
#right-column div.annonse p a {
	color: #aac;
	}
#right-column fieldset {
	margin: 2em 0;
	border-style: groove;
	padding-bottom: 1em;
	padding: 0 1em;
	}
#right-column fieldset * {
	color: #666;
	}
#right-column fieldset h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	margin: 1em 0.5em 0.5em;
	}
#right-column fieldset p {
	font-size: 1.1em;
	margin: 0.5em;
	}
#right-column textarea {
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#right-column #krepsekommantarer p {
	margin-bottom: 1.5em;
}	
#right-column span.kommentarforfatter {
	display: block;
	font-style: italic;
}
#right-column #majorkrepsskjema {
	margin: 2em 0;
}
#right-column #majorkrepsskjema h2 {
	font-size: 1.4em;
}
/***********************************************************
************************ NYHETSARKIV ***********************
***********************************************************/
body.no-columns #content {
	background-image: url(../images/design/content-bg-no-right.png);
	}
body.no-columns #content .top {
	background-image: url(../images/design/content-top-no-right.png);
	}
body.no-columns #content .bottom {
	background-image: url(../images/design/content-bottom-no-right.png);
	}
body.no-columns #content #left-column {
	width: 860px;
	}
/***********************************************************
************************** DESIGN **************************
***********************************************************/
#design {
	width: 1004px;
	margin: -10px auto 5px;
	text-align: right;
	color: #aaa;
	}
#design * {
	color: #aaa;
	text-decoration: none;
	}
	