html
{
	overflow-y: scroll;
	-ms-overflow-y: scroll;
}

body, html
{
	height: 100%;
}

body
{
	font-family: 'Lucida Grande' , Arial, Fantasy;
	font-size: 12px;
	background: #fafbfd url(  'images/bg.png' ) repeat-x;
	background-color: #fafbfd;
	margin: 0;
	padding: 0;
}

img, a
{
	border: 0;
}

a
{
	color: #006fd7;
	text-decoration: none;
}

a img.aArrow
{
	float: left;
	padding-right: 5px;
	padding-top: 2px;
}

a:hover
{
	text-decoration: underline;
}

#wrapper
{
	width: 980px;
	margin: 0 auto;
	background-image: url('images/img-bottom-repeater.png' );
	background-repeat: repeat-y;
	min-height: 100%;
}

#innerWrapper
{
	padding: 0 12px;
	background-image: url(  'images/main-bg.png' );
	background-repeat: no-repeat;
	background-color: transparent;
	min-height: 100%;
}

#top
{
	height: 104px;
	position: relative;
}

#logo
{
	position: absolute;
	top: 25px;
	left: 40px;
}

#topInfo
{
	position: absolute;
	top: 45px;
	left: 490px;
}

.topInfoBox
{
	float: left;
	width: 204px;
	border-left: 1px dashed #b1b1b1;
	padding-left: 10px;
	color: #979797;
}

#navigation
{
	height: 48px;
	margin: 0 -1px;
}

#navigation a
{
	display: block;
	float: left;
	text-align: center;
	width: 125px;
	height: 48px;
	line-height: 43px;
	background-image: url(  'images/mnu-btn-down.png' );
	text-decoration: none;
	color: #fff;
}

#navigation a.active
{
	font-weight: bold;
	background-image: url(  'images/mnu-btn-up.png' );
}

#middle
{
	padding: 0 40px;
}

#middleContent
{
	padding-top: 15px;
}

#bottom
{
	padding: 40px 40px 0;
	background-color: #fff;
}

#bottomContent
{
	border-top: 1px solid #d1d1d1;
	text-align: right;
	color: #979797;
	padding: 20px 0;
}

.clear
{
	clear: both;
}

input, textarea, select
{
	font-family: 'Lucida Grande' , Arial, Fantasy;
	font-size: 12px;
	padding: 2px;
}

label.blockLabel
{
	display:block;
	padding-bottom: 3px;
}

.textbox
{
	border: 1px inset #999;
}

.textboxDisabled
{
	background-color: #f0f0f0;
	color: #808080;
}

/*
 * Top user block
 */
#topUserBlock
{
	background-image: url('images/img-hanger.png');
	width: 255px;
	height: 30px;
	
	position: absolute;
	top: 0px;
	left: 660px;
}

#topUserBlockContent
{
	padding: 0 0 0 14px;
	color: #fff;
	line-height: 26px;
}

#topUserBlockContent a
{
	color: #fff;
}

#topUserBlockContent .link
{
	display: block;
	position: absolute;
	top: 0px;
	right: 2px;
	width: 67px;
	height: 26px;
	line-height: 26px;
	text-align: center;
}

#topUserBlockContent .link:hover
{
	text-decoration: none;
}

/*
 * startpage stuff
 */

.startIntroduction
{
	background-image: url(  'images/img-main.png' );
	height: 219px;
	position: relative;
	padding-left: 13px;
}

.startIntroduction h1
{
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	margin: 0;
	padding-top: 25px;
}

.startIntroduction p
{
	margin: 0;
	width: 512px;
	font-size: 15px;
	line-height: 21px;
}

