@import url(projects.css);
@import url(utleie.css);
html {
	height: 100%;
}
body {
	background: #393939 url(osteras/gfx/body_bg.png) top center repeat-y;
	color:#000;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 16px;
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: 100%;
}
html, body {  
	
	height: auto;
}
div#pagewrap {
	background: #fff;
	width: 912px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:0 auto;
	margin-bottom: -104px;
	padding: 0px 19px 0px 19px;
	padding-bottom:20px;
}
* html #pagewrap { 
	height: 100%; 
}
/*** id layout START ***/
#top {
	padding-left: 9px;
	/*height: 160px;*/
}

#banner {
	height: 214px;
	background: green;
}
#contentholder {
	background: url(osteras/gfx/line_y.gif) 615px 0px repeat-y;
	width: 852px;
	margin: 30px 0px 100px 0px;
	padding: 0px 30px 20px 30px;
	/*background: red;*/
	/*height:500px;*/
}
#left {
	float: left;
	height: auto;
	width: 565px;
	text-align: left;
	background: none;
	/*height:100px;*/
}
#right {
	font-size: 11px;
	line-height:14px;
	float: right;
	width:245px;
	height: auto;
	background: none;
	/*height:100px;*/
}
li {
	margin: 0;
	padding: 0;
}
img.logo {
	margin: 25px 0 0px 21px;
}
img.furusetlogo {
	margin: 65px 0 0px 21px;
}
span.detail {
	font-size: 10px;	
}
#footer {
	font-size: 11px;
	padding: 10px 0 10px 0;
	margin: 0 auto;
	/*height: 10px;*/
	width: 950px;
	background:  url(osteras/gfx/line_footer.gif) top center no-repeat;
	text-align: center;
	color: #000;
	line-height:130%;
}
#footercontainer {
	background:/*#0FF*/ url(osteras/gfx/line_y.gif) 634px 0px repeat-y;
	margin: 0px 0px 0px 0px;
	/*height: 56px;*/
	padding: 10px 0 10px 0;
}
#footerleft {
	/*background: #0F0;*/
	width: 565px;
	float: left;
	margin-left: 0px;
	padding: 10px 0px 0px 30px;
}
#footerright {
	/*background:#396;*/
	text-align: left;
	width: 245px;
	float: right;
	padding-right: 50px;
	margin-right: 0px;
}
#flashcontent {
	margin:0;
	padding:0;
}

/*** .projects START ***/

.projects {
	list-style: none;
	background: none;
	margin: 0px 0px 0px -16px;
	padding: 0;
}
.projects li {
	background:url(osteras/gfx/project_bg.png) #ccc top left no-repeat;
	margin: 0;
	padding: 16px 0px 0px 28px;
	height: 171px;
	width: 500px;
	font-size: 11px;
	line-height: 15px;
	list-style: none;
	vertical-align: bottom;
}
.projects li img {
	margin: 0px 9px 0px 0px;
	padding: 1px;
	float: left;
	/*border:1px solid #d9d9d9;*/
}
.projects li a img {border:1px solid #d9d9d9;}
.projects li div {float: left; width:285px; height: 170px; vertical-align: top;}
.projects li p {
	margin: 0;
	height: 86px;
	width: auto;
	padding: 0px 20px 0px 0px;
}
.projects li h3 {
	margin: 0px 0px 4px 0px;
	padding: 0;
	text-transform: uppercase;
}
.projects li ul.tag {
	margin: 0px 0px 0px -2px;
	padding: 0;
	display: block;
	height: 43px;
}
.projects li ul.tag li {
	font-size:12px;
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 0;
	height: 43px;
	width: auto;
}
.projects li ul.tag li a {
	color:#083f67;
	text-decoration: none;
	float: left;
	background: url(osteras/gfx/project_ul_lesmer.png) top left no-repeat;
	padding: 14px 0px 0px 12px;
	height: 29px;
	width: 158px;
}
.projects li ul.tag li a:hover { background-position: 0px -43px; text-decoration: underline;}
*html .projects li ul.tag li a:hover { background: url(osteras/gfx/project_ul_lesmer_ieFixHover.png) left top no-repeat; text-decoration: underline;}
.projects li ul.tag li.bta {
	color:#083f67;
	background: url(osteras/gfx/project_ul_bta.png) top left no-repeat;
	padding: 14px 0px 0px 9px;
	width: 103px;
}
/*** .projects END***/

/*** .newslist START ***/
.newslist, .newslist li {
	font-size: 11px;
	list-style: none;
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.newslist li {
	/*background: url(osteras/gfx/line_x.gif) bottom repeat-x;*/
	padding: 4px 0px 12px 0px;
}
.newslist li a {
	margin-top: 7px;
	display: block;
}
.newslist h3 {
	color: #3c3c3c;
	background:url(osteras/gfx/line_x.gif) bottom left repeat-x;
	padding: 0px 0px 7px 0px;
	height: 11px;
	margin: 0;
	font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
}
.newslist li div {
	background: url(osteras/gfx/newslist_front_bg_gray.gif) repeat-y;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}
.newslist li p {
	padding: 0;
	margin: 0;
}
/*** .newslist START ***/

/*** id layout END ***/

.rightpic {
	margin: 0px 0px 5px 7px;
	float: right;
}
img.frame {
	/*padding: 3px;
	background: #818181;
	border:1px solid #a3a3a3;*/
}
.rightpic200 img {padding: 7px 7px 5px 5px;}

/*** h, p, a, etc. START***/

* img {vertical-align:bottom;}
img a {border:none;}
a img {border:none;}
h1, h2, h3, h4 {color:#ed1c24;}
h1 {
	/*height:43px;
	width:655px;
	background:url(osteras/gfx/h1_bg.jpg);
	
	font-size: 10pt;
	margin:0;
	padding:0;
	line-height: 130%;*/
	text-transform: uppercase;

	font-size: 15px;
	font-weight: lighter;
	margin-left: 0px;
	margin-bottom: 7px;
	margin-top: 0px;
	padding: 0px 0px 6px 0px;
	line-height: 130%;
	z-index: 5;
}
h2 {
	/*background: url(osteras/gfx/line_x.gif) bottom repeat-x;*/
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 7px;
	margin-top: 0px;
	padding: 0px 0px 6px 0px;
	line-height: 130%;
}
/*#left h2 {width: 501px;}*/
#right h2 {
	margin-bottom: 0px;
	font-size: 15px;
	font-weight: lighter;
}
h3 {
	font-size: 11px;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 11px;
}
h3 a{
	color:#ed1c24;
}

h3 a:visited{
	color:#ed1c24;
}
p {
	margin-bottom: 16px;
	margin-top:1px;
}
p.kontaktadr {
	font-size: 11px;
	line-height:12px;
	margin-bottom: 10px;
	margin-top:1px;
}
table p.bodytext {
	padding: 0;
	margin: 0;
}

a:link {
	color:#1d4a82;
	text-decoration: underline;
}
a:visited { 
	color:#1d4a82;
	text-decoration: underline;
} 
a:hover {text-decoration: none;} 

#footer a {
	color:#1d4a82;
	text-decoration:underline;	
}
#footer a:hover {text-decoration:none;}

/*** h, p, a, etc. END***/


/*** klasser START ***/

.clear {
	clear: both;
	height: 120px;
}
.clear_0px {
	clear: both;
}
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.apningstider {
	/*font-size: 11px;*/
	margin-bottom: 14px;
}
.apningstider tr.top {
	background: url(osteras/gfx/line_x.gif) bottom repeat-x;
}
.apningstider tr.top td {
	padding-top: 5px;
	padding-bottom: 1px;
}
.adresse {
	margin: 0px 0px 14px 0px;
	padding: 0;
	list-style: none;
}
#footeradresse {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	list-style: none;
}
.floatleft {
	float: left;
}
.searchbox {
	font-size: 11px;
	padding: 3px;
	border: 1px dotted #000;
	width: 100%;
}

