/* CSS Document */
body {
    width: auto;
	page: auto;
	background-color: #ffffff;
}
h2, h3, h4, h5, h6, p, pre, a, span.p, span.h1, span.h2, span.h3, span.h4, span.caption, menu{
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: Black;
	background: transparent;
}
h1 {
   font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 100%;
	text-align: center;
	color: black;
	background: transparent;
	margin: 0em;
	padding: 0em;
}
h2 {
	font-size: 70%;
	font-style: italic;
	color: #70737A;
	text-align: center;
}
span.h2 {
	font-size: 80%;
	line-height: 1.4em;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: center;
	margin: 1em;
	padding: 0.5em; 
}
h3 {
	font-size: 60%;
	text-align: center;
	color: #0eee0e;
	background: transparent;
	margin: 0em;
	padding: 0em;
}
a {
line-height: 1.5em;
}
p {
	font-size: 70%;
	line-height: 1.4em;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: justify;
	margin-left: 0.5em;
	padding-left: 0.5em;
}
ol, ul, li {
	list-style-type: none;
	margin-left: oem;
}
.container {
   width: auto;
	height: 100px;
	margin: 0em;
	padding: 0em;
	overflow: visible;
}
#banner {
	/*background-image: url(/bilder/banner2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
	display: block;
	z-index: 1;*/
}
#content {
	text-decoration: none;
	position: static;
	float: none;
	height: auto;
	padding: 0.1em;
	overflow: visible;
	z-index: 1;
}
	#sidebar-a {
	background: none;
	background-image: none;
	float: left;
	text-align: left;
	overflow: visible;
}
	#sidebar-b {
	float: right;
	text-align:right;
	overflow:visible;
	}
	#menu {
font-size: 70%;
list-style-type: none;
margin: 0.1em 0em ;
line-height: 1.5em;
float: left;
z-index: 2;
}
#menu a {
	list-style-type: none;
}
#menuright {
	padding-left: 0.1em;
    margin: 0.5em 0em 0em 0.1em ;
	line-height: 1.5em;
	float: left;
}
#menuright a {
	font-size: 70%;
	margin-left: 2em;
    text-align: right;
}
.img {
	visibility: hidden;
}
.caption {
    color: #000000;
	background-color: transparent;
	padding: 0em;
	margin: 0em;
	font-weight: normal;
	font-style: italic;
	font-size: xx-small;
	text-align: center;
	line-height: 1.0em;
}
#footer
{
	padding: 10px;
	border-top: solid 1px #cccccc;
	text-align: center;
}
