/* @override http://modx.catchmedia.no/bravissimo/assets/css/master.css */

@import "rte.css";
@import "video.css";

body {
	background: #000;
	margin: 0;
}

#page {
	margin-top: 30px;
	position: relative;
	background: #e7e7e8;
	padding-top: 4px;
}

#pagewrapper {
	background: #000;
	margin: 0 5px;
	padding-bottom: 35px;
}

#footer {
	position: relative;
	background: url(../templates/images/footer_bg_rep.gif) repeat-x;
	height: 50px;
	margin-top: 3px;
	color: #fff;
}
#footer a {
	color: #fff;
}
#footer .catch {
	float: right;
}

#footer .catch a {
	color: #fff;
}

#footer .wrapper {
	position: relative;
	padding: 13px 36px 0;
}
#footer .bg div {
	position: absolute;
	top: 0;
	width: 15px;
	height: 50px;
}
#footer .bg .left {
	left: 0;
	background: url(../templates/images/footer_bg_left.gif);
}
#footer .bg .right {
	left: 100%;
	margin-left: -15px;
	background: url(../templates/images/footer_bg_right.gif);
}
* html #footer .bg .right {
	margin-left: -14px;
}

.mainwidth {
	width: 943px;
	margin: 0 auto;
}
* html .mainwidth {
	width: 965px;
}

/* @group Corners */

#page .corners div {
	position: absolute;
	background-repeat: no-repeat;
	background-color: #000;
	z-index: 10;
}
#page .corners .topleft, #page .corners .topright {
	top: 0;
	width: 24px;
	height: 38px;
}
#page .corners .bottomleft, #page .corners .bottomright, #page .corners .bottomrep {
	top: 100%;
	margin-top: -40px;
	height: 40px;
	width: 19px;
}
* html #page .corners .bottomleft, * html #page .corners .bottomright, * html #page .corners .bottomrep {
	margin-top: -39px;
}
#page .corners .topleft, #page .corners .bottomleft {
	left: 0;
}
#page .corners .topright, #page .corners .bottomright {
	left: 100%;
	margin-left: -24px;
}
#page .corners .bottomleft {
	background: url(../templates/images/main_corner_bottomleft.gif);
}
#page .corners .bottomright {
	background: url(../templates/images/main_corner_bottomright.gif);
	margin-left: -19px;
}
* html #page .corners .bottomright {
	margin-left: -18px;
}

#page .corners .topleft {
	background: url(../templates/images/main_corner_topleft.gif);
}
#page .corners .topright {
	background: url(../templates/images/main_corner_topright.gif);
}
* html #page .corners .topright {
	margin-left: -23px;
}

#page .corners .bottomrep {
	width: 100%;
	left: 0;
	background: url(../templates/images/main_bg_bottom.gif) repeat-x left top;
	z-index: 5;
}
#page #head .reflection {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 33px;
	z-index: 5;
	background: url(../templates/images/main_bg_top.png) repeat-x left top;
}
* html #page #head .reflection {
	left: -418px;
	top: 1px;
	width: 97%;
}

/* @end */

#head {
/*	background: url(../templates/images/main_bg_top.png) repeat-x top;*/
	padding-top: 0px;
	position: relative;
	border: solid #adadae;
	border-width: 0;
	border-top: 1px solid #747474;
}

#head #logo {
	float: left;
	width: 418px;
	position: relative;
}

#head #logo .byline {
	position: absolute;
	top: 110px;
	left: 83px;
}

#head #produksjonsmeny {
	float: left;
	display: inline;
	margin-top: 22px;
	margin-left: 35px;
	position: relative;
	z-index: 25;
}

* html #head #produksjonsmeny {
	position: absolute;
	left: 0;
	top: 0;
}

#head #produksjonsmeny .label {
	margin-top: 15px;
	margin-right: 12px;
	float: left;
}

#head #produksjonsmeny .produksjoner {
	float: left;
}

#head #produksjonsmeny .produksjoner a {
	margin-right: 18px;
	display: block;
	width: 167px;
	height: 71px;
	float: left;
}

#head #produksjonsmeny .produksjoner a#link_oppdrag {
/*	background: url(../templates/images/oppdragsproduksjoner.png);*/
}
#head #produksjonsmeny .produksjoner a#link_oppdrag:hover, #head #produksjonsmeny .produksjoner a#link_oppdrag.active {
	background: url(../templates/images/produksjoner_oppdrag_hover.png);
}

#head #produksjonsmeny .produksjoner a#link_tv {
/*	background: url(../templates/images/tv-produksjoner.png);*/
}
#head #produksjonsmeny .produksjoner a#link_tv:hover, #head #produksjonsmeny .produksjoner a#link_tv.active {
	background: url(../templates/images/produksjoner_tv_hover.png);
}

