@charset "utf-8";

/*========================================index
/* +base element
/*   +list-style
/*   +margin/padding
/*   +color
/*   +font size
/*   +line-height
/* +link pseudo-class
/* +header
/* +container
/* +primary-contents
/* +secondary-contents
/* +footer
/* +clearfix
/* +a11y
========================================index*/

/*====================
 +base element
====================*/
html{
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	}
body {
	color: #000000;
	font-family:Georgia,Times,"Times New Roman",serif;
	font-size: 10px;
	line-height: 1;
	background: url(/Media/Images/Operahuset/Lib/bodyBg.gif) repeat-y center top;
/* 	background: url(/Media/Images/Operaen/Lib/bodyBg.gif) repeat-y center top; */
	}
#pageContainer{
	width: 950px;
	padding: 0 0 20px 0;
	text-align: left;
	margin: 0 auto;
	position: relative;
}
/* +list-style */
ul,ol {
	list-style: outside;
	}
ul {
	list-style-type: square;
	}
ul ul,
ol ul {
	list-style-type: circle;
	}
ul ul ul,
ul ol ul,
ol ul ul,
ol ol ul {
	list-style-type: disc;
	}
ol {
	list-style-type: decimal;
	}

img, div, input { behavior: url("/Public/Styles/Lib/iepngfix.htc") }
 
/* +margin/padding */
.section01 h1,.section01 h2,.section01 h3,.section01 h4,.section01 h5,.section01 h6,
.section01 p,.section01 blockquote,
.section01 dl,
.section01 table {
	margin: 12px 0;
	}
.section01 li h1,.section01 li h2,.section01 li h3,.section01 li h4,.section01 li h5,.section01 li h6,
.section01 li p,.section01 blockquote,
.section01 dl,
.section01 table,
.section01 dd h1,.section01 dd h2,.section01 dd h3,.section01 dd h4,.section01 dd h5,.section01 dd h6,
.section01 dd p,.section01 dd blockquote,
.section01 dd dl,
.section01 dd table,
.section01 blockquote h1,.section01 blockquote h2,.section01 blockquote h3,.section01 blockquote h4,.section01 blockquote h5,.section01 blockquote h6,
.section01 blockquote p,.section01 blockquote blockquote,
.section01 blockquote dl,
.section01 blockquote table,
.section01 td h1,.section01 td h2,.section01 td h3,.section01 td h4,.section01 td h5,.section01 td h6,
.section01 td p,.section01 td blockquote,
.section01 td dl,
.section01 td table {
	margin: 6px 0;
	}

.section01 ul,.section01 ol {
	margin: 12px 0 12px 3em;
	}
.section01 li ul,.section01 li ol,
.section01 dd ul,.section01 dd ol,
.section01 blockquote ul,.section01 blockquote ol,
.section01 td ul,.section01 td ol {
	margin-top: 6px;
	margin-bottom: 6px;
	}

/* +color */
strong,
em {
	font-weight: bold;
	}
strong {
	font-weight: bold;
	}

/* +font size */
h1 {
	font-size: 20px;
	font-family: Georgia;
	color: #000000;
	font-weight: normal;
	}
h2 {
	font-size: 20px;
	font-family: Georgia;
	color: #000000;
	font-weight: normal;
	}
h3 {
	font-size: 125%;
	}
.caption {
	font-size: 84%;
	}

/* +line-height */
#container {
	line-height: 1.2;
	}

/*====================
 +link pseudo-class
====================*/
a,
a span {
	text-decoration: none;
	color: #000;
	}
a:hover,
a:hover span,
a.current {
	text-decoration: none;
	color: #000;
	}
a:active {
	text-decoration: none;
	}
a:active,
a:focus {
	outline: none;
	}
a[href^="http"] {
	}
a[href^="http://www.operaen.no"],
a[href^="http://operaen.no"] {
	}


/*====================
 +header
====================*/
#header {
	height:154px;
	margin:0 auto;
	position:relative;
	width:950px;
}
#header h1{
	border-bottom:1px solid #CECECE;
	left:0;
	padding-bottom:8px;
	position:absolute;
	top:89px;
}
#header h1 img {
}
div#languageSelector{
	left:596px;
	position:absolute;
	top:27px;
	width:346px;
}
div#languageSelector li{
	color:#B4BCBE;
	display:block;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width:173px;
}
div#languageSelector li a{
	border-bottom:1px solid #CECECE;
	color:#B4BCBE;
	display:block;
	font-family:Arial;
	font-size:13px;
	font-weight: bold;
	margin-left:7px;
	padding-bottom:4px;
	text-align:right;
	width:166px;
}
div#languageSelector li a:hover{
	color: #000000;
	border-bottom:1px solid #000000;
}

