﻿body
{
	font-size: 80%; /*72.5%;*/
	font-family: Arial, Verdana, Helvetica, SunSans-Regular, Sans-Serif;
	padding: 0;
	margin: 0 0 25px 0;
	background-color: #ffffff;
}

#header
{
	float: left;
	width: 100%;
	height: 134px;
	font-size: 10px;
	line-height: normal;
	margin: 0;
	padding: 0; 
	background:url("../bilder/sidhuvud/huvud_somn_intro_apoteket.gif") repeat-x right top;
	/*background: url( "../bilder_portal/huvud_somn_intro_apoteket.gif" ) no-repeat left top;*/
}

#apoteketLankIHuvud
{
	float: left;
	width: 460px;
	height: auto;
	/*background-color: Yellow;*/
}

#apoteketLankIHuvud p#logo
{
	font-size: 32px;
	margin: 60px 0 0 10px;
	padding: 0;
	/*background-color: Lime;*/
}

#apoteketLankIHuvud p#logo a
{
	text-decoration: none;
	letter-spacing: 7px;
	/*background-color: Lime;*/
}

#apoteketLankIHuvud p#tillbakalank
{
	font-size: 12px;
	margin: 15px 0 0 10px;
	padding: 0;
	/*background-color: Lime;*/
}

#apoteketLankIHuvud p#tillbakalank a
{
	text-decoration: none;
	/*letter-spacing: 1px;*/
	/*background-color: Lime;*/
}

#apoteketLankIHuvud a i {
	visibility: hidden;
}

/* tagg som fixar text overflow-bugg i explorer vid nästlade div */
.clear
{
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	margin-bottom: -1px;
}

/* justerar minimum height av contentblock i IE och Safari*/
.min_height
{
	height: 300px;
	float: right;
	width: 1px; /*background-color: red;*/
}

#footer
{
	clear: both;
	font-size: 11px;
	height: 15px;
	font-weight: bold;
	border-top: 1px solid #adadad; /*border: none;*/
	padding: 4px 0px 4px 5px;
	margin: 0px; /*color: #aaaaaa;*/
	background-color: #ffffff;
}

#footer a
{
	color: #417a97;
	text-decoration: underline;
}

#footer a:hover
{
	color: #417a97;
	text-decoration: none;
}


/* --------------------------------------------------------*/
/* CONTAINERS */
/* bredd på innehåll (helsida eller vänster + höger */
/* får max vara 749px (750px container minus 1px min-height */
/*---------------------------------------------------------*/

#container
{
	width: 697px; /*750px;*/
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF; /*border-width: 1px; 	border-style: solid; 	border-color: #686868;*/
	border: none;
}

#content_introduktion
{
	float: left;
	width: 696px;
	/*height: 237px;*/
	height: auto;
	padding: 0;
	margin: 0;
	background: url( "../bilder/somn_apoteket_introbild.jpg" ) no-repeat left top; /*background:url("../bilder_portal/somn_apoteket_introbild.jpg") no-repeat left top;*/ /*background-color: Yellow;*/ /*border-right: 1px dotted; 	border-color: #776655;*/
}

#content_helsida
{
	float: left;
	width: 696px;
	padding-bottom: 25px;
	margin: 0; /*background-color: Yellow;*/ /*border-right: 1px dotted; 	border-color: #776655;*/
}

#content_helsida div.kolumn
{
	float: left;
	width: 348px;
	padding: 0;
	margin: 0; /*background-color: Yellow;*/ /*border-right: 1px dotted; 	border-color: #776655;*/
}

#left_content
{
	float: left;
	width: 485px;
	padding-bottom: 25px;
	margin: 0; /*background-color: green;*/
}

#left_content ul
{
	width: 375px;
	list-style-type: disc;
}

#right_content
{
	float: left;
	width: 209px;
	padding-bottom: 25px;
	margin: 0; /*background-color: orange;*/
}


/* --------------------------------------------------------------------------------*/
/* LOKAL LÄNKMENY ---------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */
ul.lankmeny
{
	float: left;
	width: 180px; /*margin: 15px 0 0 15px;*/
	margin: 15px 0 0 0;
	padding: 0 0 0 15px;
	list-style-type: none; /*background-color: Blue;*/
}

ul.lankmeny li
{
	padding: 0 0 4px 15px;
	margin: 0; /*padding-left: 15px;*/
	background-image: url( '../bilder_portal/pil_gron.gif' );
	background-repeat: no-repeat;
	background-position: left 1px;
}

