body {
	margin: 0;
	padding: 0;
	height: 100%;
}

img {
	border: none;
}

div.pushable-body {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	background-image:url('/images/body_bg.png');
	background-repeat: repeat-x;
}

div.wrapper {
	  margin-left: auto;
	  margin-right: auto;
		border-top: 0;
		min-height: 100%;
		height: 100%;
		margin: 0 0 -311px 0; /* the bottom margin is the negative value of the footer's height */
}

.footer.forside, .push.forside {
	height: 311px; /* .push must be the same height as .footer */
}

.footer, .push {
	height: 180px; /* .push must be the same height as .footer */
}

.footer {
	background-image:url('/images/footer_bg.png');
	background-repeat: repeat-x;
	margin-left: 1px;
}

.footer.forside .sponsorer {
	height: 130px;
	width: 960px;
  margin-left: auto;
  margin-right: auto;
	border: 1px solid #bbbcbf;
	border-top: 0px;
	border-bottom: 0px;
	text-align: center;
}

.footer.forside .sponsorer table {
	height: 130px;
	width: 100%;
}

.footer.forside .sponsorer img {
	vertical-align: top;
}

.footer .content {
	background-image:url('/images/footer_content_bg.png');
	background-repeat: repeat-x;
	width: 960px;
  margin-left: auto;
  margin-right: auto;
  height: 180px;
	border: 1px solid #bbbcbf;
	border-top: 0px;
	border-bottom: 0px;
	color: white;
	font-family: Helvetica;
	font-size: 14px;
}

.footer .content a {
	color: #6DCFF6;
	text-decoration: none;
}

.footer .content  .grid_1 {
	margin-top: 15px;
}

div#header-wrapper {
	width: 100%;
	background-image:url('/images/vinter_header.jpg');
	background-repeat: no-repeat;
	background-position: 80% 100%;
}
div#header {
	height: 173px;
	position: relative;
}

#logo {
	position: absolute;
	width: 261px;
	height: 115px;
	background-image:url('/images/vinterveko_logo.png');
	left: 187px;
	top: 11px;
	overflow: hidden;
	text-indent: -3000px;
	display:block;
	z-index: 3;
}

a#othersite-logo {
	position: absolute;
	right: 20px;
	top: 45px;
	width: 192px;
	height: 59px;
	background-image:url('/images/ekstresmportveko-logo.png');
	text-indent: -300000px;
	overflow: hidden;
	display: block;
	z-index: 2;
}

div.menu {
	position: absolute;
	top: 135px;
	width: 100%;
	height: 38px;
	background-image:url('/images/meny_ul_bg.png');
}

div.menu ul {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	height: 38px;
}

div.menu ul li {
	display: block;
	float: left;
	height: 38px;
	background-image:url('/images/meny_bg.png');
	margin-right: 2px;
}

div.menu ul li a {
	float: left;
	display: block;
	height: 27px;
	padding: 11px 17px 0px 16px;
	background-image:url('/images/meny_right.png');
	background-repeat: no-repeat;
	background-position: right 0;
	font-size: 12px;
	font-family: Helvetica,Arial,sans-serif;
	font-weight:bold;
	color: white;
	text-decoration: none;
	text-transform:uppercase
}

div.menu ul li.on, div.menu ul li:hover {
	background-image:url('/images/meny_bg_active.png');
}

div.menu ul li.on a, div.menu ul li a:hover {
	color: #EC008C;
	background-image:url('/images/meny_right_active.png');
}

div.stolpe-hjort #twitter {
	margin-top: 200px;
}

a#twitter, a#facebook, a#rss {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	margin-bottom: 5px;
	height: 45px;
	width: 171px;
}

a#twitter {
	background-image:url('/images/twitter-button.png');
}

a#facebook {
	background-image:url('/images/facebook-button.png');
}

a#rss {
	background-image:url('/images/rss-button.png');
}

div#content {
background-image: url('/images/content_bg.png');
	background-repeat: repeat-x;
	background-color: white;
	min-height: 500px;
	height: 100%;
	border: 1px solid #bbbcbf;
	border-top: 0px;
	border-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

h1#tekstside-header {
	font-family: Georgia;
	font-size: 26px;
	font-weight: normal;
	margin-top: 59px;
	margin-bottom: 15px;
}

div.stolpe-hjort {
	background-image:url('/images/hjorter.png');
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/hjorter.png',sizingMethod='crop');*/
	background-position: center top;
	background-repeat: no-repeat;
}

div.leftcol {
	width: 170px !important;
	min-height: 125px;
}

div#breadcrumb {
	height: 22px;
	padding-top: 10px;
	font-family: Verdana;
}

ul.breadcrumbs a {
	color: black;
	text-decoration: none;
}

ul.breadcrumbs li {
	font-size: 11px;
}

ul.breadcrumbs a:after {
	content: ' / ';
}

