/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
Screen Style Sheet (for version 4 browsers)
version: 1.1
author: johan nilsson
email: johan@indevel.se
website: http://www.indevel.se/
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/* document specific */
* {
  padding: 0;
  margin: 0;
}


/* tags */
body {
  background: #C0AE97 url(/system/images/bg_brown_gradient.gif) repeat-x;
  font-family: verdana, arial, sans-serif;
  text-align: center;
  
  /* must be last argument in the body tag for other elements to work */
	<strong>min-width: 1020px;</strong>
}
img {
	border: 0;
}
ul {
	list-style-type: square;
  padding-left: 37px;
  line-height: 15px;
}
li {
	font-size: 0.7em;
}
form {
	margin: 0;
  padding: 0;
}

/* classes */
.missing {
	font-weight: bold;
  font-size: 0.95em;
	color: #f00;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

/* search result */
#searchResultText{
	padding: 15px;
  font-size: 0.8em;
}
#searchResultPaginator{
	padding: 15px 15px 15px 8px;
  color: #000;
}
#searchResultPaginator a{
	font-size: 0.8em;
}
#searchResultTopPaginator{
	margin: 0 15px 10px 15px;
  border-bottom: 1px solid #dedede;
}

.result {
  /*background-color: #E6E7D9;*/
  margin-right: 7px;
  padding: 8px 12px 8px 12px;
  font-size: 0.8em;
}
.result .resultContact {
	margin-top: 2px;
  margin-bottom: 12px;
  margin-left: 12px;
  color: #000;
  font-size: 0.9em;
}

.result .phone {
	float: left;
  width: 150px;
  padding-left: 3px;
}
.result .contact {
	float: left;
  width: 260px;
}
.result .vacancy {
	float: left;
  width: 140px;
}
.result .memberLogo {
	float: right;
  margin: 5px 10px 0 2px;
  padding: 1px;
  width: 100px;
  height: 76px;
}
.result .noMemberLogo {
	float: right;
  margin: 0 0 0 2px;
  padding: 1px;
  width: 100px;
  height: 76px;
}
.result .memberTreatment {
  padding: 7px 10px;
}
.result .logo, #memberColumnC .logo {
  border: 1px solid #bbb;
  padding: 1px;
}
.result .sb_logo {
  width: 16px;
  height: 16px;
}
.result .treatmentHeader {
	color: #666;
  font-size: 0.85em;
  font-weight: bold;
}
.result .treatment {
	color: #666;
  font-size: 0.85em;
  font-weight:normal;
  line-height: 15px;
}
.result .isPaying {
  margin: 0;
  padding: 5px 5px 3px 5px;
  font-size: 1em;
  background: #f0f0ea url(/system/images/bg_result_top_border.gif) left top no-repeat;
  width: 557px;
}
.result .category_noresult {
	clear: all;
}
.result .categoryBottom {
	clear: all;
	width: 567px;
  height: 3px;
	background: #f0f0ea url(/system/images/bg_result_bottom_border.gif) left top no-repeat;
}
.resultHeader {
	width: 561px;
  /*background: #E6E7D9 url(/system/images/bg_result_header.gif) left top no-repeat;*/
  padding: 7px 15px 0 15px;
  margin-left: 12px;
}
.resultHeader a {
	font-size: 0.9em;
}
.resultHeader .resultTarget {
	 font-size: 0.6em;
   font-weight: normal;
   color: #555;
   padding-top: 3px;
}
.resultHeader .resultCategory {
	 font-size: 0.6em;
   font-weight: normal;
   color: #555;
}
.resultHeader .data {
   font-weight: normal;
   color: #4444ff;
   text-decoration: none;
   font-size: 1em;
}

/*
.resultHeader {
	width: 561px;
  background: #E6E7D9 url(/system/images/bg_result_header.gif) left top no-repeat;
  padding: 7px 15px 0 15px;
  font-size: 1.2em;
}
*/

.resultFooter{
	height: 1px;
  width: 575px;
  background: url(/system/images/v_dot.gif) left top repeat-x;
  margin: 3px 0 2px 8px;
}

