body {
	background-color: #DEE1EC;
	margin: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/bgWrapper-1.gif);
	padding-left: 16px;
	padding-top: 0px;
}
.spalt270 {
	float: left;
	height: auto;
	width: 270px;
	margin-right: 10px;
}
#wrapper #topBox {
	margin-bottom: 2px;
	margin-top: 0px;
}
*:first-child+html #wrapper #topBox {margin-bottom: -2px;} * html {}

.cursor {
	cursor: text;
	width: 112px;
}
.lastRow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #069;
}
.redArrow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}


/*-------------------------- menu --------------------------*/
/* den vågräta menyn börjar här */
div#listmenu {
	width:762px;	 	/* skapar en linje i div-elementets nedre kant */
	font-size:11px;		/* ANGE TECKENSTORLEKEN HÄR */
	background-color:#999999; 			/* ger div-elementet färg */
	margin-top:0px;
	margin-bottom: 2px;
	height: 20px;
	border: 1px solid #069;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	}
div#listmenu ul {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -38px;
	margin-right: 0px;
	}
* html div#listmenu ul {
	margin:0 0 0 0; /*drar in ul från behållarens kant - OBS: annat värde för IE i hacks nedan */
	}
div#listmenu li {
	float:left;	/* får listan att justeras vågrätt i stället för lodrätt */
	position:relative; /* positioneringskontext för den absolut positionerade listmenyn */
	list-style-type:none;	/* tar bort punkterna för varje listpost */
	background-color:#FFFFFF;  /*skapar linjer som separerar listposterna */
	margin-left: 2px;
/*	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #069;
*/	margin-right: 1px;
	}
div#listmenu li:first-child {
	/*border-left:1px solid #069;  den första lodräga linjen på menyn */
	}
div#listmenu li:hover { 
	background-color:#E5F1FF;
	}
div#listmenu a {
	display:block;  /*skapar luft på varje sida om menyalternativen */
	width:115px;
	text-decoration:none;	 /* tar bort understrykningen av länken */
	color:#000000; /*#069;*/
	padding-top: 0;
	/*	padding-right: 16px;*/
/*	padding-bottom: 4;
*/	padding-left: 4px;
	margin: 2px;
	}
div#listmenu a:hover {
	color:#009;
	}
/* den vågräta menyn slutar här */

/* listmenyn börjar här */
div#listmenu ul li ul {
	margin:0; /* förhindrar att det tillfälliga värdet från den vågräta menyn ärvs här - OK att ta bort, om du också 
			tar bort det tillfälliga värdet ovan */
	position:relative; /* positionerar ul-listmenyn i förhållande till dess relativt positionerade li-förälder */
	width:121px;  /*anger menyns bredd - i kombination med bredden 100% för li-elementet, gör detta att menyn 
	justeras lodrätt */
	left:-2px; /* justerar listmenyn exakt under den vågräta menyn */
}
div#listmenu:not(t1) ul li ul { /*firefox*/
	margin:0; /* förhindrar att det tillfälliga värdet från den vågräta menyn ärvs här - OK att ta bort, om du också 
			tar bort det tillfälliga värdet ovan */ 
	position:absolute; /* positionerar ul-listmenyn i förhållande till dess relativt positionerade li-förälder */ 
	width:100%;  /*anger menyns bredd - i kombination med bredden 100% för li-elementet, gör detta att menyn 
	justeras lodrätt */
	left:-42px; /* justerar listmenyn exakt under den vågräta menyn */
	top:17px}
div#listmenu ul li ul li {
	width:100%; /* får listposterna att fylla ut listbehållaren (ul) */ 
	border-left:1px solid #069; /*#069;  tre sidor på varje listpost på varje listmeny */  
	/*border-bottom:1px solid #FFFFFF; #069;*/
	border-right:1px solid #069; /*#069;*/
	padding-top:1px}
div#listmenu ul li ul li:first-child {
	border-top:1px solid #FFFFFF; /*#069;  högst upp på listmenyn */
	}
div#listmenu ul li ul li:last-child {
	border-bottom:1px solid #069; /*  längst ner på listmenyn */
	}

/* gör att listmenyn visas när användaren pekar på menyn */ 
div#listmenu ul li ul {display:none;} /* döljer listmenyn när användaren inte pekar på menyn */ 
div#listmenu ul li:hover ul {display:block; } /* visar listmenyn när användaren pekar på menyn */

