/* Hack to get lines in old browsers */
.invisible {
	display: none;
}
body {
	margin: 0em;

	line-height: 	1.5;

	color: black;
	background-color: white;

	font-family:	lucida, luxi, sans-serif;
	font-weight:	normal;
	font-size: 	10pt;

	word-spacing: 	normal;
	letter-spacing: normal;

	text-transform: none;
	width:		100%;

}

p {
	text-indent:	1em;
	margin-top:	0em;
	margin-bottom:	0em;
}
/* Get rid of indent for 1st para (CSS2). Bugs in IE */

h1 + p {
 text-indent: 0em;
}
h2 + p {
 text-indent: 0em;
}
h3 + p {
 text-indent: 0em;
}
h4 + p {
 text-indent: 0em;
}
li + p {
 text-indent: 0em;
}
p.first {
 text-indent: 0em;
}
p.stand { 
 text-indent: 0em;
 margin-bottom: 10pt;
}
/* Image tags *************/

img {
	border-style: none;
	padding: 0.5em;
	background-color:	transparent;
}
img.float {
	display: block;
	float: right;
	clear: right;
	padding: 0;
	margin-right:	0em;
	margin-left:	1em;
	margin-top:	0em;
	margin-bottom:	0em;
}
img.fullwidth {
	display: block;
	float: left;
	clear: both;
	padding: 0em;
	margin: 0em;
	border: 0px;
}
img.photo {
	display: block;
	float: right;
	clear: right;
	border: 1px solid black;
	padding: 0;
	margin-right:	0em;
	margin-left:	1em;
	margin-top:	0em;
	margin-bottom:	0em;
}

img.logo {
	background-color: transparent;
	vertical-align: middle;

}
img.icon {
	background-color: transparent;
	float: none;
	border: none;
	padding: 0;
	background-color: transparent;
	vertical-align: text-bottom;
}

/* Note, must set image width on actual div element: */
div.caption {
        background-color: transparent;
        float: right;
        clear: right;
        width: 50%;
        margin-top: 0pt;
        margin-bottom: 12pt;
        margin-left: 1em;
        margin-right: 0;
        border: none; 
        padding: 0.5em;
	
}
img.caption {
	border: 0px;
	display: block;
	padding: 0px;
	margin: 0px;
}
img.caption + p {
	text-indent: 0em;
}
div.caption p {
	font-style: italic;
}
/* Links *******************************/
a {
	border-style: none;
	text-decoration: none;
	color: #007000;
	background-color:  transparent; /* #C0F0C0; */
}
a:hover {
	color: #000000;
	background-color:  #C0F0C0;
	text-decoration: underline;
}
a.icon {
	background-color: transparent;
}
a.icon:hover {
	background-color: #C0F0C0;
	text-decoration: none;
}

a.logo {
	background-color: transparent;
	color: black;
	margin-bottom: 1em;
/*	don't use this, breaks IE font-weight: bold;
	font-size: 24pt;

	font: 12pt Helvetica-Inserat, HelveticaInserat, Impact, Switzerland-Inserat,
Switzerlandinserat,  sans-serif;
*/
}

a img {
	background-color:	transparent;
	padding: 5pt;
}
a img:hover {
	background-color: #C0F0C0;
}

/* Special elements ********************/

div.menu {
	position: fixed;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	width: 100%;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
	margin: 0;

	text-align: left;
	clear: both;

	background-color: #C0F0C0;
	color: black;

        height: auto;
	line-height: 14pt;
	font-size: 10pt;
	border-bottom:	1px solid green;
	
}
div.menu a {
	height: 14pt; 
	padding-left: 2pt;
	padding-right: 2pt;
	padding-top: 1pt;
	padding-bottom: 1pt;
	margin: 0pt;
	background-color: transparent;
	color:  black ;
}

div.menu a:hover {
	color: #a00000;
	text-decoration: underline;
}

div.menu a.active {
	background-color: #A0E0A0;
	
}

@media print {
	div.menu {display: none;}
}

div.logo {
	padding-bottom: 0.5em;

}

div.content {
	width:		45em;

	margin-top:	20pt;
	padding-top:	12pt; 
	padding-left:	2em;
	margin-right:	2em;
	margin-bottom:	12pt;

}
@media print {
        div.content {margin-top: 12pt;}
}

div.footer {
	line-height: 	1.1;
	width: 45em;
	margin-left: 2em;
	margin-right: 2em;
	margin-top: 1em;
	text-align: right;
}

div.footer-address {
	margin-top: 1em;
	border-top:    1px solid #C0F0C0;
	margin-bottom: 1em;
	border-bottom: 1px solid #C0F0C0;
	clear: both;
	font-size: 10pt;
	text-align: center;
}

div.newsbar {
	background-color: #e0e0ff;
	float: right;
	clear: right;
	width: 15em;
	font-size: 10pt;
	color: black;

	margin-top: 0pt;
	margin-bottom: 12pt;
	margin-left: 1em;
	margin-right: 0;
	border: none; /* 1px solid #000080; */
	padding: 0.5em;

}
div.newsbar a {
	border-style: none;
	text-decoration: none;
	background-color: transparent;
	color: #000080;
}
div.newsbar p {
	text-indent: 0em;
	margin-bottom: 1em;
}
div.newsbar h1, div.newsbar h2{
	margin-top: 0;
	padding-top: 0;
}

div.sidebar {
	width: auto;
	font-size:	10pt;
	display: block;
	float: left;
	clear: left;
	padding: 0;
	margin-right: 1em;
	margin-left:	0em;
	margin-top:	0pt;
	margin-bottom:	0pt;
}
div.sidebar a {
	background-color: transparent;
	color: black;
}
div.sidebar a:hover {
	background-color: #C0F0C0;
}

address.webmaster, address.date {
	text-align: right;
	font-size: smaller;
}

h2, h3, h4 {
	font-weight: bold;
	font-family: lucida, sans-serif;
	margin-top: 12pt;
	margin-bottom: 12pt;
}
h1 {
	font-size: 14pt;
	color: white;
	background-color: #008000;
	margin-left: -2em;
	padding-left: 2em;
	padding-right: 2em;
	z-index: 2;	
}
h2 {
	font-size: 12pt;
}
h3 {
	font-size: 10pt;
}
/* h4 for vmware dynamic content */
h4 {
        font-size: 10pt;
}

ul {
	margin-left: 0em;
	padding-left: 1em;
	clear: left;
}

li {
	margin-left: 0em;
}
dl {
	margin-top: 0.5em;
	clear: left;
}
dt {
	margin-bottom: 0.5em;
	font-weight: bold;
}
dd {
	margin-left: 1em;
	margin-bottom: 0.5em;
}

table {
        border: none;
        margin: 0;
        font-size: 10pt;
	text-align: left;
}

th {
	text-align: left;
}

table.address {
	border: none;
	margin: 0;
	font-size: 10pt;
}

table.address th {
	padding: 0.5em;
	text-align: right;
}


ul.artikelindex a {
	background-color: transparent;
}


/* Icon bullets for paragraps */
p.icon {
       clear:  left;
       border: none;
       text-indent:	0em;
       margin-top:	0em;
	margin-bottom:	0em;
}
img.iconbullet {
	float: left;
	clear: left;
	padding: 0em;
	margin:	0em;
	margin-right: 	0.5em;
	margin-bottom:	0.5em;
}


q:lang(sv) { quotes: "\00BB" "\00BB" "\2019" "\2019" ; }
q:lang(en) { quotes: "\201C" "\201D" "\2018" "\2019"; }

