body
{
    margin: 0px;
    background-color:#000000;
}

.overskrift
{
    font-size:18pt;
}
.mainTable
{
   width:100%;
   height:auto;
}

.topRepeater
{
    background-image: url(../images/topRepeater.gif);
    background-repeat: repeat-x;
    height:131px;
    width:auto;
    
}

.bundRepeater
{
    background-image: url(../images/bundRepeater.gif);
    background-repeat: repeat-x;
    height:50px;
    width:auto;
}

.indholdTD
{
    padding-left:15px;
}
.divIndhold
{
    width:507px;
    padding-left: 35px;
    padding-right: 20px;
    padding-top:25px;
    padding-bottom:10px;
    color: #ffffff;
    font-size: 14px;
    font-family: trebuchet ms;
    line-height:18pt;
   
}

.bundTD
{
    border-top: solid 1px #303030;
    border-bottom: solid 1px #303030;
    height:25px;
}

.bundTD a:link      {   font-family: trebuchet ms; font-size: 10px; color:#5d5d5d; text-decoration:none;  }
.bundTD a:visited   {   font-family: trebuchet ms; font-size: 10px; color:#5d5d5d; text-decoration:none;  }
.bundTD a:hover     {   font-family: trebuchet ms; font-size: 10px; color:#ffffff; text-decoration:none;  }

.indholdBG
{
    background-color:#1c1c1c;
}

.spacerTop
{
  height:30px;
}

/*Toppen på forside med logo*/
.topForsideLogo
{
    background-image: url(../images/forside/logo2.gif);
    width:562px;
    height:281px;
}
/*Toppen på default boksen som default */
.topDefault
{
    background-image: url(../images/bgtop.gif);
    width:562px;
    height:18px;
}
.bundDefault
{
    background-image: url(../images/bgBund.gif);
     width:562px;
     height:20px;
}

/*Toppen ved produkter (flyver) */

.topFlyver
{
     background-image: url(../images/Produkter/flyver.gif);
     width:562px;
     height:142px;
}


/* products side ***************/
.divIndholdProducts
{
    width: 265px;
    padding-left: 35px;
    padding-top:25px;
    padding-bottom:10px;
    color: #ffffff;
    font-size: 14px;
    font-family: trebuchet ms;
    line-height:18pt;
   
}

/**********************************
************ Knapper *************
**********************************/

.k1 /* normal */
{
    background-image: url(../images/knapper/k1.gif);
    background-repeat:no-repeat;
    width:141px;
    height:50px;
}

.k2 /* normal */
{
    background-image: url(../images/knapper/k2.gif);
    background-repeat:no-repeat;
    width:155px;
    height:50px;
}

.k3 /* normal */
{
    background-image: url(../images/knapper/k3.gif);
    background-repeat:no-repeat;
    width:143px;
    height:50px;
}

.k4 /* normal */
{
    background-image: url(../images/knapper/k4.gif);
    background-repeat:no-repeat;
    width:132px;
    height:50px;
}


.k1_2 /* active */
{
    background-image: url(../images/knapper/k1_2.gif);
    background-repeat:no-repeat;
    width:141px;
    height:50px;
}

.k2_2 /* active */
{
    background-image: url(../images/knapper/k2_2.gif);
    background-repeat:no-repeat;
    width:155px;
    height:50px;
}

.k3_2 /* active */
{
    background-image: url(../images/knapper/k3_2.gif);
    background-repeat:no-repeat;
    width:143px;
    height:50px;
}

.k4_2 /* active */
{
    background-image: url(../images/knapper/k4_2.gif);
    background-repeat:no-repeat;
    width:132px;
    height:50px;
}

a
{
	color: #e67a05;
}