html {
	/*font: 0.8em Verdana, Tahoma, Arial, Sans-serif;*/
	font:0.8em Verdana, Tahoma, Arial, Sans-serif;
	color: #352b1f;
}
	
body {
	font-size: 92%;
	padding: 0;
	margin: 0;
}

#container {
	float: left;
	width: 956px; /* innehall(946px) + skugga(10px) */ 
	margin: 0;
	padding: 0;
	height: 100%;
	/*border: solid 1px red;*/
	background: url(bilder_portal/skugga.gif) repeat-y 946px top;
	/*background-color: Red;*/
}

#innehall {
	float: left;
	margin: 0;
	padding: 0;
	width: 944px; /* 946 - 2(border) */
	height: 100%;
	border-left: solid 1px #6f613b;
	border-right: solid 1px #6f613b;
	border-bottom: solid 1px #6f613b;
	background-color: #ffffff;
}

#huvud_topp {
	float: left;
	height: 46px;
	width: 944px; /* 946 - 2(border) */
	margin: 0;
	padding: 0;
	background: url(bilder_portal/huvud_topp.jpg) no-repeat left top;
	/*background-color: orange;*/
}

#huvud_mitten {
	float: left;
	height: 131px;
	width: 944px; /* 946 - 2(border) */
	margin: 0;
	padding: 0;
	background: url(bilder_portal/huvud_mitten.jpg) no-repeat left top;
}

#huvud_mitten h1#rubrik1, h1#rubrik3{
	position: relative;
	width: 500px;
	height: 35px;
	overflow: hidden;
	padding: 28px 0 0 242px;
	margin: 0;
	font-size: 32px;
	color: #8d8631;/*#ce9e1f;*/
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
}

#huvud_mitten h1#rubrik1 span{
	position: absolute;
	left: 242;
	top: 28px;
	width: 100%;
	height: 100%;
	background: url(bilder_portal/huvud_rubrik_eng.jpg) no-repeat left top;
}

#huvud_mitten h1#rubrik3 span{
	position: absolute;
	left: 242;
	top: 28px;
	width: 100%;
	height: 100%;
	background: url(bilder_portal/huvud_rubrik_sve.jpg) no-repeat left top;
}

#huvud_mitten h1#rubrik2, h1#rubrik4 {
	position: relative;
	width: 500px;
	height: 25px;
	overflow: hidden;
	padding: 5px 0 0 242px;
	margin: 0;
	font-size: 16px;
	color: #8d8631;/*#ce9e1f;*/
	font-weight: bold;
	line-height: normal;
	letter-spacing: 1px;
}

#huvud_mitten h1#rubrik2 span{
	position: absolute;
	left: 242;
	top: 5px;
	width: 100%;
	height: 100%;
	background: url(bilder_portal/huvud_underrubrik_eng.jpg) no-repeat left top;
}

#huvud_mitten h1#rubrik4 span{
	position: absolute;
	left: 242;
	top: 5px;
	width: 100%;
	height: 100%;
	background: url(bilder_portal/huvud_underrubrik_sve.jpg) no-repeat left top;
}

/* GLOBAL LÄNKMENY --------------------------------------------------------- */
#meny_global {
	float: left;
	height: 25px;
	width: 944px; /* 946 - 2 */
	margin: 0;
	padding: 0;
	background: url(bilder_portal/huvud_botten.jpg) no-repeat left top;
}

#meny_global ul {
	width: 889px; /* 944 - 42 (UserControl - Textstorlek) */
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	/*background-color: Blue;*/
}

#meny_global li {
	float: left;
	padding: 0;
	margin: 0;
	height: 25px;
}

#meny_global a {
	float:left;
	font-size: 10px;
	background: url("bilder_portal/knapp_default.gif") repeat left top;
	border-right: solid 2px #ffffff;/*#d0a024;*/
	color: #ffffff;/*#352b1f;*/
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	/*letter-spacing: normal;*/
	/*line-height: 2.0;*/
	/*width: auto;*/
	width: 75px;
	height: 19px; /* 19 + 6 (padding) = 25 */
	padding: 6px 0 0 0;
	margin:  0;
}
	  
#meny_global a.current {
	background: url("bilder_portal/knapp_active.gif") repeat left top;
	color: #ffffff;
}
    
#meny_global a:hover {
	background: url("bilder_portal/knapp_hover.gif") repeat left top;
}
/* slut global länkmeny */