/* placement */
#placement {
	position: absolute;
  height: 82px;
  width: 190px;
  margin-left: 200px;
}
#placement a {
  display: block;
  width: 190px;
  height: 82px;
}
/* containers */
#mainContainer {
	width: 990px;
	margin: 0 auto;
  text-align: left;
  background: url(/system/images/bg_main.gif) repeat-y;
}
#logoContainer {
	float: left;
  padding: 12px 0 0 8px;
}


#bottomBorder {
	width: 990px;
  height: 9px;
	margin: 0 auto;
  padding-bottom: 40px;
  text-align: left;
  background: url(/system/images/bg_bottom_border.gif) no-repeat;
}

/* content startpage */
#topContentStart {
	float: left;
	width: 793px;
  height: 82px;
  text-align: left;
  background: url(/system/images/bg_top_start.jpg) no-repeat;
}

/* content update page */
#topContentUpdate {
	float: left;
	width: 800px;
  height: 82px;
  text-align: left;
  background: url(/system/images/bg_top_update.jpg) no-repeat;
}

/* content */
#topContent {
	float: left;
	width: 793px;
  height: 82px;
  text-align: left;
  background: url(/system/images/bg_top.jpg) no-repeat;
}
#container {
	width: 793px;
  padding-left: 8px;
  
}   
#content {
	float: left;
	width: 793px;
  background-color: #fff url(/system/images/bg_content.gif) repeat-y;
}


/* main content */
#mainContent {
	float: left;
	width: 605px;
}
#mainContent h1 {
	font-size: 1em;
  margin: 15px 0 5px 20px;
}
#mainContent h2 {
	font-size: 0.7em;
  margin: 12px 0 0 20px;
}
#mainContent p {
	font-size: 0.7em;
  line-height: 15px;
  margin-left: 20px;  
}
#mainContent strong {
	font-size: 0.7em;
}
#mainContent #linkHeader {
	height: 32px;
  margin: 10px 15px 0 10px;
  padding: 5px 0 0 12px;
  background: url(/system/images/bg_link_header.gif) no-repeat left top;
}
#mainContent #linkHeader a {
	font-size: 0.7em;
  padding: 0 15px 0 5px;
}
#mainContent .doubleArrows {
	font-size: 0.7em;
}
#mainContent #hitta {
	margin: 3px 0 0 20px;
}
#mainContent #links {
	margin: 5px 0 0 20px;
}


/* main content startpage */
#mainContentStart {
	float: left;
	width: 605px;
  background: url(/system/images/bg_banner.jpg) no-repeat;
}
#mainContentStart h1 {
	font-size: 1.25em;
  font-weight: normal;
  color: #fff;
  margin: 41px 0 7px 20px;
}
#mainContentStart p {
	font-size: 0.8em;
  color: #fff;
  line-height: 18px;
  margin-left: 20px;  
}
#mainContentStart strong {
	font-size: 1em;
  color: #fff;
}


/* main content update page */
#mainContentUpdate {
	float: left;
	width: 605px;
}
#mainContentUpdate h1 {
	font-size: 1em;
  margin: 15px 0 0 20px;
}
#mainContentUpdate h2 {
	font-size: 0.7em;
  margin: 12px 0 0 20px;
}
#mainContentUpdate p {
	font-size: 0.7em;
  line-height: 19px;
  margin-left: 20px;  
}
#mainContentUpdate strong {
	font-size: 0.7em;
}
#mainContentUpdate #linkHeader {
	height: 39px;
  margin: 10px 15px 0 10px;
  padding: 6px 0 0 12px;
  background: url(/system/images/bg_header_orange_big_white.gif) no-repeat left top;
}
#mainContentUpdate #linkHeader a {
	font-size: 0.7em;
  padding: 0 40px 0 5px;
}
#mainContentUpdate #linkHeader h1 {
	margin: 0;
	font-size: 0.7em;
  color: #fff;
  padding-top: 2px;
}
#mainContentUpdate #hitta {
	margin: 3px 0 0 20px;
}
#mainContentUpdate #links {
	margin: 5px 0 0 20px;
}

.bgGray {
	background-color: #F6F6F6;
  margin: 0;
  padding: 0;
}
.bgGrayUL {
	background-color: #F6F6F6;
  margin-left: 20px;
  padding-left: 20px;
}
.editHeader {
	float: left;
	font-size: 0.7em;
  font-weight: bold;
  padding: 20px 0 0 20px;
}
.editLink {
	float: right;
  margin-top: 18px;
}
#mainContentUpdate .editReviewLink {
	color: blue;
  font-weight: normal;
  text-decoration: underline;
}

