table {	background-image: url(bild/bg.gif);	background-color: ffffff;}body {	margin: 0px;	padding: 0px;	font: 14px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: black;
	text-align: left;
}

a:link {
	color: #e85245;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #e85245;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.box {
	padding-left: 15px;
	padding-right: 300px;
}

.box2 {
	padding-left: 15px;
	padding-right: 0;
	background-color: #c90030;
}

.meny {	font-size: 18px;	font-weight: bold;
	color: white;
	text-decoration: none;
}

.meny:link {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.meny:visited {
	text-decoration: none;
	color: white;
}

.meny:hover {
	color: #e85245;
	text-decoration: none;
}

p {
	margin-top: 0;
	margin-bottom: 5px;
}

h1 {	font-weight: bold;	font-size: 30px;
	margin-top: 35px;
	margin-bottom: 0;
	color: #c90030;
}

h2 {	font-weight: bold;	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 0;
	color: black;
}

.uppdat {
	font-size: 12px;
	font-style: italic;
	color: #e85245;
}

.vit {
	background-color: white;
	text-indent: 15px;
}