#admincontent {
	position: relative;
	margin-left: 730px;
	text-align: center;
	width: 200px;
	height: 100px;
	background-image: url(../bilder/bubbles.gif);
	background-repeat: no-repeat;
	background-position: 0 -45px;
}

#admincontent ul {
	padding: 0;
	margin: 0;
}

#admincontent li  {
	
	font-family: "comic Sans MS", verdana, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.05em;
	position: relative;
	top: 10px;
	right: 5px;
	list-style-type: none;
}	

#admincontent a {
	color: #990000;
	position: relative;
	padding: 0 .7em 0em .7em;
	text-decoration: none;
	margin-bottom: -10px;
}

#admincontent a:hover {
	color: #fffdea;
}