.textright {
	text-align: right;
}
.textbold {
	font-weight: bold;
}

.tx-indexedsearch-res h3{
	background: #eee;
	padding-bottom: 4px;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
}

/* Mail form */
.csc-mailform{
	border: 0;
	margin: 0;
	padding: 0;
	
}
.csc-mailform-field{
	margin-bottom: 7px;
}
.csc-mailform label{
	font-size: 11px;
	display: block;
	
}
.csc-mailform-submit{
	margin-top: 7px;	
}
/*--------------- TABLE_Butikker ------------------*/

.contenttable {
	width: 100%;
	border-spacing: 0;
	margin-bottom: 15px;
}
.contenttable tr td {
	margin: 0;
}
.contenttable .tr-0 {
	font-weight: bold;
}
.contenttable tr .td-0 {
	padding-right: 18px;
	padding-left: 5px;
	width:auto;
}
.contenttable tr .td-1 {
	text-align: right;
	width:200px;
	padding-right: 13px;
	padding-left: 5px;
}
.contenttable .tr-odd {
	background: #eaeaea;
}

/*--------------- END TABLE_Butikker ------------------*/

/*--------------- TABLE_Juleprogram ------------------*/

.juleprogram {
	width: 100%;
	border-spacing: 0;
	margin-bottom: 15px;
}
.juleprogram tr td {
	margin: 0;
}
.juleprogram .tr-0 {
	font-weight: normal;
}
.juleprogram tr .td-0 {
	padding-right: 18px;
	padding-left: 5px;
	width:66px;
}
.juleprogram tr .td-1 {
	text-align: right;
	width: 97px;
	padding-right: 13px;
	padding-left: 5px;
}
.juleprogram tr .td-2 {
	text-align: right;
	width: 97px;
	padding-right: 13px;
	padding-left: 5px;
}
.juleprogram tr .td-3 {
	text-align: right;
	width: 84px;
	padding-right: 13px;
	padding-left: 5px;
}
.juleprogram .tr-odd {
	background: #eaeaea;
}

/*--------------- END TABLE_Juleprogram ------------------*/



iframe  {
	margin-left:-72px;
	margin-top: -60px;
	*margin-top: -10px;
	/*background: red;*/
	z-index: 0;
}
#frame  {
	overflow: hidden;
}

#forside{
	background: #fff url(osteras/gfx/line_x.gif) top repeat-x;
	padding-top: 17px;
}

.tx-wecmap-pi1  {	
	clear:both;
	border: 1px solid gray;
}

.tx-wecmap-pi1 table {	
	margin: 0;
	padding: 0;
}

.tx-wecmap-pi1 table tr td{	
	margin: 0;
	padding: 0;	
}

.tx-powermail-pi1{
	font-size: 11px;
	
}

.tx-powermail-pi1 p.bodytext{
	font-size: 12px;
	
}


.tx-powermail-pi1 fieldset{
	border: 0;
	margin: 0;
	padding: 0;
	
}
.tx-powermail-pi1 legend{
	display: none;
	
}

.tx_powermail_pi1_fieldwrap_html_text label{
	display: block;
	
}
.tx_powermail_pi1_fieldwrap_html_radio{
	margin: 15px 0px 15px 0px;
}
.tx_powermail_pi1_fieldwrap_html_radio div{
	display:inline;
	width: 50px;
}
.tx_powermail_pi1_fieldwrap_html_radio p{
	padding: 0;
	margin: 0;
}

.powermail_mandatory_js{
	color: red;
	font-size: 10px;
}


