/* CSS Document */
body
{
	font-size:76%;
	background-color:#FFFFFF;
	font-family: Arial, Verdana, sans-serif;
	text-align: center;
	line-height:1.4em;
}
#SitePosition {margin:auto;}
#SiteArea
{
	padding:0 10px 10px 10px;
	width:940px;
	margin: 0 auto;
	text-align: left;
}

/*****************************/
/* SIDHUVUD                  */
/*****************************/
#HeaderImage
{
	width: 940px;
	height: 168px;
	margin-top: -8px;
	margin-bottom: 20px;
}
#HeaderArea h1, #headSmall h1 { text-indent: -9999px; }
#head h1 a 
{
	display: block;
	width: 940px;
	height: 168px;
}
#headSmall 
{
	background: #fff url(images/logoSmall.png);
	width: 150px;
	height: 160px;
	margin-bottom: 20px;
}

/*****************************/
/* TOPPMENY                  */
/*****************************/
#TopMenu 
{
	height:80px;
	margin-bottom:20px;
	width:940px;
}
.TopMenuBG 
{
	background: url(images/navBg.png);
	height: 80px;
}
#TopMenu ul
{
	float: left;
	margin-left:3px;
}
#TopMenu li
{
	background: url(images/navBorder.png) right no-repeat;
	float: left;
	font-family: arial;
	font-size: 16px;
	height: 80px;
	padding-right: 2px;
	text-align: center; 
}
#TopMenu li a
{
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block;
	line-height: 80px;
	padding-left:19px;
	padding-right:19px;
}
#TopMenu li a:hover
{
	background: url(images/navItemBg.png);
}
#TopMenu li.selected 
{
	background: url(images/navItemBg.png);
}

/*****************************/
/* QUICKSEARCH               */
/*****************************/
.QuickSearchArea
{
	float:right;
	padding-top:25px;
	width:275px;
}
.quickSearchField
{	
	border: 1px solid;
	float: left;
	margin: 0px 5px 0px 0px;
	width: 7em;
	height:1.5em;
	border-color:#ff9900;	
}
input.quickSearchField
{
	background: url(images/inputBg.png);
	border: 0;
	width: 173px;
	height: 16px;
	margin: 0 20px 0 0;
	padding: 5px;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #5d3526;
}
.quickSearchButton
{
	background: url(images/buttonSok.png);
	width: 44px;
	height: 26px;
	border: 0;
	cursor: pointer;
	text-indent: -9999px;
	margin: 0 0 0 0;
	display: block; 
	float: left;
}

/*****************************/
/* BREADCRUMBS               */
/*****************************/
#BreadCrumbsArea
{
	font-size: 0.9em;
	line-height: 2em;	
}
#BreadCrumbsArea a
{
    color: #cc9966;
	text-decoration: none;
}
#BreadCrumbsArea a:hover
{
	text-decoration: underline;
}
#BreadCrumbsArea .skriv
{
	float:right;
	/*margin-left:300px;*/
	padding-top:6px;
}
.Wide .skriv
{
	padding-right:320px;
}
/*****************************/
/* VÄNSTERKOLUMN             */
/*****************************/
#LeftArea
{
	width: 150px; 
	float: left;
}

