/* CSS Document */
body, a
{
  background-color: #b18cfe;
  color: #000000;
  font-family: Verdana, helvetica, arial;
  font-size: 1em;
  text-decoration: none;
}

td
{
//	border: 1px solid black;
}

a
{
  cursor: pointer;
}

table
{
  border-collapse: collapse;
}
#velkomst_div
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 99.8%; 
  height: 99.8%; 
}

#velkomst_tabel
{
  width: 100%; 
  height: 100%; 
}

#menu_div
{
  position: absolute;
  top: 20%;
  left: 1%;
}

#indhold
{
  position: absolute;
  top: 15%;
  left: 8%;
  width: 50%;
  height: 75%;
  overflow: auto;
}

#indhold_disco
{
  position: absolute;
  top: 15%;
  left: 8%;
  width: 90%;
  height: 80%;
  overflow: auto;
}

#logo_div
{
  position: absolute;
  top: 1%;
  left: 1%;
}

#historie_billede_div
{
  position: absolute;
  top: 20%;
  left: 60%;
  width: 40%;
  height: 75%;
  overflow: auto;
}

#media-video1
{
  width: 33%;
}

#media-video2
{
  width: 33%;
}

#media-video3
{
  width: 33%;
}

#record_details
{
	border: 3px solid black;
	position: absolute;
	top: 5%;
	left:6%;
	width: 90%;
	height: 90%;
	display: none;
	background-color: #b18cfe;
	overflow: auto;
}	
	
#record_images
{
	position: absolute;
	text-align: center;
	top: 5%;
	left:60%;
	width: 30%;
	height: 90%;
	overflow: auto;
	z-index: 800;
}	

#copyright_updated
{
	position: absolute;
	text-align: center;
	top: 97%;
	left:0%;
	width: 100%;
	height: 3%;
	overflow: auto;
	font-size: 0.8em;
}