body {
 background: #EDEDEF;
 background-image: URL(grafik/baggrund.gif);
 margin: 0px;
 overflow: hidden;
 }

a:link {
	color: red;
	text-decoration:underline;
       }
a:visited {
	color: red;
	text-decoration:underline;
        }
a:active {
        color: red;
	text-decoration:underline;
        }
a:hover {
        color: red;
        font-style: italic;
	text-decoration: none;
}

p {
font-family: arial, verdana, sans-serif;
color: red;
font-weight: normal; 
font-size: 1.2em;
}

#el {
	position:absolute;
	left:50%;
	width:500px;
	margin-top: 50px;
        margin-left:-160px;
        text-align: center;
        }

#titel {
	position:absolute;
	left:50%;
	width:500px;
	margin-top: 125px;
        margin-left:-160px;
        text-align: center;
        }


#chart {
	position: absolute;
	width: 160px;
	bottom: 5%;
	left: 0%;
	text-align: center;
        }

#logo {
	position:absolute;
	left:50%;
	width:500px;
	margin-top: 30%;
        margin-left:-160px;
        text-align: center;
        }

#hop {
 position:absolute;
 right:0%;
 width:100px;
 top: 0%;
 }

#hned {
 position:absolute;
 right:0%;
 width:100px;
 bottom: 0%; 
 }

.link {
 border-width: 0px;
 }