/* För default-sidan */
#huvud_botten {
	float: left;
	height: 25px;
	width: 944px; /* 946 - 2(border) */
	margin: 0;
	padding: 0;
	background: url(bilder_portal/huvud_botten.jpg) no-repeat left top;
}
 /* Textjustering huvud botten ---------------------------------------------- */
 
/* default-sida */
#Textstorlek_panelTextstorlek {
	height: 25px;
	width: 42px;
	margin: 0 0 0 889px;
	padding: 0;
	text-align: left;
	/*background-color: red;*/
	font-size: 10px;
}

/* undersidor */
#HuvudGlobalNavigering_Textstorlek_panelTextstorlek {
	float: right;
	height: 25px;
	width: 42px;
	margin: 0;
	padding: 0 13px 0 0;
	text-align: left;
	/*background-color: red;*/
	font-size: 10px;
}

.btnTextstorlek 
{
	display: inline;
	border-collapse: collapse;
	border: none;
	padding: 0;
	margin: 4px 0 0 2px;
	height: 17px;
	width: 17px;
}
/* Slut textjustering huvud botten ------------------------------------------- */

/* justerar minimum height av contentblock i IE och Safari*/

#satsyta {
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
	width: 944px; /* 946 - 2(border) */
	background-color: #eae5d8;
}

.minHeight350px {
    height:350px;
    float:right;
    width:1px;
	/*background-color: red;*/
}

.minHeight200px {
    height:200px;
    float:right;
    width:1px;
	/*background-color: red;*/
}

.satsyta_helsida {
	float: left;
	display: inline;
	width: 894px;
	height: 100%;
	margin: 0 0 0 25px;
	padding: 0;
	/*border: solid 1px #6f613b;*/
	/*background-color: orange;*//*#eae5d8;*/
}

.satsyta_vanster {
	float: left;
	display: inline;
	width: 589px; /* (282 + 25 + 282) */
	height: 100%;
	margin: 0 0 0 25px;
	padding: 0;
	/*border: solid 1px #6f613b;*/
	/*background-color: orange;*//*#eae5d8;*/
}

.satsyta_vanster_kolumn {
	float: left;
	display: inline;
	width: 294px;
	margin: 0;
	padding: 0;
	/*background-color: Red;*/
}

.satsyta_hoger {
	float: left;
	display: inline;
	width: 282px;
	height: 100%;
	/*margin: 10px 0 0 25px;*/
	margin: 0 0 0 25px;
	padding: 0;
	/*border: solid 1px #6f613b;*/
	/*background-color: green;*/
}

#fot {
	clear: both;
	width: 944px;
	height: 29px;
	margin: 0;
	padding: 0;
	background: url(bilder_portal/fot_bg.jpg) no-repeat left top;
	text-align: center;
	/*background-color: Red;*/
}

#fot p {
	display: block;
	font-size: 11px;
	color: #352b1f;
	margin: 0;
	padding: 7px 0 0 0;
	/*background-color: Blue;*/
}

/* --------------------------------------------------------------------------------*/
/* INLOGGNING -------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */

#Inloggning_panelInlogg {
	height: 46px;
	width: 310px;
	margin: 0 0 0 621px;
	padding: 0;
	/*background-color: red;*/
}

#table_inloggning {
	height: 46px;
	width: 310px;
	border-collapse: collapse;
	border: none;
	margin: 0;
	padding: 0;
	/*background-color: Orange;*/
}

#table_inloggning col#text {
	width: 105px;
	text-align: right;
	/*background-color: Orange;*/
}

#table_inloggning col#textbox {
	width: 130px;
	text-align: left;
}

#table_inloggning col#knapp {
	width: 75px;
	text-align: right;
}

#table_inloggning tr {
	height: 23px;
	padding: 0;
	margin: 0;
}

#table_inloggning td {
	font-size: 8px;
	font-weight: bold;
	color: #352b1f;
	/*line-height: normal;*/
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	text-align: right;
	/*background-color: Red;*/
}

#table_inloggning td span {
	margin: 0 5px 0 0;
	padding: 0;
}

.btnLogin {
	padding-left: 5px;
}

/* --------------------------------------------------------------------------------*/
/* IKONLANKAR -------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */

#ikoner {
	position: absolute;
	top: 48px;
	left: 821px;
	width: 110px;
	height: 125px;
	/*background-color: Red;*/
}