#mainContentUpdate .editReviewLinkMargin {
	color: blue;
  font-weight: normal;
  text-decoration: underline;
  font-size:0.7em;
  margin-left:20px;
}

.editBtn {
	font-size: 0.95em;
  font-weight: bold;
  text-decoration: none;
	color: #fd7400;
}
.overlayOpen {
	font-size: 0.7em;
  font-weight: bold;
  text-decoration: none;
	color: #fd7400;
  cursor: hand;
}
.editHeaderExtraInfo {
	float: left;
	font-size: 0.7em;
  font-weight: bold;
  padding: 12px 0 0 10px;
}
.editLinkExtraInfo {
	float: right;
  padding: 12px 10px 0 0;
}

/* member info */
#memberColumnA {
	float: left;
  width: 180px;
}
#memberColumnB {
	float: left;
  width: 232px;
  margin-left: 6px;
}
#memberColumnC {
	float: right;
  width: 170px;
  margin-right: 5px;
}
#memberColumnFooter {
  height:30px;
  clear: both;
}


/* member info update */
#memberColumnHeaderUpdate {
	width: 577px;
}
#memberColumnAUpdate {
	float: left;
  width: 190px;
}
#memberColumnBUpdate {
	float: left;
  width: 205px;
  margin-left: 3px;
}
#memberColumnCUpdate {
	float: right;
  width: 180px;
  margin-right: 10px;
}
#memberColumnFooter {
  height:30px;
  clear: both;
}


/* member info */
#accountInfo {
	width: 573px;
  margin: 0 0 25px 10px;
}
#memberExtraInfo {
	width: 573px;
  margin: 0 0 25px 10px;
  padding-bottom: 30px;
  background: #f0f0ea url(/system/images/bg_header_gray_big.gif) no-repeat left top;
}
#memberExtraInfoUpdate {
	width: 573px;
  margin: 0 0 25px 10px;
  padding-bottom: 30px;
}
#memberExtraInfo h1, #memberExtraInfoUpdate h1 {
	margin: 0;
	font-size: 0.7em;
  color: #fff;
  padding: 8px 0 14px 10px;
}
#memberExtraInfo h2, #memberExtraInfoUpdate h2, #accountInfo h2 {
	margin: 0;
  padding: 10px 0 0 10px;
	font-size: 0.7em;
  color: #474133;
}
#memberExtraInfo p {
	margin: 0;
	font-size: 0.7em;
  color: #636363;
  line-height: 18px;
  padding: 0 10px 2px 10px;
}
#memberExtraInfoUpdate p, #accountInfo p {
	margin: 0;
	font-size: 0.7em;
  line-height: 18px;
  margin: 0 10px;
  padding-bottom: 10px;  
}
#memberExtraInfo a {
	margin: 0;
  color: #636363;
  text-decoration: none;
  display: block;
  font-weight: bold;
  padding: 5px 0 6px 0;
}
#memberExtraInfo strong, #memberExtraInfoUpdate strong {
	margin: 0;
  color: #636363;
  text-decoration: none;
  display: block;
  font-weight: bold;
  padding: 5px 0 5px 0;
}

/* secondary content */
#secondaryContent {
	float: left;
	width: 180px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 25px;
  /*background: #f0f0ea url(/system/images/bg_header_orange.gif) no-repeat left top;*/
  background: #f0f0ea url(/system/images/bg_header_gray.gif) no-repeat left top;
  
}
#secondaryContent #testar1 {
	height: 50px;
  background: url(/system/images/bg_header_gray_bg.gif) no-repeat left top;
}
#secondaryContent #testar {
	font-size: 0.7em;
  width: 170px;
  color: #fff;
}
#secondaryContent h1, #secondaryContentStats h1 {
	font-size: 0.7em;
  width: 170px;
  color: #fff;
  margin: 20px 0 12px 6px;
}
#secondaryContent h2, #secondaryContentStats h2 {
	font-size: 0.7em;
  width: 170px;
  color: #bb2c0d;
  padding: 3px 0 5px 5px;
}
#secondaryContent p, #secondaryContentStats p, #question p {
	font-size: 0.7em;
  color: #636363;
  line-height: 15px;
  padding-left: 5px;
}
#secondaryContent a {
  color: #636363;
  text-decoration: none;
  display: block;
  font-weight: bold;
  padding: 5px 0 6px 0;
}
#secondaryContent strong, #secondaryContentStats strong {
  color: #636363;
  text-decoration: none;
  display: block;
  font-weight: bold;
  padding: 5px 0 5px 0;
}
#secondaryContent hr, #secondaryContentStats hr {
	width: 166px;
	background-color : #958f7f;
	color : #f0efea;
	height : 1px;
	border : 0 solid #958f7f;
	border-top-width : thin;
  margin: 7px 0 0px 7px;
}



