CSS - http://blaafall.no/no/Cooperate-with-land-owner2/

   * Collapse All
   * Expand All

http://blaafall.no/no/Cooperate-with-land-owner2/
http://blaafall.no/styles/reset.css

html

{

	height: 100%;

	width: 100%;

}

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td

{

	margin:0;

	padding:0;


}

body

{

	background-color: #e4e8e4;

	text-align: center;

	padding-top: 21px;

	font-family: Verdana, Lucida Bright, Arial, Helvetica, sans-serif;

	font-size: 12px;

}

table

{

	border-collapse:collapse;

	border-spacing:0;

}

fieldset,img

{

	border:0;

}

address,caption,cite,code,dfn,em,strong,th,var

{

	font-style:normal;

	font-weight:normal;

}

caption,th {

	text-align:left;

}

h1,h2,h3,h4,h5,h6 {

	font-size:100%;

	font-weight:normal;

}

abbr,acronym

{

	border:0;

}



div

{

	/*position: relative;*/

	display: block;

	height: auto;

	width: auto;

	overflow: hidden;

}


http://blaafall.no/styles/Editor.css

/* ------ Text items -------- */

body

{

	font-family: Verdana, Arial, Helvetica, Tahoma;

	font-size: 0.65em;

	color: #333;

	padding: 0;

	margin: 0;
	

}

p

{

	font-family: Verdana, Arial, Helvetica, Tahoma;

	color: #333;

}

h1, .heading1, h1 span, .centerPanel .title

{

	font-weight: bold;

	font-size: 15px;

	color: #ec741b;

	EditMenuName: Heading 1;

}

h2, .heading2, h2 span

{

	font-weight: bold;

	font-size: 13px;

	color: #ec741b;

	EditMenuName: Heading 2;

}

h3, .heading3, h3 span

{

	font-weight: bold;

	font-size: 12px;

	color: #ec741b;

	EditMenuName: Heading 3;

}



.body_text, #content .centerPanel div

{

	font-size: 11px;

	font-weight: normal;

	color: #000;

	EditMenuName: Body text;

}



.body_text_small

{

	font-size: 10px;

	EditMenuName: Body text small;

}



.body_text_large

{

	font-size: 15px;

	EditMenuName: Body text large;

}



.bold

{

	font-weight: bold;

	EditMenuName: Body bold;

}



hr

{

	height: 0.1em;

	color: #95632F;

}



hr.light

{

	height: 0.1em;

	color: #F0E5CE;

}



/* ------ Links -------- */

a

{

	color: #95632F;

}

a:hover

{

	color: #333333;

}



/* --------- Links in Top menu ----------- */

a.menuhead

{

	padding: 0em 0em 0em 0.55em;

	font-size: 1em;

	color: #333;

	text-decoration: none;

	margin: auto;

}

a.activemenuhead

{

	padding: 0em 0em 0em 0.55em;

	font-size: 1em;

	font-weight: bold;

	text-decoration: none;

	margin: auto;

}



/* --------- Left menu ----------- */



div.menuitem

