body  {
	width: 98%;
	height: 98%;
	font-family: verdana, sans-serif;
	font-size: 9pt;
	color: #fff;
	background-color: #009;
	padding : 0px;
	margin : auto;
	border: 0px solid #f00;
      	}

#pos { 
	position: relative;
	top: 0px;
	width : 100%;
	height : 100%;
	border: 0px ridge silver;
	}

#links {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 25%;
	height: 100%;
	border: 0px dotted;
	text-align: left;
    	 }


#rechts {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 75%;
	height: 80%;
	border: 0px dotted;
	text-align: center;
     	}


#unten {
	position: absolute;
	bottom: 20px;
	left: 0px;
	width: 100%;
	height: 100px;	
	background-color: #d9d9d9;
	font-family: verdana, sans-serif;
	font-size: 50pt;
	color: #00f;
	text-align: right;
	border: 0px dotted;
    	 }

#position1{
	position: absolute;
	top: 200pt;
	left: 60pt;
	border: 0px dotted;
	text-align: left;
    	 }

#position2{
	position: absolute;
	top: 30pt;
	left: 110pt;
	border: 0px dotted;
	text-align: left;
    	 }

 a:link {
	display: block;
	background: none; 
	color: #0ff; 
	background-color: #666;
	border-right: #000 1px solid; 
	border-left: #ebebeb 1px solid; 
	border-top: #ebebeb 1px solid; 
	border-bottom: #000 1px solid; 
	font-family: tahoma, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	margin: 5px;
	width: 160px;
	}

a:visited {	
	display: block;
	background: none; 
	color: #d9d9d9; 
	background-color: transparent;
	border-right: #000 1px solid; 
	border-left: #ebebeb 1px solid; 
	border-top: #ebebeb 1px solid;
	border-bottom: #000 1px solid; 
	font-family: tahoma, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	margin: 5px;
	width: 160px;
	}

a:hover {
	display: block;
	background: none; 
	color: #009; 
	background-color: #d9d9d9;
	border-right: #ebebeb 1px solid;
	border-left: #000 1px solid; 
	border-top: #000 1px solid; 
	border-bottom: #ebebeb 1px solid;
	font-family: tahoma, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	margin: 5px;
	width: 160px;
	}

a:active {
	display: block;
	background-color: #ebebeb; 
	color: #800; 
	background-color: #ebebeb;
	border-right: #ebebeb 1px solid;
	border-left: #000 1px solid; 
	border-top: #000 1px solid; 
	border-bottom: #ebebeb 1px solid;
	font-family: tahoma, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	margin: 5px;
	width: 160px;
	}
