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("/~magi/ohjelmointi/linux/lokalisointi/pics/lokalisointi-topleft.jpg");
	background-repeat: no-repeat;
}

#headerright {
	position: relative;
	float: right;
	height: 65px;
	width: 73px;
	margin: 0;
	background-image: url("/~magi/ohjelmointi/linux/lokalisointi/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("/~magi/ohjelmointi/linux/lokalisointi/pics/lokalisointi-menubg.jpg");
	background-repeat: no-repeat;
}

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

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

#lalogo img {
	position: relative;
	float: right;
}

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

a {
	color: #213851;
}

h2 {
	font-weight: bold;
	font-size: 120%;
}

h3 {
	font-weight: bold;
	font-size: 100%;
	padding-left: 3em;
}

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

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

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

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

#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: 70%;
	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: 10px;
	width: 130px;
	min-height: 340px;
	padding: 2px;
	margin: 0px;
	background-color: #213851;
	font-weight: bold;
	font-size: 70%;
	color: #fff;
}

#menulinks a {
	color: #e0f0ff;
	text-decoration: none;
}

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

#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;
}
