@charset "iso-8859-1";

/*
Generell layout
*/
body {
	margin:10px 10px 0 10px;
	padding:0px;
	text-align: left;
	background: white;
	font-size: 11pt !important;
	font-family: Georgia, Palatino, serif !important;
	color: black;
	
}

.hide {
	display: none;
}

a {
	color: black;
	text-decoration:underline;
	font-weight: bold;
	font-style: italic;
}

.xs {
	font-size: 8pt/10pt;
	
}

/* För rutorna */

#frame {
	margin-left: 0;
	/* margin-right: auto; */
	width: 90%;
	margin: auto;
}


#center {
	width: auto;
}

#top {
	display: none;
}

#left {
	display: none;
}


#center #leftbox {
	width: 60%;
	float: left;
	padding: 3pt;
}

#center #rightbox {
	width: 30%;
	float: left;
	padding: 3pt;
	margin-left: 5%;
}

	
#right {
	display: none;
}

/* Fonter */

DIV.center {
	text-align: center;
}

DIV.right {
	text-align: right;
}


/* footer */
#footer	{
	float: bottom;
	font: bold 0.9em/2.0em Georgia, Palatino, serif;
	clear: both;
}

#footer hr {
	color: black;
	height: 2px;
	width: 100%;
}

/* center */
#center h1 {
	font-family: Verdana, Arial, sans-serif;
	padding-bottom: 3px;
	margin: 0 0 20 0;
	font-size: 2.0em;
}

#center .rubrik {
	font: bold 1.2em/1.3em Verdana, Arial, sans-serif;
}

#center .rubrikline {
	font: bold 1.2em/1.5em Verdana, Arial, sans-serif;
	border-bottom: 1px solid black;
}

#center .datum {
	font: 0.9em/1.5em Georgia, Palatino, serif;
}

#center a.lasmer {
	font: bold 0.9em/1.5em Georgia, Palatino, serif;
	color: #CC0000;
}

#center p.arkiv {
	border-top: 2px solid black;
	padding-top: 3px;
	margin-top: 15px;
	font: 0.9em/1.2em Georgia, Palatino, serif;
}

#center li {
	list-style-type: square;
	font-size: 0.9em;
	padding: 0 0 0 4px;
}

#center table {
	width: 100%;
	font: 1em/1.5em Georgia, Palatino, serif;
	vertical-align: top;
}

#center table tr td {
	font: 1em/1.5em Georgia, Palatino, serif;
	vertical-align: top;
}

#center table tr th {
	font:	bold 1em/1.2em Georgia, Palatino, serif;
	border-bottom: 2px solid black;
}

#center table.small tr td {
	font:	0.9em/1.2em Georgia, Palatino, serif;
	vertical-align: top;
}

table.striped {
	width: 400px;
	font:	0.9em/1.2em Georgia, Palatino, serif;
	vertical-align: top;
}
table.striped tr td {
	font:	0.9em/1.2em Georgia, Palatino, serif;
	vertical-align: top;
}

table.striped tr th {
	font:	bold 0.9/1.2em Georgia, Palatino, serif;
	border-bottom: 2px solid black;
}

div.date {
	background: white;
	border: 2px solid black;
	font:	bold 0.9em/1.2em Georgia, Palatino, serif;
	color: black;
	text-align: center;
	width: 45px;
	margin: 3px;
	padding: 2px;
}
div.nodate {
	font:	bold 0.9em/1.2em Georgia, Palatino, serif;
	text-align: center;
	width: 45px;
	margin: 0;
}

pre {
	 font:	0.9em/1.2em Georgia, Palatino, serif;
}

.logo {
	padding-left: 7px;
	background: white;
}

hr {
	color: black;
}

