body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#3c3b3b;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#3c3b3b;
	font-weight:300;
}

a:link {
	color: #4b4a4a;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	text-decoration:none;
}

a:visited {
	color: #4b4a4a;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	text-decoration:none;
}
a:hover {
	color: #4b4a4a;
	text-decoration: underline;
	border-bottom:none;
}

/*header,meny och flames bilden*/
.header {
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	height: 402px;
}

.logo {
	background-image: url(images/logo.png);
	height:38px;
	float:left;
	width:300px;
	margin-top:40px
}

.meny {
	height:30px;
	float:left;
	width:800px;
	margin-top:29px;
	text-align:left;
}

.img {
	background-image: url(images/flame.png);
	height:264px;
	float:left;
	width:800px;
	margin-top:0px;
}

.center {
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

.startruta {
	background-image: url(images/startruta.png);
	height:300px;
	width:250px;
	margin-top:50px;
}

.startrutatext {
height: 250px;
padding-left: 10px;
padding-top: 1px;
}

.startrutamer {
	text-align:left;
	padding-top: 15px;
	padding-right: 40px;
}

.startrutamerlink {
	float:right;
}

a:link.startrutamerlink {
	color:#FFFFFF;
	border-bottom:1px dotted;
	text-decoration:none;
}

a:visited.startrutamerlink {
	color:#FFFFFF;
	border-bottom:1px dotted;
	text-decoration:none;
}

a:hover.startrutamerlink {
	color:#FFFFFF;
	border-bottom:none;
	text-decoration:underline;
}

.image {
	border-bottom:1px solid;
	border-right:1px solid;
	border-top:1px solid;
	border-left:1px solid;
	text-align:center;
	width: 125px;
}

.image2 {
	border-bottom:1px solid;
	border-right:1px solid;
	border-top:1px solid;
	border-left:1px solid;
	text-align:center;
	width: 200px;
}
/*huvuddelen*/
.content {
}


/*bottom*/
.bottom {
	background-image: url(images/bottom.png);
	background-repeat: repeat-x;
	height: 83px;
	margin-top:250px;
	font-size: 14px;
	padding: 10px;
	text-align:center;
	margin-bottom: 0px;
	color:#CCCCCC;
}
