body			
{
                font-family: 'Tahoma';   
                font-size: 11px;
                /*background-color: #c2c2c2;*/
				background-image: url(../images/bg.gif);
				/*background: url("../images/fade_bg.jpg") bottom repeat-x;*/
				height: 100%;
				_height: 100%;
				margin-top: 0px;
				margin-bottom: 0px;
				}
div 
{
	            margin: 0px;
}				

form
{
                 font-family: 'Tahoma';
                 font-size: 11px;    
                 display:inline;
                 _display:inline;}
                 
table
{
                font-family: 'Tahoma';
                font-size: 11px;
}                 
                 
HR
                {
                text-align: center;
                line-height: 3px;
                height: 1px;
                _height: 1px;
                color: #FDB768;;
                background-color: #FDB768;
                border-right: #FDB768 1px solid;
                border-top: #FDB768 1px solid;
                border-left: #FDB768 1px solid;
                border-bottom: #FDB768 1px solid;
                }
  
#layout			{/*height: 100%;*/
				/*_height: 100%;*/
				width: 994px;
				_width: 994px;
				background-color: #ffffff;
				padding: 15px;
				border: 1px solid #000000;
				margin-bottom: 0px;
				margin-left: 0px;
				margin-top: 0px;
				margin-right: 0px;
	            overflow: visible;
				}
							
				
#menu
            {
                font-family: 'Tahoma';
                font-size: 11px;
                color: #000000;
                font-weight: bold;
                /*padding-left: 10px;*/
                margin-left: 10px;
                margin-bottom: 10px;
                line-height: 20px;
                margin-top: 0px;
            }
            
#overskrift
            {
                /*color: #317023;*/
                font-size:12px;
                color: #000000;
                font-weight: bold;
                display: inline;
                _display: inline;
            }            
                
.INPUTNUMBER    {font-size:11px;
                text-align: right;
                font-family: Tahoma;}   
                
.INPUTTEXT      {font-size:11px;
                text-align: left;
                font-family: Tahoma;} 
                
a.menu           {color: #000000;
				text-decoration : none;}                

a.menu:visited 	{color: #000000;
				text-decoration : none;}											

a.menu:hover     {color: #FDB768;
				text-decoration : underline;}		

a.menu:active 	{color: #000000;
				text-decoration : none;}                                             		
							
a.std           {color: #000000;
				text-decoration : none;}                

a.std:visited 	{color: #000000;
				text-decoration : none;}											

a.std:hover     {color: #FDB768;
				text-decoration : underline;}		

a.std:active 	{color: #000000;
				text-decoration : none;}
				
a.shopstd       {color: #000000;
				text-decoration : none;}                

a.shopstd:visited{color: #000000;
				text-decoration : none;}											

a.shopstd:hover {color: #000000;
				text-decoration : underline;}		

a.shopstd:active{color: #000000;
				text-decoration : none;}				
				                
.stdformat
                {
                    font-family: 'Tahoma';
                    font-size: 11px;
                }
                
.TABLELINE      {border-bottom: #e1e1e1 1px solid;
                padding-left: 0px;}
                
.TABLELINETOP   { border-top: #e1e1e1 1px solid;
                /*border-top: #000000 1px solid;*/
                padding-left: 0px;}	                			
				
.TABLELINEB     {font-weight: bold;
                border-bottom: #e1e1e1 1px solid;
                padding-left: 0px;}                      
                
.BESKED
                {font-weight: bold;
                 font-style: italic;}                                      
                 
#hintbox{ /*CSS for pop up hint box */
                position:absolute;
                top: 0;
                background-color: #ffffff;
                width: 150px; /*Default width of hint.*/ 
                padding: 3px;
                border:1px solid black;
                font:normal 9pt Tahoma;
                line-height:18px;
                z-index:100;
                border-right: 3px solid black;
                border-bottom: 3px solid black;
                visibility: hidden;
                }

.hintanchor{ /*CSS for link that shows hint onmouseover*/
                font-weight: bold;
                color: navy;
                margin: 3px 8px;
                }                 