BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	margin: 0px;
	padding-left: 25px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: black;
	background-position: left;
	background-repeat: repeat;
	background-attachment : fixed;
	background-image:url("malmberg_bg.gif");
	scrollbar-3dlight-color: #EEEEEE;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #EEEEEE;
	scrollbar-face-color: #EEEEEE;
	scrollbar-highlight-color: #EEEEEE;
	scrollbar-shadow-color: #EEEEEE;
	scrollbar-track-color: #FFFFFF;
}

/* Page that comes when a site is unactivated */
BODY.unactivated{
	padding-top: 100 px;
	text-align: center;
}

/* Page that comes when a user is trying to access a module without rights */
BODY.security{}

/* Headers on the pages */
H1{
	font-size: 14px;
}
H2 {
	font-size: 17px; 
	margin-bottom: 11px;
}
H3{
	font-size: 14px;
}
H4 {
	font-size: 17px; 
	margin-bottom: 5px; 
	margin-top: 2px;
}

/* Links on the pages */
A {
	color: black;
	text-decoration: undeline;
}
A:hover {
	color: grey; 
	text-decoration: underline;
}

/* Tables on the pages */
TABLE, TR, TH, TD {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
}
TD{
	vertical-align: top;
}
TH {
	text-align: left;
}
TABLE.list {
	width: 100%;
}
TR.list_odd {}
TR.list_even {}
TD.image {
	vertical-align: top;
	padding-right: 10px;
	padding-left:0px;
}
TD.content {
	vertical-align: top;
}

DIV.date {
	font-size: 10px;
	font-weight: bold;
	padding-top: 3px;
}

/* Forms on the pages */
FORM {
	margin: 0px;
}
INPUT, TEXTAREA, SELECT, OPTION, BUTTON {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* Text next to a checkbox */
LABEL {
	font-weight: normal;
}
INPUT.box {
	vertical-align: middle;
}
INPUT.txt {
	width: 300px;
	border: 1px solid #9DB8CF;
}
INPUT.btn{
	background-color: #E3EDF0;
	color: #000000;
	border: 1px solid #9DB8CF;
}
INPUT.browse {}
SELECT {
	width: 300px;
}
TEXTAREA {
	width: 300px;
	height : 50px;
	border: 1px solid #9DB8CF;
}
/* Text above normal input fields */
DIV.frmhead {
	font-weight: normal;
	margin-bottom: 2px;
}
/* Longer explanation of the text above */
SPAN.frmheaddesc {
	font-weight: normal;
}
/* Asterisk (*) above a field that is mandatory */
SPAN.required {
	color: #CC0000;
}
/* Text that comes when something is not right. (wrong password, incorrect e-mail etc.) */
SPAN.error {
	color: #CC0000;
}

/* Dividelines */
DIV.divideline {
	background-color: #666666;
	width: 100%;
	height: 1px;
}
TD.divideline {
	background-color: #666666;
	height: 1px;
}

/* Elements containing content from the editor */
TABLE.editor {
	width: 100%;
}
TABLE.editor_borderon {
	border-left: 1px solid #999999;
	border-top: 1px solid  #999999;
}
TD.editor_borderon {
	border-right: 1px solid  #999999;
	border-bottom: 1px solid  #999999;
	vertical-align: top;
}
TABLE.editor_borderoff {}
TD.editor_borderoff {
	vertical-align: top;
}
IMG.left{
	margin-right: 0px;
}
IMG.right{
	margin-left: 10px;
}
IMG.free{
	margin-bottom: 5px;
}
P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
}
LI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
}
UL {
	margin-bottom: 0px;
	margin-top: 0px;
}
OL {
	margin-bottom: 0px;
	margin-top: 0px;
}
FONT.size1 {
	font-size: 10px;
	line-height: 120%;
}
FONT.size2 {
	font-size: 14px;
	font-weight : bold;
	line-height: 130%;	
}
FONT.size3 {
	font-size: 14px;
	font-weight : bold;
	line-height: 120%;	
}
FONT.size4 {
	font-size: 14px;
	font-weight : bold;
	line-height: 120%;	
}

/* Download area module */
H4.file {	font-size: 10px; 	text-decoration: undeline;}
DIV.filechild {
	padding-left: 15px;
	padding-bottom: 5px;
}
DIV.file {
	padding-bottom: 5px;
}
DIV.filedescription {
	padding-top: 3px;
}
IMG.file {}

/* Product module */
H4.product {font-size: 10px; 	font-weight: bold; 	text-decoration: undeline;}
DIV.productintroduction {}

/* News module */
H4.news{font-size: 10px; 	font-weight: bold; 	text-decoration: undeline;}
DIV.newsintroduction {font-size: 10px;}