.startIntroduction .startIntroductionBlueButton
{
	display: block;
	position: absolute;
	bottom: 25px;
	background-image: url(  'images/btn-blue.png' );
	left: 13px;
	width: 174px;
	text-align: center;
	line-height: 33px;
	height: 38px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

.startMainColumn
{
	width: 582px;
	float: left;
}

.startColumnSpacer
{
	height: 317px;
	width: 16px;
	background-image: url( 'images/line-dotted-large.png' );
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
}

.startRightColumn
{
	width: 278px;
	float: left;
}

.startLoginBox
{
	height: 114px;
	background-image: url('images/bg-box-login.png' );
}

.startLoggedInBox
{
	height: 114px;
	background-image: url('images/bg-box-loggedin.png' );
}

.loggedInText
{
	padding: 20px 0 0 15px;
	color: #fff;
}

.startLoginBox h3, .startLoggedInBox h3
{
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	margin: 0;
	padding: 15px 0 0 15px;
}

.startLoginBoxControls
{
	margin: 10px 0 0 15px;
	border-collapse: collapse;
}

.startLoginBoxControlsTextRow
{
	color: #fff;
}

.startLoginBoxControlsControlsRow input.textbox
{
	width: 186px;
	border: 0;
	background-image: url( 'images/bg-input.png' );
	background-repeat: no-repeat;
	padding: 5px 2px;
}

.startPriceBlock
{
	background-image: url( 'images/bg-box-price.png' );
	height: 114px;
	margin-bottom: 15px;
}

.startPriceBlock h3
{
	font-size: 17px;
	line-height: 17px;
	padding: 13px 0 0 15px;
	margin: 0;
	color: #fff;
}

.startPriceBlockContent
{
	padding: 10px 0 0 17px;
	color: #fff;
}

.startNewsBlock
{
	background-image: url( 'images/bg-box-aktuellt.png' );
	height: 193px;
}

.startNewsBlock h3
{
	font-size: 18px;
	line-height: 18px;
	padding: 13px 0 0 15px;
	margin: 0;
}

.startNewsBlockContent
{
	padding: 8px 15px 5px;
}

.newsPost
{
	padding: 17px 0 0 0;
}

.startWhiteBox
{
	float: left;
	width: 272px;
	height: 193px;
	padding: 0 3px;
	background-image: url( 'images/bg-box-white.png' );
}

.startWhiteBox h2
{
	margin: 0;
	padding: 14px 0 8px 13px;
	font-size: 18px;
	line-height: 18px;
}

.startWhiteBoxContent
{
	padding: 0 14px;
}

.startWhiteBoxContent p
{
	padding: 12px 0 5px;
	margin:0;
}

.startWhiteSpacer
{
	width: 26px;
	background-image: url( 'images/line-dotted-medium.png' );
	background-position: center top;
	background-repeat: no-repeat;
	float: left;
	height: 189px;
}


/*
 * Three columnpages
 */
 
#threeColumnContainer
{
	background-image: url('images/img-line-dotted-repeat.png');
	background-repeat: repeat-y;
	margin-top: 20px;
}

#threeColumnLeft
{
	float: left;
	width: 162px;
}

#threeColumnMain
{
	float: left;
	width: 495px;
}

#threeColumnRight
{
	width: 149px;
	float: left;
}

.threeColumnSpacer
{
	float: left;
	width: 33px;
}

/*
 * Two column pages
 */
 
#twoColumnContainer
{
	background-image: url('images/line-dotted-right.png');
	background-repeat: repeat-y;
	margin-top: 20px;
}

.twoColumnContainerLeft
{
	background-image: url('images/line-dotted-left.png') !important;
}

#twoColumnMain
{
	width: 691px;
	float: left;
}

#twoColumnSidebar
{
	width: 149px;
	float: left;
} 

.subNavigation a
{
	display: block;
	border-bottom: 1px solid #b1b1b1;
	padding: 7px 0 7px 15px;
	background-image: url('images/icon-arrow-blue.gif');
	background-repeat: no-repeat;
	background-position: left 9px;
}

.subNavigation a:last-child
{
	border-bottom: 0;
}

#threeColumnMain h1, #twoColumnMain h1
{
	margin: 12px 0;
}

#threeColumnMain p
{
	margin: 12px 0;
}

#threeColumnMain
{
	line-height: 18px;
	padding-bottom: 15px;
}

#threeColumnRight h2, #twoColumnSidebar h2
{
	margin: 0;
	padding-bottom: 12px;
	line-height: 18px;
	font-size: 18px;
}

table.file
{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}

table.file td.image
{
	width: 74px;
}

table.file td.size
{
	text-align: right;
}

/*
 * Contact page
 */

.contactPersonSeparator
{
	float: left;
	width: 30px;
	background-image: url('images/line-dotted-medium.png');
	background-position: center top;
	background-repeat: repeat-y;
	
	height: 120px; 
}

.contactPerson
{
	float: left;
	width: 210px;
}

/*
 * Textcontentfooter
 */

.textContentFooter
{
	margin-top: 20px;
	border-top: 1px solid #d1d1d1;
	font-size: 11px;
}

.textContentFooter span
{
	display: block;
	float:left;
	line-height: 18px;
	padding-right: 5px;
}

.socialbookmarks
{
	width: 180px;
}

.socialbookmarks a
{
	border: 1px solid #fff;
	opacity: 0.8;
}

.socialbookmarks a:hover
{
	border: 1px solid #fff;
	opacity: 1;
}


/*
 * Sizes
 */
.normal
{
	font-size: 12px;
}

.normal h1
{
	line-height: 21px;
	font-size: 18px;
}

.normal .introduction
{
	font-size: 12px;
	font-weight: bold;
}

.larger
{
	font-size: 14px;
}

.larger .introduction
{
	font-size: 14px;
	font-weight: bold;
}

.larger h1
{
	font-size: 20px;
	line-height: 23px;
}

.largest
{
	font-size: 16px;
}

.largest .introduction
{
	font-size: 16px;
	font-weight: bold;
}

.largest h1
{
	font-size: 22px;
	line-height: 25px;
}

/*
 * Customer
 */
.customer h1
{
	margin: 7px 0 12px !important;
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 2px;
}

/*
 * Registrera
 */
 
.registerCustomerData
{
	vertical-align: top;
	width: 276px;
}

.registerCustomerData .textbox
{
	width: 228px;
}

.registerCustomerInfo
{
	vertical-align: top;
}

.registerCustomerInfo .textbox
{
	width: 408px;
}

.registerFetchButton
{
	display: block;
	width: 89px;
	height: 29px;
	float: left;
}

.registerFetchButton:hover
{
	text-decoration:none;
}

.registerFetchButtonEnabled
{
	background-image: url('images/btn-hamta-green.png');
}

.registerFetchButtonDisabled
{
	background-image: url('images/btn-hamta-grey.png');
	cursor: default;
}

.registerErrorText
{
	color: #cc0000;
	visibility: hidden;
	display: block;
	height: 30px;
}

#divRegisterCustomerControls .blockLabel
{
	padding: 5px 0 2px;
}

#divRegisterCustomerControls
{
	opacity: .5;
	-moz-opacity: .5;
	-ms-opacity: .5;
	filter: alpha(opacity=50);
}

/*
 * User Info block
 */
.userInfoBlock
{
	background-image: url('images/bg-name.png');
	width: 149px;
	height: 132px;
	margin-top: 50px;
}

.userInfoBlock .userInfoBlockContent
{
	padding: 16px 0 0 16px;
	line-height: 18px;
}

/*
 * Table: PowerConsumptions
 */
 
.powerConsumptions
{
	border-color: #d4d4d4;
	margin-top: 10px;
}

.powerConsumptionsHeader td
{
	font-weight: bold;
	padding: 3px 0 6px 4px;
}

.powerConsumptionsItem td
{
	padding: 3px 0 6px 4px;
}

/*
 * Table: border class
 */
 
 .tblClass
 {
 	border-collapse: collapse;
 	border-color: #8888BB;
 }
 
 /*
 * Form list
 */
 
.formOneLineInputs
{
	color: #686868;
	margin:0px;
	padding:0px;
	list-style-type: none;
}

.formOneLineInputs li
{
	padding-bottom: 9px;
}

.formOneLineInputs input.textbox
{
	font-size: 12px;
	line-height: 12px;
	padding: 6px 5px 5px;
	width: 198px;
}

.formOneLineInputs input.upload
{
	font-size: 12px;
	width: 210px;
}

.formOneLineInputs .submitLarge
{
	width: 80px;
}

.formOneLineInputs label
{
	width: 91px;
	display: inline-block;
}