/* länkar till ikoner */
a.ikonlankar {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 0 4px;
	padding: 0;
	color: #352b1f;
}

a:visited.ikonlankar {
	text-decoration: none;
}

a:hover.ikonlankar {
	text-decoration: underline;
}

/* tillfälligt för språklänken */
a.ikonlankar_sprak {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 0 4px;
	padding: 0;
	color: #f7f4eb;
}

a:visited.ikonlankar_sprak {
	text-decoration: none;
	color: #f7f4eb;
}

a:hover.ikonlankar_sprak {
	text-decoration: underline;
	color: #f7f4eb;
}

/* --------------------------------------------------------------------------------*/
/* LOKAL LÄNKMENY ---------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */
ul.lankmeny {
	width: 247px;
	margin: 15px 15px 20px 15px;
	padding: 0px;
	list-style-type: none;
	/*background-color: Blue;*/
}

ul.lankmeny li {
	padding: 0 0 3px 0;
	margin: 0;
}

/* 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 {
	font-size: 100%;
	line-height: normal;
	color: #352b1f;
	font-weight: normal;
	text-decoration: none;
	padding: 0 0 0 12px;
	margin:  0;
}
	  
ul.lankmeny li a.active {
	color: #990000;
	font-weight: bold;
	background-image: url('bilder_portal/lankpil.gif');
	background-repeat: no-repeat;
	background-position: 0 1px; /* left, top */
}

ul.lankmeny li a:visited {
	text-decoration: none;
}

ul.lankmeny li a:hover {
	text-decoration: underline;
}

	
/* --------------------------------------------------------------------------------*/
/* TEXTRUTA HELSIDA -------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */

.textruta_helsida {
	float: left;
	display: inline;
	width: 894px;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0;
	/*border: solid 1px #6f613b;*/
	background-color: #eae5d8;
}

h2.rubrik_textruta_helsida {
	/*float: left;*/
	position: relative;
	width: 894px;
	height: 20px; /* 25px - 5px padding */
	overflow: hidden;
	padding: 5px 0 0 0;
	margin: 0;
	font-size: 14px;
	background-color: #eae5d8;
	color: #8d8631;/*#ce9e1f;*//*#726951;*/
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
}

