BODY {
	font-family: arial, verdana;
	font-size: small;
	background-color:#99CC33;/*#99FF66;/*#33CC00;/*#A1B1F5*/*#FF12B2;*/
	color: #000;
	text-align: left;
	}
	
P {
}

H1 {
	font-family: arial, verdana;
	font-size: 15pt;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #333333;
}	
	
H2 {
	font-family: arial, verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #333333;
}	

H3 {
	font-family: arial, verdana;
	font-size: 11pt;
	font-weight: normal;
	font-style:italic;
	color: #333333;
}	

H4 {
	font-family: arial, verdana;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	color: #333333;
}	

.start {
	font-family: arial, verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #333333;
}	

.FNrubrik {
	text-align: center;
	color: #333333;
}	

DT	{
	margin-top: 1.5em;
}	

DD	{
	margin-top: 0.5em;
	font-style: italic;
}
	
A:link, A:visited {
	color: black;
	text-decoration: underline;
	}

IMG {
	border: none;
	padding: 0px;
	margin: 0px;
}

HR {
	border: 0px;
	height: 1px;
	color: #000;
	background-color: #000;
}

UL {
	list-style-type: square;
}

LI {
	margin-right: 25%;
	margin-bottom: 10px;
	}
	
TABLE {
	border: 0px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	table-layout:fixed;
	}

TH, TD {
	text-align: left;
	vertical-align: top;
	}
	

.level0  {
	margin-top: 80px;
	margin-left: 50px;
	margin-right: 50px;
	position: relative;
}


.logo {
	position: absolute;
	top: 10px;
	right: 10px;
	}

.menu {
	background-color:#FFCCCC;/*#f5a1c1 /*#A1B15F /*#B1F7F1*/;
	padding: 18px;
	/* border: 1px solid black; */
	line-height: 1;
}

.document {
	position: relative;
	padding: 24px 16px 8px 16px;
	background-color:#FFCCCC; /*#faf4c2*/*#A1B15F*/*#F5B1B1 /*#F1BEB0*/; 
	display: block;
	border: 5px  #f5a1c1; /*solid black; */
}
	
.footer {
	position: relative;
	clear: both;
	padding-bottom: 8px;
	background-color:#FFCCCC;/*#A1B15F; /*#F5B1B1* /*#F1BEB0*/; 
	font-size: 85%;
	text-align: center;
}


.img-color-right {
	position: relative;
	clear: right; 
	float:right; 
	margin: 0px 0px 16px 16px; 
	border: 1px solid #888;
	}

.img-color-left {
	position: relative;
	clear: left; 
	float:left; 
	margin: 0px 16px 16px 0px; 
	border: 1px solid #888;
	}

.img-bw-right {
	position: relative;
	clear: right; 
	float:right; 
	margin: 0px 0px 16px 16px; 
	border: 2px solid black;
	}

.img-bw-left {
	position: relative;
	clear: left; 
	float:left; 
	margin: 0px 16px 16px 0px; 
	border: 2px solid black;
	}
