body, html{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: 100;
	color: #000000;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

a{
	color: #FF6666;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img{
	border: 0;
	padding-top: 5px;
}

h1, h3{
	font-size: 18pt;
	margin: 10px 0 0 0;
}

hr{
	border: 1px solid #FF6666;
}

table{
	border: 0;
}

#top{
	background-color: #FFFFFF;
	background-image: url(bilder/top.png);
	background-repeat: repeat-x;
	width: 100%;
	min-width: 800px;
	height: 216px;
}

#topWrapper{
	width: 800px;
	height: 175px;
	margin: 0 auto;
}
#loga{
	font-size: 48px;
	color: #FFFFFF;
	width: 754px;
	height: 175px;
	padding: 0;
	float: left;
}

#meny{
	text-align: center;
	width: 800px;
	height: 41px;
	margin: 0 auto;
}

#meny a{
	font-size: 18pt;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0;
	padding: 0 15px;
}

#meny a:hover{
	color: #000000;
}

#textWrapper{
	width: 918px;
	margin: 0 auto;
}

#kantVanster{
	background-image: url(bilder/kantVanster.png);
	background-repeat: no-repeat;
	width: 59px;
	height: 61px;
	float: left;
}

#kantHoger{
	background-image: url(bilder/kantHoger.png);
	background-repeat: no-repeat;
	width: 59px;
	height: 61px;
	float: right;
}

#text{
	border: 3px solid #FF6666;
	background-color: #FFFFFF;
	width: 764px;
	min-height: 55px;
	padding: 0 20px 10px 10px;
	float: left;
}

#husbil{
	border-right: 1px solid #FF6666;
	width: 371px;
	float: left;
}
#husvagn{
	border-left: 1px solid #FF6666;
	width: 381px;
	padding-left: 10px;
	float: right;
}
#footer{
	font-size: 8pt;
	text-align: center;
	color: #FFFFFF;
	background-color: #FF6666;
	width: 800px;
	height: 41px;
	margin-left: 59px;
	float: left;
}

#sprak{
	width: 16px;
	height: 175px;
	float:right;
}