h2.rubrik_textruta_helsida span{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.textruta_helsida_mitten {
	float: left;
	display: inline;
	width: 892px; /* 894-2 (border) */
	padding: 0 0 20px 0;
	margin: 0;
	height: auto;
	background-color: #ffffff;
	border-left: solid 1px #b1a890;
	border-right: solid 1px #b1a890;
}

.textruta_helsida_botten {
	float: left;
	display: inline;
	width: 894px;
	height: 7px;
	margin: 0;
	padding: 0;
	background-color: #eae5d8;
	background: url(bilder_portal/textruta_helsida_botten.gif) no-repeat left top;
}


/* --------------------------------------------------------------------------------*/
/* TEXTRUTA STOR ----------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */

.textruta_stor {
	float: left;
	display: inline;
	width: 589px;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0;
	/*border: solid 1px #6f613b;*/
	background-color: #eae5d8;
}

.textruta_stor_kolumn {
	float: left;
	/*display: inline;*/
	width: 293px;
	height: auto;
	margin: 0;
	padding: 0;
	/*background-color: Yellow;*/
}

h2.rubrik_textruta_stor {
	/*float: left;*/
	position: relative;
	width: 589px;
	height: 20px; /* 25px - 5px padding */
	overflow: hidden;
	padding: 5px 0 0 0;
	margin: 0;
	font-size: 14px;
	background-color: #eae5d8;
	color: #8d8631;/*#ce9e1f;*//*#726951;*/
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
}

h2.rubrik_textruta_stor span{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.textruta_stor_mitten {
	float: left;
	display: inline;
	width: 587px; /* 589-2 (border) */
	padding: 0 0 20px 0;
	margin: 0;
	height: auto;
	background-color: #ffffff;
	border-left: solid 1px #b1a890;
	border-right: solid 1px #b1a890;
}

.textruta_stor_mitten ul {
	margin: 15px 70px 15px 15px;
	padding-left: 40px;
}

.textruta_stor_mitten li {
	margin: 7px 0 ;
}

.textruta_stor_botten {
	float: left;
	display: inline;
	width: 589px;
	height: 7px;
	margin: 0;
	padding: 0;
	background-color: #eae5d8;
	background: url(bilder_portal/textruta_stor_botten.gif) no-repeat left top;
}

/* --------------------------------------------------------------------------------*/
/* TEXTRUTA LITEN ---------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */

.textruta_liten {
	float: left;
	display: inline;
	width: 282px;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0;
	/*border: solid 1px #6f613b;*/
	background-color: #eae5d8;
}

h2.rubrik_textruta_liten {
	position: relative;
	width: 282px;
	height: 20px; /* 25px - 5px padding */
	overflow: hidden;
	padding: 5px 0 0 0;
	margin: 0;
	font-size: 14px;
	background-color: #eae5d8;
	color: #8d8631;/*#ce9e1f;*//*#726951;*/
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
}
h2.rubrik_textruta_liten span{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

img.bild_textruta_liten {
	float: right;
	margin: 5px;
	padding: 0;
}

hr.hr_textruta_liten{
	padding: 0;
	margin: 0 5px;
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	text-align: left;
}

.textruta_liten_mitten {
	float: left;
	display: inline;
	width: 280px; /* 282-2 (border) */
	height: auto;
	background-color: #ffffff;
	border-left: solid 1px #b1a890;
	border-right: solid 1px #b1a890;
}

.textruta_liten_botten {
	float: left;
	display: inline;
	width: 282px;
	height: 7px;
	margin: 0;
	padding: 0;
	background-color: #eae5d8;
	background: url(bilder_portal/textruta_liten_botten.gif) no-repeat left top;
}

p.intro {
	line-height: normal;
	margin: 5px 7px 10px 7px;
	padding: 0;
}

h3.intro {
	line-height: normal;
	margin: 10px 7px 5px 7px;
	padding: 0;
}

h4.intro {
	line-height: normal;
	margin: 10px 7px 5px 7px;
	padding: 0;
}

/* Programrubriker -------------------------------------------------------------- */

h1.rubrikPresProgram {
	position: relative;
	width: 400px;
	height: 26px;
	overflow: hidden;
	padding: 0;
	margin: 25xp 0 15px 15px;
	font-size: 18px;
	background-color: #ffffff;
	color: #8d8631;/*#ce9e1f;*//*#726951;*/
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
}

h1.rubrikPresProgram span{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

h2.programrubrik {
	position: relative;
	width: 280px;
	height: 18px;
	overflow: hidden;
	padding: 0;
	margin: 10px 0 0 5px;
	font-size: 14px;
	background-color: #ffffff;
	color: #8d8631;/*#ce9e1f;*//*#726951;*/
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
}

h2.programrubrik span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

h2.programrubrik span.program_underrubrik{
	position: absolute;
	left: 35px;
	top: 16px;
	font-size: 9px;
	color: #7d745d;
	margin: 0;
	padding: 0;
}

h2.programrubrik a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/*
h2.programrubrik a{
	position: relative;
	width: 280px;
	height: 18px;
	overflow: hidden;
	padding: 0;
	margin: 10px 0 0 5px;
	font-size: 14px;
	background-color: #ffffff;
	color: #8d8631;
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
}*/


/* slut programrubriker --------------------------------------------------------- */

p {
	font-size: 1.0em;
	padding: 0;
	margin: 5px 15px 10px 15px;
	line-height: normal;
}

h1 {
	font-size: 1.7em;
	color: #7d7407;/*#837a10;#8d8631;*/
	padding: 0;
	margin: 15px 15px 5px 15px;
	font-weight: normal;
	letter-spacing: 1px;
}

h2 {
	font-size: 1.5em;
	color: #7d7407;/*#837a10;#8d8631;*/
	padding: 0;
	margin: 15px 15px 5px 15px;
	font-weight: normal;
	letter-spacing: 1px;
}

h3 {
	font-size: 1.2em;
	color: #7d7407;/*#837a10;#8d8631;*/
	padding: 0;
	margin: 15px 15px 5px 15px;
	font-weight: bold;
	letter-spacing: 1px;
}

h4 {
	font-size: 100%;
	color: #7d7407;/*#837a10;#8d8631;*/
	padding: 0;
	margin: 15px 15px 0 15px;
}

ul.normal {
	margin: 15px 70px 15px 0;
	padding-left: 50px;
}

ul.normal li {
	margin: 7px 0 ;
}

img {
	border: none;
}

img.floatRight {
	float: right;
	margin: 0 15px 5px 5px;
	padding: 0;
}

hr {
	padding: 0;
	margin: 5px 15px;
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	text-align: left;
}

/* --------------------------------------------------------------------------------*/
/* LÄNKAR ---------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */

a {
	text-decoration: underline;
	color: #352b1f;
}

a:visited {
	text-decoration: underline;
	color: #352b1f;
}

a:hover {
	text-decoration: none;
	color: #352b1f;
}


/* --------------------------------------------------------------------------------*/
/* NYHETSSIDAN ------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */

div#nyhet {
	float: left;
	display: inline;
	width: 502px;
	margin: 0;
	padding: 0;
}

div#nyhetslista {
	float: left;
	display: inline;
	width: 380px;
	margin: 0;
	padding: 0;
}
/*
.nyhetstext {
	font-size: 100%;
	padding: 0;
	margin: 15px 15px 10px 15px;
	line-height: normal;
	background-color: Green;
}*/

table#dgNyhetslista{
	/*background-color: Yellow;*/
	width: auto;
	padding: 0;
	margin: 15px 5px 10px 15px;
}

table#dgNyhetslista td{
	padding: 6px 10px 6px 0;
	margin: 0;
	vertical-align: top;
	text-align: left;
}

table#dgNyhetslista td span.liten_text {
	font-size: 80%;/*9px;*/
	color: #7d745d;
}

table#dgNyhetslista tr.paging table {
	height: 12px;
	border: solid 1px #b1a890;
	background-color: #eae5d8;
}

table#dgNyhetslista tr.paging table td span{
	height: 12px;
	font-weight: bold;
}

/* --------------------------------------------------------------------------------*/
/* VÄLMÅENDETIPS ----------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */

table#dvTips{
	/*background-color: Yellow;*/
	width: auto;
	padding: 0;
	margin: 10px 5px 10px 15px;
}

table#dvTips td{
	padding: 6px 10px 6px 0;
	margin: 0;
	vertical-align: top;
	text-align: left;
}

table#dvTips td span.liten_text {
	font-size: 80%;/*9px;*/
	color: #7d745d;
}


/* --------------------------------------------------------------------------------*/
/* PROGRAMSIDORNA ---------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */

/* För javscript showHideTextblocks */
.lager_synligt{
	visibility: visible;
	display: block;
	float: left;
}

.lager_dolt{
	visibility:hidden; 
	display: none;
}

div#lanktextblock {
	float: left;
	/*background-color: Blue;*/
	width: 585px;
}

div#programpres {
	float: left;
	display: inline;
	width: 550px;
	height: 200px;
	margin: 0 15px;
	padding: 0;
	background-color: #f7f4eb;
	border: solid 1px #b1a890;
}

img#programportal {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	border: none;
}

ul#lanklista {
	float: left;
	display: inline;
	margin: 10px 0 15px 15px;
	padding: 0;
	width: 285px;
	list-style-type: none;
	list-style-position: outside;
	/*background-color: Red;*/
}

ul#lanklista li {
	margin: 7px 0;
	padding: 0;
}

ul#lanklista li a.lankInactive{
	margin-left: 0;
	padding-left: 17px;
	background: url(bilder_portal/lankpil_right_grey.gif) no-repeat 2px 1px;
}

ul#lanklista li a.lankActive{
	margin-left: 0;
	padding-left: 17px;
	font-weight: bold;
	color: #990000;
	background: url(bilder_portal/lankpil_down.gif) no-repeat left 4px;
}

div.bestall_program {
	float: right;
	margin: 15px;
}

/* TABELL PROGRAM-INNEHÅLL */
div.panelProgramoversikt table{
	font-size: 11px;
	/*width: 400px;*/
	margin: 10px 0 10px 15px;
	border-collapse: collapse;
	border: solid 1px #ce9e1e;
	/*float:left;*/
}

div.panelProgramoversikt table.dataGrid{
	margin: 0;
	padding: 0;
}

div.panelProgramoversikt table th {
	height: 20px;
	vertical-align: middle;
	text-align: left;
	background-color: #ce9e1e;
	border: solid 1px #ce9e1e;
	color: White;
}

div.panelProgramoversikt table tr.striped 
{
	background-color: #efeadb;
}

div.panelProgramoversikt table tr.nonstriped 
{
	background-color: #ffffff;
}

div.panelProgramoversikt table td {
	border-style: none;
	vertical-align: top;
	text-align: left;
	padding: 2px;
	margin: 0;
	/*background-color: Yellow;*/
	/*border-right: solid 1px black;*/
}

div.panelProgramoversikt table td.tdAvsnitt {
	width: 65px;
}

div.panelProgramoversikt table td.tdInnehall {
	width: 200px;
}

/* --------------------------------------------------------------------------------*/
/* CD-BESTÄLLNING ----------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */

fieldset#cdBestallning{
	width: 450px;
	padding: 0;
	margin: 20px 15px 10px 15px;
	border: solid 1px #b1a890;
	/*background-color: #f7f4eb;*/
	background: url(bilder_portal/fieldset_bg.jpg) repeat-x left bottom;
	/*-moz-border-radius: 8px; 
	border-radius: 8px;*/
}

legend {
	color: #990000;/*#8d8631;*/
	margin-left: 5px;
	font-weight: bold;
}

fieldset#cdBestallning ol 
{
	float: left;
	display: inline;
	padding: 10px 10px 0 10px;
	margin: 0;
	list-style: none;
}

fieldset#cdBestallning li {
	float: left;
	display: inline;
	clear: left;
	width: 100%;
	padding-bottom: 10px;
	margin: 0;
}

fieldset#cdBestallning li input {
	margin: 0;
	padding: 0;
	height: 18px;
}

label {
	float: left;
	display: inline;
	font-size: 90%;
	font-weight: bold;
	float: left;
	width: 170px;
	margin: 0 5px 0 0;
	padding: =;
}

.error {
	font-size: 90%;
}


/* --------------------------------------------------------------------------------*/
/* SITEMAP ----------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */

/* välmåendetips på default-sidan */
div#valmaendetips
{
	width: 100%;
}
div#valmaendetips p {
	line-height: normal;
	margin: 5px 7px 10px 7px;
	padding: 0;
}

div#sitemap {
	float: left;
	display: inline;
	width: 864px;
	margin: 15px 0 15px 15px;
	padding: 0;
	border: none;
	/*background-color: red;*/
}

div#hem {
	float: left;
	width: 861px;
	border: none;
	text-align: center;
	/*background-color: Red;*/
}

div#hem h3 {
	margin: 0 0 2px 0;
	padding: 0;
	color: #990000;/*#352b1f;*/
	/*background-color: blue;*/
}

div#hem a {
	color: #990000;
}

img.hierarki {
	float: left;
	margin: 0;
	padding: 0;
	border: 0
}

div.sitemapOmrade {
	float: left;
	width: 123px;
	margin: 0;
	padding: 0;
	text-align: left;
	/*background-color: Green;*/
}

div.sitemapOmrade h3{
	padding: 0;
	margin: 0 0 2px 0;
	color: #990000;
	/*background-color: Orange;*/
}

div.sitemapOmrade h4{
	padding: 0;
	margin: 10px 0 2px 0;
	color: #352b1f;
	font-size: 0.9em;
}

.tblSitemap {
	width: 122px;
	border-collapse: collapse;
	border: none;
	margin: 0;
	padding: 0;
	/*background-color: Red;*//**/
}


.tblSitemap td {
	padding: 3px 0;
	margin: 0;
	/*word-wrap: break-word;*/
}

.tblSitemap td.linje {
	width: 10px;
	border-left: solid 1px #b1a890;
	/*background: url(bilder_portal/sitemap_pixelbild.gif) repeat-y top left;*/
	text-align: left;
	vertical-align: middle;
}
.tblSitemap td a {
font-size: 0.9em;
}


/* --------------------------------------------------------------------------------*/
/* TABELLER ---------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */

/* TABELL FÖR FÄRGAD RUTA MED RUNDA HÖRN ----------------------------------------- */

/* Bredd anges lokalt */
table.fargad_ruta_runda_horn {
	border-collapse: collapse;
	border: none;
	margin: 0;
	padding: 0;
}
 /* TOPP */
tr.runda_horn_topp, tr.runda_horn_botten {
	height: 6px;
	margin: 0;
	padding: 0;
}

#tblUtvardering {
	border-collapse: collapse;
	border: none;
	width: 400px;
	margin: 15px 0 0 90px;
	padding: 0;
}

#tblUtvardering td {
	padding: 0;
	margin: 0;
}

