﻿body{background-image:url("/images/baggrund/univers.jpg");color:white;text-align:center;
font-family:arial;font-size:9pt;}

button.menu{font-size:8pt;background:orange;height:20px;width:96px;
text-align:center;color:black;font-weight:bold;border:none;cursor: hand;}
button.link{font-size:9pt;background:white;height:16px;
text-align:left;color:red;font-weight:bold;border:none;cursor: hand;}
button.image{background:transparent;border:none;cursor: hand;}

div.main
{
	position:absolute;
	width:800px;
	height:700px;
	top:0px;
	left:50%;	
	margin-left:-400px;
}
div.top{position:absolute;top:0;left:0;width:100%;}
div.bund{position:absolute;top:670px;left:0;width:100%;}
div.page
{
	border-width:5px;border-color:orange;border-style:solid;
	position:absolute;
	background:white;
	color:black;
	top:100px;
	left:0;
	width:98%;
	height:540px;
}
div.bottom{position:absolute;top:700px;left:0;width:100%;font-weight:bold;color:red;}
div.left{position:absolute;top:0;left:10px;width:370px;height:100%;text-align:left;}
div.right{position:absolute;top:0;right:10px;width:370px;height:100%;text-align:left;}
div.oppe{position:absolute;top:10px;left:5px;width:100%;height:250px;text-align:left;}
div.nede{position:absolute;top:310px;left:5px;width:100%;height:250px;text-align:left;}

A:visited {color:red;font-weight:bold;text-decoration: none;}
A:link {color: red;font-weight:bold;text-decoration: none;}
A:active {color: red;cursor: pointer;font-weight:bold;text-decoration: none;}
A:hover {cursor: arrow; color: orange; font-weight:bold; text-decoration: none;}