/* a:hover MUST come after a:link and a:visited in the CSS definition */
/* in order to be supported by IE 6 */

ul.lankmeny li a:link
{
	font-size: 100%;
	line-height: normal;
	color: #006699;
	font-weight: normal;
	text-decoration: none; /*padding: 0 0 0 12px; 	margin:  0;*/
}

ul.lankmeny li a:visited
{
	color: #006699;
	text-decoration: none;
}

ul.lankmeny li a:hover
{
	text-decoration: underline;
}

ul.lankmeny li a.active
{
	color: #222222;
	font-weight: bold;
}

ul.lankmeny li a.active:visited
{
	color: #222222;
	font-weight: bold;
}

/*----------------------------------------------------------------*/
/* STANDARDRUBRIKER, STYCKEN OCH LISTOR */
/*----------------------------------------------------------------*/

h1
{
	font-size: 1.4em;
	font-weight: bold;
	margin: 15px 15px 8px 15px;
	padding: 0 0 3px 0;
	color: #222222;
	border-bottom: solid 2px #2ca314;
}

.h1
{
	font-size: 1.4em;
	font-weight: bold;
	margin: 15px 15px 8px 15px;
	padding: 0 0 3px 0;
	color: #222222;
	border-bottom: solid 2px #2ca314;
}

h2
{
	font-size: 1.3em;
	font-weight: bold;
	margin: 15px 15px 8px 15px;
	padding: 0 0 3px 0;
	color: #222222;
	border-bottom: solid 2px #2ca314;
}

.h2
{
	font-size: 1.3em;
	padding: 15px 15px 5px 15px;
	margin: 0;
	color: #222222;
}

H3
{
	font-size: 1.2em;
	color: #222222;
	padding: 15px 15px 5px 15px;
	margin: 0;
}

.H3
{
	font-size: 1.2em;
	color: #222222;
	padding: 15px 15px 5px 15px;
	margin: 0;
}

H4
{
	font-size: 1em;
	color: #222222;
	padding: 15px 15px 0 15px;
	margin: 0;
}

.H4
{
	font-size: 1em;
	color: #222222;
	padding: 15px 15px 5px 15px;
	margin: 0;
}

p
{
	padding: 5px 15px 5px 15px;
	margin: 0;
}

ul
{
	/*background-color: Yellow;*/
	list-style-type: disc;
	margin: 5px 25px 5px 35px;
	padding-left: 25px;
	list-style-position: outside;
}

li
{
	padding-bottom: 7px;
	vertical-align: top;
}

ol
{
	/*background-color: Yellow;*/
	list-style-type: decimal;
	margin: 5px 45px 5px 45px;
	padding-left: 25px;
	list-style-position: outside;
}

/*----------------------------------------------------------------------*/
/* STANDARD LÄNK- OCH BILDFORMATTERINGAR */
/*----------------------------------------------------------------------*/

a
{
	color: #333333;
	text-decoration: underline;
}

a:visited
{
	color: #333333;
}

a:hover
{
	color: #000;
	text-decoration: none;
}

img
{
	border: none;
}


/* ---------------------------------------------------------------- */
/* DIVERSE ID:EN OCH KLASSER */
/* ---------------------------------------------------------------- */

p#introtext
{
	width: 275px;
	font-size: 14px;
	margin: 65px 0 0 10px;
	padding: 0; /*background-color: Orange;*/
}

p.lankpil
{
	width: 275px;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 10px;
	padding: 0; /*background-color: Orange;*/
}

p.lankpil a
{
	color: #006699;
	text-decoration: none;
}

p.lankpil a:visited
{
	color: #006699;
	text-decoration: none;
}

p.lankpil a:hover
{
	color: #006699;
	text-decoration: underline;
}
/*
strong {
	color: #006699;
	font-weight: bold;
}
*/
.smallTopAlign
{
	font-size: 10px;
	vertical-align: top;
}

table#priser
{
	border-collapse: collapse;
	border: solid 1px #2ca314;
	margin: 15px 0 15px 15px;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}

table#priser thead
{
	background-color: #2ca314;
	border: solid 1px #2ca314;
}

table#priser thead th
{
	margin: 0;
	padding: 5px;
	color: #ffffff;
	text-align: left;
}

table#priser tbody
{
	background-color: #efefef;
}

