@charset 'utf-8';

/* Modifierad Meyer Reset v1.0 | 20080212 */

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;
}
body {
	height: 100%; /* helps make height 100% */
	font: 62.5%/1.5 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif; /* 62.5% makes font-size 1em = 10px, 1.2em = 12px, etc */
}
ol, ul {
	list-style: none;
}
ul ul { /* fixes nested lists */
	font-size: 100%;
	font-weight: normal;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
img {
	border: 0; /* kills Gecko bug when img's are placed inside links */
	vertical-align: bottom; /* set vertical align to bottom for IE */ 
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*Slut MeyerReset */

/*Ref sida */
.hidden { display: none; }

body {
background: #000 url(../image/nbg01.jpg);
height:100%;
zoom: 1;
}

#Wrapper {
position:absolute;
background-color:#FFF;
width:100%;
height:530px;
top:50%;
left:0;
margin-top:-275px;
border-top: 2px solid;
border-bottom: 2px solid;
border-right:none;
border-left: none;
}
#letter {
position:relative;
background-color:#FFF;
width:768px;
margin:0 auto;
}
#letter img#kentbild {
position:relative;
float:left;
}
#letter #lettertext h1 {
font-size:22px;
font-weight:normal;
line-height:36px;
padding:16px 0 6px 0;
}
#letter #lettertext p {
font-size:12px;
line-height:20px;
}

.mini {
position:absolute;
left:0;
bottom:0;
width:100%;
height:26px;
background-color:#111;
color : rgb(115, 127, 175);
text-align:center;
font-size : 10px;
line-height:26px;
font-weight : normal;
}
.mini a, .mini a:link {
color : rgb(127, 156, 182);
text-decoration : none;
}

.mini a:hover {
text-decoration:underline;
color : rgb(237, 156, 127);
}