/*====================
 +container
====================*/
#container {
	float:left;
	padding-bottom:100px;
	padding-left:240px;
	padding-top:335px;
	position:relative;
	width:710px;
}
/*====================
 +main
====================*/
.mainVisual {
	height:335px;
	left:240px;
	overflow:hidden;
	position:absolute;
	width:710px;
}
#leftNavigationColumn {
	left:0;
	position:absolute;
	top:0;
}
/* old top area globalNavigation */
/*
div#globalNavigation{
	left:777px;
	position:absolute;
	top:27px;
}
div#globalNavigation ul li{
	list-style: none;
	color: #b4bcbe;
}
div#globalNavigation ul li a{
	font-family: Arial;
	font-size: 15px;
	color: #b4bcbe;
	display: block;
	width: 172px;
	border-bottom:1px solid #CECECE;
	text-align: right;
	padding-bottom: 4px;
}
div#globalNavigation ul li a:hover{
	color: #000000;
	border-bottom:1px solid #000000;
}
*/
div#globalNavigation{
	font-size: 15px;
	width: 230px;
	height:380px;
	overflow: hidden;
	border-bottom: 1px solid #cecece;
	margin-left: 0;
	position: relative;
	top:154px;
	z-index: 100;
}
div#globalNavigation ul li{
	list-style: none;
}
div#globalNavigation ul li a{
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	color: #B4BCBE;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.6;
	padding: 0 2px;
}
div#globalNavigation ul li a:hover{
	color: #a6a39f;
	background-color: #000000;
}
div#globalNavigation ul li.selected a{
	color: #000000;
	text-decoration: underline;
}
div#globalNavigation ul li.selected a:hover{
	color: #000000;
	text-decoration: underline;
	background-color: transparent;	
}
/* sub */
#subNavigation{
	font-size: 15px;
	width: 230px;
	height:380px;
	overflow: hidden;
	border-bottom: 1px solid #cecece;
	margin-left: 0;
	display: none;
}
#subNavigation ul li{
	list-style: none;
}
#subNavigation ul li a{
	font-size: 14px;
	font-family: Arial;
	color: #B4BCBE;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.6;
	padding: 0 2px;
}
#subNavigation ul li a:hover{
	color: #a6a39f;
	background-color: #000000;
}
#subNavigation ul li.selected a{
	color: #000000;
	text-decoration: underline;
}

/* regionalNavigation */

#regionalNavigation{
	border-bottom:1px solid #CECECE;
	font-size:15px;
	height:50px;
	left:240px;
	overflow:hidden;
	padding-bottom:8px;
	position:absolute;
	top:-65px;
	width:710px;
}
#regionalNavigation ul{
}
#regionalNavigation ul li{
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-right:7px;
}
#regionalNavigation ul li.last-child{
	margin-right: 0;
}
#regionalNavigation ul li a{
	background-color:#F2F2F2;
	color:#000000;
	display:block;
	font-size:16px;
	height:50px;
	line-height:1.1;
	overflow:hidden;
	text-decoration:none;
	text-transform:uppercase;
	width:172px;
}
#regionalNavigation ul li a:hover{
	color: #666;
}
#regionalNavigation ul li.selected a{
	color: #666;
}
#regionalNavigation ul li ul{
}
#regionalNavigation ul li ul li a{
	font-size: 15px;
}

#regionalNavigation a img {
	margin-right: 7px;
}
#regionalNavigation a.last-child img {
	margin-right: 0px;
}

/*
#subNavigation {
	padding-top: 9px;
}
#subNavigation ul li{
	list-style: none;
}
#subNavigation ul li a{
	font-size: 14px;
	font-family: Arial;
	color: #B4BCBE;
	text-decoration: none;
	text-transform: none;
	line-height: 1.6;
}
#subNavigation ul li.selected a{
	color: #000000;
	text-decoration: underline;
}
#subNavigation ul li a:hover{
	color: #000000;
	text-decoration: none;
}
*/
#main {
	float:left;
	padding:15px 0 0;
	position:relative;
	width:710px;
}	
#primary-contents {
	float: left;
	width: 370px;
	padding-right: 110px;
}
#primary-contents h1{
	line-height: 1.2;
}
#primary-contents h2{
	margin-bottom: 10px;
}
#primary-contents a, #secondary-contents a{
	text-decoration: none;
	font-style: normal;
	font-size: 15px;
	font-family:Georgia,Times,"Times New Roman",serif;
}
#primary-contents a{
	color: #000000;
}
#primary-contents a:hover{
	color: #000000;
}
#secondary-contents a:hover{
	color: #565759;
	text-decoration: underline;
}
#primary-contents p{
	font-size: 15px;
	color: #000000;
	line-height: 1.2;
	margin-bottom: 10px;
}
div.underLine{
	width: 470px;
	height: 1px;
	border-bottom: 1px solid #cecece;
	margin:5px 0 10px;
}
#secondary-contents {
	border-top:1px solid #CECECE;
	float:right;
	margin-top:30px;
	padding-top:10px;
	position:relative;
	width:230px;
	font-family: Georgia;
	font-size: 15px;
	color: #565759;
	line-height: 1.2;
}
#secondary-contents h1,
#secondary-contents h2{
	height:30px;
	left:0;
	overflow:hidden;
	position:absolute;
	top:-31px;
}
#secondary-contents a{
	color: #565759;
}
#secondary-contents p{
	font-family: Georgia;
	font-size: 15px;
	color: #565759;
	line-height: 1.2;
	margin-bottom: 10px;
}
div#operaLink{
	left:360px;
	position:absolute;
	top:-464px;
}
div#operaLink a{
	font-family: Arial;
	color: #b4bcbe;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