div#breadcrumb ul {
	list-style: none;
	display: inline;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	padding-right: 5px;
}

div#breadcrumb ul li {
	display: inline;
}

.forside-padding {
	padding-top: 20px;
}

div.artikkel-slideshow {
	height: 370px;
	background-color: #d1d2d4;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
div.artikkel-slideshow .artikkel {
	position:relative;
	height:370px;
	}
div.artikkel-slideshow .artikkel img {
	display:block;
	}
div.artikkel-slideshow .tease {
	position: absolute;
	bottom: 0px;
	width: 730px;
	height: 60px;
	background-image: url('/images/tease_bg.png');
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tease_bg.png',sizingMethod='crop');*/
	z-index: 2;
}

div.artikkel-slideshow .tease.no-title {
	height: 27px;
}

div.artikkel-slideshow .tease a {
	color: white;
	font-family: "Georgia";
	font-size: 20px;
	text-decoration: none;
	display: block;
	padding-left: 56px;
	background-image:url('/images/tease_arrow.png');
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tease_bg.png',sizingMethod='crop');*/
	background-position: 20px 17px;
	background-repeat: no-repeat ;
	padding-top: 20px;
	height: 25px;
	padding-bottom:15px;
}

div.artikkel-slideshow img {
	width: 730px;
	position: relative;
}

div.artikkel-slideshow .byline {
	float: right;
	font-size: 12px;
	font-family: Georgia;
	color: white;
	padding-right: 12px;
	position: relative;
	top: -21px;
}

div.artikkel-slideshow .tease.no-title .byline {
	top: 6px;
}

h2#latest-news {
	font-family: Georgia;
	font-size: 16px;
	clear: both;
	padding: 6px 0 6px 15px;
	font-weight: normal;
	color: #58595B;
	border-top: 1px dotted #58595B;
	border-bottom: 1px dotted #58595B;
}

div.news-item-browser {
	clear: both;
}

div.news-item-browser a {
	display: block;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 14px;
	color: #00AEEF;
	line-height: 29px;
	border-top: 1px solid #00AEEF;
	border-bottom: 1px solid #00AEEF;
	text-decoration: none;
	margin-bottom: 50px;
	padding-left: 20px;
}

.leftcol h2 {
	font-family: Georgia;
	font-size: 16px;
	clear: both;
	padding: 6px 0 6px 15px;
	font-weight: normal;
	color: #58595B;
	border-top: 1px dotted #58595B;
	border-bottom: 1px dotted #58595B;
	margin-top: 30px;
	margin-bottom: 40px;
}

.leftcol ul {
	padding: 0px;
	list-style:none;
	border-top: 1px solid #00AEEF;
	margin:0;
	font:12px/12px Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	font-weight:bold;
}

.leftcol ul li {
	padding: 0px;
	line-height: 38px;
	border-bottom: 1px solid #00AEEF;
}

.leftcol ul li a{
	color: #00AEEF;
	text-decoration: none;
	display:block;
	min-height:12px;
	line-height:12px;
	padding-left:12px;
	padding:13px 5px 13px 25px;
	background:url('/images/submeny_list_image.png') no-repeat 12px 14px ;
}

.leftcol ul li.on, .leftcol ul li:hover {
	/*list-style-image: url('/images/submeny_list_image_open.png');*/
	background-repeat: repeat-x;
}

.leftcol ul li.open {
	background-image: url('/images/submeny_bg_open.png');
}
.leftcol ul li.open a, .leftcol ul li.on a, .leftcol ul li a:hover {
	background-image:url('/images/submeny_list_image_open.png');
}
.leftcol ul li.on a, .leftcol ul li a:hover, .leftcol li.open li a:hover, .leftcol li.open li.on a {
	color: #EC008C;
}
.leftcol li.open li a {
	background-image:none;
	padding-left:27px;
	color:#00AEEF;
	}



.leftcol ul li.open ul, .leftcol ul li.open ul li {
	border: none;
	list-style: none;
}








div.front-news {
	height: 148px;
	border-top: 1px dotted #ababac;
}

div.front-news.inc-img {
	height: 318px;
	border-top: 0px;
}

div.front-news.inc-img img {
	width: 100%;
}

div.front-news h3 a {
	font-size: 20px;
	font-family: Georgia;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 15px;
	text-decoration: none;
	color: black;
}

div.front-news p {
	font-size: 12px;
	font-family: Georgia;
	font-weight: normal;
	color: #636466;
}

div.byline {
	width: 717px;
	height: 21px;
	text-align: right;
	font-size: 12px;
	font-family: Georgia;
	color: white;
	padding-right: 12px;
	padding-top: 6px;
	background-image: url('/images/tease_bg.png');
	position: relative;
	top: -27px;
	margin-bottom: -27px;
}

div#tekst {
	font-family: Helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #636466;
}

div#tekst a {
	color: #00AEEF;
	text-decoration: none;
}

