﻿body  {
	background: #000000;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	vertical-align:bottom;
	background-position:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

h
{
    font:small-caps;
    font-size:13px;
}

h1
{
font: small-caps;
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
}

h2
{
font:  small-caps;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}

h3
{
    font: small-caps;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;    
}
a
{
	color: #CCCCCC;
}

p
{
    color:#ffffff;
    
}

#container {
    position:relative;
	top: 15px;
	width: 900px;  
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align:middle;
	color: #FFFFFF;
	margin-top: 70px;
} 



#header { 
    position:relative;
	background: #000000; 
	padding: 0px;  /* 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. */
} 

#main {
	position:relative;
	float: left; /* since this element is floated, a width must be given */
	width: 560px; /* 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: #000000;
	height: 300px;
	text-align:left;
	padding:  0px 10px 10px 0;
	left: 20px;
	font: 10px;
	margin: 0 10px 10px 0;
	}
	
#main_left 
{
       position:relative;
       width:400px;
       float:left;
}

#main_right 
{
    top: 10px;
    float:left;
    margin:0px 0px 10px 0px;
    border-style:   none;
    border-color:  white;
     background: url("images/main_right_frame.png") no-repeat top; 
    width: 100px;
    position:relative;
    left: 20px;
    padding:  10px;
    height: 260px;
}
	
	    
	
#main2 {
	position:relative;
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #000000;
	height: 280px;
	text-align:left;
	padding: 20px;
	font: 10px;
	}

#behandling {
float:left;
position:relative;
margin: 0 5 0 5px;
padding: 0 0 0 0px;
width: 500px;
text-align:left;

}
	
#picture {
    position:relative;
    float:left;
	margin: 0 0 10px 0px; /* 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 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 320px;
	text-align: center;
} 


#picture img 
{
    padding: 2 px;
    border: 1px solid #ccc;
    background-color: #eee;
    width: 300px;
    height: 300px;
    top: 0;
    left: 0;
}
#pictureinpicture 
{
    position:absolute;
    margin: 0;
    padding: 0;
    width: 320px;
     z-index: 10;
     top: 0;
     right: 0;
}

#breadcrumb_div 
{
    padding:  5px 0 7px 20px;
   
    
}
#streck {
	background:white; 
	height:1px; 
	width:900px;
	margin: 0px;
	z-index:100;
	font: 12px  Arial;
}

#streck2 {
	background:white; 
	height:1px; 
	width:900px;
	padding: 0px;
	position: absolute;
    top:442px;
    z-index:520;
}

#streck3 {
	background:white; 
	height:1px; 
	width:900px;
	padding: 0px;
	position: relative;
    top:-10px;
    z-index:100;
}
#bottom {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	width: 900px;
	position:relative;
	z-index:1;
	
	
}



.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;
}

.beh_rubrik {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, san-serif;
}

.beh_text { 
	font-size: x-small; 
	font-family: Verdana, Arial, Helvetica, san-serif;
	 max-width:440px;
		}
.beh_pris 	{ 
	font-size: x-small; 
	font-family: Verdana, Arial, Helvetica, san-serif; 
	text-align: right; 
	max-width:440px;
}

.beh_dryck { 

	font-size: x-small; 
	font-family: Verdana, Arial, Helvetica, san-serif; 
	position: relative; 
	left: 20px; 
	max-width: 400px; 
    text-align:center;
}

#scrollmassage 
		{
			left: 5px;
			width: 510px;
			height: 270px;
			overflow: auto;
			position: relative;
			background-color: #000000;
			margin: 5px;
			padding: 5;
		    top: 0px;
		    float:left;
}




  .cursor_pointer {
    cursor:pointer;
  }

/* Social buttons */
#socialWrap {
margin: 0 auto;
width: 1000px;
}
#social {

position: absolute;
background-image:url(/Content/images/topsocial.png);
background-repeat:no-repeat;
background-position: bottom;
width: 1000px;
height: 60px;
margin-top: -110px;
}
#social img {
border: 0;
}
#socialContent {
margin:  0 50px 0 50px;
position: absolute;
text-align:center;
color:#FFFFFF;
font-weight:bold;
padding: 5px;
}

#socialContent img 
{
 padding: 0 10px 0 0;   
}

#openCloseWrap {
position:absolute;
margin: 40px 0 0 885px;
font-size:12px;
font-weight:bold;
}