#secondaryContentStats {
	float: left;
	width: 180px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 25px;
  background: #f0f0ea url(/system/images/bg_header_gray.gif) no-repeat left top;
}

#secondaryContentStats ul {
	list-style-type: none;
  padding-left: 10px;
  line-height: 16px;
}
#secondaryContentStats li {
	font-size: 0.7em;
  padding-left: 10px;
  background: #f2f2f2 url(/system/images/bullet_arrow.gif) no-repeat 0 6px;
  color: #636363;
}
#secondaryContentStats #objectWatch ul {
	list-style-type: none;
	margin:0;
  padding:0;
}
#secondaryContentStats #objectWatch li {
	font-size: 0.7em;
  padding-left: 0;
  margin-left: 8px;
  color: #636363;
}
#secondaryContentStats #objectWatch img {
  padding-right: 5px;
}
#secondaryContentStats #objectWatch p {
  text-align: center;
  padding-right: 7px;
}
#secondaryContentStats a {
  color: #636363;
  text-decoration: none;
  font-weight: bold;
}

#secondaryContentStats #question {
	margin-top: 20px;
	width: 180px;
  padding-bottom: 30px;
  background: #f0f0ea url(/system/images/bg_headersub_gray.gif) no-repeat left top;
}
#secondaryContentStats #questionHeader {
	margin:0;
  padding: 7px 0 15px 7px;
}


#question h2 {
  color: #000;
}
#question label {
	font-size: 0.8em;
  color: #636363;
}    
#question input {
  margin: 2px 0 0 12px;
}
#question #submitBtn {
  margin: 7px 0 0 7px;
}


/* clear content */
#clearContent {
	clear: both;
  width: 785px;
  margin-left: 7px;
  border-bottom: 5px solid #ddd;
}


/* banner */
#bannerContent {
	float: right;
	width: 180px;
  margin-right: 3px;
}
#bannerContent #bannerHeader {
  height: 8px;
  margin: 8px 4px 10px 4px;
  background: url(/system/images/bg_advertise.gif) no-repeat;
}
#bannerContent #banner {
  padding: 0;
}
#bannerContent #banner img {
  padding-top: 3px;
}


/* search startpage */
#searchStart {
	padding-top: 70px;
  color: #000;
}
#searchStart strong {
	font-size: 1.1em;
	font-weight: bold;
	color: #F58000;
}
fieldset {
	border: 1px solid #d0d0bf;
	margin: 15px 30px 0 20px;
}
legend {
	color: #000;
  font-size: 0.8em;
  font-weight: bold;
  padding: 0 6px 0 3px;
}


/* logo */
#logo {
    width: 255px;
}
#logo h1 {
    width: 255px;
    height: 45px;
    text-indent: -9999px;
    background: transparent url(/system/images/svenska_behandlingshem_logo.gif) top left no-repeat;
}
#logo a {
    width: 255px;
    display: block;
    text-decoration: none;
}


/* tagline */
#tagline {
	width: 252px;
  text-align: center;
}
#tagline h1 {
	font-size: 0.55em;
  padding-left: 3px;
}


/* stats */
#stats {
	float: left;
	width: 120px;
  margin-left: 24px;
  margin-top: 15px;
}
#stats p {
  font-weight: bold;
	font-size: 0.55em;
  color: #fff;
  text-align: center;
}
#stats strong {
	color: #f58000;
}


/* footer */
#footer {
	font-size: 0.6em;
  background-color: #f0f0ea;
  color: #000;
  width: 776px;
  padding: 20px 0 6px 9px;
  margin-left: 7px;
}
#footer a {
	color: #000;
}
#footer #producerInfo {
	padding-top:5px;
	color: #999;
}
#footer #producerInfo a {
	color: #999;
}


