/* CSS Document */

html {
  /*height: 100%;*/
}

body {
	margin: 0;
	padding: 0;
}

/* Tillagt - Inga borders runt bilder i Firefox */
img
{
 border-style: none;
}

/* Tillagt - Prickade linjer som även fungerar i Explorer*/


div.hr {
  height: 20px;
  background: url(../images/seperator.gif) repeat-x center;
}
div.hr hr {
  display: none;
}

/* Tillagt - Prickade linjer som även fungerar i Explorer.
Smalare än ovan, används på bl a partnerspecifikationstabellerna*/

div.hr2 {
  height: 10px;
  background: url(../images/seperator.gif) repeat-x center;
}
div.hr2 hr {
  display: none;
}

/*
p {
  margin-top: 0;
  margin-bottom: 5px;
}
*/

fieldset {
	border: 0;
	padding: 5px 0;
}

/* Margin-top: Avstånd från textstycke */
a.readon {
	display: block;
	float: left;
	padding-left: 0; /* Tidigare 17px */
	margin-top: 10px;
	line-height: 14px;
	height: 21px;
}

/*** fonts ***/
body {
	font-family: Verdana, Arial, sans-serif;
	color: #000;
}

/* size attributes */

body.f-smaller {
	font-size: 10px;
	line-height: 150%;
}

body.f-default {
	font-size: 11px;
	line-height: 130%;
}

body.f-larger {
	font-size: 12px;
	line-height: 150%;
}

/*** Alla länkar  ***/
a, a:hover, a:visited {
	color: #333;
	text-decoration: none;
}

td.left a.mainlevel#active_menu {
	color: #333;
}

.small,
.modifydate,
.createdate,
div.mosimage_caption {
	font-size: 10px;
}


/* Rubriker i grå ruta */
div.moduletable h3,
.contentheading,
.componentheading {
	font-size: 12px;
	color: #fff;
}

/* Ny för huvudrubriker, störst typsnittsstorlek */
h3,
.contentheading {
	font-size: 170%;
	xline-height: 150%;
	color: #333;
	xpadding-bottom: 15px;
}

/* Ny för stora rubriken, lite mindre typsnittsstorlek */
h3,
.contentheading {
	font-size: 160%;
	line-height: 130%;
	color: #333;
}

/* Avstånd mellan rubrik och text */
.componentheading {
  margin-bottom: 15px;
}

td.componentheading {
	padding-bottom: 15px;
}


/* font family */
h3,
.contentheading,
.componentheading,
.sectiontableheader {
	font-family: arial, sans-serif;
	font-weight: bold;
}

h3,
#nav,
.small,
.createdate,
.modifydate {
	font-family: arial, sans-serif;
	font-weight: bold;
}

#inset {
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	line-height: 150%;
}

a:link,
a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #333;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #333;
}

/* module settings */

div.moduletable h3 {
	margin-top: 0px;     /* Ovanför grå ruta */
	margin-bottom: 10px; /* Mellan grå ruta och innehåll/text */
	padding-bottom: 0;
	/* Tillagt */ background: url(../images/h3-bg.gif) no-repeat;
	/* Tillagt */ height: 24px;
	/* Tillagt */ text-indent: 10px;
	/* Tillagd */ padding-top: 3px; /* Ändra denna? */
}

/* Avstånd mellan moduler (mellan user1, user2, user3 och resten i detta fall) */
/* Ändra denna om det behövs! Ändrades från 10 till 0 pga att flashen fick vitt utrymme. Funkar med 10px om man kör float:left men hur gör man det i flash? */
div.moduletable {
	margin-bottom: 0px;
}
div.moduletable p{
margin:0 0 10px 10px;
}

div.moduletable p.banner{
margin:0 0 20px 10px;
}

/* Avstånd mellan moduler i left och right */
td.left div.moduletable,
td.right div.moduletable  {
	margin-bottom: 15px;
}

div.moduletable ul {
	margin: 5px 0;
	padding: 0 2em;
}

div.moduletable ul li {
	padding-bottom: 3px;
}

/* default menu link styles */
a.mainlevel {
	display: block;
}

a.sublevel {

}

a.mainlevel:hover {
	text-decoration: none;
}

a.sublevel:hover {
	text-decoration: none;
}

/* Tillagt, ingen understrykning i modulerna */
div.moduletable a,
div.moduletable a:hover,
div.moduletable a:visited {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}

/** menu **/

a.mainlevel {
	display: block;
	height: px;
	line-height: 16px;
	padding: 0;
	padding-left: 0;
	margin-bottom: 0;
}


a#active_menu:link,
a#active_menu:visited {
	color: #333;
}


li.active_menu a:link,
li.active_menu a:visited {
  color: #333;
}

a.sublevel:link,
a.sublevel:visited {
	font-weight: bold;
}

/* headings */

h1 {
	padding:0;
	margin:0;
	line-height:100%;
	font-size: 26px;
	font-weight: normal;
	color:#666666;
}

h2 {
   padding-bottom: 5px;
}

h3 { 
   padding:0 0 10px 0;
   margin:0;
}

h4 {
	 padding-bottom: 5px;
}

.small {
	font-weight: normal;
	color: #000;
}

/** Mellanrummet mellan ikoner för skriv ut, skicka till vän mm */
td.buttonheading img {
	margin-right: 5px;
	/*padding-bottom: 20px;*/
}

table.mainbody td.mainbody td.sectiontableheader {
  font-weight: bold;
  padding: 4px;
  line-height: 20px;
  background: #edece9;
  border-bottom: 1px solid #dfdedc;
}

table.mainbody td.mainbody tr.sectiontableentry1 td, 
table.mainbody td.mainbody tr.sectiontableentry2 td {
  padding: 4px;
  border-bottom: 1px solid #edece9;
}

table.mainbody td.mainbody td.sectiontableentry1, 
table.mainbody td.mainbody td.sectiontableentry2{
  padding: 4px;
  border-bottom: 1px solid #edece9;
}

table.contentpaneopen, table.contentpane {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  width: 100%;
}

div.contentpane, div.contentpaneopen {
  width: 100%;
}

.clr {
	clear: both;
}

/** width stuff **/

.w-thin div.wrapper {
	width: 900px;
	padding:10px;
	background-color:#FFFFFF;
}

/** template layout stuff **/

#page_bg {
	height: 100%; 
	padding: 0;
	margin-bottom: 0px;
	background: #8f7c6b url(/custom/images/rhc_back.jpg) repeat-x;
}

/* Sidans vänster- och högerskugga */

#mainbg-4 {
	background: url(../images/body-shadow-tr.gif) 100% 0 no-repeat;
}

#mainbg-5 {
	background: url(../images/body-shadow-tl.gif) 0 0 no-repeat;
	padding: 0 15px;
}

#loggan {
	margin: auto;
	position: relative;
	width:870px;
}

div.wrapper {
	margin: auto;
	position: relative;
}


#showcase ul,
td.left ul,
td.right ul,
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


ul                  { margin-left:0; padding-left:0; list-style: none;}
ul li               { margin-left:0;}         

ol                  { margin-left:0; padding-left:2em;}
ol li               { margin-left:0;}


/* Alla listor i mainbody */

td.mainbody ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

td.mainbody ul li {
   display: block;
   height: px;
   background: url(../images/bullet-list.gif) no-repeat 0px 4px;
   line-height: 120%;
   padding: 0;
   padding-left: 18px;
   margin-bottom: 5px;
}

/* Strecket överallt förutom i sidfoten */
#showcase li,
td.left li,
td.right li,
#footer li {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 0;
	margin-bottom: 2px;
}

#showcase .padding,
#footer .padding {
	padding: 5px 0px;
}

/* Mellan Flash och innehåll, vita 2-pixlarsutrymmet */
#mainbody-padding {
  border-top: 2px solid #fff;
  border-bottom: 1px solid #fff;
  
}

#footer {
	padding:10px 0;
	color:#bbb;
}

	#footer a{
		color:#bbb;
	}

	.footer_seperator {
	   display: block;
	   height: 20px;
	   border-bottom: 1px solid #ebebeb;
	   margin-bottom:10px;
	}

table.showcase,
table.mainbody,
table.headlines,
table.footer {
	width: 100%;
	padding: 0;
}

/* Rubriker och underrubrikers avstånd uppifrån */
table.headlines {
	margin-top: -5px;
}

table.showcase tr,
table.mainbody tr,
table.headlines tr,
table.footer tr {
	vertical-align: top;
}

table.showcase td.showcase,
table.footer td.footer,
table.headlines td.headlines {
	width: 33%;
}

