body {
	margin:0 auto 0 auto;
	background-image:url(bilder/bg.png);
	background-repeat:repeat-x;
	background-color:#faf9f8;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#3F3F3F;
}

h1{
	font-size:16px;
	padding:0;
	margin:0;
	color:#3F3F3F;
}

#header {
    width:729px;
}

#logo {
	background-image:url(bilder/logo.png);
	height:241px;
	width:729px;
	overflow:hidden;
	background-color:#000;
}
#menu {
    margin-left:140px; 
}
#menu ul {
	list-style:none;
	list-style-type:none;
	padding:0;
	margin:0;
	overflow:hidden;
}
#menu li {
	float:left;
}
#menu span {
	display:none;
}
#menu #startsida a {
	background-image:url(bilder/start.png);
	background-repeat:no-repeat;
	width:81px;
	height:25px;
	line-height:25px;
	display:block;
}
#menu #startsida a:hover {
	background-position: 0 -25px;
}


#menu #presentation a {
	background-image:url(bilder/pres.png);
	background-repeat:no-repeat;
	width:111px;
	height:25px;
	line-height:25px;
	display:block;
}
#menu #presentation a:hover {
	background-position: 0 -25px;
}


#menu #behandlingar a {
	background-image:url(bilder/beha.png);
	background-repeat:no-repeat;
	width:116px;
	height:25px;
	line-height:25px;
	display:block;
}
#menu #behandlingar a:hover {
	background-position: 0 -25px;
}


#menu #priser a {
	background-image:url(bilder/pris.png);
	background-repeat:no-repeat;
	width:65px;
	height:25px;
	line-height:25px;
	display:block;
}
#menu #priser a:hover {
	background-position: 0 -25px;
}


#menu #kontakt a {
	background-image:url(bilder/kont.png);
	background-repeat:no-repeat;
	width:77px;
	height:25px;
	line-height:25px;
	display:block;
}
#menu #kontakt a:hover {
	background-position: 0 -25px;
}

#menu #konst a {
	background-image:url(bilder/konst.png);
	background-repeat:no-repeat;
	width:65px;
	height:25px;
	line-height:25px;
	display:block;
}
#menu #konst a:hover {
	background-position: 0 -25px;
}

#content {
	width:450px;
    margin: 0px auto 0 auto; 
	text-align:left;
}

#wrapper{
	margin:0 auto 0 auto;
	width:729px;
}

#top{
	width:729px;
}