@charset "utf-8";
body  {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.cityspa #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.cityspa #header { 
	position: relative;
	widht: 980px;
	height: 140px;
	margin: 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.cityspa #header h1 {
	width: 258px;
	height : 50px;
	font-size:0.8em;
	padding : 0;
	margin : 0;
	text-indent: -9999px;
}

.cityspa #header h1 a {
	position : absolute;
	right : 40px;
	top : 60px;
	display : block;
	width: 258px;
	height : 50px;
	background : url(logo.gif) no-repeat;
}

.cityspa #sidebar1 {
	margin: 0;
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}

#flashcontent {
	margin:0;
	padding:0;
}

/* navbar for main menu -------------------------------------------------- */

#navbar {
	margin: 0;
	padding: 40px 0 20px 30px;
}

#navbar li {
	height:29px;
	width:250px;
	list-style-type: none;
	position:relative;
	font-size:.8em;
	margin:0px;
 	text-indent:-999em;
}

#navbar li#nr1 a {
	background: transparent url(hem_inactive.gif);
	position:absolute;
	left:5px;top:0;
	display:block;
	height:29px;
	width:250px;
}

#navbar li#nr1 a:hover {
	background: transparent url(hem_active.gif);
	position:absolute;
	left:5px;top:0;
	display:block;
	height:29px;
	width:250px;
}

#navbar li#nr1 a#current {
	background: transparent url(hem_active.gif);
	position:absolute;
	left:5px;top:0;
	display:block;
	height:29px;
	width:250px;
}

#navbar li#nr2 a {
	background: transparent url(produkter_inactive.gif);
	position:absolute;
	left:5px;top:0;
	display:block;
	height:29px;
	width:250px;
}

#navbar li#nr2 a:hover {
	background: transparent url(produkter_active.gif);
	position:absolute;
	left:5px;top:0;
	display:block;
	height:29px;
	width:250px;
}

#navbar li#nr2 a#current {
	background: transparent url(produkter_active.gif);
	position:absolute;
	left:5px;top:0;
	display:block;
	height:29px;
	width:250px;
}

#navbar li#nr3 a {
	background: transparent url(behandlingar_inactive.gif);
	position:absolute;
	left:5px;top:0;
	display:block;
	height:29px;
	width:250px;
}

#navbar li#nr3 a:hover {
	background: transparent url(behandlingar_active.gif);
	position:absolute;
	left:5px;top:0;
	display:block;
	height:29px;
	width:250px;
}

#navbar li#nr3 a#current {
	background: transparent url(behandlingar_active.gif);
	position:absolute;
	left:5px;top:0;
	display:block;
	height:29px;
	width:250px;
}

#navbar li#nr4 a {
	background: transparent url(salongen_inactive.gif);
	position:absolute;
	left:5px;top:0;
	display:block;
	height:29px;
	width:250px;
}

#navbar li#nr4 a:hover {
	background: transparent url(salongen_active.gif);
	position:absolute;
	left:5px;top:0;
	display:block;
	height:29px;
	width:250px;
}

#navbar li#nr4 a#current {
	background: transparent url(salongen_active.gif);
	position:absolute;
	left:5px;top:0;
	display:block;
	height:29px;
	width:250px;
}

#navbar li#nr5 a {
	background: transparent url(erbjudande_inactive.gif);
	position:absolute;
	left:5px;top:0;
	display:block;
	height:29px;
	width:250px;
}

#navbar li#nr5 a:hover {
	background: transparent url(erbjudande_active.gif);
	position:absolute;
	left:5px;top:0;
	display:block;
	height:29px;
	width:250px;
}

#navbar li#nr5 a#current {
	background: transparent url(erbjudande_active.gif);
	position:absolute;
	left:5px;top:0;
	display:block;
	height:29px;
	width:250px;
}

#navbar li#nr6 a {
	background: transparent url(hitta_inactive.gif);
	position:absolute;
	left:5px;top:0;
	display:block;
	height:29px;
	width:250px;
}

#navbar li#nr6 a:hover {
	background: transparent url(hitta_active.gif);
	position:absolute;
	left:5px;top:0;
	display:block;
	height:29px;
	width:250px;
}

#navbar li#nr6 a#current {
	background: transparent url(hitta_active.gif);
	position:absolute;
	left:5px;top:0;
	display:block;
	height:29px;
	width:250px;
}

#navbar li#nr7 a {
	background: transparent url(om_inactive.gif);
	position:absolute;
	left:5px;top:0;
	display:block;
	height:29px;
	width:250px;
}

#navbar li#nr7 a:hover {
	background: transparent url(om_active.gif);
	position:absolute;
	left:5px;top:0;
	display:block;
	height:29px;
	width:250px;
}

#navbar li#nr7 a#current {
	background: transparent url(om_active.gif);
	position:absolute;
	left:5px;top:0;
	display:block;
	height:29px;
	width:250px;
}