/*****************************/
/* VÄNSTERMENY               */
/*****************************/
.SubMenuHead
{
	background: url(images/submenuTop.png) top center no-repeat;
	border-color:#FFFBEF;
	padding-top:3px;
}
.SubMenu 
{
	margin:0; 
	padding:0;
	border-color:blue;
	background: url(images/submenuBottom.png) center bottom !important;
	padding-bottom:20px; 
}
.SubMenu ul 
{ 
	background: url(images/submenuTop.png) top center no-repeat;
	padding-top: 29px; 
}
.SubMenu ul ul 
{ 
	border-bottom:none;
	background-color:#FFF0C3; 
}
.SubMenu ul ul ul 
{
	background-color:#FFF6D9; 
}
.SubMenu ul ul ul ul 
{
	background-color:#FFFBEF; 
	background-position:bottom;
	margin:0px
}
.SubMenu ul li 
{ 
	background: url(images/submenuBorder.png) bottom no-repeat !important; padding-bottom: 3px;
}
.SubMenu ul li a, .SubMenu ul li .selected 
{
	background: url(images/submenuBg.png);
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	padding: 15px 15px 15px 20px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.SubMenu ul li a:hover 
{
	background: url(images/submenuBorderHover.png);
}
.SubMenu ul li#last  
{ 
	background: url(images/submenuBottom.png) center bottom !important; 
	padding-bottom: 29px !important; 
}
.SubMenu ul li ul { background: none; padding-top: 0px !important; }
.SubMenu ul li ul li { background: url(images/submenuBorder.png) top no-repeat !important; padding-top: 3px; padding-bottom: 0 !important; }
.SubMenu ul li ul li a { color: #91540b; padding-left: 30px; }
.SubMenu ul li .selected 
{
	background: url(images/submenuBorderHover.png);
	font-weight:bold;
}
.SubMenu ul ul li a, .SubMenu ul ul li .selected 
{
	padding-left:2.8em; 
}
.SubMenu ul ul ul li a, .SubMenu ul ul ul li .selected 
{
	padding-left:4em; 
}
.SubMenu ul ul ul ul li a, .SubMenu ul ul ul ul li .selected 
{
	padding-left:5.2em; 
}

/*****************************/
/* HÖGERKOLUMN               */
/*****************************/
#RightArea
{
	width:300px;
	float:right;
}
.StartRightArea
{
	width:300px;
}
.rightpuffhead
{
	background: #fff url(images/buttonBg.png);
	width: 300px;
	height: 80px;
	margin-bottom: 20px;	
	float:right;
}
.rightpuffhead p
{
	color:#FFFFFF;
	font-size:15px;
	text-transform:uppercase;
	font-weight: bold !important;
	padding-top: 35px;
	text-align:center;
}
.rightpuffbody
{
	background: #feedc6;
	padding: 0px 15px 0px 20px;
	border-bottom: 1px solid #ffa12e;
	float:right;
	margin-top:-20px;
	width:265px;
	margin-bottom:20px;
}

/*****************************/
/* LISTNING                  */
/*****************************/

/*GRUNDKLASSR KLASSER FÖR LISTNING*/
.PageList {margin-bottom:1em;}
.PageList p {margin-bottom:0px; padding: 0.3em 0.8em 0.3em 0.8em;}
.PageList .text {padding:0.5em 0.8em;}
.PageList .text p {margin:0; padding:0;}
/*GRUNDKLASSR FÖR LÄS MER*/
.ReadMore {margin-left:10px;}
.ReadMore a {height:200px; text-decoration:none;}
.ReadMore a:hover {text-decoration:underline;}

/*****************************/
/* LISTNING I HÖGERKOLUMN    */
/*****************************/
.RightPageList
{
	float:right;
}
.RightPageList ul
{
	margin-top:-20px	
}
.RightPageList li
{
	background: #feedc6 url(images/newsBg.png);
	list-style: inside url(images/krona.png);
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	/*font-weight: bold;*/
	padding: 15px 0 15px 20px;
	border-bottom: 1px solid #ffa12e;
}
.RightPageList li:hover
{
	background: #fee5c9 url(images/newsBgHover.png); 	
}
.RightPageList li a
{
	padding-top: 5px;
	padding-left: 5px;
	display:block;
}
.RightPageList .text p
{
	margin: 5px 10px 0 5px;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	line-height: 15px;
}
.RightPageList .RightIntro
{
	margin: 5px 10px 0 5px;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	line-height: 15px;
}
.RightPageList .dateTime
{
	font-size:12px;
	font-weight:bold;
}

/************************************************/
/* LISTNING I MITTENKOLUMNEN start o undersidor */
/************************************************/
.MainPageList
{
	width:100%;
	border: 1px solid #FEEDC6;
}
.MainPageList .Heading
{
	margin:0;
	padding: 0.3em 0.8em 0.3em 0.8em;
	background-color:#FEEDC6;
	border-bottom:solid 1px;
	border-color:#FFA12E;
	text-transform:uppercase;
	font-size:0.9em;
	font-weight:bold;
	padding-top:0.5em;	
}
.MainPageList ul
{
	padding:0;
	list-style: none;
	margin:0;
}
.MainPageList li
{
   	padding: 0.5em 0.8em 0.5em 0.8em;
	border-bottom:solid 1px #FEEDC6;
	list-style:none !important;
	margin-left:0px !important;
}
.MainPageList li a
{
}
.MaindateTime
{
	font-size: 0.9em;
}

/*****************************/
/* RSS LISTNING				 */
/*****************************/
.PageList.RssPageList li a
{
	background-image:url(images/Rss.png);
	background-position:0px 4px;
}
.PageList.RssPageList .Heading{
	background-image:url(images/Rss-large.png);
	background-position:0.8em 0.5em;
	background-repeat:no-repeat;
	padding-left:2.6em;
}

/*****************************/
/* PUFFAR PÅ STARTSIDA       */
/*****************************/
.PuffList
{
	float:left;
	display:block;
	width:550px;
	margin-bottom:10px;
}
.PuffList ul
{
    padding-top:0.8em;
	padding-left:0px;
	border-top:solid 1px;
	list-style: none;
	width:550px;
    border-color:#ffdeae;
}
.PuffList li
{
   	padding: 0.1em 0em 0.8em 0em;
	border-bottom:solid 1px;
	display:block;
	float:left;	
   	border-color:#ffdeae;
}
.PuffImg
{
    float:left;
	margin-right:1.5em;
	display:block;
	border:solid 1px #ffdeae;
}
a.PuffLink 
{
	text-decoration:none;
}
a.PuffLink:hover
{
	text-decoration:underline;
	color:#cc6600;
}
.PuffList a h2 
{
	margin:0px;
	color:#663300;
}
a .PuffdateTime
{
	margin-top:0px;
}
a .PuffIntro
{
	color:#996633;
}

/*****************************/
/* NYHETSLISTA				 */
/*****************************/
.News
{
	border:solid 1px #ccc;
	float:left;
}
.News li a p
{
    text-decoration:none;
	color:#663300;
	display:block;
	padding: 0;
	margin:0;
	background-image: none;
	float:left;
	width:45em;
}
.News li a:hover p
{
    text-decoration:underline;
}
.News p
{
	background-image:url(../Images/TopMenuBG4.jpg); 
	font-size:1.1em;
	color:#fff;
}

/*****************************/
/* INNEHÅLLSYTA              */
/*****************************/
#StartMainContentArea
{
	width:940px;
}
#ContentArea
{
	width:450px;
	float: left;  
	margin: 0 0 0 20px;
}
#ContentArea.StartContentArea
{
	width:620px;
	margin-left:0px;
}
#ContentArea.Wide
{
	float:left;
	width:770px;
}

/*****************************/
/* KOLUMNER                  */
/*****************************/

.colLeftWide { width: 620px; float:left;  }
.colLeft { width: 300px; float: left; }
.colCenter{ width: 300px; float: left;  margin-left: 20px; }
.colRight { width: 300px; float: right; }
.colLeftWide .colWide { width: 620px; clear: both; }
.colCenterWide { width: 770px; margin-top: -180px; float: right; }

#head, #campaign, .colLeftWide .colWide, .colCenter, .colCenter, #nav, 
.colRight, .col3Center, .col3Left, .col3Right { margin-bottom: 20px; }

/*****************************/
/* KLASSER FÖR TEXT          */
/*****************************/
h1, .heading1
{
	font-size:1.4em;
	margin-bottom:10px;
	color:#663300;
}
h2, .heading2
{
	font-size:1.2em;
	margin-bottom:10px;
	color:#663300;
}
h3, .heading3
{
	font-size:1.1em;
	margin-bottom:10px;
	color:#663300;
}
p
{
	margin-top:0px;
	margin-bottom:10px;
}
ul li, ol li
{
	margin-top:0px;
}
a
{
	color:#cc6600;
	text-decoration:underline;
}
a:hover
{
	color:#663300;
	text-decoration:none;
}
.Introduction
{
	font-weight:bold;	
	color:#1A1A1A;
	font-family:arial,verdana,sans-serif;
	font-size:13px;
	line-height:16px;
}

/*****************************/
/* UTSEENDE I CONTENT YTAN   */
/*****************************/

/*.content img { border: 1px solid #d2d2d2; }*/
.content h1 
{
	font-family: georgia;
	font-size: 30px;
	color: #1a1a1a;
	margin: 20px 0;
	font-weight:normal;
}
.content p 
{
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	color: #1a1a1a;
	margin: 20px 0;
	line-height: 16px;
}
.content p a { color: #1a1a1a; }
.content p a:hover { text-decoration: none; }
.content p a:visited { color: #707070; }

.content h2 
{
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1a1a1a;
	line-height: 16px;
	margin: 20px 0;
}

.content p.indent { text-indent: 10px; }

.content ul, .content ol { margin: 20px 0; }
.content ul li ul { margin: 0 !important; }
.content ul li ul li { margin-left: 15px !important; list-style: circle; }
.content ul li, .content ol li 
{
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	color: #1a1a1a;
	list-style: disc;
	margin-left: 25px;
	line-height: 16px;
}
.content ol li { list-style: decimal; }
.content ul li ul li ul li {  list-style: square; }
.content ul li a, .content ol li a { font-weight: bold; color: #1a1a1a; }
.content ul li a:hover, .content ol li a:hover { text-decoration: none; }
.content ul li a:visited, .content ol li a:visited { color: #707070; }

/*****************************/
/* SIDFOT                    */
/*****************************/

#FooterArea
{
	float:left;
	background: url(images/footer.png);
	width: 900px;
	height: 100px;
	padding: 20px 0 0 40px;
	margin-bottom:100px;
}
#FooterArea .text { width: 200px; margin-right: 10px; color: #fff; float: left; }
#FooterArea .list { width: 120px; margin-right: 10px; color: #fff; float: left; }
#FooterArea p, #FooterArea ul li 
{
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	color: #fff;
	list-style: circle;
	line-height: 12px;
}
#FooterArea ul { clear: left; }
#FooterArea p { clear: left; }
#FooterArea ul li { list-style: disc; margin-left: 14px; }
#FooterArea ul li a { color: #fff; }
#FooterArea ul li a:hover { text-decoration: none; }
#FooterArea h4 
{
	background: url(images/footRightBg.png) center right no-repeat;
	font-family: arial;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding-right: 8px;
	float: left;
	line-height: 21px;
	margin-bottom: 5px;
}
#FooterArea h4 span 
{
	background: url(images/footLeftBg.png);
	height: 21px;
	display: block;
	padding-left: 8px;
	line-height: 21px;
}

/*****************************/
/* TEXTAREA                  */
/*****************************/
.TextArea
{
	border:1px solid #FF9900;
	float:left;
	margin-bottom:1em;
	width:100%;
}
.TextArea .Heading
{
	background-color:#ffc162;
	border-bottom:1px solid #FF9900;
	color:#663300;	
	font-size:0.9em;
	font-weight:bold;
	margin:0;
	padding:0.5em 0.8em 0.3em;
	text-transform:uppercase;
}
.TextArea .text
{
	padding:0.5em 0.8em;
}
.TextArea .text p
{
	margin:0;
	padding:0;
}
.Test
{
	display:block;
	clear:both;
	float:left;
}
.TextArea.noborderTextArea 
{
	border:none;
	margin-bottom:0px;
}
.TextArea.noborderTextArea .text
{
	padding:0;
}
div.PublishInfo
{
	border-color:#ffdeae;
	color:#cc9966;
	margin-top:20px;
	border-top:solid 1px;
	padding-top:10px;
	padding-bottom:10px;
}
div.Changed
{
}

div.Writer
{
}

.Captcha
{
}

/*****************************/
/* KRONAN KNAPPAR            */
/*****************************/
#apotek, #readmore, #chooseregion
{
	background: #fff url(images/buttonBg.png);
	width: 300px;
	height: 80px;
	margin-bottom: 20px;	
}
#apotek
{
	float:right;
}
#apotek p
{
	background: url(images/buttonApotek.png) bottom no-repeat;
	width: 238px;
	height: 40px;
	margin: 0 auto;
	padding-top: 20px;
	text-indent: -9999px;
}
#readmore p 
{
	color:#FFFFFF;
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
	padding-top: 35px;
	text-align:center; 
}
#apotek p a
{
	width: 238px;
	height: 40px;
	display: block;
}

/*****************************/
/* SÖKSIDA                   */
/*****************************/
.content .SearchButton 
{
	background: url(images/buttonSok2.png);
	border: 0;
	width: 42px;
	height: 26px;
	cursor: pointer;
	text-indent: -9999px;
}
#SearchArea label 
{
	display: inline !important;
	width: auto !important;
	float: none;
	line-height: 12px;
}
#SearchArea { margin-bottom: 20px; }

/*****************************/
/* FORMULÄR                  */
/*****************************/
.content .styledsendbutton 
{
	background: url(images/buttonSubmit.png);
	border: 0;
	width: 58px;
	height: 26px;
	cursor: pointer;
	text-indent: -9999px;
	margin: 5px 0 0 0px;
}
.content .styledtextbox 
{
	background: url(images/inputField.png);
	border: 0;
	width: 207px;
	height: 18px;
	padding: 4px;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	color: #1a1a1a;
	margin: 5px 0;
}
.content #formFile { display: block; margin: 4px 0 -14px 0; }
.content input[type="checkbox"] { margin-left: 0; }
.content select { margin: 5px 0; }
.content textarea 
{
	border: 1px solid #73532c;
	width: 207px;
	padding: 4px;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	color: #1a1a1a;
	margin: 5px 0;
}
/*****************************/
/* JOBAPPLICATIONPAGE        */
/*****************************/
.KdJobApplication styledtextbox {
	background: url(images/inputField.png);
	border: 0;
	width: 207px;
	height: 18px;
	padding: 4px;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	color: #1a1a1a;
	margin: 5px 0;
}
.KdJobApplication label
{
	display:inline;
	float:none;
}
.KdJobApplication fieldset
{
    border: 1px solid #ccc;
    padding: 15px;
}
.KdJobApplication div.PaddingBottom15
{
	position: relative;
	z-index: 3;
    padding-bottom: 15px
}
.KdJobApplication table
{
	border-spacing: 5px;
}
.KdJobApplication table tr td span
{
	display:block;
	padding-top:10px;
}

/*****************************/
/* CustomerOppionFormPage    */
/*****************************/
.KDXFormControl table
{
	border-collapse: collapse;
}
.KDXFormControl table tr td 
{
	padding: 5px 0;
}
.KDXFormControl table tr td span 
{
	font-weight:bold;
}
.KDXFormControl table tr td fieldset 
{
	background-color:#F9F9F9;
	border-style:none;
	padding:10px;
}
.KDStatisticsContainer table 
{
	background-color:#F9F9F9;
	border-collapse:collapse;
	width:480px;
}
.KDStatisticsContainer table tr 
{
	border:2px solid #FFFFFF;
	margin-bottom:10px;
	margin-left:10px;
}
.KDStatisticsContainer table tr td 
{
	font-family:Arial,Verdana;
	font-size:0.875em;
	padding:5px;
}
.KDXFormSwitchButtonArea 
{
	margin-top:10px;
}
.KDListItemHeading
{
	padding-top:5px;
}

/*****************************/
/* GoogleMaps				 */
/*****************************/
#chooseregion p
{
	color:#FFFFFF;
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
	padding-top: 35px;
	text-align:center;
}
.regions
{
	margin-top:-20px;
}
.regionButton
{
	background: #feedc6;
	padding: 15px 0 15px 20px;
	border-bottom: 1px solid #ffa12e;
}
.regionButton a
{
	font-family: arial, verdana, sans-serif
	font-size: 12px;
	font-weight: bold;
	color:Black;
	text-decoration:none;
}
.pharmacys
{
	margin-top:-3px;
	background: #feedc6;
	padding: 0px 0 15px 20px;
	border-bottom: 1px solid #ffa12e;
}
.pharmacys a
{
	color:#1a1a1a;
}
.pharmacy
{
	padding:3px;
}

/*****************************/
/* Pharmacy				     */
/*****************************/
.apoteksinfo span
{
	line-height:16px;
}
/*****************************/
/* Hjälpklasser              */
/*****************************/
.hidden 
{
	display: none;
}
.clearboth
{
	clear:both;
}
.floatLeft { float: left; }
.floatRight { float: right; }
.noBorder { border: 0 !important; }

/*****************************/
/* RESET                     */
/*****************************/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 100%;*/
	border: none;
	line-height: 1;
}
	
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code, dfn, img, kbd, q, s, samp, small, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-style: normal;
	/*font-weight: normal;*/
}

hr { visibility: hidden; display: none; }

abbr, acronym { cursor: help; }

ol, ul { list-style: none; }

table { border-collapse: separate; border-spacing: 0; }

caption, th, td { text-align: left; font-weight: normal; }

blockquote, q { quotes: "" ""; }
	
blockquote:before, blockquote:after, q:before, q:after 
{
	content: "";
}

a, a img { outline: none; }

:focus { outline: none; }

/*****************************/
/* CLEARFIX                  */
/*****************************/

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */