body {
	margin: 0;
	padding: 0;
	border: 0;
	min-width: 480px;/*780*/
	background-image: url(Images/bg_tile.gif);
	background-repeat: repeat;
	font-family: Tahoma, Georgia, Palatino, "Times New Roman", Times, serif;
	font-size: 82%;/*85*/
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;	
	line-height: 1.0em;
}	

.ulExampleNumbered li
{
	list-style-type:decimal!important;
	background-color:transparent !important;
	text-decoration:none;
	color:black;
}
	
.ulExampleNumbered li:hover {
	background-color:transparent !important;
}
	
/* Typographic style rules adapted from http://www.thenoodleincident.com/tutorials/typography/ */
#related
{
	background-color:#EEEEEE;
	border:solid 1px black;	
	margin:20px;
}

#related ul 
{
	padding-bottom:20px;
	padding-left:20px;
	}

#related li {
	list-style-type:none !important;
}

#related li:hover {
	background-color:transparent !important;
	text-decoration:underline;
	color:Blue;
}

#related a {
	background-color:transparent !important;
	text-decoration:underline !important;
	color:Blue !important;
}

#related h2 {
		clear: both;
	margin: 1.2em 0em;
	font-size: 1.5em;
	font-weight: normal;
	padding-left:20px;}


h1, h2, h3, h4, h5, h6 {color: #9E0F0C;}

h1 {
	clear: both;
	margin: 1.2em 0em;
	font-size: 1.5em;
	font-weight: normal;
}
h2 {
	margin: 1.2em 0em;
	font-size: 1.4em;
	font-weight: bold;
}
h3 {
	margin: 1.2em 0em;
	font-size: 1.4em;
	font-weight: normal;	
}
h4 {
	margin: 1.2em 0em;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	margin: 1.2em 0em;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 1.2em 0em;
	font-size: 0.8em;
	font-weight: bold;
}
pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {font-weight: bold;}

acronym[title] {
	cursor:help;
	border-bottom:1px dotted #333333;
	font-size: 95%;
}
#mainwrapper  {
	margin: 0 0 0 30px;
	text-align: left;
	background-repeat: repeat-y;
	/*background-image: url(Images/main_bg.png);*/
	background-image: url(Images/gradient1.png);
}
#topShadow {
	height: 20px;
	/*background-image: url(Images/top_shadow.png);
	background-repeat: no-repeat;*/
}
#header {
	position: relative;
	height: 206px;
	margin-left: 10px;
	max-width:880px;
}
#branding {
	position: absolute;
	right: 30px;
	bottom: 18px;
	z-index:1000;
	text-align: right;
	color: #FFF9E9;
	font-family:"Courier New", Courier, monospace;
}
#companyName {
	color: #FFF9E9;
	font-size: 18px;
}

#logoImage {vertical-align: text-bottom;}

#slogan {
	color: #FFF9E9;
	font-size: 16px;
}
#breadcrumbs {
	position: absolute;
	left:32px; 
	bottom: 12px; 
	color: #E7E4DE;
	font-weight: normal;
	font-size:0.9em;
}
#breadcrumbs a {
	text-decoration: underline;
	color: #E7E4DE;
}

#breadcrumbs a:hover {text-decoration: none;}

#content {
	position:relative;
	padding-top:35px;
	margin-top:0;	
	min-height:1050px;
}

/* Hide from IE5 Mac \*/
* html #content {
	height:1%;
}
/* End hide from IE5 Mac */

#menu {
	/*position:absolute;*/	
	left:10px;
	top:0;
	width: auto;
	float:left;
	clear:left;
	border-right: solid 1px silver;
	padding:0 5px 0 0;		
}
#menu ul
{
	text-align:left;
}
#menu ul li
{
	list-style-type:none;	
	margin-left:-40px;	
}
#menu ul li a {				
	display:block !important;
	margin-left:1em;	
	padding: 0.25em 0;	
	background-image: none !important;
	background-repeat: no-repeat;
	font-family: Tahoma, "Courier New", Courier, monospace;
	text-decoration:none;
	color: #333333;
	font-weight: normal;
}		

#menu .menuNormal {
	color: #333333;
	font-weight: normal;	
}
#menu ul li a:hover {
	/*background-image: url(Images/img_menu_hover.gif);
	background-repeat:no-repeat;
	background-position: 1em 0.4em;*/
	text-decoration:underline;
	color:Blue;
}
#menu .menuSelected {
	color: #9E0F0C;	
	/*background-image: url(Images/img_menu_active.gif);
	background-repeat:no-repeat;
	background-position: 1em 0.4em;*/
	text-decoration:underline;
}

#menu .subMenu {background-color:#FFF9E9;}

#menu .subMenu table {
    border:1px dotted #666666; 
    background-color:#FFF9E9;
}

#menu .subMenu table table{border:none;} 

#menu .subMenuNormal {color: #333333;} 