#tblUtvardering td.tomCell{
	height: 20px;
	background-color: #ffffff;
}

#tblUtvardering td.mitten {
	padding: 5px;
}

#tblUtvardering td span {
	font-size: 80%;
	color: #7d745d;
	font-weight: bold;
}
	

td.topp_horn_vanster {
	width: 6px;
	height: 6px;
	background: url(bilder_portal/horn_ovre_vanster.gif) no-repeat left top;
	padding: 0;
	margin: 0;
}

/* width sätt lokalt */
td.topp_mitten {
	height: 6px;
	background: url(bilder_portal/ram_ovre.gif) repeat-x left top;
	margin: 0;
	padding: 0;
}

td.topp_horn_hoger {
	width: 6px;
	height: 6px;
	background: url(bilder_portal/horn_ovre_hoger.gif) no-repeat left top;
	margin: 0;
	padding: 0;
}

/* BOTTEN */
td.botten_horn_vanster {
	width: 6px;
	height: 6px;
	background: url(bilder_portal/horn_nedre_vanster.gif) no-repeat left top;
	padding: 0;
	margin: 0;
}

/* width sätt lokalt */
td.botten_mitten {
	height: 6px;
	background: url(bilder_portal/ram_nedre.gif) repeat-x left top;
	margin: 0;
	padding: 0;
}

td.botten_horn_hoger {
	width: 2px;
	height: 2px;
	background: url(bilder_portal/horn_nedre_hoger.gif) no-repeat left top;
	margin: 0;
	padding: 0;
}

/* VÄNSTER OCH HÖGER SIDA */
td.vanster {
	border-left: solid 1px #716d4c;
	background-color: #f7f4eb;
	margin: 0;
	padding: 0;
}

td.hoger {
	border-right: solid 1px #716d4c;
	background-color: #f7f4eb;
	margin: 0;
	padding: 0;
}

td.mitten {
	border: none;
	background-color: #f7f4eb;
	margin: 0;
	padding: 0;
}

/* SLUT TABELL FÖR FÄRGAD RUTA MED RUNDA HÖRN ----------------------------------------- */


/* Referenser/Samarbetspartners ------------------------------------------------ */
table.logoSamarbetspartners {
	border-collapse: collapse;
	border: none;
	padding: 0;
	margin: 15px 15px 2px 15px;
}

table.logoSamarbetspartners td 
{
	width: 186px;
	/*margin: 0 5px 5px 5px;*/
	margin: 0;
	padding: 0 5px 5px 5px;
	text-align: center;
}

table.logoSamarbetspartners td.text {
	padding-bottom: 20px;
}

/* TABELL PRISER ----------------------------------------------------------------- */
table.priser {
	border-collapse: collapse;
	/*border: solid 1px #b1a890;*/
	border: solid 1px #ce9e1e;
	margin: 15px 0 15px 85px;
	padding: 0;
	font-size: 90%;
	font-weight: bold;
}

table.priser thead {
	background-color: #ce9e1e;/*#8d8631;*/
	border: solid 1px #ce9e1e;

}

table.priser thead th {
	margin: 0;
	padding: 5px;
	color: #ffffff;
	text-align: left;
}

table.priser tbody {
	background-color: #f7f4eb;
}

table.priser td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

#col_produkt {
	width: 300px;
}

#col_priser {
	width: 100px;
}

/* table referenser portal ------------------------------------------------- */
table#referenserPortal {
	border-collapse: collapse;
	border: none;
	width: 270px;
	margin: 5px 0 5px 5px;
	padding: 0;
	/*background-color: #efefef;*/
}

table#referenserPortal td {
	width: 135px;
	margin: 0;
	padding: 3px 5px 3px 0;
	text-align: left;
	/*background-color: Red;*/
}

table#referenserPortal td.center {
	width: 135px;
	margin-right: 5px;
	text-align: center;
	vertical-align: middle;
	/*background-color: Orange;*/
}


/* --------------------------------------------------------------------------------*/
/* DIVERSE ID:N OCH KLASSER ------------------------------------------------------ */
/* ------------------------------------------------------------------------------- */

.rutaInloggFel {
	background-color: #f7f4eb;
	border: solid 2px #990000;
	position: absolute;
	left:600px;
	top:50px;
	height: auto;
	z-index: 1;
}

