/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
.rubrik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.underrubrik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}



body {
background-color: transparent;
	 margin-top: 10px;
	  margin-right: 5px;
	   margin-bottom: 0px;
		margin-left: 5px;
		 overflow-x:hidden;y:scroll;
		  scrollbar-face-color: #FFFFFF;
		   scrollbar-highlight-color: #bbbbbb;
			scrollbar-shadow-color: #bbbbbb;
			 scrollbar-3dlight-color: #FFFFFF;
			  scrollbar-arrow-color: #bbbbbb;
			   scrollbar-track-color: #FFFFFF;
				scrollbar-darkshadow-color: #FFFFFF;
			}
			
a {
	font-size: 12px;
	font-style: italic;
	color: #0080FF;
}
a:link {
	text-decoration: underline;
	color: #0080FF;
}
a:visited {
	text-decoration: underline;
	color: #0080FF;
}
a:hover {
	text-decoration: none;
	color: #8000FF;
}
a:active {
	color: #8000FF;
}


h1 {
	font-size: 18px;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.miniknapp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}



.minitextfet {
	font-size: 9px;
	font-weight: bold;
}


.dashed {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
