div.LinkBox {
	visibility: hidden;  
	border: none; 
	position: absolute; 
	left: 50%;
	margin-left: 8px;
	margin-top:82px; 
	top: 50px;
	width: 140px;
	height: 150px;
	}

div.TextBox {
        border: none;
        position: absolute;
        left: 50%;
        margin-left: 160px;
        top: 35px;
        width: 140px;
        height: 150px;
        }


img { border: 0;}

div.kurt {
	text-align: center; 
	vertical-align: middle;
	width: 100%;
}

h1.overskrift {font-size: 28px; font-weight: bold; text-align: center;}
h1.afFlisen {font-size: 14px; font-weight: bold; text-align: center;}

div.logo {
	position:fixed;
	right: 0px;
	top: 0px;
		}

div.content {
	color: black;
	background-color: rgb(82,220,189);
	padding: 20px;
	width: 540px;
	position:absolute;
	left:50%;
	width:540px;
	margin: 20px;
	margin-top:50px;
	margin-left:-280px;
	background-image: url(bg.png);
		}

pre {text-align: left;}


body.kurt { color: black;
	background-color: black;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;

} 



.header { font-weight: bold;
	}

.text { }