/* gallery */
#gallery_box {
	padding: 15px 0 0 0;
  margin-right: 10px;
  width: 360px;
  background-color: #f6f6f6;
}  
.gallery_img {
  float: left;
  width: 102px;
  height: 117px;
  text-align: center;
  padding-left: 13px;
  font-size: 0.7em;
}
.gallery_bg {
	width: 102px;
  height: 77px;
  background-color: black;
  text-align: center;
}
.hand {
	cursor: hand;
}
.image_padding {
  padding-top: 1px;
  border: 0;
}
.caption {
	height: 15px;
}


/* error */
.error {
	color: #f00;
  font-size: 0.7em;
  display: block;
}
.oblig {
	color: #f00;
  font-size: 0.7em;
}

/* text pages */
#txtPage {
	margin: 19px 30px 40px 10px;
  padding: 0;
  color: #333;
}
#txtPage h1 {
	margin: 0 0 0 5px;
  padding-bottom: 10px;
  font-size: 1.1em;
  font-weight: normal;
  height:11px;
  border-bottom: 1px solid #f58000;
}
#txtPage h2 {
	margin: 10px 0 0 5px;
  padding-bottom: 3px;
  font-size: 0.7em;
}
#txtPage h3 {
	margin: 10px 0 0 5px;
  padding-bottom: 3px;
  font-size: 0.7em;
  font-weight: bold;
}
#txtPage p {
	margin: 0 0 10px 5px;
  font-size: 0.7em;
  line-height: 15px;
}
#txtPage a {
  color: #0000ff;
}
#txtPage .txtLink {
	font-size: 0.7em;
  margin: 10px 0 10px 5px;
}
#txtPage .regPhone {
  color: #636363;
  font-weight: bold;
  line-height: 25px;
  font-size: 1.1em;
}
#txtPage label {
	margin-left: 5px;
  font-size: 0.7em;
}
#txtPage input {
	margin-left: 5px;
  margin-bottom: 10px;
	width: 240px;
}
#txtPage #submitBtn {
	width: 60px;
  font-size: 0.7em;
  margin-left: 5px;
}
.info_text_err{
  font-size: 0.7em;
  background-color: #ff2e2e;
  border: 3px solid #B90606;
  padding: 5px;
  margin: 10px 15px 15px 5px;
	color: #fff;
  width: 228px;
}
#review_text{
  font-size: 0.7em;
  color: #000;
  /*border: 3px solid #B90606;*/
  padding: 5px;
  margin: 10px 15px 15px 12px;
  width: 554px;
  background-color: #f0f0ea;
}
#review_text ol{
  padding-left: 5px;
}
#review_text li{
	font-size: 0.9em;
  margin-left: 25px;
  margin-top: 5px;
}
#txtPage a.links {
  color: #0000ff;
  margin-left: 7px;
  font-size: 0.7em;
}

#txtPage li {
  font-size: 0.7em;
}
#txtPage .grayBox {
  margin: 0;
  margin-top: 15px;
  padding: 15px;
  font-size: 1em;
  background: #f0f0ea url(/system/images/bg_result_top_border.gif) left top no-repeat;
  width: 537px;
}

#txtPage .grayBoxBottom {
	clear: all;
	width: 567px;
  height: 3px;
  margin-bottom: 15px;
	background: #f0f0ea url(/system/images/bg_result_bottom_border.gif) left bottom no-repeat;
}
#txtPage .error {
	color: #bb2c0d;
	font-weight: bold;
  margin-left: 5px;
}
#txtPage .price {
	color: #bb2c0d;
	font-weight: bold;
}
#txtPage .priceInfo {
	color: #888;
}
#txtPage .firstP {
	margin-top: 10px;
}

.paymentOption {
	padding-left: 40px;
	font-size: 0.8em;
}

#imgWebRight {
  float: right;
  width: 170px;
  height: 223px;
  margin-top: 0;
  margin-left: 15px;
  margin-right: 10px;
  background: url(/presentation/images/img_infopage.jpg) no-repeat;
  border: 1px solid #aaa;
}

#placementBanner {
  background: url(/system/images/placement.jpg) no-repeat;
  height: 234px;
}