body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-image: url(bilder/images/body-bg.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-color: #660;
	margin-top: 0px;
	margin-left: 0px;
}
#container {
	width: 1050px;
	height: 475px;
	margin-top: 0px;
	padding-top: 0px;
}
#mainsid {
	float: left;
	width: 775px;
	height: 400px;
}

#bildsid {
	float: left;
	width: 775px;
	height: 400px;
	color: #FFF;
	text-align: center;
}

#kantnot {
	float: left;
	height: 350px;
	width: 200px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 8px;
	margin-top: 25px;
	margin-left: 50px;
}
.aktt {
	position: absolute;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	z-index: 10;
	width: 190px;
	height: 80px;
	left: -3px;
	top: -1px;
}
.bild {
	position: absolute;
	border-top: 5px solid #999;
	border-left: 5px solid #bbb;
	border-bottom: 5px solid #ddd;
	border-right: 5px solid #fff;
}
.bild-noram {
	position: absolute;
	/* [disabled]border-top: 5px solid #999; */
	/* [disabled]border-left: 5px solid #bbb; */
	/* [disabled]border-bottom: 5px solid #ddd; */
	/* [disabled]border-right: 5px solid #fff; */
}

.text {
	color: #FFF;
	font-weight: bolder;
	position: absolute;
}