/* Allt utom maincontents padding */ 
/* Padding för modules, left, right osv */ 
table.showcase td.showcase,
table.footer td.footer,
table.headlines td.headlines {
	padding: 0 10px;
}
table.mainbody td.left {
	padding: 0 10px 0 0;
}
table.mainbody td.right {
	padding: 0 0 0 10px;
}

/* Tog bort bakgrunden i tabellkolumnerna när jag la till in ny 23 pixlars hög tabellrad med colspan 3 överst i standardtabellen i index.php */
/*table.mainbody td.mainbody { */
table.mainbody {
	padding: 0;
	background: #fff url(../images/content-bg.gif) repeat-x;
}

/* Textstyckets padding mellan t ex left och right. Gör stycket smalare och leder till tomt utrymme mellan textstycken och left, right */ 
td.mainbody .padding {
	padding: 0 15px;
}

/* Höger- och vänsterkolumn får fast bredd och ingen bakgrundsbild eftersom denna ligger i table.mainbody Padding-top = Där left, right börjar uppifrån */
table.mainbody td.left,
table.mainbody td.right {
	width: 161px;
	/*width: 18%; */
	/* background: #fff url(../images/content-bg.gif) repeat-x; */
	padding-top: 0px;
}

/* Streckade linjen till höger om vänsterkolumnen */
table.mainbody td.left {
	border-right: 1px solid #f2f2f2;
}

/* Streckade linjen till vänster om högerkolumnen */
table.mainbody td.right {
	border-left: 1px solid #f2f2f2;
}

table.headlines td.headlines {
	background: #f4f1ea;
}

/* toolbar */

#toolbar {
	height: 30px;
	background: url(../images/toolbar-bg.gif) repeat-x;
	position: relative;
}

/* some page content things */

.hide {
	display: none;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

.article_seperator {
   display: block;
   height: 10px;
   border-bottom: 1px solid #ebebeb;
   margin-bottom:15px;
}

/* HÄR KOMMER HUVUDET */

/* Skugga */
#topheader {
	position: relative;
	height: 32px;
	overflow: hidden;
	background: url(../images/body-shadow-tu.gif) repeat-x;
}

#header {
}

/* HÄR KOMMER MENYN */

#nav li.active_menu a {
	background: url(../images/toolbar-select.gif) 50% 0 no-repeat;
}

#nav {
	xbackground: url(../images/toolbar-div.gif) 0 0 no-repeat;
}

#nav li {
	background: url(../images/toolbar-div.gif) 100% no-repeat;
}

#nav li a {
	color: #fff;
}

#nav a:hover {
	color: #fff;
}

#nav {
	margin: 0 0 0 0px;
	padding: 0;
	height: 30px;
	overflow: hidden;
}

#nav ul {
	padding: 0;
	margin: 0;
	margin-left: 5px;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}

#nav a {
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	font-size: 11px; 
}

#nav li.on li.on a {
	text-decoration: none;
}

#nav li a {
	display: block;
	float: left;
	height: 30px;
	line-height: 31px;
	padding: 0 8px;
}

#nav li a:hover {
	color:#ddd;
}

ul.submenu {
	padding: 0;
	margin: 0;
}

ul.submenu li {
   display: block;
   height: px; /* Fix */
   line-height: 20px;
   padding: 0;
   padding-left: 10px;
   margin-bottom: 0px;
}

ul.submenu li a:hover {
	color:#bbb;
}

ul.submenu li a.active {
	color:#000;
	font-weight:bold;
}

ul.submenu ul li {
  margin-left: 0;
  background: none;
}

ul.submenu ul ul li {
  margin-left: 20px;
  background: none;
}

/* MASKINDATABAS */

table.begmaskiner {
	line-height:normal;
	font-size:11px;
	width:100%;
}

table.begmaskiner td{
	padding-bottom:10px;
}

#langval {
	padding:0 10px;
	margin:8px 0;
	color:#CCCCCC;
	float:right;
}

/* BREADCRUMBS */

#crumbs {
	padding:0 10px;
	margin:8px 0;
	color:#CCCCCC;
	float:left;
}

#crumbs a{
	color:#CCCCCC;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}

.nyhetslista{
	margin-left:10px;
}

/* Powered By */

#poweredby {
	padding:0 15px;
}