body,td,th, p {
	color: #fafafa;
}
body {
	background-color: #202020;
}
#topred
{
	position: absolute;
	z-index: 1;
	background-color: #E00000;
	height: 100px;
	width: 100%;
	left: 0px;
	top: 0px;
}
#meny{
	position: absolute;
	z-index: 1;
	width: 500px;
	left: 600px;
	top: 66px;
}
.menybutton
{
	width: 90px;
	height: 28px;
	background-image: url(img/button_bg_2x34.png);
	background-repeat: no-repeat;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding-top: 15px;
	float: left;
}
.menybutton a:link, a:visited
	{
	color: #fafafa;
	text-decoration: none;
}
.menybutton a:hover, a:active
	{
	color: #000;
	text-decoration: none;
	background-color: #EF0000;
}
.menybuttonend
{
	width: 2px;
	height: 34px;
	background-image: url(img/button_bg_2x34.png);
	background-repeat: no-repeat;
	float: left;
}
#footred
{
	position: absolute;
	z-index: 99;
	background-color: #E00000;
	height: 30px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background-image: url(img/contact.png);
	background-repeat: no-repeat;
	background-position: 100px 6px;
}
#main
{
	position: absolute;
	z-index: 10;
	height: 400px;
	width: 370px;
	left: 100px;
	top: 150px;
}

#pmk {
	position:absolute;
	left: 100px;
	width:344px;
	height:54px;
	z-index:2;
	top: 36px;
	background-image: url(img/pmk.png);
	background-repeat: no-repeat;
}
#picture
{
	position: absolute;
	width: 200px;
	height: 310px;
	z-index: 10;
	left: 600px;
	top: 150px;
	background-image: url(img/mattsson_per.jpg);
	background-repeat: no-repeat;
}

p
{
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 133%;
	text-indent: 1em;
	margin: 0.05em;
	margin-top: 0.33em;
}

.ejindrag {
	text-indent: 0em;
	}


