@charset "utf-8";
/* CSS Document */

.bottom {
	float: left;
	width: 893px;
	height: 27px;
	/*url to the bottom rounded corner*/
	background:  transparent url(imagesnew/kunskapskryss_2Botten.jpg) no-repeat;
	margin-left: 0px;
}

.top {
	/*url to the top rounded corner*/
	background: transparent url(imagesnew/kunskapskryss_2Toppen.jpg) no-repeat;
	float: inherit;
	width: 890px;
	height: 20px;
	margin-left: 0px;
}

.box {
	float: inherit;
	padding: 0px;
	/*Your width is 200px minus 20px for your left and right padding totally to 180px*/
	width: 890px;
	/*the url to your text background*/
	background: transparent url(imagesnew/kunskapskryss_2Mitten.jpg) repeat-y;
	font: 15px ‘trebuchet ms’, arial, verdana, sans-serif;
	color: #333399;
	margin-left: 0px;
}

