/* @override 
	http://www.billigvarme.no/publisher_billigvarme/template_files/keli.css
	http://local.billigvarme/publisher_billigvarme/template_files/keli.css
*/

a img
{
	border: 0;
}

body 
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial,Helvetica, sans-serif;
	font-size: 0.75em;
}

table
{
	font-size: 1em;
}

p
{
	margin: 0;
	padding: 0;
}

/* @group Alternate */

#body-alternate
{
	background-image: none;
}

.page-alternate
{
	background: url(keli_background.jpg);
	background-repeat: no-repeat;
	height: 845px;
}

.page-alternate #header
{
	padding-top: 8px;
	height: 148px;
}

.centered-alternate
{
	padding: 0 !important;
}

.centered-alternate #top-image
{
	padding-top: 8px;
}

.centered-alternate #content-wrapper ,
.centered-alternate #menu-wrapper 

{
	top:  148px;
}

/* @end */

/* @group Font */


h1 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
}

h2 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
}

h3 
{
	font-size: 1.0em;
}

#menu #below-menu
{
	padding: 12px;
	font-size: 0.9em;
}

/* @end */

/* @group Formatting */

#keli-slogan
{
	float: left;
	margin: 0;
	padding: 0;
}

#centered-content 
{
	text-align: center;
	width: 100%;
	padding-top: 8px;
}

#page 
{
	text-align: left;
	margin: auto;
	width: 891px;
	position: relative;
	z-index: 3;
}

/* @group Top */

#header 
{
	height: 140px;
	position: relative;
}

#keli-left 
{
	background: url(keli_top_left.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 140px;
	position: relative;
	left: -28px;
	top: 0px;
	float: left;
	z-index: 2;
}

#top-image 
{
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
}

#keli-right 
{
	background: url(keli_top_right.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 140px;
	position: relative;
	left: 863px;
	float: left;
	top: 0px;
	z-index: 2;
}

/* @end */

/* @group Menu */

.menu 
{
}

#menu-wrapper 
{
	width: 236px;
	position: absolute;
	left: 16px;
	top: 140px;
}

.menu-background 
{
	background: url(background_bottom_menu.gif);
	width: 236px;
}

#image-menu-bottom 
{
	margin-bottom: 15px;
}

/* @end */

/* @group Content */

#content-wrapper 
{
	width: 608px;
	position: absolute;
	left: 267px;
	top: 140px;
	background: transparent;
}

#content-background 
{
	background: url(background_bottom_content.gif);
}

#content 
{
	padding: 15px;
	background: url(background_content.jpg);
	background-repeat: no-repeat;
}

#content-spacer 
{
	width: 1px;
	/* height: 395px; */
	float: left;
}

#content-bottom 
{
	/* fix for IE bug */
	height: 0px;
	overflow: hidden;
}

#image-content-bottom 
{
	clear: both;
	margin-bottom: 15px;
}

/* @end */

.clear-all 
{
	clear: both;
}

/* @end */

/* @group Menu */
	.menu ul 
{
	margin: 0 1px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px solid white;
}

.menu li a 
{
	text-decoration: none;
	background: #fdeecd;
	padding: 4px 12px;
	display: block;
	border-bottom: 1px solid white;
	color: #2535a9;
}

.menu li a.selected-item
{
	font-weight: bold;
}

.menu ul li.level-1 
{
	border-bottom: 1px solid #e0d3b5;
	padding: 0px;
}

.menu  li.level-2 a:hover 
{
	background: #fff;
}

.menu  li.level-2 a
{
	background: #fef9ee;
}

.menu ul li.level-2 
{
	border-bottom: 1px solid #e2dfd1;
	padding: 0px;
}

.menu li a:hover
{
	background: #fef9ee;
}


/* @end */

/* @group Form */

.form-line 
{
	margin: 3px 0 !important;
	position: relative;
	height: 20px;
}

.form-line-high 
{
	height: 50px;
}

.form-line-very-high 
{
	margin-top: 10px !important;
	height: 20px;
}

.form-line input,
.form-line textarea 
{
	position: absolute;
	top: 0px;
	left: 300px;
	height: 14px;
	width: 188px;
	font: 11px Verdana;
}

.page-form
{
	font-size: 0.85em;
	color: #535353;
}

.page-form .form-label
{
	width: 194px;
	text-align:right;
	position: absolute;
}

.page-form .form-line input,
.page-form .form-line textarea ,
.page-form .form-line .normal-height 

{
		left: 200px;
	width: 368px; 

}

.form-line .normal-height 
{
	top: 0px;
	left: 200px;
	position: relative;
	height: auto !important;
	width: auto !important;
}

.form-line .normal-control 
{
	position: static;
	left: 0px !important;
	height: auto !important;
	width: auto !important;
}

.form-line textarea 
{
	height: 44px;
}

.form-line-very-high textarea 
{
	height: 194px;
}
	
/* @end */

.form-feedback p
{
	margin-bottom: 12px;
}