#menu .subMenuHover {
    background-image:url(Images/img_menu_hover.gif);
    background-repeat:no-repeat;
    background-position:1em 0.4em;
}
#copy {			
	/*position:static;*/
	margin-left:5px;
	margin-right: 5px;
	padding: 0 5px 5px;	
	max-width:650px;
	float:left;
}

* html #copy {padding:0 3.5em 4em 2em;}

/* Hide from IE5 Mac \*/
* html #copy {height:1%;}
/* End hide from IE Mac*/

#copy ol, #copy ul, #copy li {
	margin:0.2em 0 0.1em 0;
	font-size: 1.0em;
	line-height: 1.8em;
}

#copy li:hover {
	background-color:Silver;
}

* html #copy ul {padding-left:18px;}

* html #copy li {padding:0 0 0.5em 0.5em;}

#copy li 
{
    /*list-style-image: url(Images/bullet.gif);*/
    /*list-style-type:none;*/
    }

#copy p {
	margin: 1.2em 0em;
	font-size: 1.0em;
	line-height: 1.8em;
}

#copy li > p {margin-top: 0.2em;}

#copy .tbmain{
	border:0;
	border-color:Black;	
}	
#copy .trheader{
	border:0;
	font-weight:bold;
	border-bottom-style:dotted;
	border-bottom-width:thick;
	font-style:normal;
}

#copy .trnormal{
	font-weight:normal;
	margin: 1.2em 0em;
	width:400;
}

#copy .td
{
	width:200;	
	margin: 1.2em 0em;
	padding: 0 2em;
}


#copy .pullQuote {
	float: right;
	display:inline;
	width: 25%;
	margin: 1em 0 1em 1em;
	font-size: 120%;
	font-weight: bold;
	line-height: 130%;
	color: #333333;
}

#copy a {color:#2A2A2A;}

#copy a:link {text-decoration:underline;}

#copy a:hover {text-decoration:none;}

#copy .textBox {
	margin-left: 1em;
	border:1px solid #999999;
	background-color:#E7E9DE;
}

#copy .textBox:focus {background-color:#FFFFFF;}

#copy .dropDownlist {
	margin-left: 1em;
	background-color: #E7E9DE !important;
}

#copy .radioButtonList {margin-left: 1em;}

#copy fieldset {
	border:1px solid #E7E9DE;
	padding: 1.5em;
}

#copy legend {color: #666666;}

/*#copy .button {
    vertical-align:top;    
    margin:1em 0;
    border:1px solid #999999;
    background-color:#9E0F0C;
    color:#FFF9E9;
}*/

* html .button {padding:0 0.5em;} 

#bottomShadow {
	height: 10px;		
	/*background-image: url(Images/bottom_shadow.png);
	background-repeat: no-repeat;*/
}

* html #bottomShadow {margin-bottom:-7px;}

.clearfix:after {
  content: "."; 
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}



.clearfix {display: inline-block;} /* Fixes IE/Mac */
 
/* Hides from IE-mac \*/
* html .clearfix,
* html .clearfix * {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

@media print {	
	body {
		color: #333333 !important;
		border-bottom: 1px solid #000;
		background:#FFFFFF !important;		
		font-size:10pt;
		line-height:12pt;
	}	
	h1, h2, h3, h4, h5, h6 {
		font-weight: bold;
		color: #333333;
	}

	#mainwrapper,#topShadow,#bottomShadow {background:none;}

	#header {
		position: static;
		height: auto;
	}	

	#menu, #mastheadImage {display:none;}

	#branding {
		position: static;		
		text-align:left;
		margin: 0;
		padding: 0;
	}
	#breadcrumbs {
		position: static;
		padding-bottom: 2em;
		margin: 1em 0;
		border-bottom: 1px solid #000000;
		color: #333333;
	}

	#breadcrumbs a {color: #333333;}

	#copy {
		width: 80%;
		margin-left:0;
		padding: 0 2em;
	}

	#copy a {color: #333333;}

	#copy li {
		list-style-image: none;
		list-style-type: disc;
	}

	#copy .pullQuote {display: none;}

	#copy .textBox {
		border: 1px solid #333333;
		background:none;
		vertical-align:top;
	}

	#copy .textBox:focus {background:none;}
	#copy .label:focus {background:none;left:0;text-align:left;left:0;top:0;}

	#copy fieldset {border:1px solid #333333;}

	#copy legend {padding-bottom:1em;}

	#copy .dropDownlist {background:none;}
}

.tableKortkommandon{
    vertical-align:top;
    text-align:left;    
}


.tableKortkommandon tbody tr:hover {
    background-color:Silver;
}


.tdleft{
    vertical-align:top;
    text-align:left;
    width:240px;    
}

.tdright{
    vertical-align:top;
    text-align:left;
    /*width:600px;    */
}

.adrigth160 {
margin-left:830px;
position:static;
background-color:Red;
}