#head #mainmenu {
	position: absolute;
	left: 100%;
	margin-left: -573px;
	top: 100%;
	margin-top: -40px;
	background: #f3efd4 url(../templates/images/mainmenu_bg_rep.gif) repeat-x left top;
	width: 578px;
	height: 44px;
	z-index: 50;
	overflow: hidden;
}
* html #head #mainmenu {
	position: relative;
	left: 0;
	top: 0;
	margin-top: 118px;
	float: right;
	margin-right: -5px;
	display: inline;
	height: 44px;
	width: 600px;
}

#head #mainmenu .bg {
	position: absolute;
	top: 0;
	width: 16px;
	height: 57px;
	background-repeat: no-repeat;
}

#head #mainmenu .bg.left {
	left: -1px;
	background: url(../templates/images/mainmenu_bg_left.gif) no-repeat;
	height: 40px;
}
#head #mainmenu .bg.right {
	left: 100%;
	margin-left: -16px;
	background: url(../templates/images/mainmenu_bg_right.gif);
	height: 61px;
}

#head #mainmenu ul {
	margin: 15px 0 0 32px;
	padding: 0;
	list-style-type: none;
}
* html #head #mainmenu ul {
	margin: 15px 0 0 42px;
}

#head #mainmenu li {
	display: inline;
	padding: 0 15px;
	border-left: 1px solid #555;
}

#head #mainmenu li a {
	color: #555;
	text-decoration: none;
}

#head #mainmenu li.active a, #head #mainmenu li a:hover {
	color: #970f1e;
}

#head #mainmenu li.first {
	padding-left: 0;
	border-left: none;
}
#head #mainmenu li.last {
	padding-right: 0;
}



#mainarea {
	background: #f3efd4;
	border: solid #e7e7e8;
	border-width: 0;
	padding-bottom: 10px;
}

#mainarea #left {
	float: left;
	width: 360px;
	background: url(../templates/images/left_bg.jpg) no-repeat left top;
	position: relative;
	min-height: 400px;
}

#mainarea #left .wrapper {
	padding: 0px 35px 0 30px;
	margin-top: 20px;
}

#mainarea #left .shadow {
	position: absolute;
	width: 16px;
	height: 338px;
	background: url(../templates/images/left_right_shadow.png) no-repeat right top;
	left: 100%;
	margin-left: -16px;
	top: 0;
}

#mainarea #main {
	float: left;
	width: 573px;
}
* html #mainarea #main {
	width: 573px;
}

#mainarea #main .wrapper {
	padding: 0 33px;
	margin-top: 20px;
}
* html #mainarea #main .wrapper {
	padding: 0 33px;
}

#flash {
/*	border: 1px solid #cdcdcd;*/
}

.liste.element {
	margin: 15px 0;
}

.forsideliste .liste.element {
	float: left;
	width: 233px;
	margin: 0 20px 0 0;
}

.forsideliste .liste.element .date {
	margin-bottom: 5px;
}

.forsideliste .liste.element p, .forsideliste .liste.element h3 {
	font-size: 1em;
}

.liste.arkiv.element {
	height: 83px;
}

.liste.element .image {
	width: 108px;
	height: 83px;
	float: left;
	margin-right: 15px;
}

.liste.element .image a {
	display: block;
	width: 100px;
	height: 75px;
	overflow: hidden;
}

.liste.element .text {
	float: left;
	width: 384px;
	padding-top: 8px;
}

.boks {
	width: 13px;
	height: 13px;
	float: left;
	margin-right: 8px;
}

.liste.element h3 {
	margin-top: 2px;
}

.paginasjon {
	text-align: center;
	margin-bottom: 10px;
}
.produksjon.paginasjon {
	margin-top: 20px;
}
.paginasjon .nav {
	margin-bottom: 8px;
}
.paginasjon .nav a, .paginasjon .nav span {
	padding: 3px 5px;
}

.arkiv.link {
	text-align: right;
}

#kontaktskjema {
	margin: 0;
}

#kontaktskjema label {
	display: block;
}

#kontaktskjema input, #kontaktskjema textarea {
	border: 1px solid #b0ad9a;
	margin: 0;
	font-size: 1em;
	color: #555;
}

#kontaktskjema input.text, #kontaktskjema textarea {
	width: 50%;
	padding: 3px;
	font-family: Arial, Verdana, sans-serif;
}

#kontaktskjema textarea {
	height: 60px;
}

#kontaktskjema input.button {
	border-color: #8a877b;
	background: #8a877b;
	color: #fff;
	padding: 3px 12px;
}

#kontaktskjema .field {
	margin: 0 0 1em;
}


.forsideproduksjon {
	padding-right: 15px;
}


.clearer {
	clear: both;
}

#prodbox {
	background: url(../templates/images/prodbox.png) 50% 50% no-repeat;
}
#prodbox ul {
	padding: 15px;
}

.storlink {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}
.storlink:hover {
	text-decoration: underline;
}
