/* CSS Document */
body {
	background-image: url(img/bg.jpg);
	background-attachment: fixed;
	margin-top: 50px;
	margin-bottom: 50px;
}
.Text {
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
}
.Svarttext {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.Rubrik {
	font-family: Trebuchet MS;
	font-size: 17px;
	line-height: 35px;
	font-weight: bold;
	color: #FFFFFF;
}
.info {
	font-family: Trebuchet MS;
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF;
}
.infodatum {
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	color: #990000;
}
.inforubrik {
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	color: #FFFFFF;
}
.copyright {
	font-family: Trebuchet MS;
	font-size: 9px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #B0B000;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
