@charset "UTF-8";
/* CSS Document */

td img {
	display: block;
}
body {
	background: url(/privat/images/hovedside-privat-web-02.png) no-repeat center center;
	width: 100%;
	height: 100%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
}
.overskrift {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#CCC;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #666;
}