.cityspa #mainContent {
	position:relative; 
	margin: 0 0 0 300px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 20 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainLeft {
	margin: 0;
	float: left; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}

#mainRight {
	float:left;
	width: 300px;
	margin: 0;
	padding: 0 0 0 15px;
	border-left:solid 1px #000;
}

#mainRight table caption {
	text-align:left;
	padding: 0 0 0 3px;
	color: #333333;
	font: 1em Helvetica, Arial, sans-serif;
	font-weight:bold;
}

#mainRight table {
	margin:0 0 30px 0;
	padding:0;
	width: 240px;
	color: #000;
	font: .7em Helvetica, Arial, sans-serif;
	line-height:1.4em;
	border: 0;
}

.fixwid {
	width:190px;
	padding:0 10px 0 0;
}
.txtright {
	text-align:right;
	padding-bottom:0;
}
	

#subnavbar {
	margin: 0;
	padding: 0;
}

#subnavbar li {
	height:18px;
	width:150px;
	list-style-type: none;
	position:relative;
	font-size:.8em;
	margin:0px;
	padding: 0 0 10px 0;
 	text-indent:-999em;
}

#subnavbar li#sub1 a {
	background: transparent url(be_ansikte_inactive.gif);
	position:absolute;
	left:0;top:0;
	display:block;
	height:18px;
	width:150px;
}

#subnavbar li#sub1 a:hover {
	background: transparent url(be_ansikte_active.gif);
	position:absolute;
	left:0;top:0;
	display:block;
	height:18px;
	width:150px;
}

#subnavbar li#sub1 a#current {
	background: transparent url(be_ansikte_active.gif);
	position:absolute;
	left:0;top:0;
	display:block;
	height:18px;
	width:150px;
}

#subnavbar li#sub2 a {
	background: transparent url(be_fransar_inactive.gif);
	position:absolute;
	left:0;top:0;
	display:block;
	height:18px;
	width:150px;
}

#subnavbar li#sub2 a:hover {
	background: transparent url(be_fransar_active.gif);
	position:absolute;
	left:0;top:0;
	display:block;
	height:18px;
	width:150px;
}

#subnavbar li#sub2 a#current {
	background: transparent url(be_fransar_active.gif);
	position:absolute;
	left:0;top:0;
	display:block;
	height:18px;
	width:150px;
}

#subnavbar li#sub3 a {
	background: transparent url(be_makeup_inactive.gif);
	position:absolute;
	left:0;top:0;
	display:block;
	height:18px;
	width:150px;
}

#subnavbar li#sub3 a:hover {
	background: transparent url(be_makeup_active.gif);
	position:absolute;
	left:0;top:0;
	display:block;
	height:18px;
	width:150px;
}

#subnavbar li#sub3 a#current {
	background: transparent url(be_makeup_active.gif);
	position:absolute;
	left:0;top:0;
	display:block;
	height:18px;
	width:150px;
}

#subnavbar li#sub4 a {
	background: transparent url(be_vaxning_inactive.gif);
	position:absolute;
	left:0;top:0;
	display:block;
	height:18px;
	width:150px;
}

#subnavbar li#sub4 a:hover {
	background: transparent url(be_vaxning_active.gif);
	position:absolute;
	left:0;top:0;
	display:block;
	height:18px;
	width:150px;
}

#subnavbar li#sub4 a#current {
	background: transparent url(be_vaxning_active.gif);
	position:absolute;
	left:0;top:0;
	display:block;
	height:18px;
	width:150px;
}

#subnavbar li#sub5 a {
	background: transparent url(be_hander_inactive.gif);
	position:absolute;
	left:0;top:0;
	display:block;
	height:18px;
	width:150px;
}

#subnavbar li#sub5 a:hover {
	background: transparent url(be_hander_active.gif);
	position:absolute;
	left:0;top:0;
	display:block;
	height:18px;
	width:150px;
}

#subnavbar li#sub5 a#current {
	background: transparent url(be_hander_active.gif);
	position:absolute;
	left:0;top:0;
	display:block;
	height:18px;
	width:150px;
}

#subnavbar li#sub6 a {
	background: transparent url(be_kropp_inactive.gif);
	position:absolute;
	left:0;top:0;
	display:block;
	height:18px;
	width:150px;
}

#subnavbar li#sub6 a:hover {
	background: transparent url(be_kropp_active.gif);
	position:absolute;
	left:0;top:0;
	display:block;
	height:18px;
	width:150px;
}

#subnavbar li#sub6 a#current {
	background: transparent url(be_kropp_active.gif);
	position:absolute;
	left:0;top:0;
	display:block;
	height:18px;
	width:150px;
}

#subnavbar li#sub7 a {
	background: transparent url(be_inpackning_inactive.gif);
	position:absolute;
	left:0;top:0;
	display:block;
	height:18px;
	width:150px;
}

