﻿/* generelle elementer og indstillinger  */
* {
    margin: 10px;
    padding: 0px;
    }

html, body 
{
	  height: 100%;
	  width: 100%;
  }

#LukKnap {position: ABSOLUTE;
	bottom: 0px;
	right: 0px;
	}

