body {
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', Verdana, Arial;
	height: 100%;
	background: #b2c3ca;
	color: #c9c9c9;
}
p, h1, h2, h3, h4 {
	margin: 0px
}
a {
	text-decoration: none;
}
div#main {
	width: 1000px;
	height: 100%;
	min-height: 100%;
	background-repeat: no-repeat;
	position: relative;
	left: 50%;
	margin-left: -500px;
	z-index: 10;
}
div#head {
	position: relative;
	z-index: 20;
	height: 310px;
}
div#meny {
	position: absolute;
	top: 300px;
	right: 30px;
}
div#meny img {
	margin-left: 10px;
}
div#innehall {
	position: relative;
	padding: 20px;
	z-index: 10;
}
td#left {
	background-image: url(bilder/bg_ruta_l.png);
	background-repeat: no-repeat;
}
td#right {
	background-image: url(bilder/bg_ruta_r.png);
	background-repeat: no-repeat;
}
td#text {
	background-color: #000;
	padding: 10px;
	width: 533px;
}
td#hoger {
	background-color: #000;
	padding: 0px;
	width: 275px;
}
div#partners {
	margin-top: 50px;
}
img {
	behavior: url("png.htc");
}
p, .text, td {
	font-size: 12px;
}
p {
	margin-bottom: 1.5em;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0.8em;
}
h2 {
	font: normal 18px Tahoma, Arial;
	color: #edc87b;
	margin-bottom: 0.4em;
}
hr {
	color: #111;
	background-color: #111;
	size: 1px;
	height: 1px;
	border: 0;
}
