﻿.Freezing
{
   position:relative ;
   top:expression(this.offsetParent.scrollTop);
}

body
{
    font-family: "Trebuchet MS";
    font-size: 11px;
}

b
{
    font-family: "Trebuchet MS";
    font-size: 11px;

}

.litenrubrik
{
    font-family: "Trebuchet MS";
    font-size: 12px;
    color:#999900;
}

h3
{
    font-family: "Trebuchet MS";
    font-size: 16px;
    color: #999900;
    font-weight: bold;
}

input
{
    font-weight: bold;
    font-size: 11px;
}

.stortext
{
    font-family: "Trebuchet MS";
    font-size: 15px;
    color: #999900;
    font-weight: bold;
}

.storsvarttext
{
    font-family: "Trebuchet MS";
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.infolabel
{
    font-family: "Trebuchet MS";
    font-size: 15px;
    color: #000000;
    font-weight: bold;
    background-color: #EEEEEE;
    border: solid 1px black;
    height: 24px;
    vertical-align: middle;
    padding: 2px 2px 2px 4px;
}

.popupwindow
{
	padding: 5px;
	position: absolute; 
	left: 550px; 
	margin-left:-180px; 
	margin-top:-180px; 
	z-index: 5; 
	background: white; 
	border:1px solid;
}

.popuptitle
{
	padding: 2px; 
	background:#E3EAEB;
	margin-bottom:13px; 
	vertical-align: middle;
}

a.MenuLink
{
    font-family: "Trebuchet MS";
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #999900;
}

.H_head {
	font-size: x-large; font-family: "Trebuchet MS", Verdana, Arial; 
}
.H_rubbe {
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
}
.H_brod {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
}

.gekabhead
{
    width:990px;
    height:43px;
    text-align: right;
    vertical-align:middle;
}

.navTextLeft
{
    padding-left: 24px;
}

.navTextRight
{
    padding-right: 24px;
}

.smallmodalBackground
{
    filter: Alpha(Opacity=80); -moz-opacity:0.8; opacity: 0.8;
    width: 100%; height: 100%; background-color: #999999;
    position: fixed;
    float: left;
    z-index: 1500;
    top: 0px; left: 0px;
}

.smallmodalContainer
{
    position: absolute;
    left: 175px;
    top: 175px;
    z-index: 1750;
    padding: 5px;
}

.smallmodalInnerContainer
{
    background-color: white;
    width: 640px;
    overflow: hidden;
}