table#priser td
{
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

#col_produkt
{
	width: 300px;
}

#col_priser
{
	width: 100px;
}

/* TABELL PROGRAM-INNEHÅLL */
#panelProgramoversikt table
{
	font-size: 11px; /*width: 400px;*/
	margin: 15px 0 10px 15px;
	border-collapse: collapse;
	border: solid 1px #2ca314;
}

#panelProgramoversikt table.dataGrid
{
	margin: 0;
	padding: 0;
}

#panelProgramoversikt table th
{
	height: 20px;
	vertical-align: middle;
	text-align: left;
	background-color: #2ca314;
	color: White;
}

#panelProgramoversikt table tr.striped
{
	background-color: #efefef;
}

#panelProgramoversikt table tr.nonstriped
{
	background-color: #ffffff;
}

#panelProgramoversikt table td
{
	border-style: none;
	vertical-align: top;
	text-align: left;
	padding: 2px;
	margin: 0; /*background-color: Yellow;*/ /*border-right: solid 1px black;*/
}

#panelProgramoversikt table td.tdAvsnitt
{
	width: 55px;
}

#panelProgramoversikt table td.tdInnehall
{
	width: 192px;
}

/* --------------------------------------------------------------------------------*/
/* INLOGGNING -------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */

#Inlogg_apoteket1_panelInloggApoteket
{
	float: left; /*nytt*/
	height: 46px;
	width: 230px;
	margin: 0;
	padding: 0; /*background-color: red;*/
}

#table_inloggning_apoteket
{
	height: 46px;
	width: 230px;
	border-collapse: collapse;
	border: none;
	margin: 50px 0 0 0;
	padding: 0; /*margin: 50px 0 0 455px;*/ /*background-color: Orange;*/
}

/*caption.inlogg_apoteket {*/
/*caption-side: top;
    margin-left: -8em;
	vertical-align: bottom;
    width: 8em;*/
/*text-align: left;
    font-size: 1em;
    color: #006699;
	font-weight: bold;
}*/

#table_inloggning_apoteket tr
{
	height: 23px;
	padding: 0;
	margin: 0;
}

#table_inloggning_apoteket td
{
	font-size: 10px; /*font-weight: bold;*/
	color: #000000; /*#006699;*/ /*line-height: normal;*/ /*letter-spacing: 1px;*/
	margin: 0;
	padding: 0;
	text-align: left; /*background-color: Red;*/
}

#table_inloggning_apoteket td span
{
	margin: 0 5px 0 0;
	padding: 0;
}

.btnLogin
{
	padding-left: 55px;
	background-color: #ffffff;
}

span.loginText
{
	color: #222222;
	font-weight: bold;
	font-size: 11px;
}

.rutaInloggFel
{
	background-color: #f7f4eb;
	border: solid 2px #990000;
	position: absolute; /*absolute left:600px; 	top:50px;*/
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 1;
}

p.stang_textruta
{
	float: right;
	width: 96px;
	margin: 0;
	padding: 2px;
}

/* --------------------------------------------------------------------------------*/
/* MEDDELANDERUTA ---------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */

/* IE Multi-class bug - pga buggen går det ej att använda ett ID med flera klasser
   därav skall ej #panelMeddelande användas före de olika klassformateringarna */

.driftstorning{
	/*float: left;
	display: inline;*/
	display: block;
	width: 278px;
	height: auto;
	margin: 10px 0 0 10px;
	padding: 0;
	background-color: #efefef;
	border: solid 1px #2ca314;
}

.driftstorning p{
	line-height: normal;
	margin: 5px 7px 10px 7px;
	padding: 0;
}

.driftstorning h4{
	line-height: normal;
	margin: 5px 7px 5px 7px;
	padding: 0;
	color: #352b1f;
}

/* klassen erbjudande används nu även för meddelandetyp nyhet och uppdatering */
.erbjudande{
	float: left;
	display: inline;
	width: 278px;
	height: auto;
	margin: 10px 0 0 10px;
	padding: 0;
	background-color: #efefef;
	border: solid 1px #2ca314;
}

.erbjudande p{
	line-height: normal;
	margin: 5px 7px 10px 7px;
	padding: 0;
}

.erbjudande h4{
	line-height: normal;
	width: auto;
	padding: 5px 7px 5px 7px;
	margin: 0;
	color: #ffffff;
	background-color: #2ca314;
}

/* --------------------------------------------------------------------------------*/
/* SLUT MEDDELANDERUTA ----------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */