.line {
	background-image: url(line.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.toproundkant {
	background-image: url(toproundkant.png);
	background-repeat: no-repeat;
}
.bottomroundkant {
	background-image: url(bottomroundkant.png);
	background-repeat: no-repeat;
}
.middleroundkant {
	background-image: url(middleroundkant.png);
	background-repeat: repeat-y;
}
.background {
	background-repeat: repeat-y;
	background-position: top;
}

.boxtop {
	background-image: url(top.jpg);
	background-repeat: no-repeat;
}
.boxcontent {
	background-image: url(content.jpg);
	background-repeat: repeat-y;
}
.boxbottom {
	background-image: url(bottom.jpg);
	background-repeat: no-repeat;
}
.brodtext {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	color: #666;
}
.rubrik {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000;
}
.grayrubrik {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #666;
}

.whitelink {
	font-family: Calibri;
	font-size: small;
	font-weight: normal;
	color: #0000CC;
	text-decoration: none;

}

.whitelink:link {
	font-family: Calibri;
	font-size: small;
	font-weight: normal;
	color: #0000CC;
	text-decoration: none;

}

.whitelink:active {
	font-family: Calibri;
	font-size: small;
	font-weight: normal;
	color: #0000CC;
	text-decoration: none;

}

.whitelink:visited {
	font-family: Calibri;
	font-size: small;
	font-weight: normal;
	color: #0000CC;
	text-decoration: none;

}

.whitelink:hover {
	font-family: Calibri;
	font-size: small;
	font-weight: normal;
	color: #0000CC;
	text-decoration: none;

}

.brodtextsamverkan {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #000;
}
.brodtextjaktklader {
	font-family: Calibri;
	font-size: small;
	color: #666;
}
.dotted {
	border: 1px none #CCC;
}
.allborder {
	border: 1px solid #999;
}
.topkant {
	background-image: url(topkant.png);
	background-repeat: no-repeat;
}
.middlekant {
	background-image: url(middlekant.png);
	background-repeat: repeat-y;
}
.bottomkant {
	background-image: url(bottomkant.png);
	background-repeat: no-repeat;
}

