
body {
	margin: 0;
	padding: 0;
	background-image:url(/gfx/body_bkgr.gif);
	background-repeat:repeat-x;
	background-color: #FFF;
	z-index:1;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	line-height:19px;
	font-weight:normal;
	color: #555;
}
#fakturakostnad {

	width: 600px;
	border: 1px solid #666;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background: #FFF;
}

#price {
	position: relative;
	padding-left: 20px;
}

#globalheader	{
	height: 125px;
	width: 1060px;
	background-image: url(/gfx/headerbg.gif);
	background-position: 30px 0px;
	background-repeat: no-repeat;
	/*padding-top: 102px;
	padding-left: 70px;*/
	position:relative;

}
#footerskugga {
	width: 1060px;
	height: 50px;
	background-image: url(/gfx/footer_end.png);
	background-repeat: no-repeat;	
	margin: auto auto;
}




#container	{
	margin: auto auto;
	width: 1060px;
	background-image: url('/gfx/cont_bkgr.png');
}

#globalfooter	{
	height: 180px;
	width: 740px;
	padding-right: 60px;
	padding-left: 260px;
	padding-top: 20px;
	position: relative;
	background-image:url(/gfx/footer_bkgr.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	/*float: left;*/
	}

tr { 
    background:#FFFFFF;
}

table {
	width: 100%;
	border-collapse: collapse; 	
}

td {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	line-height:19px;
	font-weight:normal;
	color: #444;
}
td.drifttjanst {
	width: 200px;
}

tr.rub {
	background-image: url('/gfx/tdbg.png');
	background-repeat: repeat-x;
	/*background-position: 0% 70%;*/
}
tr.rub td {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	line-height:19px;
	font-weight:normal;
	color: #444;
}

tr.odd {
	background: #eaebce;
	border: 1px;
}
tr.odd td {
	border-bottom: 1px solid #cccccc;
}
tr.oddactive {
	background: #f4e8e9;
}

tr.oddactive td {
	border-bottom: 1px solid #cccccc;
	color: #000000;
}

tr.oddfunc {
	background: #eaebce;
	cursor: pointer;
}

tr.oddfunc:hover {
	background: #f5f6e9; /* 10% grön */
}
tr.oddfunc td {
	border-bottom: 1px solid #cccccc;
}

tr.even {
	background: #f5f5f5;
}

tr.even td {
	border-bottom: 1px solid #cccccc;
}
tr.evenactive {
	background: #f4e8e9;
}
tr.evenactive td {
	border-bottom: 1px solid #cccccc;
	color: #000000;
}
tr.evenfunc {
	background: #f5f5f5;
	cursor: pointer;
}	
tr.evenfunc:hover {
	background: #ececec; /* 10% röd */
}	
tr.evenfunc td {
	border-bottom: 1px solid #cccccc;
}



input {
	color: #666;
	background-image: url('/gfx/input.gif');
	background-repeat: repeat-x;
	border: 1px solid #666;
}

input[type="radio"] {
background-image: none;
border: 0px solid #666;
}

input[type="button"] {
	color: #666;
	background-image: url('/gfx/but_bkgr.gif');
	background-repeat: repeat-x;
	/*heigth: 20px;
	font-size: 11px;*/
	/*border: 0px solid #666;*/
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	cursor: pointer;
}

button {
	color: #666;
	background-image: url('/gfx/but_bkgr.gif');
	background-repeat: repeat-x;
	/*heigth: 20px;
	font-size: 11px;*/
	/*border: 0px solid #666;*/
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
}

input.ok {
	color: #666;
	background-image: url('/gfx/input_green.gif');
	background-repeat: repeat-x;
}

select.ok {
	background-image: url('/gfx/input_green.gif');
	color: #666;
	background-color: #eaebce;
}

input.error {
	color: #666;
	background-image: url('/gfx/input_red.gif');
	background-repeat: repeat-x;
}

select.error {
	color: #666;
	background-color: #eaebce;
}

.ok {
	color: #959b0b;
}

.fel {
	color: #931f23;
}

.unknown {
	color: #666;
}

a.active {
	color: #931f23;
}

label {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	line-height:19px;
	font-weight:normal;
	color: #444;
	
}

.errormsg { 
	background-color: #e9d2d3;
	padding: 10px;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:13px;
	line-height:19px;
	font-weight:normal;
	color: #444;
	border: 1px solid #666;
	background-image: url('/gfx/input_red.gif');
	background-repeat: repeat-x;
	background-position: bottom left
}

.okmsg { 
	background-color: #eaebce;
	padding: 10px;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:13px;
	line-height:19px;
	font-weight:normal;
	color: #444;
	border: 1px solid #666;
	background-image: url('/gfx/input_green.gif');
	background-repeat: repeat-x;
	background-position: bottom left
}

#popuplager        {
		margin: 100px;
        position: absolute;
        width: 300px;
        top: -1000px;
        vertical-align: middle;
        border: 1px solid #666;
        border-bottom: 0px solid #666;
        padding: 15px;
        background: #fff;
        filter:alpha(opacity=92);
        -moz-opacity:.92;
        opacity:.92;
        font-family:"Trebuchet MS", Verdana, Arial;
		font-size:12px;
		line-height:19px;
		font-weight:normal;
		color: #666;
		background-image: url('/gfx/tdbg.png');
		background-repeat: repeat-x;
		background-position: bottom left
}

pre {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:9px;
	/*line-height:19px;*/
	font-weight:normal;
	color: #444;
}


.flikar_menu {
      height: 28px;
      background-image: url('/gfx/but_bg.gif');
	  background-repeat: repeat-x;
}

.nonactivebut {
    height: 28px;
	float: left;
	width: 135px;
	background-image: url('/gfx/but_inact.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align: center;
	padding: 0px;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:13px;
	line-height:28px;
	text-transform:uppercase;
	color: #666;
	cursor: pointer;
}


.activebut {
    height: 28px;
	float: left;
	width: 135px;
	background-image: url('/gfx/but_act.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align: center;
	padding: 0px;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:13px;
	line-height:28px;
	text-transform:uppercase;
	color: #666;
	cursor: pointer;
}

td.log {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:10px;
	line-height:15px;
	}

/* daniel fulhack slut :D*/


.footer{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	font-size-adjust: 15px;
	font-weight:normal;
	color: #666;
	}
	
.footer a {
	text-decoration: none;
	color: #666;
}
	
.footer a:hover {
	text-decoration: none;
	color: #333;
}
	
.footermain{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:13px;
	font-size-adjust: 15px;
	font-weight:normal;
	color: #000;
	}

p	{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	line-height:19px;
	font-weight:normal;
	color: #444;
	}
h1	{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:17px;
	font-weight:normal;
	text-transform:uppercase;
	line-height:27px;
	color: #931f23;
	letter-spacing: 1px;

	}
	
h2{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:14px;
	line-height:27px;
	font-weight:normal;
	text-transform:uppercase;
	color: #931f23;
	letter-spacing: 1px;
	margin-bottom: 2px;
	}

h3{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	line-height:24px;
	font-weight:normal;
	text-transform:uppercase;
	color: #931f23;
	letter-spacing: 1px;
}
.sml {
	margin-left: 5px; 
	font-size:10px;
	line-height:18px;
	color: #000;
}

a   {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	line-height:19px;
	font-weight:normal;
	color: #000;
	text-decoration: none;
	}
.a   {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	line-height:19px;
	font-weight:normal;
	color: #444;
	text-decoration: underline;
	}
