ol li {
	padding: 0;
}
.textbakgrund {
	background-color: #FFCC00
}
.blue {
	background-color: #99CCFF
}
.green {
	background-color: #99FF99
}
.red {
	background-color: #FF6666
}
.yellow {
	background-color: #FFFF99
}
.bildbakgrund {
	background-image: url(bakgrund1.jpg);
	background-repeat: no-repeat;
}
.listymbol1 {
	list-style-type: circle
}
.listsymbol2 {
	list-style-type: disc
}
.listsymbol3 {
	list-style-type: square
}
.listsymbol_bild1 {
	list-style-image: url(exempelbilder/pil_hoger2.gif);
}
.listsymbol_bild2 {
	list-style-image: url(exempelbilder/symbol.gif)
}
.listsymbol_bild3 {
	list-style-image: url(exempelbilder/pil_ned2.gif)
}
.nummerlista1 {
	list-style-type: lower-roman
}
.nummerlista2 {
	list-style-type: upper-roman
}
.nummerlista3 {
	list-style-type: lower-alpha
}
.nummerlista4 {
	list-style-type: upper-alpha
}
.nummerlista5 {
	list-style-type: decimal
}
.nummerlista1 {
	list-style-type: lower-roman
}
.kantlinje_blue {
	border-color: black black #0099CC;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px
}
.linjeunder_css {
	border-bottom-style: dotted;
	border-bottom-color: #003366;
	border-bottom-width: 1px;
}
.linjeoverunder {
	border-bottom-style: solid;
	border-bottom-color: #006699;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #006699;
}
.linjeoverunderbakgr {
	border-bottom-style: solid;
	border-bottom-color: #006699;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #006699;
	background-color: #C7CDD8;
}
.box {
	padding: 10px;
	height: 200px;
	width: 200px;
}
.box2 {
	padding: 5px;
	height: 100px;
	width: 200px;
	background-color: #99CC99;
	border: 3px solid #006633;
}
.box3 {
	padding: 5px;
	height: 100px;
	width: 200px;
	background-color: #99CC99;
	border: 3px solid #006633;
	overflow: auto;
}
.skugga_css {
	background-image: url("../tipstricks/skugga/skugga1.gif");
}
.justering {
	text-align: justify;
}
.justering2 {
	text-indent: 20px;
}
.justering3 {
	word-spacing: 10px;
}
.justering4 {
	letter-spacing: 3px;
}
.kantlinje1_css {
	border: 1px dotted #003366
}
.kantlinje2_css {
	border-top: 1px dotted #003366;
	border-bottom: 1px dotted #003366;
}
.kantlinje3_css {
	border: 1px dashed #003366
}
.kantlinje4_css {
	border: 1px solid #003366
}
.kantlinje5_css {
	border: 3px double #003366
}
.kantlinje6_css {
	border: 5px groove #CCCC66
}
.kantlinje_div1_css {
	border: 10px double #CCFF00;
	padding: 20px;
}