/* popoutmenyer börjar här */
body div#listmenu ul li ul li ul  {
	visibility:hidden; /* samma effekt som display:none i det här fallet */
	top:-1px;
	left:81px;
/*	left:10em;
*/	}
div#listmenu ul li ul li:hover ul {visibility:visible;} /* samma effekt som display:block i det här fallet */


/* HACK-ZON - */
/* hack för IE (alla modeller) så att menyn får en vågrät linje längst ut till vänster */
* html div#listmenu ul {
	float:left; /* får ul att omsluta alla li-elementen */
	border-left:1px solid #000; /* lägger till linjen längst ut till vänster i ul-elementet */
	margin-left:0px;  /*IE fördubblar värdet som angivits - varför? */
	}
* html a {
	display:block;
	} /* får IE5 & 5.5 att acceptera padding för länken */
/* lägger till en topplinje på listmenyer och popupmenyer i IE-webbläsarna - kan inte läsa :first-child */ 
* html  div#listmenu ul li ul {
    border-top:1px solid #069;
	border-left:0px; /* gör att listmenyn inte ärver kantlinjen för ul-elementet */ 
}
/* slut på hack-zon */
/* SLUT PÅ LISTBASERAD MENY */

/*Kolumner*/
div#column1 {
	width:155px;
	float: left;
	font-size: 11px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-image: url(img/bgBalk-2.jpg);
	font-family: Verdana, Geneva, sans-serif;
	padding: 10px;
}
#vaensterSpalt {
	width: 252px;
	left: 0px;
	top: 0px;
	padding: 5px;
	right: auto;
	bottom: auto;
	float: left;
	margin-top: 0px;
	margin-right: -2px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
}
div#column2 {
	width:564px;
	float: left;
	font-size: 11px;
	padding: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 0px;
	margin-left: -2px;
}

/*IE hack*/
*html div#column2 {
	width:540px;
	float: left;
	font-size: 11px;
	padding: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 0px;
	margin-left: -2px;
}

#hoegerSpalt {
	width: 475px;
	top: -0px;
	right: 4px;
	overflow: visible;
	left: 0px;
	height: auto;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	display: inline;
	float: left;
	padding: 10px;
}
div#stretch {
	clear: both;
	text-align: center;
	background-color: #CCCCCC;
	color: #666666;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 0px;
}
.ver9p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
#wrapper #navinfo {
	font-size: 10px;
	width: 761px;
	background-color: #99CCFF;
	background-image: url(img/bgNavinfo-1.jpg);
	margin-bottom: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	font-family: Verdana, Geneva, sans-serif;
	white-space: nowrap;
}

