body {
	background-image: url(assets/ground.jpg);
	background-repeat: repeat
}

* { font-size : 100.1% }

html { height: 40em}


/*Ramme-div */
#A {
	position : relative;
	background-color: #FFFFFF;
	width: 50em;
	padding: 0 0.5em 0 0.5em;
	margin : auto;
	top : 0.5em;
	z-index : 1
}

/*Top-Streg-div */
#TO	{
	position : absolute;
	width : 50em;
	border-top : 0.1em solid #ECB012;
	top: 0.3em;
	z-index : 2
}

#B {
	position : absolute;
	z-index : 3
}

/*Bundlinie-div */
#BL {
	position: absolute;
	bottom: 0.1em;
	width: 49.5em;
	border-top: 0.1em solid #ECB012;
	z-index: 7
}

/*Klokkeblomst-div */
#BU	{
	position : absolute;
	bottom : 0.3em;
	width : 49.5em;
	padding : 0 0 0 0.3em;
	z-index : 8
}

/*broedtext*/
.btext { 
	color: #000000;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal; 
	text-align: center
}

.btext a:focus { outline: none }
.btext a:link { color: #000000; text-decoration: none }
.btext a:visited { color: #000000; text-decoration: none }
.btext a:hover { color: #EC7A0A; text-decoration: none }
.btext a:active { color: #EC7A0A; text-decoration: none }

.stregu { border-bottom : 1px solid #ECB012}
.strega {
	border-top : 1px solid #ECB012 ;
	border-bottom : 1px solid #ECB012;
	padding : 0.1em 0 0 0
}

/* Fjerner Borders omkring Hyperlinked Images */
img { border: 0px; display: block; margin:0px; padding:0px }