﻿
img.vandmaerke /* Bruges til vandmaerke i div skabeloner */
{
    position: relative;
    left: 73px;
    top: 20px;
    z-index: 0;
}

div#Vandmaerke /* Bruges til vandmaerke i forside skabelon */
{
    position:   absolute  ;
    height: 162px;
    width: 158px;
    margin-top: -194px;
    margin-left: 317px;
    background-image: url( 'images/vandmaerket.gif' );
    background-repeat: no-repeat;
    z-index: 0;
   
}

div#vandmaerke2 /* Bruges pt kun til test i forside skabelon */
{
    background-position: 40px 65px; /* x, y */
    position: absolute;
    background-image: url(   '/images/vandmaerket.gif' );
    background-repeat: no-repeat;
   
}