div#tekst strong {
	font-size: 14px;
	line-height: 25px;
	color: black;
}

div#tekst strong em, div#tekst em strong {
	font-size: 18px;
	line-height: normal;
	font-family: Georgia;
	font-weight: normal;
	color: black;
}

#map {
	width: 800px;
	height: 200px;
}


div.events-container {
	border-top:1px dotted #58595B;
	margin-top:62px;
	}



h2.program-date {
	font-family: Georgia, sans-serif;
	font-weight: normal;
	font-size: 23px;
	margin: 0px;
	padding:30px 0 20px 0;
}

table.program {
	border-bottom: 1px dotted #58595B;
	padding-bottom: 14px;
}

table.program thead tr th {
	padding-bottom: 14px;
	text-align: left;
	height: 29px;
	color: #58595B;
	font-family: Georgia, sans-serif;
	font-weight: normal;
}

table.program tr th.what {
	width: 155px;
	border-right: 20px solid transparent;
}

table.program tr th.when {
	width: 140px;
	border-right: 20px solid transparent;
}

table.program tr th.detail {
	width: 465px;
	border-right: 20px solid transparent;
}


table.program thead tr th span {
	height: 27px;
	display: block;
	border-top: 1px dotted #58595B;
	border-bottom: 1px dotted #58595B;
	line-height: 27px;
	font-family: Georgia, sans-serif;
	font-size: 14px;
}

table.program thead tr th span span {
	border: none;
	padding-left: 18px;
}

table.program tbody tr {
	height: 45px;
}

table.program tr td {
	height: 45px;
}

table.program tr td.what {
	width: 155px;
	border-right: 20px solid transparent;
}

table.program tr td.when {
	width: 140px;
	border-right: 20px solid transparent;
}

table.program tr td.detail {
	width: 465px;
	border-right: 20px solid transparent;
}

table.program tr td.location {
	width: 140px;
}

table.program tr td span {
	width: 100%;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	display: block;
	background: transparent url(/images/program_button_sprite.png) repeat-x 0 0;
}

table.program tr td span.hover_row {
	background-position: 0 -45px;
}

table.program tr td span.hover_row a {
	color: #fff;
}

table.program tr td span.mousedown_row {
	background-position: 0 -90px;
}

table.program tr td span a {
	padding-left: 10px;
	font-family: Arial;
	text-decoration: none;
	color: #45b0f0;
	font-weight: bold;
	font-size: 14px;
}

table.program tr td.detail span a {
	font-family: Georgia;
	font-size: 20px;
	font-weight: normal;
}

table.program tr td.detail span.hover_row a {
	font-family: Georgia;
	font-size: 20px;
	font-weight: normal;
	background: transparent url(/images/program_arrow_big.png) no-repeat 97% center;
	display: block;
}

table.program tr td.location span.hover_row a {
	background: transparent url(/images/program_arrow_small.png) no-repeat 97% center;
	display: block;
}

/* Staff portlet */

.staff-group {
	padding-bottom: 5px;
	border-bottom: 1px dotted #58585A;
	overflow:auto;
}

.staff-group h2 {
	font-family: Georgia;
	font-size: 29px;
	line-height: 48px;
	margin-bottom: 10px;
	font-weight: normal;
}

.staff-group h3 {
	font-family: Georgia;
	font-size: 20px;
	font-weight: normal;
	margin-top: 20px;
}

.staff-group p {
	font-family: Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #636466;
}

.staff-group a {
	color: #00AEEF;
	text-decoration: none;
}

.staff-group .sport-name {
	line-height: 29px;
	font-size: 16px;
	text-indent: 16px;
	color: #58595B;
	border-top: 1px dotted #58585A;
	border-bottom: 1px dotted #58585A;
}
.staffer p {
	margin-top: 15px;
	margin-bottom: 15px;
}


/* Footer */

.footercol {
	width:300px;
	padding:10px;
	float:left;
	font-size:12px;
	font-weight:bold;
	}
	
	
/* headertext */
h3.voss {
	font-family:Georgia,sans-serif;
	color:#ec018c;
	font-size:20px;
	font-style:italic;
	line-height:20px;
	margin:0px;
	padding:0px;
	font-weight:normal;
	position:absolute;
	top:20px;
	left:34px;
	}
	
	
div#dates {
	height:40px;
	line-height:40px;
	padding:0px 20px 0px 300px;
	width:455px;
	color:#ec018c;
	font-size:17px;
	font-family:Georgia,sans-serif;
	position:absolute;
	right:0px;
	top:95px;
	font-style:italic;
	background:url('../images/header-gradient.png') top right;
	z-index: 0;
	}
div#dates a {
	display:block;
	position:absolute;
	right:0px;
	top:0px;
	color:#00aeed;
	text-decoration:none;
	height:40px;
	}
div#dates a:hover {
	text-decoration:underline;
	}