/* @group Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
body {
    background: #fff url(../images/tile.gif);
	color: #111;
	font:300 14px/1.43 "Helvetica Neue",Helvetica,Arial,sans-serif; /* Baseline grid of 20px */
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
/* tables may still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* @end Reset */

.vcard {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -216px 0 0 -135px;
	background: url(../images/asger.gif) no-repeat bottom right;
	border-bottom: 1px solid #999;
	width: 270px;
	height: 440px;
}
.org {
	display: block;
}
h1 {
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	margin: 10px 0;
}
.vcard-download {
	background: url(../images/hcard-download.gif) no-repeat;
	padding-left: 35px;
	margin-top: 10px;
}
a, a:link {
	color: #ff1d25;
	text-decoration: none;
	padding:0 3px 1px;
}
a:visited {
	color: #ff1d25;
}
a:hover, a:focus {
	color: #ff1d25;
	background-color: #fff;
	border: 1px solid #eee;
	border-bottom-color: #ccc;
	border-right-color: #ddd;
	padding:0 2px 1px;
	text-decoration: none;
}
a:active {
	border: 1px solid #eee;
	border-top-color: #ccc;
	border-left-color: #ddd;
}
.copyright,.language,.elsewhere {
	position: absolute;
	bottom: 15px;
	color: #333;
	font-size: 0.7857em;
}
.copyright {left: 19px;}
.elsewhere {right:200px;}
.elsewhere li {float:left;}
.language {right: 19px;}
#unnecessary { margin: 0; }
#unnecessary li {
  position: fixed;
  list-style: none;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 75;
}
#unnecessary .top {
  height: 10px;
  left: 0;
  right: 0;
  top: 0;
}
#unnecessary .right {
  width: 10px;
  bottom: 10px;
  right: 0;
  top: 10px;
}
#unnecessary .bottom {
  height: 10px;
  left: 0;
  right: 0;
  bottom: 0;
}
#unnecessary .left {
  width: 10px;
  bottom: 10px;
  left: 0;
  top: 10px;
}
