body {
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
}

#header {
	background-color: #000;
	position: static;
	height: 65px;
	margin: 0;
	left: 0;
	top: 0;
}

#headerleft {
	position: relative;
	float: left;
	height: 65px;
	width: 679px;
	margin: 0;
	background-image: url("/pics/lokalisointi-topleft.jpg");
	background-repeat: no-repeat;
}

#headerright {
	position: relative;
	float: right;
	height: 65px;
	width: 73px;
	margin: 0;
	background-image: url("/pics/lokalisointi-topright.jpg");
	background-repeat: no-repeat;
}

#centerbox {
	position: absolute;
	top: 65px;
	left: 0px;
	width: 500px;
	height: 500px;
	background-color: #fff;
	margin: 0;
}

#sidemenu {
	position: absolute;
	left: 0px;
	top: 65px;
/*	float: left;
	clear: left; */
	height: 609px;
	width: 152px;
	background-image: url("/pics/lokalisointi-menubg.jpg");
	background-repeat: no-repeat;
}

#content {
	margin: 5px 5px 5px 157px;
}

#narrowcontent {
	margin: 5px 175px 5px 157px;
}

#contentborder {
  margin: 0px 170px 0px 152px;
  background-color: #d0d0d0;
}

#rawcontentborder {
  margin: 0px 170px 0px 152px;
  background-color: #d0d0d0;
}

a:hover {
	color: #1b5687;
	text-decoration: none;
}

a {
	color: #213851;
}

h2 {
	font-weight: bold;
	font-size: 16pt;
    border-bottom: 4px solid #b9f;
}

h3 {
	font-weight: bold;
	font-size: 14pt;
	margin-left: 50px;
    border-bottom: 2px solid #b9f;
}

h4 {
	margin: 0;
	font-weight: bold;
	font-size: 12pt;
	padding-left: 50px;
}

.quotetext {
	padding: 4px;
	margin: 1em;
	background-color: #eee;
	border: dashed 1px #000;
	overflow: auto;
}

.newsheader {
	font-weight: bold;
	padding-left: 1em;
}

.newstext {
	font-weight: normal;
	font-size: 90%;
	padding-left: 6em;
        margin-bottom: 1em;
}

.bodytext_top {
	margin-top: 3em;
	font-size: 90%;
	font-weight: bold;
}

.bodytext {
	margin-top: 1em;
	font-size: 90%;
}

p {
   	margin-left: 50px;
	margin-top: 1em;
}

pre {
	padding: 4px;
	margin: 1em;
	background-color: #eee;
	border: dashed 1px #000;
	overflow: auto;
    white-space: pre;
   	margin-left: 70px;
	margin-top: 1em;
}

pre.table {
	padding: 1px;
	margin: 0em;
	background-color: #eee;
	border: dashed 1px #000;
/*	overflow: auto; */
    white-space: pre;
   	margin-left: 0px;
	margin-top: 0em;
}

pre.tablecode {
	padding: 1px;
	margin: 0em;
	background-color: #f0f0ff;
	border: solid 1px #000;
/*	overflow: auto; */
    white-space: pre;
   	margin-left: 0px;
	margin-top: 0em;
}

li {
   	margin-left: 50px;
}

li.table {
   	margin-left: 10px;
}

ul.table {
   	margin-top: 0.2em;
   	margin-bottom: 0.2em;
}

table.main {
	margin-left: 70px;
}

dl {
   	margin-left: 50px;
}

dl.box {
    background-color: #ffffe0;
    margin-top: 0px;
    margin-left: 50px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
}

dt {
	margin-top: 0.7em;
   	margin-left: 0px;
}

dt.title {
	font-weight: bold;
	margin-top: 0.7em;
   	margin-left: 0px;
}

dd {
	margin-top: 5px;
	margin-bottom: 10px;
   	margin-left: 20px;
}

dt.main {
	margin-top: 1em;
	font-size: 90%
}

dd.main {
	margin-top: 0em;
	font-size: 80%
}

#rightmenu {
	position: absolute;
	top: 65px;
	right: 0px;	
/*	position: relative;
	float: right;
	clear: right; */
	margin: 0;
	width: 170px;
	min-height: 609px;
	background-color: #213851;
	color: #fff;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}

.rightmenubox {
	position: relative;
	float: none;
	clear: both;
	font-size: 70%;
	font-weight: bold;
	text-align: left;
	margin: 5px 5px 0px 5px;
	padding: 2px;
	background-color: #eee;
	color: #444;
}

#menulinks {
	position: absolute;
	top: 50px;
	left: 2px;
	width: 144px;
	min-height: 300px;
	padding: 2px;
	margin: 0px;
	background-color: #213851;
	font-weight: bold;
	font-size: 11pt;
	color: #ffffff  !important;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	z-index: 10000;
}

#menulinks a {
	color: #e0f0ff !important;
	text-decoration: none;
	filter: alpha(opacity=200);
	-moz-opacity: 2.0;
	font-size: 9pt;
}

#menulinks a:hover {
	color: #fff;
	text-decoration: underline;
}

#menulinks font.selected {
	color: #ff8080 !important;
	font-weight: bold;
	font-size: 9pt;
}

#footer {
	position: static;
	background-color: #213851;
	bottom: 0px;
	left: 0px;
	width: 100%;
/*	float: none;
	clear: both; */
	height: 2em;
	color: #fff;
	margin-top: 50px;
	text-align: center;
	font-size: 80%;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#toc, .toc {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 95%;
        margin-left: 100pt;
}

li.toc_level1 {
    list-style-type: none;
    margin-left: 0pt;
}
li.toc_level2 {
    list-style-type: none;
    margin-left: 10pt;
}