.rutaGlomtLosen {
	background-color: #f7f4eb;
	border: solid 2px #990000;
	position: absolute;
	left:600px;
	top:50px;
	height: auto;
	z-index: 1;
}

.rutaUtloggad {
	background-color: #f7f4eb;
	border: solid 2px #990000;
	position: absolute;
	left:300px;
	top:65px;
	width: 250px;
	height: auto;
	z-index: 1;
}

p.stang_textruta {
 	float: right;
	width: 96px;
	margin: 2px;
	padding: 0;
}

#cd {
	width: 150px;
	height: auto;
	float: right; 
	margin: 10px 15px 10px 10px; 
	padding: 0;
	background-color: #f7f4eb;
	border: solid 1px #b1a890;
	text-align: center;
}

p.litenText {
	font-size: 0.9em;
}

p.litenTextFet {
	font-size: 0.9em;
	font-weight: bold;
}

p.tillbaka {
	margin: 15px 15px 0 15px;
	padding: 0;
}

h3.inlogg {
	margin-top: 5px;
	color: #990000;
}

.red {
	color: #990000;
}

.smallTopAlign {
	font-size: 80%;
	vertical-align: top;
}


/* --------------------------------------------------------------------------------*/
/* STATISTIK-SIDORNA ------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */

#huvud_mitten_statistik {
	float: left;
	height: 131px;
	width: 944px; /* 946 - 2(border) */
	margin: 0;
	padding: 0;
	background: url(bilder_portal/huvud_mitten_statistik.jpg) no-repeat left top;
}

#undermeny_stat {
	float: left;
	width: 100%;
	background-color: #ffffff;
	border-bottom: solid 2px #4f4027;
}

#undermeny_stat ul {
	width: 100%;/*500px;*//*889px;*/ /* 944 - 42 (UserControl - Textstorlek) */
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	/*background-color: #4f4027;*/
}

#undermeny_stat li {
	float: left;
	padding: 0;
	margin: 0;
	height: 25px;
	/*background-color: #4f4027;*/
	list-style-type: none;
}

#undermeny_stat a {
	float:left;
	font-size: 10px;
	/*border-right: solid 2px #000000;*/
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	width: auto;
	height: 19px;
	padding: 6px 0 0 20px;
	margin:  0;
}

#undermeny_stat a.stat_active {
	color: #cf9e1e;
}

#satsyta_statistik {
	float: left;
	margin: 0;
	padding: 0 0 30px 0;
	width: 944px; /* 946 - 2(border) */
	background-color: #ffffff;
}

#satsyta_statistik p {
	width: 625px;
	padding: 0;
	margin: 10px 15px 10px 15px;
}

div.imgResultat 
{
	float: left;
	margin: 10px 15px 0 15px;
	padding: 0;
	width: 612px;
	/*background-color: Red;*/
}

table.statistik {
	clear: both;
	border-collapse: collapse;
	margin: 0 0 0 60px;
	padding: 0;
	border: solid 1px gray;
	font-size: 11px;
}

table.statistik th{
	text-align: center;
	height: 15px;
	color: #ffffff;
	background-color: gray;
	border: solid 1px gray;
}

table.statistik td.vecka{
	text-align: left;
	width: 30px;
	padding: 2px;
	margin: 0;
}

table.statistik td.varden{
	text-align: center;
	width: 65px;
	/*background-color: #ffffff;*/
}

table.resultat {
	float: left;
	border-collapse: collapse;
	width: 250px;
	border: solid 1px #ce9e1e;
	background-color: #efefef;
	margin: 35px 0 0 15px;
	padding: 0;
}

table.resultat th{
	text-align: center;
	font-size: 14px;
	height: 20px;
	color: #ffffff;
	background-color: #ce9e1e;
	border: solid 1px #ce9e1e;
}

table.resultat td{
	text-align: left;
	background-color: #ffffff;
	margin: 0;
	padding: 5px;
}

span.droplist {
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 30px;
}


/* --------------------------------------------------------------------------------*/
/* 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;
	width: 278px;
	height: auto;
	margin: 10px 0 0 1px;
	padding: 0;
	background-color: #ffffff;
	border: solid 1px red;
}

.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 1px;
	padding: 0;
	background-color: #ffffff;
	border: solid 1px #d3aa38;/*#9b9544;*/
}

.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: #d3aa38;/*#9b9544;*/
}

/* --------------------------------------------------------------------------------*/
/* SLUT MEDDELANDERUTA ----------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */