/*===========================================================================
	CSS ATBYGGNADSSTALLNINGAR.SE
===========================================================================*/

body {
  background-image:	url(images/site_bg.gif);
  font-family:		Trebuchet MS, Verdana, Arial;
  font-size:		11px;
  margin-bottom:	40px;
}


/*===========================================================================
  CONTAINER
===========================================================================*/
#container {
  margin-top:		100px;
}

/*===========================================================================
  HEADER
===========================================================================*/
#header {
  background-image:	url(images/headerbg.png);
  width:		917px;
  height:		70px;
  margin-left:		auto;
  margin-right:		auto;
  text-align:		right;
  padding-top:		20px;
  padding-right:	20px;
}

#byggbild {
	padding-right:		8px;
}

#knapp {
	float:	left;
	padding-left:		620px;
	margin-top:		-10px;
}

#underheader {
  background-image:	url(images/underheader.png);
  width:		937px;
  height:		181px;
  margin-left:		auto;
  margin-right:		auto;
}


/*===========================================================================
  MENY
===========================================================================*/
#menycontainer {
  background-image:	url(images/menybg.png);
  width:		937px;
  height:		27px;
  margin-left:		auto;
  margin-right:		auto;
}

#meny {
  margin-left:		126px;
}


/*===========================================================================
  CONTENT
===========================================================================*/
#content {
  background-color:	#ffffff;
  width:		937px;
  min-height:		331px;
  margin-left:		auto;
  margin-right:		auto;
}

#content_left {
  margin-left:		127px;
  padding-top:		40px;
  float:		left;
  width:		520px;
}

#content_right {
  float:		right;
  width:		180px;
  margin-top:		-65px;
  margin-right:		20px;
}

#clear {
  clear:		both;
}

#bildgalleri td{
	border:				1px solid #d6dce2;
}

#bildgalleri td:hover{
	border:				1px solid #9ea4aa;
}

/*===========================================================================
  LINKS
===========================================================================*/

a {
  outline:		none;
  font-size:		11px;
  color:		#ff7200;
  text-decoration:	none;
}

a:hover {
  text-decoration:	underline;
}

#startlank a {
  outline:		none;
  font-size:		16px;
  color:		#ff7200;
  text-decoration:	none;
}

#startlank a:hover {
  text-decoration:	underline;
}


/*===========================================================================
  TEXT
===========================================================================*/

h1 {
  font-size:		14px;
  color:		#ff7200;
  line-height:		1px;
}