*                {
                 margin: 0;
                 padding: 0;
                 }

body             {
                 background-color: #FFF;
                 font: 1.2em/1.4em Verdana, Arial, Helvetica, sans-serif;
                 color: #000;
                 font-size: 73%;
                 margin: 10px;
                 margin-bottom: 0px;
                 }
                 
td               {
                 font: 1.2em/1.4em Verdana, Arial, Helvetica, sans-serif;
                 color: #000;
                 font-size: 73%;
}

h1, h2, h3       {
                 font-family: verdana, arial, helvetica, sans-serif;
                 color: #000;
                 margin: 0px 0px 20px 0px;
                 }

h1               {
                 font-size: 19px;
                 }

h2               {
                 font-size: 1.3em;
                 }

h3               {
                 font-size: 1.2em;
                 }
                 
p

{
padding-bottom: 20px;
}


#wrapper         {
                 margin: 0 auto;
                 width: 960px;
                 }

#header          {
                 background: url("images/header.gif") no-repeat top center;
                 width: 960px;
                 height: 169px;
                 }

#main            {
                 background: url("images/bgtile.gif") repeat-y top center;
                 width: 960px;
                 }

#menu            {
                 width: 190px;
                                      }

#menu a          {
                 display: block;
                 background-color: #818181;
                 width: 150px;
                 margin: 0px 4px 5px 16px;
                 color: white;
                 font-size: 15px;
                 padding: 4px 0px 4px 4px;
                 text-decoration: none;
                 }

#menu a:hover    {
                 background-color: #999999;
}

#menubg          {
                 background: url("images/maskiner.jpg") no-repeat;
                 width: 190px;
                 height: 353px;
}

#content         {
                 width: 730px;
                 }

#rightpad        {
                 width: 40px;
}

#leftbottom      {
                 background: url("images/leftbottom.gif") no-repeat;
                 width: 187px;
                 height: 88px;
}

#footer          {
                 width: 100%;
                 height: 30px;
                 background-color: #e76f23;
                 text-indent: 6px;
                 margin: 30px 0px 0px 0px;
                 padding: 10px 0px 0px 0px;
                 color: white;
                 font-weight: bold;
                 font-size: 1em;
}



