body{

margin: 5px;

}


.main{
font-size: 12pt;
font-family: serif;
color: #ffffff;
margin: 5px;
padding: 5px;
text-align: center;
}

#container{
font-size: 13pt;
font-family: Arial;
color: #003333;
background: url(/img/Fjern_Planet_final.jpg) no-repeat center;
margin: 0;
padding: 0;
height: 100%;
width: 100%;
text-align: center;
}

A:active {font-size: 12pt; color: #756F60; text-decoration: underline; padding: 1px;}
A:link {font-size: 12pt; color: #3D3D3D; text-decoration: underline; padding: 1px;}
A:visited {font-size: 12pt; color: #756F60; text-decoration: underline; padding: 1px;}
A:hover {font-size: 14pt; color: #000000; text-decoration: underline; padding: 1px;}

td{
align: top;
text-align: center;
font-size: 12pt;
}

#kanten {
border: 0px;
position: absolute;
z-index: 10;
left: 50%;
top: 50%;
height: 600px;
width: 900px;
margin-left: -400px;
margin-top: -200px;
padding-bottom: 20px;
}



#framen {
border: 2px solid #736C75;
background: url(/img/bg_transparent.png);
position: absolute;
z-index: 20;
top: 50px;
right: 25px;
left: 150px;
bottom: 50px;
overflow: auto;
margin: 5px;
padding: 5px;
}

#menu {
border: 0px;
position: absolute;
z-index: 30;
left: 25px;
top: 75px;
height: 375px;
width: 90px;
}


#copyright{
border: 0px;
position: absolute;
z-index: 30;
left: 25px;
right: 25px;
bottom: 25px;
height: 25px;
}

.menubutton {
	border: 0px solid;
	background: #c3b7c7;
	display: inline;
	border: 1px solid #5C5C5C;
	margin: 2px;
	padding: 2px;
	width: 100px;
}
.menubox {
	visibility: hidden;
	position: relative;
	top: 0px; 
	left: 20px;
	width: 100px;
	text-align: center;
	background: #D1D1D1;
	border: 1px #5C5C5C solid;
	padding: 10px;
	margin: 10px;
	z-index: 10000;
	display: none;
	overflow: visible;
}
.menuheader {
	color: #480C75;
	font-weight: bold;
}