/* Link module */
H4.link{	font-size: 10px;  font-weight: bold;  text-decoration: undeline;}
DIV.linkdescription {
	padding-top: 1px;
}
DIV.linkchild {
	padding-left: 15px;
	padding-bottom: 5px;
}
DIV.link {
	padding-bottom: 5px;
}

/* Guestbook module */
TD.guestbookpost {
	padding-top: 7px;
	padding-bottom: 18px;
}
TD.fieldname {
	font-weight: bold;
	vertical-align: top;
}
TD.fieldcontent {
	vertical-align: top;
}
DIV.reply {
	font-style: italic;
	color: #666666;
}

/* Login module */
BODY.loginmenu{
	margin: 0px;
	padding: 0px;
}
TABLE.loginmenu{
	height: 100%;
}
TD.loginmenu{
	font-size: 10px;
	background-image: url("login_btn.gif");
	background-repeat: no-repeat;
	vertical-align: bottom;
	padding-left: 10px;
	padding-right: 15px;
}
A.loginmenu {
	font-weight: bold;
	text-decoration: none;
}

/* Grid (Calender, Forum, Schedule...) */
TABLE.grid {
	width: 100%;
}
TR.grid_even {
	background-color: #D5DFE5;
}
TR.grid_odd {
	background-color: #D5DFE5;
}
TH.grid {
	background-color: #ABC0D1;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
TD.grid {
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

/* Calender module */
TABLE.calenderchoose {
	width: 400px;
}
TH.calenderchoose {}
SELECT.calenderyear {
	width: 120px;
}
SELECT.calendermonth {
	width: 120px;
}

TABLE.calender {}
TH.calender {}
TH.calenderweek {
	background-color: #FFFFFF;
}
TH.calenderholiday {
	color: #CC0000;
}

TR.calender_even {}
TR.calender_odd {}

TD.calender {
	height: 50px;
}
TD.calenderweek {
	background-color: #FFFFFF;
}
TD.calenderdayinmonth {}
TD.calenderdaynotinmonth {
	background-color: #E6EBED;
}

DIV.calenderdayinmonth {
	font-weight: bold;
}
DIV.calenderdaynotinmonth {
	display: none;
}
DIV.calendertoday {}
DIV.calenderholiday {
	color: #CC0000;
}

H4.calender {
	font-size: 11px;
	margin-bottom: 1px;
}
DIV.calenderintroduction {
	padding-bottom: 5px;
}

/* Forum module */
TABLE.forum {}
TH.forum {}
TD.forum {}
TR.forum_even {
	background-color: #E6ECF0;
}
TR.forum_odd {}

TABLE.forumthread {}
TH.forumthread {}
TD.forumthread {
	vertical-align: top;
}

/* bar graph (beckers) */
/*div.graph_bar0{width:54px; BACKGROUND-IMAGE: url(graph/bar0.gif);}
div.graph_bar1{width:54px; BACKGROUND-IMAGE: url(graph/bar1.gif);}
div.graph_bar2{width:54px; BACKGROUND-IMAGE: url(graph/bar2.gif);}
div.graph_bar3{width:54px; BACKGROUND-IMAGE: url(graph/bar3.gif);}
div.graph_bar4{width:54px; BACKGROUND-IMAGE: url(graph/bar4.gif);}
div.graph_base{width:54px; height:45px; BACKGROUND-IMAGE: url(graph/base.gif);}*/

INPUT.short {
	width: 250px;
}
SELECT.short {
	width: 250px;
}
TABLE.search {
	width: 100%;
}


/* Newly Added */

BODY.tmp_standard{
	margin: 0px;
	padding: 0px;
	background-image: none;
}

BODY.tmp_standard TD{
	vertical-align: top;
	line-height: 14px;
}
BODY.tmp_standard P{
	line-height: 14px;
}
BODY.tmp_standard BR.aftereditor{
	display: none;
}
BODY.tmp_standard A{
	color: #00559A;
}
TD.tmp_outerleft{
	width: 1000px;
}

TD.tmp_top{
	height: 100px;
}

TD.tmp_content{
	padding-top: 27px;
	padding-left: 27px;
	padding-bottom: 27px;
	padding-right: 171px;
}

TD.tmp_bottom{
	height: 32px;
	border-top: 1px solid #9DB8CF;
	border-bottom: 1px solid #9DB8CF;
	padding-left: 27px;
	padding-top: 8px;
}
TD.tmp_bottom H2{
	display: none;
}

TD.tmp_bottom IMG.free{
	margin: 0px;
	padding: 0px;
}

TD.tmp_logo{
	width: 1px;
}
TD.tmp_menu0{
	padding-left: 56px;
}

TD.tmp_sectionimg{
	height: 168px;
}
BODY.tmp_hem TD.tmp_menu1,
BODY.tmp_hem2 TD.tmp_menu1{
	background-color: #0044AD;
}
BODY.tmp_hem TD.tmp_content{
	padding: 0px;
}
BODY.tmp_vattenrening TD.tmp_menu1{
	background-color: #0F7AD1;
}
BODY.tmp_energi TD.tmp_menu1{
	background-color: #FA7900;
}

BODY.tmp_geoenergi TD.tmp_menu1{
	background-color: #f50000;
}

BODY.tmp_energi TD.tmp_menu2{
	height: 27px;
	padding-top: 6px;
padding-bottom: 6px;	
	padding-left: 27px;
border-top: 1px solid #fcae65;
	background-color: #ff9d41;
}
BODY.tmp_borrning TD.tmp_menu1{
	background-color: #96A200;
}
BODY.tmp_miljohantering TD.tmp_menu1{
	background-color: #009891;
}
BODY.tmp_service TD.tmp_menu1{
	background-color: #6B49C8;
}
TD.tmp_menu0{
	padding-top: 73px;
}

TD.tmp_menu1{
	height: 27px;
	padding-top: 6px;
	padding-left: 27px;
}
TD.tmp_menu1 H2{
	display: none;
}
TD.tmp_menu1 A{
	color: #FFFFFF;
	text-decoration: none;
}

TD.tmp_menu1 A:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

/*Trädmeny*/
TD.tree{
	/*height: 27px;*/
	padding-top: 0px;
	padding-left: 14px;
	padding-right: 13px;
	border-left: 1px solid #FFFFFF;
}

TD.first{
	padding-left: 0px;
	border: none;
}

TD.tree H2{
	display: none;
}
TD.tree A{
	color: #FFFFFF;
	text-decoration: none;
}

TD.tree A:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

TD.active A{
	text-decoration: underline;
}

TD.childactive A{
	text-decoration: underline;
}

TD.tmp_contentabsleft{
	width: 170px;
	border-right: 1px solid #9DB8CF;
	padding: 15px;
}
TD.tmp_contentleft{
	width: 170px;
	border-right: 1px solid #9DB8CF;
	padding: 15px;
}
TD.tmp_contentright{
	width: 170px;
	padding: 15px;
}
TD.tmp_contentabsright{
	padding: 15px;
	padding-left: 0px;
}
TD.tmp_contentabsright INPUT.txt{
	width: 168px;
}

TABLE.tmp_conabsright{
	height: 1px;
}

TD.tmp_conabsrightbottom{
	padding-top: 26px;
	vertical-align: top;
}

/* Menymall */
TD.menu{
	padding-left: 10px;
	border-left: 1px solid #FFFFFF;
	padding-right: 10px;
}

TD.menu.first{
	padding-left: 0px;
	border-left: none;
}



TD.tmp_content{
	padding-left: 186px;
}

TD.tmp_content IMG.free,
TD.tmp_content IMG.left{
	margin-right: 10px;
}

TD.tmp_content IMG.right{
	margin-left: 10px;
}

/* Editormall - Infotable */
TABLE.infotable{
	width:221px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-left:20px;
}
TD.infotable_top{
	background-image:url(infotable_top.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	font-weight:bold;
	padding-top: 12px;
	padding-bottom: 16px;
	padding-left:15px;
	padding-right:15px;
}
TD.infotable_middle{
	background-image:url(infotable_middle.gif);
	background-position:top left;
	background-repeat:repeat-y;
	padding-top: 9px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom: 12px;
}
TD.infotable_bottom{
	background-image:url(infotable_bottom.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:15px;
	padding-right:15px;
	
}

/* Projektet i centrum */
TD.tmp_projcentrum{
	margin: 0px;
	padding: 0px;
}

TABLE.tmp_projcentrum{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

TD.tmp_projleft{
	margin: 0px;
	padding: 0px;
	/*border: 1px solid blue;*/
	vertical-align: bottom;
}

TD.tmp_projright{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

TABLE.tmp_projmain TD.tmp_content{
	margin: 0px;
	padding: 0px;
	padding: 27px;
	padding-left: 31px;
	padding-right: 47px;
}

/* links i top */
DIV.links{
	position: absolute;
	left: 550px;
	top: 10px;
	width: 400px;	
}

DIV.links A{
	color: #00559a;
}

/* Startsida - abs höger kolumn */

TD.conabsrighttop{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

TD.conabsrightbottom{
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

TD.tmp_outerright{
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	background-image: url(bg_outerright.gif);
	background-position: top left;
	background-attachment: scroll;
	background-repeat: repeat-y;
	height: 100%;
}

TABLE.pbi{
	height: 100%;
}

TD.tmp_outerright TABLE.pbi TD.pbi{
	vertical-align: bottom;
}