@charset "utf-8";
/* CSS Document */
.lup {
	width: 100px;
	float: right;
	height: 30px;
	line-height: 30px;
	background-image: url(/images/hvor/lup.png);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}
.lup a {
	display: block;
	height: 30px;
	width: 100px;
	text-align: right;
	color: #CCC;
	text-decoration: underline;
	font-weight: bold;
}
.lup a:link {
	display: block;
	height: 30px;
	width: 100px;
	text-align: right;
	color: #CCC;
	text-decoration: underline;
	font-weight: bold;
}
.lup a:hover {
	display: block;
	height: 30px;
	width: 100px;
	text-align: right;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
.post {
	width: 100px;
	float: right;
	height: 30px;
	line-height: 30px;
	background-image: url(/images/head/post.gif);
	background-repeat: no-repeat;
	background-position: 10px 11px;
	margin-right: 5px;
}
.post a {
	display: block;
	height: 30px;
	width: 100px;
	text-align: right;
	color: #CCC;
	text-decoration: underline;
	font-weight: bold;
}
.post a:link {
	display: block;
	height: 30px;
	width: 100px;
	text-align: right;
	color: #CCC;
	text-decoration: underline;
	font-weight: bold;
}
.post a:hover {
	display: block;
	height: 30px;
	width: 100px;
	text-align: right;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

