/* Standard html-taggar */
BODY {
	background-color : #FAFCF1;
	font : 70% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a {
	color: #336666;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited  {
	text-decoration: none;

}

a:hover {
	text-decoration : underline;
}

H1{
	margin: 0.75em 0 0.25em 0;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
}

H2 {
	font: 1.25em Georgia, "Times New Roman", Times, serif;
	margin: 0.75em 0 0.25em 0;
	text-decoration: none;
}

H3 {
	font: 1em Georgia, "Times New Roman", Times, serif;
	margin: 0.75em 0 0.25em 0;
	text-decoration: none;
}
H4 {
	color : #999900;
	font: normal normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 0.3em 0;
}
a:active {
	text-decoration: none;
}
P {
	margin: 0 0 0.5em 0;
}

/*Standardmallens format*/
#IALeft{
	position: absolute;
	top: 25px;
	left: 2px;
	height: 25em;
	width: 8.1em;
}
#IAMessage{
	position: absolute;
	top: 26px;
	left: 90px;
	height: 25em;
	width: 22.7em;
}
#IARight{
	position: absolute;
	top: 27px;
	left: 442px;
	height: 25em;
	width: 8.1em;
}
/*vrig formatering*/
.note{
	font: 0.6em;
}

#omslagstext {
	position: absolute;
	width:358px;
	height:333px;
	left: 88px;
	top: 3em;
}

#omslagsbild {
	position: absolute;
	width:233px;
	height:115px;
	left: 463px;
	top: 3em;
}

#download {
	position:absolute;
	width:473px;
	height:96px;
	left: 129px;
	top: 287px;
	font : 1.1 em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Blogformat */
#blg_top {
	width: 100%;
}

#blg_leftnav {
	width: 17em;
	float: left;
	clear: both;
}

#blg_main {
	float: left;
	width: 42.5em;
	padding: 0 0 0 0.6em;
}

#blg_titlerow {
	float: left;
	color: #FFFFFF;
	background-color: #999933;
}

#blg_titlerow a {
	color: #FFFFFF;
}

#blg_first_datum {
	float: right;
	text-align: right;
}

#blg_artsam, #blg_artsam2 {
	clear: both;
	margin-bottom: 0.5em;
	padding-top: 0.5em;
	font-style: italic;
}

#blg_artsam {
	border-bottom-width: 0.1em;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.nugget {
	padding: 0.4em;
	margin-bottom: 0.8em;
	border: 0.1em dotted;
}

.nughead {
	font-size: 1.2em;
	color: #FFFFFF;
	background-color: #999933;
}

.comhead {
	font-size: 1.2em;
	color: #999933;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999933;
	border-right-color: #999933;
	border-bottom-color: #999933;
	border-left-color: #999933;
	padding-bottom: 0.3em;
}

.nugbody {
 
}

.topic {
	padding-top: 1em;
	padding-right: 0.7em;
	padding-bottom: 1em;
	padding-left: 0.7em;
	border: 0.1em dotted;
}
.topheader {
	font-size: 1.2em;
	color: #666666;
	background-color: #999933;
}
.topbobdy {
	font-style: italic;
}
#header {
	padding-top: 2em;
}
.forminput {
	width:12em;
}

label {
	clear:both;
	float:left;
	width: 9em;
}

#formleft {
	float: left;
	width: 10em;
}

fieldset {
	width: 24em;
}

#formright {
	float: left;
}

#yes {
	width:5em;
}

#no {
	width:5em;
}
.leftcol {
	clear: both;
	float: left;
	margin: 1em;
	width: 6em;
}

.rightcol {
	float: right;
	margin: 1em;
	width: 25em;
}