#wrapper #navinfo a {
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
	margin-bottom: 2px;
}
#wrapper #navinfo a:hover {
	color: #0033FF;
	text-decoration: underline;
}
#wrapper #textbox {
	background-image: url(img/bgBalk-2.jpg);
	width: 765px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-bottom: 0px;
}
#wrapper #bottom {
	background-image: url(img/bgWrapperBottom-1.gif);
	margin-left: -16px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 15px;
}
#wrapper #Top {
	background-image: url(img/bgWrapperTop-1.gif);
	margin-left: -16px;
	height: 18px;
}
#wrapper #textbox #stretch #footLeft {
	float: left;
	width: 175px;
	text-align: left;
	margin-left: 10px;
}
#wrapper #textbox #stretch #footCenter {
	float: left;
	width: 450px;
}
#wrapper #textbox #stretch #footRight {
	margin-right: 10px;
}
/*#wrapper #textbox #column2 img {
	margin-right: 10px;
	margin-bottom: 10px;
}
*/#wrapper #textbox #column2 hr {
	clear: both;
	margin-top: 10px;
}
.ul0underline {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.ul0underline:hover {
	color: #0000CC;
	text-decoration: underline;
}
.ul0underlineBlue {
	color: #0000CC;
	text-decoration: none;
	font-weight: normal;
}
.ul0underlineBlue:hover {
	color: #0000CC;
	text-decoration: underline;
}
.ul0underlineBold {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.ul0underlineBold:hover {
	color: #0000CC;
	text-decoration: underline;
}
.ul1underlineBold {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.ul1underlineBold:hover {
	color: #0000CC;
	text-decoration: none;
}
.imgLeft {
	float: left;
	margin-right: 10px;
	width: 250px;
}
.pdf {
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
*/	color: #000099;
	text-decoration: none;
}
.pdf:hover {
	text-decoration: underline;
}
.rub1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.tabellram {
	background-color: #999;
	font-size: 9px;
	font-weight: bold;
	padding-left: 0px;
	padding-bottom: 1px;
	padding-right: 1px;
	width: 474px;
}
.tabellCell {
	background-color: #CCC;
	padding: 1px;
	width: 234px;
	float: left;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}
.blockRub {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #C00;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-bottom: 0px;
}
.blockRub2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #36F;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-bottom: 0px;
}
.blockRubStart {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-color: #FF6;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-bottom: 0px;
}
.textBlock275px {
	float: left;
	width: 275px;
}
.spaltmellanrum {
	float: left;
}
ul {
	margin-top: 6px;
}
.MassRepeating {
	margin-top: 10px;
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.clearBoth {
	clear: both;
	margin-bottom: 10px;
	margin-top: 0px;
	width: 100%;
}
.clear {
	clear:both;
	width:100%;
	font-size:1px;
	height: 1px;
	margin: 0px;
	padding: 0px;
}
.floatLeft {
	float: left;
	white-space: normal;
	width: 300px;
}
.line1 {
	clear: both;
	height: 0px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #999;
	margin-top: 10px;
}
#wrapper #textbox #column2 div div .imgLeft img {
	margin-bottom: 5px;
}
.morphdesign {
	text-decoration: none;
	color: #666;
}
.morphdesign:hover {
	text-decoration: underline;
	color: #60F;
}
.artikelBlock1 {
	background-color: #FFF;
	width: 98%;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 2px;
	padding: 5px;
	border: 1px solid #333;
	clear: both;
	float: left;
}
.artikelBlock1Rub1 {
	background-color: #FC0;
	width: 98%;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 2px;
	padding: 5px;
	clear: both;
	float: left;
	font-size: 12px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-color: #FF0;
}
.artikelBlock1Rub2 {
	background-color: #FC0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	clear: both;
	float: left;
	font-size: 12px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-color: #FF0;
	width: 143px;
}
.artikelBlock1_img {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
}
.artikelBlock1_img_border {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	border: 1px solid #000;
	width: 250px;
}
.artikelBlock1_img_borderStart {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: auto;
	border: 1px solid #000;
	width: 250px;
}
.artikelBlock1_BildSpaltStart {
	margin-right: 10px;
	float: left;
	width: 250px;
	font-size: 10px;
}
.clear {
	clear:both;
	width:100%;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
.blockText {
	margin-left: 10px;
	width: 250px;
	display: inline;
}
.ListLeft {
	display: inline;
	width: 285px;
	float: left;
	clear: right;
	background-color: #FF0;
}
.rubrikbalk {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #C00;
	padding: 5px;
	margin-bottom: 1px;
}
.textblock290px {
	float: left;
	width: 290px;
}
/*IE6 hack*/
*html #wrapper #textbox #column2 div .artikelBlock1 .textblock290px {
	float: left;
	width: 270px;
}
.hoegerSpalt {
	width: 475px;
	top: -0px;
	right: 4px;
	overflow: visible;
	left: 0px;
	height: auto;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	display: inline;
	float: left;
	padding: 10px;
}
.vaensterSpalt {
	width: 252px;
	left: 0px;
	top: 0px;
	right: auto;
	bottom: auto;
	float: left;
	margin-top: 0px;
	margin-right: -2px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.Verdana11p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.massLista {
	font-size: 10px;
	background-color: #FF9;
	clear: left;
	width: 155px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
.massText {
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FC0;
	border-left-color: #FC0;
}
#wrapper #textbox #column2 div .artikelBlock1 .textblock290px a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#wrapper #textbox #column2 div .artikelBlock1 .textblock290px a:hover {
	font-weight: bold;
	color: #00F;
	text-decoration: underline;
}
#wrapper #textbox .hoegerSpalt div .artikelBlock1 a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #textbox #column2 div .artikelBlock1 .artikelBlock1_BildSpaltStart .artikelBlock1_img_borderStart a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
