body {
	background-color: #339999;
}

div.hovedramme {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

div.indholdsramme {
	width: 785px;
	margin-top: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #228D57;
}

div.overramme {
	width: 785px;
	height: 48px;
	margin-top: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #228D57;
}

div.menu {
	position: absolute;
	top: 15px;
	left: 0px;
	width: 100%;
	height:26px;
	border:thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	font-family: arial, sans-serif;
	font-size: 12px;
	padding-top:5px;
}

div.baggrundsramme_forside {
	background-image: url(billeder/baggrund_2.jpg);
	height: 580px;
}

div.baggrundsramme_bornemusik {
	background-image: url(billeder/dino_2.jpg);
	height: 580px;
}
 
div.baggrundsramme {
/*	background-image: url(noder_4.jpg); */
/*	height: 580px; */
	background-color: #228D57;	
}

div.tekst_hojre {
	position: absolute;
	top: 75px;
	left: 350px;
	z-index: 1;
	width: 50%;
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color:#FFFFFF;
	text-align: left;
}

div.tekst_venstre {
	position: absolute;
	top: 75px;
	left: 0px;
	z-index: 1;
	width: 50%;
	font-family: arial, sans-serif;
	font-size: 16px;
	text-align: left;
	color:#FFF;
	padding: 10px;
}

div.tekst_fuld_ramme {
/*	position: absolute; */
/*	top: 75px; */
/*	left: 0px; */
	z-index: 1;
	font-family: arial, sans-serif;
	font-size: 16px;
	text-align: left;
	color:#FFF;
	padding: 10px;
}

div.sangtekster {
	position: relative;
	top: 2px;
	left: 200px;
	font-family: arial, sans-serif;
	font-size: 16px;
	font-style: italic;
}

/* table.borneudgivelser {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
	color: #993300;
	font-family: arial, sans-serif;
	font-size: 12px;
} */

/* td.center {
	text-align: center;
} */

a:link  {
	color: #FFF;
}
a:visited  {
	color: #FFF;
}
a:hover {
	color:#FFF;
}
a:active {
	color: #FFF;
}