{

	background-image: url(http://www.blaafall.no/images/submenu_rulerbg.gif);

	background-position: 0em bottom;

	background-repeat: repeat-x;

	width: 100%;

	padding: 0.5em 0em 0.5em 0em;

	float: left;



}

div.menuitemselected

{

	background-image: url(http://www.blaafall.no/images/submenu_rulerbg.gif);

	background-position: 0em bottom;

	background-repeat: repeat-x;

	width: 100%;

	padding: 0.5em 0em 0.5em 0em;

	float: left;

	font-weight: bold;

	background-color: #dddddd;

}

div.menuitemexpanded

{

	background-image: url(http://www.blaafall.no/images/submenu_rulerbg.gif);

	background-position: 0em bottom;

	background-repeat: repeat-x;

	width: 100%;

	padding: 0.5em 0em 0.5em 0em;

	float: left;

	background-color: #dddddd;

}

div.menuitemchild

{

	width: 100%;

	padding: 0.4em 0em 0.6em 0em;

	float: left;

	background-color: #F0F0F0;

}



/* --------- Input ----------- */

input, textarea

{

	font-family: Verdana, Arial, Helvetica, Tahoma;

	color: #333;

	font-size: 1em;

}



select

{

	font-size: 1em;

}

fieldset

{

	border: none;

	padding: 0;

	margin: 0;

}

legend

{

	color: #333;

	font-size: 1em;

	padding: 0;

	margin: 0;

}

fieldset label

{

	margin-right: 1em;

}



.inputlabel

{

	width: 6em;

	float: left;

	padding-top: 0.4em;

	font-weight: bold;

}

.inputlabelwide

{

	width: 10em;

	float: left;

	padding-top: 0.4em;

	font-weight: bold;

}

span.errormessage

{

	color: #CC0000;

	font-size: 1em;

}



/* --------- Image format ----------- */

img.topleftfloatingimage

{

   margin-right: 1em;

   margin-bottom: 1em;

   EditMenuName: Top left;

	float: left;

}

img.toprightfloatingimage

{

	float: right;

   margin-left: 1em;

   margin-bottom: 1em;

   EditMenuName: Top right;

}

img.shadow

{

	position: relative;

	EditMenuName: Shadow;

	filter:
progid:DXImageTransform.Microsoft.Shadow(color=#555555,direction=135,strength=5);

}

img.opacity

{

	position: relative;

	EditMenuName: Semi transparent;

	filter: alpha(opacity=40,finishopacity=24,style=3);

}

img.fliph

{

	position: relative;

	EditMenuName: Flip horisontally;

	filter: fliph;

}

img.flipv

{

	position: relative;

	EditMenuName: Flip vertically;

	filter: flipv;

}

img.dashedborder

{

	position: relative;

	border: dashed 1px grey;

	EditMenuName: Dashed border;

}

img.circularfade

{

	position: relative;

	EditMenuName: Circular fade;

	filter: alpha(opacity=100,finishopacity=0,style=2);

}



/* --------- Table format ----------- */

table

{

	font-size: 1em;

}

th

{

	text-align: left;

}

.evenrow

{

	background-color:  #fff;

}

.unevenrow

{

	background-color:#F0E5CE;

}

.headerrow

{

	background-color: #F0E5CE;

}

table.classic

{

	border-collapse: collapse;

	border: solid 0.1em #777777;

	EditMenuName: Classic;

}

table.classic th

{

	border: solid 0.1em #777777;

	background-color: #DADADA;

	padding: 0.4em;

}

table.classic td

{

	border: solid 0.1em #777777;

	padding: 0.2em 0.4em;

}

table.color

{

	border-collapse: collapse;

	border: solid 0.1em #95632F;

	EditMenuName: Color;

}

table.color th

{

	border: solid 0.1em #95632F;

	background-color: #E1CC9D;

	padding: 0.4em;

}

table.color td

{

	border: solid 0.1em #95632F;

	padding: 0.2em 0.4em;

}

th.highlighted, td.highlighted

{

	EditMenuName: Highlighted;

}

table.classic th.highlighted

{

	background-color: #AAAAAA;

}

table.classic td.highlighted

{

	background-color: #F0F0F0;

}

table.color th.highlighted

{

	background-color: #95632F;

}

table.color td.highlighted

{

	background-color: #F0E5CE;

}

th.leftalignedcontent, td.leftalignedcontent

{

	text-align: left;

	EditMenuName: Left aligned;

}

th.rightalignedcontent, td.rightalignedcontent

{

	text-align: right;

	EditMenuName: Right aligned;

}




http://blaafall.no/styles/basic.css

body

{

	background-color: #e4e8e4;

	text-align: center;

	padding-top: 21px;

	font-family: Verdana, Lucida Bright, Arial, Helvetica, sans-serif;

	font-size: 16px;

}



a

{

	color: #007587;

}



a:hover

{

	text-decoration: none;

}



strong

{

	font-weight: bold;

}



i

{

	font-style: italic;

}



h1

{

	font-size: 24px;

}



#skipnavigation

{

	left:-9999px;

	position:absolute;

}



#outerWrapper

{

	text-align: left;

	width: 970px;

	margin: 0 auto;

	background-color: #fff;

	padding: 4px 0 0 0;

}



#innerWrapper

{

	margin: 0 4px;

}



#header

{

	border-bottom: 1px #c9e3ee solid;

}



#content

{

	margin: 6px 2px;

}



#content div

{

	float: left;

	overflow: visible; /*IE6*/

}



#content .centerPanel p, #content .centerPanelWide p

{

	padding: 0 0 0.875em 0;

}



#footer

{

	padding: 5px;

	background-color: #e4e8e4;

	clear: both;

	font-size: 11px;

	font-weight: bold;

}



.teaser

{

	margin-bottom: 2px;

	position: relative;

	height: 1%;

}



.teaser p

{
	margin-top: -15pt;
	position: absolute;
	top: 69px;
	left: 20px;
	font-weight:normal;
	font-size: 30px;
	font-family: Arial;
	width: 55%;
	color: #007a89;
}



#header h1

{

	background: #fff url('http://www.blaafall.no/images/navigaton_logo.jpg') no-repeat left
top;

	width: 212px;

	height: 136px;

	text-indent: -1000em;

	float: left;

	display: block;

	margin: 0;

	padding: 0;

}



#header h1 a

{

	width: 212px;

	height: 136px;

	display: block;

}



.menu

{

	font-size: 12px;

	font-family: Arial;

	margin-bottom: 2px;

}



.menu a

{

	padding: 0px;

	text-decoration: none;

	font-weight: bold;

	color: #ec741b;

}



.menu a:hover, .menu .selected a

{

	background: #fff
url('http://www.blaafall.no/images/navigation_gradient_menu_active.gif') repeat-x;

	text-decoration: none;

	color: #636363;

}



#content .leftPanel

{

	width: 223px;

	margin: 0 10px 0 6px;

	font-weight: bold;

}

/* IE 6 fix */

* html #content .leftPanel

{

	margin: 0 10px 10px 6px;

}



.leftPanel p

{

	background: #fff url('http://www.blaafall.no/images/subpage_left_panel_header_bg.jpg')
no-repeat top left;

	padding: 20px 0px 19px 10px;

	font-size: 15px;

	color: #fff;

	font-family: Arial, Helvetica, Tahoma;

	overflow: hidden;

	/*height: 57px;*/

}



.leftPanel ul

{

/*	height: 302px;*/

	background: #8fcfd8 url('http://www.blaafall.no/images/subpage_left_panel_bg.jpg')
repeat-x top left;

	list-style-type: none;

	list-style-image: none;

	list-style-position: outside;

	margin: 7px 0 0px 0;

	padding: 1px 0 20px 0;

}



.leftPanel ul li

{

	margin: 10px 10px 20px 10px;

	font-size: 12px;

}



.leftPanel .selected a

{

	text-decoration: none;

	color: #000;

}



.leftPanel a:hover

{

	text-decoration: none;

}



#content .centerPanel

{

	width: 463px;

}



/* IE 6 fix */

* html #content .centerPanel

{

	height: 400px;

	padding-bottom: 10px;

}





#content .centerPanel div

{

	float: none;

}



#content h1

{

	margin-bottom: 0.875em;

}



#content h2

{

	margin-top: 0.25em;

	margin-bottom: 0.5em;

}



#content h3

{

	margin-top: 0.175em;

	margin-bottom: 0.25em;

}



.centerPanel ul

{

	list-style-type: none;

	list-style-image: none;

	list-style-position: outside;

	margin: 0px 0 0px 0;

	padding: 1px 0 0 0;

}



.centerPanel ul li

{

	border-bottom: solid 1px #e4e8e4;

	margin: 0 0 5px 0;

	padding: 0 0 5px 0;

}



.centerPanel ul li.last

{

	border-bottom: 0;

}



.centerPanel .title

{

/*	font-weight: bold;*/

	margin: 0 0 5px 0;

}



#content .rightPanel

{

	float: right;

	width: 254px;

}



.rightPanel ul

{

	height: 141px;

	background: #fff url('http://www.blaafall.no/images/subpage_right_panel_bg.jpg')
no-repeat 10px 0;

	list-style-type: none;

	list-style-image: none;

	list-style-position: outside;

	margin: 10px 0 0 0;

	padding: 1px 0 0 0;

	font-weight: bold;

}



.rightPanel ul li

{

	margin: 10px 10px 10px 30px;

	font-size: 12px;

}



.rightPanel ul li.rightPanelHeading

{

	font-size: 13px;

}



.rightPanel p

{

	background: #fff url('http://www.blaafall.no/images/subpage_right_photo_frame.jpg')
no-repeat top left;

}



.rightPanel img

{

	margin: 12px 12px 18px 15px;

	width: 224px;

	height: 149px;

}







/* default.aspx */

#content .headlinerContent div

{

	float: none;

}



.headliner

{

	width: 223px;

	margin: 6px;

}



.headlinerHeading

{

	height: 85px;

	margin: 0 0 10px 0;

	font-size: 16px; /* 1px = 0.75pt */

	font-weight: bold;

	font-family: Arial;

	color: #fff;

	width: 223px;

}



.headlinerHeading div

{

	margin: 16px 10px 10px 10px;

	height: 59px;

}



.headlinerContent

{

	height: 210px;

	width: 100%;

}



.headlinerContent div

{

	height: 150px;

	padding: 20px 10px 10px 10px;

}



.headlinerContent div.link

{

	height: 30px;

	padding: 0 10px;

	font-size: 12px;

	color: #000;

}



.headlinerContent div.link a:link, .headlinerContent div.link a:active,
.headlinerContent div.link a:visited

{

	font-size: 11px;

	color: #000;

	text-decoration: underline;

}



.headlinerContent div.link a:hover

{

	text-decoration: none;

}



#headliner1 .headlinerHeading

{

	background: #078 url('http://www.blaafall.no/images/main_page_panel1_header.jpg') no-repeat;

}



#headliner2 .headlinerHeading

{

	background: #f80 url('http://www.blaafall.no/images/main_page_panel2_header.jpg') no-repeat;

}



#headliner3 .headlinerHeading

{

	background: #999 url('http://www.blaafall.no/images/main_page_panel3_header.jpg') no-repeat;

}



#headliner1 .headlinerContent

{

	background: #078 url('http://www.blaafall.no/images/main_page_panel1_bg.jpg') no-repeat
top left;

}



#headliner2 .headlinerContent

{

	background: #f80 url('http://www.blaafall.no/images/main_page_panel2_bg.jpg') no-repeat
top left;

}



#headliner3 .headlinerContent

{

	background: #999 url('http://www.blaafall.no/images/main_page_panel3_bg.jpg') no-repeat
top left;

}



#headlinerNews

{

	width: 237px;

	float: right;

	background-color: #fff;

}



div.quickNews

{

	background: #fff url('http://www.blaafall.no/images/custommain_page_panel4_bg.jpg') no-repeat
top left;

	height: 296px;

	width: 100%;

}



#headlinerNews .quickNews, #headlinerNews .contact

{

	margin: 10px 0 0 0;

}



.quickNews div.quickNewsList

{

	height: 90%;

	width: 100%;

}



#headlinerNews .quickNews div.newsLink, #headlinerNews .quickNews
div.newsLinkMore

{

	height: 10%;

	margin: 20px 0 0 15px;

}





.quickNews .newsHeading, .contact .newsHeading

{

	color: #5e5e5e;

	font-size: 16px;

	font-family: Arial;

	font-weight: bold;

}



.quickNews .newsHeading

{

	margin: 0 0 10px 15px;

}



.contact .newsHeading

{

	margin-bottom: 10px;

}



.quickNews ul

{

	list-style-type: none;

	list-style-image: none;

	list-style-position: outside;

	margin: 0 0 0 15px;

	padding: 0;

	font-size: 14px;

}



.quickNews ul li

{

	margin-right: 5px;

}



.quickNews

{

	color: #000;

}



.quickNews p

{

	font-size: 11px;

}



.newsLink a:link, .newsLink a:visited, .newsLink a:active

{

	text-decoration: underline;

	color: #007587;

	font-size: 11px;

	display: block;

}



.newsLinkMore a:link, .newsLinkMore a:visited, .newsLinkMore a:active

{

	text-decoration: underline;

	color: #007587;

	font-size: 11px;

	display: block;

}



.newsLink a:hover, .newsLinkMore a:hover

{

	text-decoration: none;

}



p.newsLink

{

	margin: 5px 0 0 0;

}





.newsTitle a:link, .newsTitle a:visited, .newsTitle a:active

{

	text-decoration: underline;

	font-weight: bold;

	font-size: 12px;

}



.quickNews .newsTitle a:hover

{

	color: #007587;

	text-decoration: none;

}





.contact

{

	background: #fff url('http://www.blaafall.no/images/main_page_panel5_bg.jpg') no-repeat
bottom left;

	height: 162px;

	width: 100%;

}



.contact a

{

	text-decoration: none;

}



.content a:hover

{

	text-decoration: none;

}



#content .contact div

{

	margin: 10px 10px 10px 15px;

	float: none;

	height: 142px;

}





.headliner img

{

	width: 221px;

	height: 162px;

	margin: 10px 0 0 0;

}



/* END - default.aspx */



/* List page - List.aspx */

.clear

{

	clear: both;

}



#content div.newsPanel

{

	width: 287px;

	float: left;

}



.newsPanelWide

{

	width: 460px;

}



#content .centerPanel div.associatedPhotoPanel

{

	width: 176px;

	height: 146px;

	float: right;

	background: #fff url('http://www.blaafall.no/images/subpage_middle_photo_frame.jpg')
no-repeat top right;

}

.associatedPhotoPanel img

{

	margin: 12px;

	width: 152px;

	height: 122px;

}



/* END - List.aspx */



/* hack */

.languageMenu

{

	display: inline-block;

	background: #fff url('http://www.blaafall.no/images/navigation_gradient_top.gif') repeat-x;

	height: 67px;

}



.languageMenu ul

{

	float: right;

	margin: 0;

}



.languageMenu li

{

	display: inline-block;

}



.languageMenu li a

{

	height: 67px;

}



a.english, a.english:hover

{

	background: url('http://www.blaafall.no/images/navigation_flag_uk.gif') no-repeat top left;

	width: 24px;

	margin: 10px 10px 0;

}



a.swedish, a.swedish:hover

{

	background: url('http://www.blaafall.no/images/navigation_flag_sweden.gif') no-repeat
top left;

	width: 24px;

	margin: 10px 10px 0;

}



a.norwegian, a.norwegian:hover

{

	background: url('http://www.blaafall.no/images/customnavigation_flag_norway.gif') no-repeat
top left;

	width: 24px;

	margin: 10px 10px 0;

}







* html .languageMenu

{

	height: 1%;

}



.languageMenu:after

{

	content: '[.]';

	clear: both;

	visibility: hidden;

	display: block;

	height: 0;

}



.languageMenu ul, .languageMenu li, .languageMenu li a

{

	display: block;

}



.languageMenu

{

	display: block;

}



.languageMenu ul

{

	float: right;

}



.languageMenu li

{

	float: left;

	text-align: center;

}



* html .languageMenu li a

{

	display: inline-block;

}



/* hack-END */



/* hack */

.mainMenu

{

	display: inline-block;

	background: #000
url('http://www.blaafall.no/images/navigation_gradient_menu_normal.gif') repeat-x;

	height: 69px;

}



.mainMenu ul

{

	float: right;

	margin: 0;

}



.mainMenu li

{

	display: inline-block;

}



.mainMenu li a

{

	height: 52px;

	width: 80px;

	padding: 15px 0 0 5px;

	/*margin: 0 0 -15px 0;*/

}



* html .mainMenu

{

	height: 1%;

}



.mainMenu:after

{

	content: '[.]';

	clear: both;

	visibility: hidden;

	display: block;

	height: 0;

}



.mainMenu ul, .mainMenu li, .mainMenu li a

{

	display: block;

}



.mainMenu

{

	display: block;

}



.mainMenu ul

{

	float: right;

}



.mainMenu li

{

	float: left;

	text-align: center;

}



* html .mainMenu li a

{

	display: inline-block;

}

div.elpris{
background-image:url(http://blaafall.no/images/elpris_bg.png);
width: 225px;
height: 84px;
padding: 10px;
background-repeat: no-repeat;
margin-left: 13px;
padding-left: 74px;

}
div.faktaboks{
background-image:url(http://blaafall.no/images/prosjekt_bg.png);
width: 467px;
height: 118px;
background-repeat: no-repeat;
padding: 15px;
line-height: 20px;
color: #58595B;
}
/* hack-END */