#subnavbar li#sub7 a:hover {
	background: transparent url(be_inpackning_active.gif);
	position:absolute;
	left:0;top:0;
	display:block;
	height:18px;
	width:150px;
}

#subnavbar li#sub7 a#current {
	background: transparent url(be_inpackning_active.gif);
	position:absolute;
	left:0;top:0;
	display:block;
	height:18px;
	width:150px;
}

#subnavbar li#sub8 a {
	background: transparent url(be_massage_inactive.gif);
	position:absolute;
	left:0;top:0;
	display:block;
	height:18px;
	width:150px;
}

#subnavbar li#sub8 a:hover {
	background: transparent url(be_massage_active.gif);
	position:absolute;
	left:0;top:0;
	display:block;
	height:18px;
	width:150px;
}

#subnavbar li#sub8 a#current {
	background: transparent url(be_massage_active.gif);
	position:absolute;
	left:0;top:0;
	display:block;
	height:18px;
	width:150px;
}

.cityspa #mainContent h1 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 1em Helvetica, Arial, sans-serif;
}

.cityspa #mainContent h1#logo1 {
	background: transparent url(../css/logo_dermalogica.gif) no-repeat;
	height:46px;
	width:240px;
	margin: 0 0 0 10px;
	padding:0;
	text-indent:-9999px;
}
.cityspa #mainContent h1#logo2 {
	background: transparent url(../css/logo_decleor.gif) no-repeat;
	height:46px;
	width:240px;
	margin: 15px 0 0 10px;
	padding:0;
	text-indent:-9999px;
}
.cityspa #mainContent h1#logo3 {
	background: transparent url(../css/logo_exuviance.gif) no-repeat;
	height:46px;
	width:240px;
	margin: 15px 0 0 10px;
	padding:0;
	text-indent:-9999px;
}
.cityspa #mainContent h1#logo4 {
	background: transparent url(../css/logo_id.gif) no-repeat;
	height:46px;
	width:240px;
	margin: 15px 0 0 10px;
	padding:0;
	text-indent:-9999px;
}

.cityspa #mainContent h1#erbjud {
	background: transparent url(../css/erbjudande_active.gif) no-repeat;
	height:29px;
	width:250px;
	margin: 40px 0 10px 2px;
	padding:0;
	text-indent:-9999px;
}

.cityspa #mainContent h1#hitta {
	background: transparent url(../css/hitta.gif) no-repeat;
	height:29px;
	width:250px;
	margin: 40px 0 10px 2px;
	padding:0;
	text-indent:-9999px;
}

.cityspa #mainContent img#karta {
	margin: 0 0 20px 40px;
	padding: 0;
	border: 0;
}

.cityspa #mainContent h1#om {
	background: transparent url(../css/om_header.gif) no-repeat;
	height:29px;
	width:250px;
	margin: 40px 0 10px 2px;
	padding:0;
	text-indent:-9999px;
}

.cityspa #mainContent h1#open {
	background: transparent url(../css/open.gif) no-repeat;
	height:29px;
	width:250px;
	margin: 10px 0 10px 2px;
	padding:0;
	text-indent:-9999px;
}

.cityspa #mainContent h2 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0 15px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#454545;
	font: 0.7em Helvetica, Arial, sans-serif;
	font-weight:bold;
}

.cityspa #mainContent h3 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#454545;
	font: 0.7em Helvetica, Arial, sans-serif;
	font-weight:bold;
}


.cityspa #mainContent p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 120px 15px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 0.7em Helvetica, Arial, sans-serif;
	line-height: 1.4em;
}

.cityspa #mainContent a:link { 
	color: #585858;
	text-decoration:none;
}
.cityspa #mainContent a:visited {
	color: #585858;
	text-decoration: none;
}
.cityspa #mainContent a:hover {
	color: #585858;
	text-decoration:underline;
}

.cityspa #mainContent ul {
	margin: 0px;
	padding: 0 0 15px 10px;
	font: 0.8em Helvetica, Arial, sans-serif;
	line-height:1.4em;
}


.cityspa #mainContent li {
	list-style-type:none;
}

.cityspa #footer { 
	padding: 40px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	text-align: center;
	clear:both;
} 
.cityspa #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 30px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#585858;
	font: .7em Helvetica, Arial, sans-serif;
	font-weight:bold;
}

.cityspa #footer a:link { 
	color: #585858;
	text-decoration:none;
}
.cityspa #footer a:visited {
	color: #585858;
	text-decoration: none;
}
.cityspa #footer a:hover {
	color: #585858;
	text-decoration:underline;
}
	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	margin: 0;
	padding: 0;
}
.fltlft { /* this class can be used to float an element left in your page */
	margin: 0 15px 0 0;
	padding: 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}