div#mainBox{
	width: 950px;
}
div#mainBox div.visual{
	width: 240px;
	float: left;
}
body.forside div#mainBox div.last-child{
	width: 230px;
}
div#topBottombox{
	margin-bottom: 89px;
	margin-top: 90px;
}
body.bestillbord div#topBottombox{
	margin-top: 65px;
}
div#topBottombox p,
div#topBottombox p a{
	font-size: 15px;
	color: #e2e0e5;
	text-transform: uppercase;
}
div#topBottombox p.tel{
	margin-bottom: 40px;
	font-style: italic;
	color: #b4bcbe;
}
div#topBottombox p a:hover{
	color: #b4bcbe;
}

div#tertiary-contents{
	font-family: Georgia;
	color: #b4bcbe;
	font-size: 15px;
	top:154px;
	position: relative;
	width: 230px;
	z-index:2000;
}
div#tertiary-contents ul{
	padding-top: 3px;
}
div#tertiary-contents ul li{
	list-style: none;
	color: #565759;
	line-height:1.6;
}
div#tertiary-contents ul li a{
	color:#565759;
	line-height:1.6;
	text-decoration:underline;
}
div#tertiary-contents ul li a:hover{
	color: #A6A39F;
	text-decoration: underline;
	background-color:#000000;
}
/*====================
 +footer
====================*/
#footer {
	font-family: Verdana;
	position:relative;
	clear: both;
	padding: 10px 0;
	margin-left: 240px;
	}
#footer-nav{
	/*margin-left: 310px;*/
	border-top: 1px solid #CECECE;
	margin-top: 3px;
}
#footer-nav ul li{
	list-style: none;
	display: inline;
	color: #565759;
}
#footer-nav ul li a{
	color: #565759;
	text-decoration: none;
	margin-right:0;
	padding-right:0;
	line-height: 1.4;
}
#footer-nav ul li a:hover{
	color: #000000;
}
#footer-nav ul li:last-child a{
	background-image: none;
}
#footer p.copyright{
	color: #565759;
}
#footer p a {
	color: #565759;
}
#footer p a:hover,
#footer-nav p a:hover{
	color: #000000;
}
/*====================
 +clearfix
====================*/
.clearfix {
	overflow: hidden;
	}

/*====================
 +a11y
====================*/
.a11y,
#globalNavigation h2,
#header h1 span,
#footer h2 {
	width: 0;
	height: 0;
	overflow: hidden;
	display: none;
	}
/*====================
 +Bars / Food & beverage For all
====================*/
#secondary-contents div h1{
	position: static;
}
#secondary-contents .overskrift
{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 15px;
	font-weight: normal;
	color: #564749;
	width:168px;
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
}
#secondary-contents h1.menyNavn
{
	height:30px;
	left:0;
	overflow:hidden;
	position:absolute;
	top:-31px;
	color:#000000;
	font-family:Georgia;
	font-size:20px;
	font-weight:normal;
	font-style: normal;
}
#secondary-contents p.menyPris
{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	width: 60px;
	margin: 0;
	padding: 0;
	text-align: right;
	float: right;
}
#secondary-contents h1.rettNavn
{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	float: left;
	width:168px;
	margin: 0;
	padding: 0;
	height: 16px;
}
#secondary-contents p.rettPris
{
	font-family: Georgia, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	margin: 0;
	width: 60px;
	text-align: right;
	float: right
}
#secondary-contents p.rettBeskrivelse
{
	font-family: Georgia, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #564749;
	margin: 3px 0 7px 0;
	padding: 0;
	width:168px;
	float: left;
}