@charset "utf-8";
/* Copyright © 2008 - SveaByrån AB */

body {
	margin: 0px;
}
.wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.container {
	margin: 0px;
	width: 900px;
}
.content {
	color: #333333;
	text-decoration: none;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	text-align: justify;
}
.header {
	margin: 0px;
	width: 900px;
	background-image: url(img/header.jpg);
	height: 320px;
}
.menu {
	margin: 0px;
	height: 40px;
}


.content p {
	margin: 0px;
}
.content h1 {
	font-size: 16px;
	font-style: normal;
	margin: 0px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	color: #EE368E;
}
.content a:link, a:visited, a:active, a:hover {
	font-weight: bold;
	text-decoration: underline;
	margin: 0px;
	color: #EE388F;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C90664;
}
