@charset "utf-8";
/* CSS Document */
 
body  {
	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;
	background-image: url(../bilder/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	margin-bottom: 10px;
	margin-top: 5px;
	font-weight: normal;
}
 a {
	color: #000000;
	text-decoration: none;
}
 a:hover {
	color: #000000;
}

 h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 12px;
	font-weight: bold;
	padding-top: px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 12px;
	font-weight: bold;
	padding-top: px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}

.twoColFixRtHdr #container {
	width: 850px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 678px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../bilder/main-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 9px;
	background-color: #FFFFFF;
} 

.twoColFixRtHdr #container-behandling {
	width: 850px;
	text-align: left;
	height: 845px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../bilder/behandling-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 9px;
	background-color: #FFFFFF;

} 
.twoColFixRtHdr #header {
	background-image: url(../bilder/lindgren-topp.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 790px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 60px;
} 


 /* menyn*/
 
#menu {
	width: 790px;
	height: 30px;
	margin: 0 auto;
	position: relative;
	top: 108px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	height: 20px;
}

#menu a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 12px;
	padding-right: 14px;
	padding-bottom: 0px;
}

#menu a:hover {
	color: #CCCCCC;
}

 #menu .active a {
	color: #FFFFFF;
	font-weight: bold;
 }
/* end meny */

.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 323px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 0;
	padding-left: 60px;
} 
.twoColFixRtHdr #mainContent-kontakt {
	margin-top: 0;
	margin-right: 455px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 0;
	padding-left: 60px;
}
.twoColFixRtHdr #mainContent-behandling {
	margin-top: 0;
	margin-right: 366px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 60px;
} 

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 323px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	height: 494px;
}

.twoColFixRtHdr #sidebar1-behandling {
	float: right; /* since this element is floated, a width must be given */
	width: 366px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	height: 661px;
}
.twoColFixRtHdr #sidebar1-kontakt {
	float: right; /* since this element is floated, a width must be given */
	width: 455px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	height: 494px;
}


.twoColFixRtHdr #footer {
	padding: 0;
	background-image: url(../bilder/lindgren-botten.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 850px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	text-align: center;
	padding-top: 12px;
	padding-right: 5;
	padding-bottom: 8px;
	padding-left: 0;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;

}
.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. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

#makaron p{

}

#makaron a{
	font-size: 10px;
	color: #d2ba9c;
	text-decoration: none;
	float: right;
	position: relative;
	top: -7px;
}
#makaron a:hover{
	font-size: 10px;
	color: #d2ba9c;
	text-decoration: none;
}

