@charset "utf-8";
/* CSS Document */

body {
	margin-top: 40px;
	margin-bottom: 0px;
	background-color: #000;
	background-image: url(../images/layout/bg2.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
}
body,td,th {
	color: #FFF;
	text-shadow: 0.1em 0.1em #000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-shadow: 0.1em 0.1em #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
	text-shadow: 0.1em 0.1em #000;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
	text-shadow: 0.1em 0.1em #000;
}
a:active {
	text-decoration: none;
	color: #FFF;
	text-shadow: 0.1em 0.1em #000;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 14px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin:0px;
	padding:0px;
}
#content {
	width:1198px;
	padding:0px;
	margin: 0 auto;
	text-align: left;
}
#header {
	width:1198px;
	height:341px;
	background-image:url(../images/layout/header.png);
	background-repeat:no-repeat;
	background-position:inherit;
}
#meny {
	width:1198px;
	height:47px;
}
p {
	margin:0px;
	padding:0px;
}
#footer {
	width:1198px;
	height:75px;
	margin-top:10px;
	background-image: url(../images/layout/footer.png);
	background-position:bottom;
	background-repeat:no-repeat;

}
