body, th, th, input, select, textarea {
	font: small Verdana, Arial, Helvetica, sans-serif;
}
body {
	height: 100%;
	background: url(../bilder/bg.gif) top left;
	margin: 0;
}
a, a:visited {
	font-variant: small-caps;
	color: rgb(80, 80, 80);
	text-decoration: none;
}
a:hover {
	color: black;
}
img {
	border: 0;
}
#center {
	position: absolute;
	left: 50%;
	top: 25px;
	margin-left: -400px;
}
.layout {
	border: 1px solid rgb(128, 128, 128);
	background: white;
	width: 800px;
}
.top {
	width: 800px;
	height: 90px;
	border-bottom: 1px solid rgb(128, 128, 128);
	background: white url(../bilder/topbg.gif) top right no-repeat;
}
.meny {
	border-right: 1px solid rgb(128, 128, 128);
	border-bottom: 1px solid rgb(128, 128, 128);
	text-align: center;
}
.content {
	padding: 20px;
	vertical-align: top;
	height: 520px;
}
.bottom {
	border-top: 1px solid rgb(128, 128, 128);
	text-align: center;
	font-size: x-small;
	padding: 3px;
}
.last {
	border-right: none;
}
.cafelatte {
/*	background-color: rgb(231, 181, 121);*/
	background-color: rgb(224, 224, 224); /* mörkrosa */
}
.footer {
	background-color: rgb(204, 153, 153);
}
.ljusgra {
/*	background-color: rgb(248, 248, 248); */
	background: rgb(248, 248, 248) url(../bilder/bg.gif) top left;
}
.rubrik {
	font-variant: small-caps;
	font-weight: bold;
}
.nyheter {
	width: 250px;
	height: 100%;
	display: block;
	border: 1px solid rgb(128, 128, 128);
	padding: 3px;
	text-align: left;
}

