BODY {
	background: white;
	margin: 40px;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
P {
	margin: 0 0 20px 0;
	padding-left: 15px;
}
A {
	color: #cc0000;
	text-decoration: none;
}
A:hover {
	color: black;
}

TABLE {
	border: 0;
	padding: 0;
	border-collapse: collapse;
	margin: 0 0 20px 15px; 
}
TH {
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	border: 0;
}
TD {
	border: 0;
}
P SPAN {
	font-weight: bold;
}
DIV#content {
	width: 440px;
	background: white;
	margin: 0 auto;
	padding: 5px;
	border: 10px solid #cc0000;
}
H1 {
	display: none;
}
H2 {
	margin: 0 0 5px 0;
	font-size: 18px;
}
IMG {
	display: block;
	margin-bottom: 5px;
	border: 0;
}

P.intro {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.3;
	padding: 0;
}
P.ps {
	padding: 5px;
	background: #ffffe7;
}
DIV#maincontent {
	background: url(/img/bg_grey.jpg) repeat-x;
	padding: 15px;
	border-top: 5px solid #eee;
}
BODY.sub UL.menu {
	background: url(/img/bg_grey.jpg) repeat-x;
	padding: 15px;
	border-top: 5px solid #eee;
	margin-top: 20px;
}

UL.menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-bottom: 80px;
}
UL.menu LI {
	background: url(/img/bullet.gif) no-repeat 0 2px;
	padding-left: 17px;
	font-size: 20px;
	line-height: 1.3;
}
UL.menu A {
	display: block;
	text-indent: -9999px;
	margin: 8px 0;
}
DIV#footer {
	border-top: 1px solid #eee;
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	padding: 15px 0 10px 0;
	text-align: center;
}
ADDRESS {
	font-style: normal;
}

A#service {
	background: url(/img/tjanster.gif) no-repeat top left;
	width: 224px;
	height: 23px;
}
A#find {
	background: url(/img/hitta.gif) no-repeat top left;
	width: 100px;
	height: 23px;
}
A#about {
	background: url(/img/om.gif) no-repeat top left;
	width: 71px;
	height: 23px;
}
A#inspiration {
	background: url(/img/inspiration.gif) no-repeat top left;
	width: 278px;
	height: 23px;
}
A#home {
	background: url(/img/hem.gif) no-repeat top left;
	width: 42px;
	height: 23px;
}
A#service:hover {
	background: url(/img/tjanster_over.gif) no-repeat top left;
}
A#find:hover {
	background: url(/img/hitta_over.gif) no-repeat top left;
}
A#about:hover {
	background: url(/img/om_over.gif) no-repeat top left;
}
A#inspiration:hover {
	background: url(/img/inspiration_over.gif) no-repeat top left;
}
A#home:hover {
	background: url(/img/hem_over.gif) no-repeat top left;
}

DIV.thumbs {
	overflow: hidden;
	margin-bottom: 25px;
	background: #fefefe;
	_height: 1%;
	_overflow: visible;
}
DIV.thumbs A {
	width: 80px;
	height: 80px;
	background: black;
	border: 5px solid #eee;
	background-position: center;
	background-repeat: no-repeat;
	padding: 10px;
	color: white;
	text-indent: -9999px;
	font-weight: bold;
	float: left;
	margin: 0 25px 15px 0;
	
}
DIV.thumbs A:hover {
	border-color: #cc0000;
}
DIV.thumbs P {
	margin-bottom: 10px;
	padding-left: 0;
}