a:link { text-decoration: none; color: #777777}
a:visited { text-decoration: none; color: #777777}
a:active { text-decoration: none; color: #777777}

body
	{
	background-color: #222222;
	margin: 0px;
	padding: 0px;
	}

#titel
	{
	font-family: Verdana; font-size: 15px; color: #777777;
	width: 400px;
	height: 100px;
	padding: 10px;
	margin-top: 0px;
	text-align: left;
	left: 0px;
	top: 0px;
	z-index: 1;
	float: left;
	}
	
.rubrik
	{
	font-family: Verdana; font-size: 30px; color: #888888;
	}
	
#elev1
	{
	font-family: Verdana; font-size: 10px; color: #777777;
	width: 150px;
	height: 100px;
	padding: 0px;
	margin-top: 0px;
	text-align: left;
	left: 700px;
	top: 20px;
	z-index: 2;
	position: absolute;
	}
	
#elev2
	{
	font-family: Verdana; font-size: 10px; color: #777777;
	width: 150px;
	height: 100px;
	padding: 0px;
	margin-top: 0px;
	text-align: left;
	left: 850px;
	top: 20px;
	z-index: 2;
	position: absolute;
	}
	
#elev3
	{
	font-family: Verdana; font-size: 10px; color: #777777;
	width: 150px;
	height: 100px;
	padding: 0px;
	margin-top: 0px;
	text-align: left;
	left: 1000px;
	top: 20px;
	z-index: 2;
	position: absolute;
	}
	
#elev4
	{
	font-family: Verdana; font-size: 10px; color: #777777;
	width: 150px;
	height: 100px;
	padding: 0px;
	margin-top: 0px;
	text-align: left;
	left: 1150px;
	top: 20px;
	z-index: 2;
	position: absolute;
	}