@charset "utf-8";
/* Copyright © 2008 - SveaByrån AB */

body {
	background-color: #272727;
	margin: 0;
}
.content li {
	margin: 3px;
	list-style-type: none;
	padding-left: 10px;
	background-color: #0F0F0F;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	border: 1px solid #4D4D4D;
}

.menu {
	margin: 0px;
	height: 70px;
	width: 900px;
}

.wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.container {
	margin: 0px;
	width: 900px;
}
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.content p {
	margin: 0px;
}
.content h1 {
	font-size: 16px;
	font-style: italic;
	margin: 0px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	color: #FF9900;
}
.content a:link, a:visited, a:active, a:hover {
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	color: #FF9900;
}
.content ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	text-align: center;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 40px;
	padding-top: 15px;
}
.header {
	background-image: url(img/header.jpg);
	margin: 0px;
	height: 290px;
	width: 900px;
}

