﻿*{
	margin: 0;
	padding: 0;
}

div.ieFix{
	padding: 10px 5px 0 30px;
}

hr{
    display: none;
}

abbr{
    cursor: help;
}

div.hr{
    background-image: url(../layout/hr.gif);
	background-repeat: repeat-x;
	background-position: center left;
    height: 17px;
}

strong{
    font-weight: bold;
}

.overflow{
    overflow: auto;
}

img{
	border: 0;
}

/* default table structure */

table{
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

tr{
	padding: 0;
	margin: 0;
}

td{
	padding: 0;
	margin: 0;
	vertical-align: top;
}

/* default list */

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

li{
	margin: 0;
	padding: 0;
}

/* default links */

a{
	font-weight: bold;
}

a:link{
	color: #0c8cad;
	text-decoration: underline;
}

a:visited{
	color: #0c8cad;
	text-decoration: underline;
}

a:hover{
	color: #000;
	text-decoration: none;
}

a:active{
	color: #0c8cad;
}

div.banners{
	width: 250px;
	position: absolute;
	top: 99px;
	left: 980px;
}

div.banners a.forss{
	background-image: url(../banners/forss_120x260.gif);
	background-repeat: no-repeat;
	width :120px;
	height: 240px;
	display: block;
	border: 1px solid #000;
}

div.banners a.forss span{
	display: none;
}

div.banners a.smartkalkyl{
	background-image: url(../banners/smartkalkyl_120x260.gif);
	background-repeat: no-repeat;
	width :120px;
	height: 240px;
	display: block;
	border: 1px solid #000;
}

div.banners a.smartkalkyl span{
	display: none;
}

/* fieldset */

fieldset{
	border: 0;
	padding: 0;
	margin: 0;
}

input.checkbox{
    margin: 0;
    padding: 0;
    border: 0;
    background-image: none;
}

span.checkbox input{
    margin: 0;
    padding: 0;
    border: 0;
    background-image: none; 
}

div.banners div.link{
	background-color: #fff;
	padding: 10px;
	width: 100px;
}

div.helpScreen{
	width: 980px;
	position: absolute;
	margin-top: -275px;
	margin-left: -490px;
	top: 50%;
	left: 50%;
	z-index: 10001;
	height: 550px;
}

div.helpScreen div.screenHeader{
	background-image: url(../layout/table_header.gif);
	background-repeat: repeat-x;
	background-color: #000;
	padding: 2px 2px 2px 10px;
	font-weight: bold;
	color: #fff;
}

div.helpScreen div.screenHeader a{
	color: #fff;
}

a.buttonClose{
    width: 16px;
    height: 16px;
    background-image: url(../layout/close.gif);
    border: 0;
    cursor: pointer;
    display: block;
}

a.buttonClose span{
	display: none;
}